Trace number 3377394

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 703.91 703.977

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S818753762-096.UNKNOWN.cnf
MD5SUMffd67922a8bb7c4660bea122f8a5ce0e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.68	c INFO: solving HOME/instance-3377394-1305452979.cnf
0.34/0.68	c INFO: computing task features
0.41/0.74	c INFO: computed variable-clause graph statistics
0.41/0.74	c INFO: computed clause balance statistics
0.72/1.03	c INFO: computed variable balance statistics
0.82/1.15	c INFO: computed small-clause counts
0.82/1.15	c INFO: computed Horn-clause counts
0.82/1.16	c INFO: computed variable graph statistics
0.82/1.16	c INFO: collected features for HOME/instance-3377394-1305452979.cnf in 0.48 s
0.82/1.17	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.47)
101.23/101.51	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
201.80/201.82	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
302.12/302.15	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.05)
402.45/402.48	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.04)
502.85/502.81	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
603.08/603.15	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
703.37/703.48	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.02)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377394-1305452979/watcher-3377394-1305452979 -o /tmp/evaluation-result-3377394-1305452979/solver-3377394-1305452979 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377394-1305452979.cnf -seed 1369643782 -budget 2400 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.12 4.08 3.82 5/443 14920
/proc/meminfo: memFree=25134880/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=15780 CPUtime=0 cores=0,2
/proc/14920/stat : 14920 (python) R 14918 14920 13135 0 -1 4202496 875 0 0 0 0 0 0 0 25 0 1 0 656900503 16158720 758 33554432000 4194304 5683644 140735584528512 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14920/statm: 3945 759 343 364 0 432 0

[startup+0.097549 s]
/proc/loadavg: 4.12 4.08 3.82 5/443 14920
/proc/meminfo: memFree=25134880/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=84476 CPUtime=0.05 cores=0,2
/proc/14920/stat : 14920 (python) R 14918 14920 13135 0 -1 4202496 2370 0 0 0 4 1 0 0 25 0 1 0 656900503 86503424 2101 33554432000 4194304 5683644 140735584528512 18446744073709551615 216755719258 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14920/statm: 21119 2106 703 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.10055 s]
/proc/loadavg: 4.12 4.08 3.82 5/443 14920
/proc/meminfo: memFree=25134880/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=85076 CPUtime=0.05 cores=0,2
/proc/14920/stat : 14920 (python) R 14918 14920 13135 0 -1 4202496 2494 0 0 0 4 1 0 0 25 0 1 0 656900503 87117824 2222 33554432000 4194304 5683644 140735584528512 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14920/statm: 21269 2227 707 364 0 1486 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85076

[startup+0.300544 s]
/proc/loadavg: 4.12 4.08 3.82 5/443 14920
/proc/meminfo: memFree=25134880/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=135752 CPUtime=0.18 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 5966 932 1 0 14 4 0 0 17 0 1 0 656900503 139010048 4149 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634511365 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/14920/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700447 s]
/proc/loadavg: 4.12 4.08 3.82 5/443 14920
/proc/meminfo: memFree=25134880/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=278656 CPUtime=0.41 cores=0,2
/proc/14920/stat : 14920 (python) R 14918 14920 13135 0 -1 4202496 9332 932 1 0 32 9 0 0 16 0 1 0 656900503 285343744 7008 33554432000 4194304 5683644 140735584528512 18446744073709551615 46938547249282 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14920/statm: 69664 7008 1761 364 0 5588 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278656

[startup+1.5003 s]
/proc/loadavg: 4.03 4.06 3.81 5/444 14925
/proc/meminfo: memFree=25109204/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=289600 CPUtime=0.88 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 10439 932 1 0 79 9 0 0 18 0 2 0 656900503 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14920/statm: 72400 7304 1877 364 0 8318 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 289600

[startup+3.10105 s]
/proc/loadavg: 4.03 4.06 3.81 5/447 14928
/proc/meminfo: memFree=25107196/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=289600 CPUtime=0.88 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 10439 932 1 0 79 9 0 0 18 0 2 0 656900503 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14920/statm: 72400 7304 1877 364 0 8318 0
[pid=14926] ppid=14920 vsize=279356 CPUtime=0 cores=0,2
/proc/14926/stat : 14926 (python) S 14920 14920 13135 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 656900621 286060544 5777 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634535439 0 0 16781312 514 6729582362574684419 0 0 17 0 0 0 0
/proc/14926/statm: 69839 5777 354 364 0 5757 0
[pid=14928] ppid=14926 vsize=1018088 CPUtime=1.91 cores=0,2
/proc/14928/stat : 14928 (gnovelty+2) R 14926 14928 14928 0 -1 4202496 572 0 0 0 191 0 0 0 25 0 1 0 656900621 1042522112 307 33554432000 134512640 135663704 4293942896 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14928/statm: 254522 307 113 282 0 254238 0
[pid=14920/tid=14927] ppid=14918 vsize=289600 CPUtime=0 cores=0,2
/proc/14920/task/14927/stat : 14927 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 2 0 656900621 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1587044

[startup+6.30047 s]
/proc/loadavg: 4.02 4.06 3.81 5/447 14928
/proc/meminfo: memFree=25106080/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=289600 CPUtime=0.88 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 10439 932 1 0 79 9 0 0 18 0 2 0 656900503 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14920/statm: 72400 7304 1877 364 0 8318 0
[pid=14926] ppid=14920 vsize=279356 CPUtime=0.01 cores=0,2
/proc/14926/stat : 14926 (python) S 14920 14920 13135 0 -1 4202560 968 0 0 0 1 0 0 0 18 0 1 0 656900621 286060544 5805 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634535439 0 0 16781312 514 6729582362574684419 0 0 17 0 0 0 0
/proc/14926/statm: 69839 5805 382 364 0 5757 0
[pid=14928] ppid=14926 vsize=1018088 CPUtime=5.1 cores=0,2
/proc/14928/stat : 14928 (gnovelty+2) R 14926 14928 14928 0 -1 4202496 572 0 0 0 510 0 0 0 25 0 1 0 656900621 1042522112 307 33554432000 134512640 135663704 4293942896 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14928/statm: 254522 307 113 282 0 254238 0
[pid=14920/tid=14927] ppid=14918 vsize=289600 CPUtime=0 cores=0,2
/proc/14920/task/14927/stat : 14927 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 2 0 656900621 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1587044

[startup+12.7003 s]
/proc/loadavg: 4.02 4.06 3.82 5/447 14928
/proc/meminfo: memFree=25105780/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=289600 CPUtime=0.88 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 10439 932 1 0 79 9 0 0 18 0 2 0 656900503 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14920/statm: 72400 7304 1877 364 0 8318 0
[pid=14926] ppid=14920 vsize=279356 CPUtime=0.03 cores=0,2
/proc/14926/stat : 14926 (python) S 14920 14920 13135 0 -1 4202560 970 0 0 0 2 1 0 0 18 0 1 0 656900621 286060544 5805 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634535439 0 0 16781312 514 13526244821458452739 0 0 17 0 0 0 0
/proc/14926/statm: 69839 5805 382 364 0 5757 0
[pid=14928] ppid=14926 vsize=1018088 CPUtime=11.49 cores=0,2
/proc/14928/stat : 14928 (gnovelty+2) R 14926 14928 14928 0 -1 4202496 572 0 0 0 1149 0 0 0 25 0 1 0 656900621 1042522112 307 33554432000 134512640 135663704 4293942896 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14928/statm: 254522 307 113 282 0 254238 0
[pid=14920/tid=14927] ppid=14918 vsize=289600 CPUtime=0 cores=0,2
/proc/14920/task/14927/stat : 14927 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 2 0 656900621 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1587044

[startup+25.5011 s]
/proc/loadavg: 4.02 4.05 3.82 5/447 14928
/proc/meminfo: memFree=25106252/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=289600 CPUtime=0.88 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 10439 932 1 0 79 9 0 0 18 0 2 0 656900503 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14920/statm: 72400 7304 1877 364 0 8318 0
[pid=14926] ppid=14920 vsize=279356 CPUtime=0.07 cores=0,2
/proc/14926/stat : 14926 (python) S 14920 14920 13135 0 -1 4202560 975 0 0 0 4 3 0 0 18 0 1 0 656900621 286060544 5805 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634535439 0 0 16781312 514 13526244821458452739 0 0 17 0 0 0 0
/proc/14926/statm: 69839 5805 382 364 0 5757 0
[pid=14928] ppid=14926 vsize=1018088 CPUtime=24.25 cores=0,2
/proc/14928/stat : 14928 (gnovelty+2) R 14926 14928 14928 0 -1 4202496 572 0 0 0 2425 0 0 0 25 0 1 0 656900621 1042522112 307 33554432000 134512640 135663704 4293942896 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14928/statm: 254522 307 113 282 0 254238 0
[pid=14920/tid=14927] ppid=14918 vsize=289600 CPUtime=0 cores=0,2
/proc/14920/task/14927/stat : 14927 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 2 0 656900621 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1587044

[startup+51.1006 s]
/proc/loadavg: 4.07 4.06 3.83 5/455 14937
/proc/meminfo: memFree=25062700/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=289600 CPUtime=0.88 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 10439 932 1 0 79 9 0 0 18 0 2 0 656900503 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14920/statm: 72400 7304 1877 364 0 8318 0
[pid=14926] ppid=14920 vsize=279356 CPUtime=0.14 cores=0,2
/proc/14926/stat : 14926 (python) S 14920 14920 13135 0 -1 4202560 988 0 0 0 8 6 0 0 18 0 1 0 656900621 286060544 5805 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634535439 0 0 16781312 514 13526244821458452739 0 0 17 0 0 0 0
/proc/14926/statm: 69839 5805 382 364 0 5757 0
[pid=14928] ppid=14926 vsize=1018088 CPUtime=49.78 cores=0,2
/proc/14928/stat : 14928 (gnovelty+2) R 14926 14928 14928 0 -1 4202496 572 0 0 0 4978 0 0 0 25 0 1 0 656900621 1042522112 307 33554432000 134512640 135663704 4293942896 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14928/statm: 254522 307 113 282 0 254238 0
[pid=14920/tid=14927] ppid=14918 vsize=289600 CPUtime=0 cores=0,2
/proc/14920/task/14927/stat : 14927 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 2 0 656900621 296550400 7304 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1587044

[startup+102.315 s]
/proc/loadavg: 3.99 4.04 3.83 5/438 14977
/proc/meminfo: memFree=25147528/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=300116 CPUtime=0.9 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 11326 932 1 0 81 9 0 0 19 0 3 0 656900503 307318784 7344 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14920/statm: 75029 7344 1880 364 0 10944 0
[pid=14926] ppid=14920 vsize=289600 CPUtime=0.32 cores=0,2
/proc/14926/stat : 14926 (python) S 14920 14920 13135 0 -1 4202560 1159 0 0 0 17 15 0 0 19 0 2 0 656900621 296550400 5852 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14926/statm: 72400 5852 424 364 0 8318 0
[pid=14928] ppid=14926 vsize=1018088 CPUtime=100.03 cores=0,2
/proc/14928/stat : 14928 (gnovelty+2) T 14926 14928 14928 0 -1 4202496 572 0 0 0 10003 0 0 0 25 0 1 0 656900621 1042522112 307 33554432000 134512640 135663704 4293942896 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14928/statm: 254522 307 113 282 0 254238 0
[pid=14926/tid=14974] ppid=14920 vsize=289600 CPUtime=0 cores=0,2
/proc/14926/task/14974/stat : 14974 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656910653 296550400 5852 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604441594644352 0 0 -1 2 0 0 0
[pid=14975] ppid=14920 vsize=289872 CPUtime=0 cores=0,2
/proc/14975/stat : 14975 (python) S 14920 14920 13135 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 656910655 296828928 5808 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634535494 0 0 16781312 514 13813231654254149631 0 0 17 2 0 0 0
/proc/14975/statm: 72468 5808 348 364 0 8383 0
[pid=14977] ppid=14975 vsize=1018088 CPUtime=0.79 cores=0,2
/proc/14977/stat : 14977 (gnovelty+2) R 14975 14977 14977 0 -1 4202496 569 0 0 0 79 0 0 0 22 0 1 0 656910655 1042522112 306 33554432000 134512640 135663704 4291304064 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14977/statm: 254522 306 113 282 0 254238 0
[pid=14920/tid=14927] ppid=14918 vsize=300116 CPUtime=0 cores=0,2
/proc/14920/task/14927/stat : 14927 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 3 0 656900621 307318784 7344 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=14976] ppid=14918 vsize=300116 CPUtime=0 cores=0,2
/proc/14920/task/14976/stat : 14976 (python) S 14918 14920 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 656910655 307318784 7344 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 2915764

[startup+162.301 s]
/proc/loadavg: 4.25 4.09 3.85 5/446 14987
/proc/meminfo: memFree=25132804/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=300116 CPUtime=0.9 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 11326 932 1 0 81 9 0 0 19 0 3 0 656900503 307318784 7344 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14920/statm: 75029 7344 1880 364 0 10944 0
[pid=14926] ppid=14920 vsize=289600 CPUtime=0.32 cores=0,2
/proc/14926/stat : 14926 (python) S 14920 14920 13135 0 -1 4202560 1159 0 0 0 17 15 0 0 19 0 2 0 656900621 296550400 5852 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14926/statm: 72400 5852 424 364 0 8318 0
[pid=14928] ppid=14926 vsize=1018088 CPUtime=100.03 cores=0,2
/proc/14928/stat : 14928 (gnovelty+2) T 14926 14928 14928 0 -1 4202496 572 0 0 0 10003 0 0 0 25 0 1 0 656900621 1042522112 307 33554432000 134512640 135663704 4293942896 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14928/statm: 254522 307 113 282 0 254238 0
[pid=14926/tid=14974] ppid=14920 vsize=289600 CPUtime=0 cores=0,2
/proc/14926/task/14974/stat : 14974 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656910653 296550400 5852 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604441594644352 0 0 -1 2 0 0 0
[pid=14975] ppid=14920 vsize=289872 CPUtime=0.16 cores=0,2

################
# More data... #
################

[pid=14994] ppid=14920 vsize=300128 CPUtime=0.33 cores=0,2
/proc/14994/stat : 14994 (python) S 14920 14920 13135 0 -1 4202560 1086 0 0 0 18 15 0 0 19 0 2 0 656920686 307331072 5865 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14994/statm: 75032 5865 400 364 0 10944 0
[pid=14996] ppid=14994 vsize=417192 CPUtime=99.98 cores=0,2
/proc/14996/stat : 14996 (adaptg2wsat2009) T 14994 14996 14996 0 -1 4202496 765 0 0 0 9998 0 0 0 25 0 1 0 656920686 427204608 496 33554432000 134512640 135107411 4289099568 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14996/statm: 104298 496 59 146 0 103174 0
[pid=14994/tid=15004] ppid=14920 vsize=300128 CPUtime=0 cores=0,2
/proc/14994/task/15004/stat : 15004 (python) S 14920 14920 13135 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656930717 307331072 5865 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604447038750912 0 0 -1 2 0 0 0
[pid=15005] ppid=14920 vsize=310384 CPUtime=0.31 cores=0,2
/proc/15005/stat : 15005 (python) S 14920 14920 13135 0 -1 4202560 1085 0 0 0 17 14 0 0 19 0 2 0 656930719 317833216 5869 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15005/statm: 77596 5869 400 364 0 13505 0
[pid=15007] ppid=15005 vsize=417192 CPUtime=100.03 cores=0,2
/proc/15007/stat : 15007 (adaptg2wsat2009) T 15005 15007 15007 0 -1 4202496 765 0 0 0 10003 0 0 0 25 0 1 0 656930719 427204608 495 33554432000 134512640 135107411 4293934192 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15007/statm: 104298 495 59 146 0 103174 0
[pid=15005/tid=15040] ppid=14920 vsize=310384 CPUtime=0 cores=0,2
/proc/15005/task/15040/stat : 15040 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656940750 317833216 5869 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604453909256960 0 0 -1 2 0 0 0
[pid=15041] ppid=14920 vsize=320640 CPUtime=0.32 cores=0,2
/proc/15041/stat : 15041 (python) S 14920 14920 13135 0 -1 4202560 1085 0 0 0 19 13 0 0 19 0 2 0 656940752 328335360 5873 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15041/statm: 80160 5873 400 364 0 16066 0
[pid=15043] ppid=15041 vsize=417192 CPUtime=100 cores=0,2
/proc/15043/stat : 15043 (adaptg2wsat2009) T 15041 15043 15043 0 -1 4202496 760 0 0 0 10000 0 0 0 25 0 1 0 656940752 427204608 494 33554432000 134512640 135107411 4291623616 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15043/statm: 104298 494 59 146 0 103174 0
[pid=15041/tid=15048] ppid=14920 vsize=320640 CPUtime=0 cores=0,2
/proc/15041/task/15048/stat : 15048 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656950783 328335360 5873 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604441039332672 0 0 -1 2 0 0 0
[pid=15049] ppid=14920 vsize=330896 CPUtime=0.32 cores=0,2
/proc/15049/stat : 15049 (python) S 14920 14920 13135 0 -1 4202560 1085 0 0 0 17 15 0 0 19 0 2 0 656950785 338837504 5877 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15049/statm: 82724 5877 400 364 0 18627 0
[pid=15051] ppid=15049 vsize=1018088 CPUtime=99.94 cores=0,2
/proc/15051/stat : 15051 (gnovelty+2) T 15049 15051 15051 0 -1 4202496 572 0 0 0 9994 0 0 0 25 0 1 0 656950785 1042522112 307 33554432000 134512640 135663704 4287607216 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15051/statm: 254522 307 113 282 0 254238 0
[pid=15049/tid=15078] ppid=14920 vsize=330896 CPUtime=0 cores=0,2
/proc/15049/task/15078/stat : 15078 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656960817 338837504 5877 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604447324999744 0 0 -1 2 0 0 0
[pid=15079] ppid=14920 vsize=341152 CPUtime=0.32 cores=0,2
/proc/15079/stat : 15079 (python) S 14920 14920 13135 0 -1 4202560 1081 0 0 0 19 13 0 0 19 0 2 0 656960819 349339648 5881 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15079/statm: 85288 5881 400 364 0 21188 0
[pid=15081] ppid=15079 vsize=247348 CPUtime=100 cores=0,2
/proc/15081/stat : 15081 (FH) T 15079 15081 15081 0 -1 4202496 708 0 0 0 10000 0 0 0 25 0 1 0 656960819 253284352 444 33554432000 134512640 134936988 4289031968 18446744073709551615 134554242 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15081/statm: 61837 444 41 104 0 61341 0
[pid=15079/tid=15093] ppid=14920 vsize=341152 CPUtime=0 cores=0,2
/proc/15079/task/15093/stat : 15093 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656970850 349339648 5881 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604447325001536 0 0 -1 2 0 0 0
[pid=15094] ppid=14920 vsize=351408 CPUtime=0 cores=0,2
/proc/15094/stat : 15094 (python) S 14920 14920 13135 0 -1 4202560 769 0 0 0 0 0 0 0 19 0 1 0 656970852 359841792 5834 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634535494 0 0 16781312 514 1440960020274479103 0 0 17 2 0 0 0
/proc/15094/statm: 87852 5834 350 364 0 23749 0
[pid=15096] ppid=15094 vsize=417048 CPUtime=0.44 cores=0,2
/proc/15096/stat : 15096 (adaptg2wsat2009) R 15094 15096 15096 0 -1 4202496 686 0 0 0 44 0 0 0 21 0 1 0 656970852 427057152 418 33554432000 134512640 135107411 4289243664 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15096/statm: 104262 418 49 146 0 103138 0
[pid=14920/tid=14927] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/14927/stat : 14927 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 656900621 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=14976] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/14976/stat : 14976 (python) S 14918 14920 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656910655 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 2 0 0 0
[pid=14920/tid=14995] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/14995/stat : 14995 (python) S 14918 14920 13135 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 656920686 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15006] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15006/stat : 15006 (python) S 14918 14920 13135 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 656930719 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15042] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15042/stat : 15042 (python) S 14918 14920 13135 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656940752 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15050] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15050/stat : 15050 (python) S 14918 14920 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656950785 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15080] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15080/stat : 15080 (python) S 14918 14920 13135 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656960819 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15095] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15095/stat : 15095 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656970852 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 703.91
Current children cumulated vsize (KiB) 7865968

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+703.901 s]
/proc/loadavg: 2.17 3.00 3.47 4/435 15096
/proc/meminfo: memFree=25141472/32951124 swapFree=53501236/67111528
[pid=14920] ppid=14918 vsize=361652 CPUtime=0.99 cores=0,2
/proc/14920/stat : 14920 (python) S 14918 14920 13135 0 -1 4202496 16513 932 1 0 88 11 0 0 19 0 9 0 656900503 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14920/statm: 90413 7380 1892 364 0 26310 0
[pid=14926] ppid=14920 vsize=289600 CPUtime=0.32 cores=0,2
/proc/14926/stat : 14926 (python) S 14920 14920 13135 0 -1 4202560 1159 0 0 0 17 15 0 0 19 0 2 0 656900621 296550400 5852 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14926/statm: 72400 5852 424 364 0 8318 0
[pid=14928] ppid=14926 vsize=1018088 CPUtime=100.03 cores=0,2
/proc/14928/stat : 14928 (gnovelty+2) T 14926 14928 14928 0 -1 4202496 572 0 0 0 10003 0 0 0 25 0 1 0 656900621 1042522112 307 33554432000 134512640 135663704 4293942896 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14928/statm: 254522 307 113 282 0 254238 0
[pid=14926/tid=14974] ppid=14920 vsize=289600 CPUtime=0 cores=0,2
/proc/14926/task/14974/stat : 14974 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656910653 296550400 5852 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604441594644352 0 0 -1 2 0 0 0
[pid=14975] ppid=14920 vsize=289872 CPUtime=0.29 cores=0,2
/proc/14975/stat : 14975 (python) S 14920 14920 13135 0 -1 4202560 1073 0 0 0 17 12 0 0 19 0 2 0 656910655 296828928 5861 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/14975/statm: 72468 5861 400 364 0 8383 0
[pid=14977] ppid=14975 vsize=1018088 CPUtime=100.29 cores=0,2
/proc/14977/stat : 14977 (gnovelty+2) T 14975 14977 14977 0 -1 4202496 569 0 0 0 10029 0 0 0 25 0 1 0 656910655 1042522112 306 33554432000 134512640 135663704 4291304064 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14977/statm: 254522 306 113 282 0 254238 0
[pid=14975/tid=14993] ppid=14920 vsize=289872 CPUtime=0 cores=0,2
/proc/14975/task/14993/stat : 14993 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656920684 296828928 5861 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604447538902272 0 0 -1 0 0 0 0
[pid=14994] ppid=14920 vsize=300128 CPUtime=0.33 cores=0,2
/proc/14994/stat : 14994 (python) S 14920 14920 13135 0 -1 4202560 1086 0 0 0 18 15 0 0 19 0 2 0 656920686 307331072 5865 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14994/statm: 75032 5865 400 364 0 10944 0
[pid=14996] ppid=14994 vsize=417192 CPUtime=99.98 cores=0,2
/proc/14996/stat : 14996 (adaptg2wsat2009) T 14994 14996 14996 0 -1 4202496 765 0 0 0 9998 0 0 0 25 0 1 0 656920686 427204608 496 33554432000 134512640 135107411 4289099568 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14996/statm: 104298 496 59 146 0 103174 0
[pid=14994/tid=15004] ppid=14920 vsize=300128 CPUtime=0 cores=0,2
/proc/14994/task/15004/stat : 15004 (python) S 14920 14920 13135 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656930717 307331072 5865 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604447038750912 0 0 -1 2 0 0 0
[pid=15005] ppid=14920 vsize=310384 CPUtime=0.31 cores=0,2
/proc/15005/stat : 15005 (python) S 14920 14920 13135 0 -1 4202560 1085 0 0 0 17 14 0 0 19 0 2 0 656930719 317833216 5869 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15005/statm: 77596 5869 400 364 0 13505 0
[pid=15007] ppid=15005 vsize=417192 CPUtime=100.03 cores=0,2
/proc/15007/stat : 15007 (adaptg2wsat2009) T 15005 15007 15007 0 -1 4202496 765 0 0 0 10003 0 0 0 25 0 1 0 656930719 427204608 495 33554432000 134512640 135107411 4293934192 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15007/statm: 104298 495 59 146 0 103174 0
[pid=15005/tid=15040] ppid=14920 vsize=310384 CPUtime=0 cores=0,2
/proc/15005/task/15040/stat : 15040 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656940750 317833216 5869 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604453909256960 0 0 -1 2 0 0 0
[pid=15041] ppid=14920 vsize=320640 CPUtime=0.32 cores=0,2
/proc/15041/stat : 15041 (python) S 14920 14920 13135 0 -1 4202560 1085 0 0 0 19 13 0 0 19 0 2 0 656940752 328335360 5873 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15041/statm: 80160 5873 400 364 0 16066 0
[pid=15043] ppid=15041 vsize=417192 CPUtime=100 cores=0,2
/proc/15043/stat : 15043 (adaptg2wsat2009) T 15041 15043 15043 0 -1 4202496 760 0 0 0 10000 0 0 0 25 0 1 0 656940752 427204608 494 33554432000 134512640 135107411 4291623616 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15043/statm: 104298 494 59 146 0 103174 0
[pid=15041/tid=15048] ppid=14920 vsize=320640 CPUtime=0 cores=0,2
/proc/15041/task/15048/stat : 15048 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656950783 328335360 5873 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604441039332672 0 0 -1 2 0 0 0
[pid=15049] ppid=14920 vsize=330896 CPUtime=0.32 cores=0,2
/proc/15049/stat : 15049 (python) S 14920 14920 13135 0 -1 4202560 1085 0 0 0 17 15 0 0 19 0 2 0 656950785 338837504 5877 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15049/statm: 82724 5877 400 364 0 18627 0
[pid=15051] ppid=15049 vsize=1018088 CPUtime=99.94 cores=0,2
/proc/15051/stat : 15051 (gnovelty+2) T 15049 15051 15051 0 -1 4202496 572 0 0 0 9994 0 0 0 25 0 1 0 656950785 1042522112 307 33554432000 134512640 135663704 4287607216 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15051/statm: 254522 307 113 282 0 254238 0
[pid=15049/tid=15078] ppid=14920 vsize=330896 CPUtime=0 cores=0,2
/proc/15049/task/15078/stat : 15078 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656960817 338837504 5877 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604447324999744 0 0 -1 2 0 0 0
[pid=15079] ppid=14920 vsize=341152 CPUtime=0.32 cores=0,2
/proc/15079/stat : 15079 (python) S 14920 14920 13135 0 -1 4202560 1081 0 0 0 19 13 0 0 19 0 2 0 656960819 349339648 5881 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15079/statm: 85288 5881 400 364 0 21188 0
[pid=15081] ppid=15079 vsize=247348 CPUtime=100 cores=0,2
/proc/15081/stat : 15081 (FH) T 15079 15081 15081 0 -1 4202496 708 0 0 0 10000 0 0 0 25 0 1 0 656960819 253284352 444 33554432000 134512640 134936988 4289031968 18446744073709551615 134554242 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15081/statm: 61837 444 41 104 0 61341 0
[pid=15079/tid=15093] ppid=14920 vsize=341152 CPUtime=0 cores=0,2
/proc/15079/task/15093/stat : 15093 (python) S 14920 14920 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656970850 349339648 5881 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 514 18446604447325001536 0 0 -1 2 0 0 0
[pid=15094] ppid=14920 vsize=351408 CPUtime=0 cores=0,2
/proc/15094/stat : 15094 (python) S 14920 14920 13135 0 -1 4202560 769 0 0 0 0 0 0 0 19 0 1 0 656970852 359841792 5834 33554432000 4194304 5683644 140735584528512 18446744073709551615 216634535494 0 0 16781312 514 1440960020274479103 0 0 17 2 0 0 0
/proc/15094/statm: 87852 5834 350 364 0 23749 0
[pid=15096] ppid=15094 vsize=417048 CPUtime=0.44 cores=0,2
/proc/15096/stat : 15096 (adaptg2wsat2009) R 15094 15096 15096 0 -1 4202496 686 0 0 0 44 0 0 0 21 0 1 0 656970852 427057152 418 33554432000 134512640 135107411 4289243664 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15096/statm: 104262 418 49 146 0 103138 0
[pid=14920/tid=14927] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/14927/stat : 14927 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 656900621 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=14976] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/14976/stat : 14976 (python) S 14918 14920 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656910655 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 2 0 0 0
[pid=14920/tid=14995] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/14995/stat : 14995 (python) S 14918 14920 13135 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 656920686 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15006] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15006/stat : 15006 (python) S 14918 14920 13135 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 656930719 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15042] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15042/stat : 15042 (python) S 14918 14920 13135 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656940752 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15050] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15050/stat : 15050 (python) S 14918 14920 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656950785 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15080] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15080/stat : 15080 (python) S 14918 14920 13135 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656960819 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 0 0 0 0
[pid=14920/tid=15095] ppid=14918 vsize=361652 CPUtime=0 cores=0,2
/proc/14920/task/15095/stat : 15095 (python) S 14918 14920 13135 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656970852 370331648 7380 33554432000 4194304 5683644 140735584528512 18446744073709551615 216646338993 0 0 16781312 2 18446604450139292608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 703.91
Current children cumulated vsize (KiB) 7865968

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14920 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=896863
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=119981
# CPU time returned by wait4() is 1.01684
# while last known CPU time is 703.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 703.977
CPU time (s): 703.91
CPU user time (s): 702.83
CPU system time (s): 1.08
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 7865968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.896863
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17946
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2864
involuntary context switches= 36

runsolver used 3.01754 second user time and 6.00509 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 11:49:39
IDJOB=3377394
IDBENCH=82703
IDSOLVER=1857
FILE ID=node103/3377394-1305452979
RUNJOBID= node103-1305451339-14157
PBS_JOBID= 13324856
Free space on /tmp= 72928 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S818753762-096.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377394-1305452979/watcher-3377394-1305452979 -o /tmp/evaluation-result-3377394-1305452979/solver-3377394-1305452979 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377394-1305452979.cnf -seed 1369643782 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ffd67922a8bb7c4660bea122f8a5ce0e
RANDOM SEED=1369643782

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25135160 kB
Buffers:        317288 kB
Cached:        4178944 kB
SwapCached:     340192 kB
Active:        2305464 kB
Inactive:      5211224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25135160 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           31936 kB
Writeback:           0 kB
AnonPages:     2690968 kB
Mapped:          20744 kB
Slab:           162592 kB
PageTables:      70392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97414284 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72948 MiB
End job on node103 at 2011-05-15 12:01:25