Trace number 3484346

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, 1200 s timeout)? (MO) 702.08 701.763

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S839353433-100.UNKNOWN.cnf
MD5SUMe68176dd0214c3858ad791ec08d1acee
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.32/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.48	c INFO: solving HOME/instance-3484346-1307749034.cnf
0.32/0.48	c INFO: computing task features
0.39/0.53	c INFO: computed variable-clause graph statistics
0.39/0.53	c INFO: computed clause balance statistics
0.59/0.79	c INFO: computed variable balance statistics
0.79/0.90	c INFO: computed small-clause counts
0.79/0.90	c INFO: computed Horn-clause counts
0.79/0.91	c INFO: computed variable graph statistics
0.79/0.91	c INFO: collected features for HOME/instance-3484346-1307749034.cnf in 0.42 s
0.79/0.91	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.49)
100.92/101.04	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
200.15/200.18	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.06)
300.38/300.31	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.04)
400.59/400.44	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.03)
500.72/500.57	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.03)
600.94/600.72	c INFO: running FH@0 for 97 with 600 remaining (b = 0.02)
701.16/700.85	c INFO: running adaptg2wsat2009++@0 for 97 with 500 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.1 (svn: 988)

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-3484346-1307749034/watcher-3484346-1307749034 -o /tmp/evaluation-result-3484346-1307749034/solver-3484346-1307749034 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484346-1307749034.cnf -seed 1305104511 -budget 1200 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 3.04 3.01 2.78 4/197 11326
/proc/meminfo: memFree=31270868/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=15188 CPUtime=0 cores=5,7
/proc/11326/stat : 11326 (python) R 11324 11326 10281 0 -1 4202496 730 0 0 0 0 0 0 0 25 0 1 0 867319000 15552512 618 33554432000 4194304 5683644 140734151874848 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11326/statm: 3797 621 322 364 0 284 0

[startup+0.024423 s]
/proc/loadavg: 3.04 3.01 2.78 4/197 11326
/proc/meminfo: memFree=31270868/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=16396 CPUtime=0.01 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 1155 0 0 0 1 0 0 0 18 0 1 0 867319000 16789504 1019 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/11326/statm: 4099 1019 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100411 s]
/proc/loadavg: 3.04 3.01 2.78 4/197 11326
/proc/meminfo: memFree=31270868/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=102008 CPUtime=0.07 cores=5,7
/proc/11326/stat : 11326 (python) R 11324 11326 10281 0 -1 4202496 3003 0 0 0 5 2 0 0 17 0 1 0 867319000 104456192 2694 33554432000 4194304 5683644 140734151874848 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11326/statm: 25502 2694 841 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102008

[startup+0.301716 s]
/proc/loadavg: 3.04 3.01 2.78 4/197 11326
/proc/meminfo: memFree=31270868/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=157380 CPUtime=0.23 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 6605 934 1 0 17 6 0 0 17 0 1 0 867319000 161157120 4695 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/11326/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 157380

[startup+0.700294 s]
/proc/loadavg: 3.04 3.01 2.78 4/197 11326
/proc/meminfo: memFree=31270868/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=279948 CPUtime=0.59 cores=5,7
/proc/11326/stat : 11326 (python) R 11324 11326 10281 0 -1 4202496 9817 934 1 0 51 8 0 0 17 0 1 0 867319000 286666752 7372 33554432000 4194304 5683644 140734151874848 18446744073709551615 4620223 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11326/statm: 69987 7372 1826 364 0 5911 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279948

[startup+1.50115 s]
/proc/loadavg: 3.04 3.01 2.78 4/201 11334
/proc/meminfo: memFree=31244940/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=290216 CPUtime=0.82 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 10106 934 1 0 73 9 0 0 20 0 2 0 867319000 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11326/statm: 72554 7419 1869 364 0 8472 0
[pid=11332] ppid=11326 vsize=279972 CPUtime=0 cores=5,7
/proc/11332/stat : 11332 (python) S 11326 11326 10281 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 867319092 286691328 5900 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425103 0 0 16781312 514 3311844200999288831 0 0 17 5 0 0 0
/proc/11332/statm: 69993 5900 354 364 0 5911 0
[pid=11334] ppid=11332 vsize=1018084 CPUtime=0.57 cores=5,7
/proc/11334/stat : 11334 (gnovelty+2) R 11332 11334 11334 0 -1 4202496 550 0 0 0 57 0 0 0 22 0 1 0 867319092 1042518016 287 33554432000 134512640 135663704 4288247008 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11334/statm: 254521 287 113 282 0 254237 0
[pid=11326/tid=11333] ppid=11324 vsize=290216 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867319092 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1588272

[startup+3.10084 s]
/proc/loadavg: 3.04 3.01 2.78 4/201 11334
/proc/meminfo: memFree=31244444/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=290216 CPUtime=0.82 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 10106 934 1 0 73 9 0 0 20 0 2 0 867319000 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11326/statm: 72554 7419 1869 364 0 8472 0
[pid=11332] ppid=11326 vsize=279972 CPUtime=0 cores=5,7
/proc/11332/stat : 11332 (python) S 11326 11326 10281 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 867319092 286691328 5900 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425103 0 0 16781312 514 3311844200999256328 0 0 17 5 0 0 0
/proc/11332/statm: 69993 5900 354 364 0 5911 0
[pid=11334] ppid=11332 vsize=1018084 CPUtime=2.17 cores=5,7
/proc/11334/stat : 11334 (gnovelty+2) R 11332 11334 11334 0 -1 4202496 550 0 0 0 217 0 0 0 25 0 1 0 867319092 1042518016 287 33554432000 134512640 135663704 4288247008 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11334/statm: 254521 287 113 282 0 254237 0
[pid=11326/tid=11333] ppid=11324 vsize=290216 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867319092 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1588272

[startup+6.30023 s]
/proc/loadavg: 3.04 3.01 2.78 4/201 11334
/proc/meminfo: memFree=31244140/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=290216 CPUtime=0.82 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 10106 934 1 0 73 9 0 0 20 0 2 0 867319000 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11326/statm: 72554 7419 1869 364 0 8472 0
[pid=11332] ppid=11326 vsize=279972 CPUtime=0 cores=5,7
/proc/11332/stat : 11332 (python) S 11326 11326 10281 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 867319092 286691328 5923 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425103 0 0 16781312 514 3311844200999256328 0 0 17 5 0 0 0
/proc/11332/statm: 69993 5923 377 364 0 5911 0
[pid=11334] ppid=11332 vsize=1018084 CPUtime=5.37 cores=5,7
/proc/11334/stat : 11334 (gnovelty+2) R 11332 11334 11334 0 -1 4202496 550 0 0 0 537 0 0 0 25 0 1 0 867319092 1042518016 287 33554432000 134512640 135663704 4288247008 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11334/statm: 254521 287 113 282 0 254237 0
[pid=11326/tid=11333] ppid=11324 vsize=290216 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867319092 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1588272

[startup+12.701 s]
/proc/loadavg: 3.04 3.01 2.78 4/201 11335
/proc/meminfo: memFree=31243156/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=290216 CPUtime=0.82 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 10106 934 1 0 73 9 0 0 20 0 2 0 867319000 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11326/statm: 72554 7419 1869 364 0 8472 0
[pid=11332] ppid=11326 vsize=279972 CPUtime=0 cores=5,7
/proc/11332/stat : 11332 (python) S 11326 11326 10281 0 -1 4202560 870 0 0 0 0 0 0 0 18 0 1 0 867319092 286691328 5923 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425103 0 0 16781312 514 6780978479564292360 0 0 17 5 0 0 0
/proc/11332/statm: 69993 5923 377 364 0 5911 0
[pid=11334] ppid=11332 vsize=1018084 CPUtime=11.76 cores=5,7
/proc/11334/stat : 11334 (gnovelty+2) R 11332 11334 11334 0 -1 4202496 550 0 0 0 1176 0 0 0 25 0 1 0 867319092 1042518016 287 33554432000 134512640 135663704 4288247008 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11334/statm: 254521 287 113 282 0 254237 0
[pid=11326/tid=11333] ppid=11324 vsize=290216 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867319092 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1588272

[startup+25.5006 s]
/proc/loadavg: 3.03 3.01 2.78 4/201 11335
/proc/meminfo: memFree=31241008/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=290216 CPUtime=0.82 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 10106 934 1 0 73 9 0 0 20 0 2 0 867319000 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11326/statm: 72554 7419 1869 364 0 8472 0
[pid=11332] ppid=11326 vsize=279972 CPUtime=0.02 cores=5,7
/proc/11332/stat : 11332 (python) S 11326 11326 10281 0 -1 4202560 877 0 0 0 1 1 0 0 18 0 1 0 867319092 286691328 5923 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425103 0 0 16781312 514 6780978479564292360 0 0 17 5 0 0 0
/proc/11332/statm: 69993 5923 377 364 0 5911 0
[pid=11334] ppid=11332 vsize=1018084 CPUtime=24.55 cores=5,7
/proc/11334/stat : 11334 (gnovelty+2) R 11332 11334 11334 0 -1 4202496 550 0 0 0 2455 0 0 0 25 0 1 0 867319092 1042518016 287 33554432000 134512640 135663704 4288247008 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11334/statm: 254521 287 113 282 0 254237 0
[pid=11326/tid=11333] ppid=11324 vsize=290216 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867319092 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1588272

[startup+51.1008 s]
/proc/loadavg: 3.02 3.01 2.79 4/201 11336
/proc/meminfo: memFree=31237256/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=290216 CPUtime=0.82 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 10106 934 1 0 73 9 0 0 20 0 2 0 867319000 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11326/statm: 72554 7419 1869 364 0 8472 0
[pid=11332] ppid=11326 vsize=279972 CPUtime=0.05 cores=5,7
/proc/11332/stat : 11332 (python) S 11326 11326 10281 0 -1 4202560 889 0 0 0 3 2 0 0 18 0 1 0 867319092 286691328 5923 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425103 0 0 16781312 514 6780978479564292360 0 0 17 5 0 0 0
/proc/11332/statm: 69993 5923 377 364 0 5911 0
[pid=11334] ppid=11332 vsize=1018084 CPUtime=50.13 cores=5,7
/proc/11334/stat : 11334 (gnovelty+2) R 11332 11334 11334 0 -1 4202496 550 0 0 0 5013 0 0 0 25 0 1 0 867319092 1042518016 287 33554432000 134512640 135663704 4288247008 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11334/statm: 254521 287 113 282 0 254237 0
[pid=11326/tid=11333] ppid=11324 vsize=290216 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 2 0 867319092 297181184 7419 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1588272

[startup+102.307 s]
/proc/loadavg: 3.07 3.02 2.80 4/209 11345
/proc/meminfo: memFree=31219020/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=300472 CPUtime=0.83 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 10982 934 1 0 74 9 0 0 20 0 3 0 867319000 307683328 7426 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11326/statm: 75118 7426 1872 364 0 11033 0
[pid=11332] ppid=11326 vsize=290216 CPUtime=0.11 cores=5,7
/proc/11332/stat : 11332 (python) S 11326 11326 10281 0 -1 4202560 1144 0 0 0 6 5 0 0 19 0 2 0 867319092 297181184 5966 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11332/statm: 72554 5966 415 364 0 8472 0
[pid=11334] ppid=11332 vsize=1018084 CPUtime=100.03 cores=5,7
/proc/11334/stat : 11334 (gnovelty+2) T 11332 11334 11334 0 -1 4202496 550 0 0 0 10003 0 0 0 25 0 1 0 867319092 1042518016 287 33554432000 134512640 135663704 4288247008 18446744073709551615 134524827 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11334/statm: 254521 287 113 282 0 254237 0
[pid=11332/tid=11342] ppid=11326 vsize=290216 CPUtime=0 cores=5,7
/proc/11332/task/11342/stat : 11342 (python) S 11326 11326 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867329104 297181184 5966 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604462273726656 0 0 -1 5 0 0 0
[pid=11343] ppid=11326 vsize=290228 CPUtime=0 cores=5,7
/proc/11343/stat : 11343 (python) S 11326 11326 10281 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 867329105 297193472 5898 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425158 0 0 16781312 514 4479013727034638600 0 0 17 7 0 0 0
/proc/11343/statm: 72557 5898 348 364 0 8472 0
[pid=11345] ppid=11343 vsize=1018084 CPUtime=1.26 cores=5,7
/proc/11345/stat : 11345 (gnovelty+2) R 11343 11345 11345 0 -1 4202496 549 0 0 0 126 0 0 0 25 0 1 0 867329105 1042518016 286 33554432000 134512640 135663704 4292852272 18446744073709551615 134524993 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11345/statm: 254521 286 113 282 0 254237 0
[pid=11326/tid=11333] ppid=11324 vsize=300472 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 867319092 307683328 7426 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=300472 CPUtime=0 cores=5,7
/proc/11326/task/11344/stat : 11344 (python) S 11324 11326 10281 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867329105 307683328 7426 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 2917084

[startup+162.301 s]
/proc/loadavg: 3.02 3.02 2.81 4/209 11347
/proc/meminfo: memFree=31208304/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=300472 CPUtime=0.83 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 10982 934 1 0 74 9 0 0 20 0 3 0 867319000 307683328 7426 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11326/statm: 75118 7426 1872 364 0 11033 0
[pid=11332] ppid=11326 vsize=290216 CPUtime=0.11 cores=5,7

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

[pid=11354] ppid=11326 vsize=300484 CPUtime=0.13 cores=5,7
/proc/11354/stat : 11354 (python) S 11326 11326 10281 0 -1 4202560 1080 0 0 0 8 5 0 0 19 0 2 0 867339019 307695616 5955 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11354/statm: 75121 5955 400 364 0 11033 0
[pid=11356] ppid=11354 vsize=417056 CPUtime=100.03 cores=5,7
/proc/11356/stat : 11356 (adaptg2wsat2009) T 11354 11356 11356 0 -1 4202496 717 0 0 0 10003 0 0 0 25 0 1 0 867339019 427065344 449 33554432000 134512640 135107411 4287138624 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11356/statm: 104264 449 59 146 0 103140 0
[pid=11354/tid=11364] ppid=11326 vsize=300484 CPUtime=0 cores=5,7
/proc/11354/task/11364/stat : 11364 (python) S 11326 11326 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867349031 307695616 5955 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471130900288 0 0 -1 7 0 0 0
[pid=11365] ppid=11326 vsize=310740 CPUtime=0.12 cores=5,7
/proc/11365/stat : 11365 (python) S 11326 11326 10281 0 -1 4202560 1083 0 0 0 6 6 0 0 19 0 2 0 867349032 318197760 5959 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11365/statm: 77685 5959 400 364 0 13594 0
[pid=11367] ppid=11365 vsize=417056 CPUtime=100.11 cores=5,7
/proc/11367/stat : 11367 (adaptg2wsat2009) T 11365 11367 11367 0 -1 4202496 717 0 0 0 10011 0 0 0 25 0 1 0 867349032 427065344 451 33554432000 134512640 135107411 4293998000 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11367/statm: 104264 451 59 146 0 103140 0
[pid=11365/tid=11417] ppid=11326 vsize=310740 CPUtime=0 cores=5,7
/proc/11365/task/11417/stat : 11417 (python) S 11326 11326 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867359044 318197760 5959 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471138051328 0 0 -1 7 0 0 0
[pid=11418] ppid=11326 vsize=320996 CPUtime=0.13 cores=5,7
/proc/11418/stat : 11418 (python) S 11326 11326 10281 0 -1 4202560 1082 0 0 0 7 6 0 0 19 0 2 0 867359045 328699904 5963 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11418/statm: 80249 5963 400 364 0 16155 0
[pid=11420] ppid=11418 vsize=417056 CPUtime=100.02 cores=5,7
/proc/11420/stat : 11420 (adaptg2wsat2009) T 11418 11420 11420 0 -1 4202496 716 0 0 0 10002 0 0 0 25 0 1 0 867359045 427065344 451 33554432000 134512640 135107411 4289280000 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11420/statm: 104264 451 59 146 0 103140 0
[pid=11418/tid=11428] ppid=11326 vsize=320996 CPUtime=0 cores=5,7
/proc/11418/task/11428/stat : 11428 (python) S 11326 11326 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867369057 328699904 5963 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471099041792 0 0 -1 7 0 0 0
[pid=11429] ppid=11326 vsize=331252 CPUtime=0.12 cores=5,7
/proc/11429/stat : 11429 (python) S 11326 11326 10281 0 -1 4202560 1076 0 0 0 7 5 0 0 19 0 2 0 867369058 339202048 5967 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11429/statm: 82813 5967 400 364 0 18716 0
[pid=11431] ppid=11429 vsize=1018084 CPUtime=100.04 cores=5,7
/proc/11431/stat : 11431 (gnovelty+2) T 11429 11431 11431 0 -1 4202496 550 0 0 0 10004 0 0 0 25 0 1 0 867369058 1042518016 287 33554432000 134512640 135663704 4289185344 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11431/statm: 254521 287 113 282 0 254237 0
[pid=11429/tid=11576] ppid=11326 vsize=331252 CPUtime=0 cores=5,7
/proc/11429/task/11576/stat : 11576 (python) S 11326 11326 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867379071 339202048 5967 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471099040000 0 0 -1 5 0 0 0
[pid=11577] ppid=11326 vsize=341508 CPUtime=0.13 cores=5,7
/proc/11577/stat : 11577 (python) S 11326 11326 10281 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 867379072 349704192 5980 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11577/statm: 85377 5980 409 364 0 21277 0
[pid=11579] ppid=11577 vsize=247228 CPUtime=100.12 cores=5,7
/proc/11579/stat : 11579 (FH) T 11577 11579 11579 0 -1 4202496 669 0 0 0 10012 0 0 0 25 0 1 0 867379073 253161472 405 33554432000 134512640 134936988 4293890496 18446744073709551615 134552368 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11579/statm: 61807 405 41 104 0 61311 0
[pid=11577/tid=11775] ppid=11326 vsize=341508 CPUtime=0 cores=5,7
/proc/11577/task/11775/stat : 11775 (python) S 11326 11326 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867389085 349704192 5980 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604462273724864 0 0 -1 7 0 0 0
[pid=11776] ppid=11326 vsize=351764 CPUtime=0 cores=5,7
/proc/11776/stat : 11776 (python) S 11326 11326 10281 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 867389086 360206336 5924 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425158 0 0 16781312 514 4507808562176589823 0 0 17 5 0 0 0
/proc/11776/statm: 87941 5924 350 364 0 23838 0
[pid=11778] ppid=11776 vsize=416916 CPUtime=0.85 cores=5,7
/proc/11778/stat : 11778 (adaptg2wsat2009) R 11776 11778 11778 0 -1 4202496 645 0 0 0 85 0 0 0 23 0 1 0 867389086 426921984 379 33554432000 134512640 135107411 4288412064 18446744073709551615 134523503 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11778/statm: 104229 379 49 146 0 103105 0
[pid=11326/tid=11333] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867319092 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11344/stat : 11344 (python) S 11324 11326 10281 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867329105 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11355] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11355/stat : 11355 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867339019 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11366] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11366/stat : 11366 (python) S 11324 11326 10281 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867349032 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11419] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11419/stat : 11419 (python) S 11324 11326 10281 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867359045 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11430] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11430/stat : 11430 (python) S 11324 11326 10281 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867369058 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
[pid=11326/tid=11578] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11578/stat : 11578 (python) S 11324 11326 10281 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867379073 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11777] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11777/stat : 11777 (python) S 11324 11326 10281 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867389086 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 7868760

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

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

[startup+701.702 s]
/proc/loadavg: 2.94 2.99 2.87 5/233 11778
/proc/meminfo: memFree=31264428/32951124 swapFree=67064580/67111528
[pid=11326] ppid=11324 vsize=362008 CPUtime=0.89 cores=5,7
/proc/11326/stat : 11326 (python) S 11324 11326 10281 0 -1 4202496 16196 934 1 0 78 11 0 0 20 0 9 0 867319000 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11326/statm: 90502 7462 1884 364 0 26399 0
[pid=11332] ppid=11326 vsize=290216 CPUtime=0.11 cores=5,7
/proc/11332/stat : 11332 (python) S 11326 11326 10281 0 -1 4202560 1144 0 0 0 6 5 0 0 19 0 2 0 867319092 297181184 5966 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11332/statm: 72554 5966 415 364 0 8472 0
[pid=11334] ppid=11332 vsize=1018084 CPUtime=100.03 cores=5,7
/proc/11334/stat : 11334 (gnovelty+2) T 11332 11334 11334 0 -1 4202496 550 0 0 0 10003 0 0 0 25 0 1 0 867319092 1042518016 287 33554432000 134512640 135663704 4288247008 18446744073709551615 134524827 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11334/statm: 254521 287 113 282 0 254237 0
[pid=11332/tid=11342] ppid=11326 vsize=290216 CPUtime=0 cores=5,7
/proc/11332/task/11342/stat : 11342 (python) S 11326 11326 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867329104 297181184 5966 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604462273726656 0 0 -1 5 0 0 0
[pid=11343] ppid=11326 vsize=290228 CPUtime=0.12 cores=5,7
/proc/11343/stat : 11343 (python) S 11326 11326 10281 0 -1 4202560 1081 0 0 0 8 4 0 0 19 0 2 0 867329105 297193472 5951 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11343/statm: 72557 5951 400 364 0 8472 0
[pid=11345] ppid=11343 vsize=1018084 CPUtime=99.13 cores=5,7
/proc/11345/stat : 11345 (gnovelty+2) T 11343 11345 11345 0 -1 4202496 549 0 0 0 9913 0 0 0 25 0 1 0 867329105 1042518016 286 33554432000 134512640 135663704 4292852272 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11345/statm: 254521 286 113 282 0 254237 0
[pid=11343/tid=11353] ppid=11326 vsize=290228 CPUtime=0 cores=5,7
/proc/11343/task/11353/stat : 11353 (python) S 11326 11326 10281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867339018 297193472 5951 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471135414080 0 0 -1 7 0 0 0
[pid=11354] ppid=11326 vsize=300484 CPUtime=0.13 cores=5,7
/proc/11354/stat : 11354 (python) S 11326 11326 10281 0 -1 4202560 1080 0 0 0 8 5 0 0 19 0 2 0 867339019 307695616 5955 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11354/statm: 75121 5955 400 364 0 11033 0
[pid=11356] ppid=11354 vsize=417056 CPUtime=100.03 cores=5,7
/proc/11356/stat : 11356 (adaptg2wsat2009) T 11354 11356 11356 0 -1 4202496 717 0 0 0 10003 0 0 0 25 0 1 0 867339019 427065344 449 33554432000 134512640 135107411 4287138624 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11356/statm: 104264 449 59 146 0 103140 0
[pid=11354/tid=11364] ppid=11326 vsize=300484 CPUtime=0 cores=5,7
/proc/11354/task/11364/stat : 11364 (python) S 11326 11326 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867349031 307695616 5955 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471130900288 0 0 -1 7 0 0 0
[pid=11365] ppid=11326 vsize=310740 CPUtime=0.12 cores=5,7
/proc/11365/stat : 11365 (python) S 11326 11326 10281 0 -1 4202560 1083 0 0 0 6 6 0 0 19 0 2 0 867349032 318197760 5959 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11365/statm: 77685 5959 400 364 0 13594 0
[pid=11367] ppid=11365 vsize=417056 CPUtime=100.11 cores=5,7
/proc/11367/stat : 11367 (adaptg2wsat2009) T 11365 11367 11367 0 -1 4202496 717 0 0 0 10011 0 0 0 25 0 1 0 867349032 427065344 451 33554432000 134512640 135107411 4293998000 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11367/statm: 104264 451 59 146 0 103140 0
[pid=11365/tid=11417] ppid=11326 vsize=310740 CPUtime=0 cores=5,7
/proc/11365/task/11417/stat : 11417 (python) S 11326 11326 10281 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867359044 318197760 5959 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471138051328 0 0 -1 7 0 0 0
[pid=11418] ppid=11326 vsize=320996 CPUtime=0.13 cores=5,7
/proc/11418/stat : 11418 (python) S 11326 11326 10281 0 -1 4202560 1082 0 0 0 7 6 0 0 19 0 2 0 867359045 328699904 5963 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11418/statm: 80249 5963 400 364 0 16155 0
[pid=11420] ppid=11418 vsize=417056 CPUtime=100.02 cores=5,7
/proc/11420/stat : 11420 (adaptg2wsat2009) T 11418 11420 11420 0 -1 4202496 716 0 0 0 10002 0 0 0 25 0 1 0 867359045 427065344 451 33554432000 134512640 135107411 4289280000 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11420/statm: 104264 451 59 146 0 103140 0
[pid=11418/tid=11428] ppid=11326 vsize=320996 CPUtime=0 cores=5,7
/proc/11418/task/11428/stat : 11428 (python) S 11326 11326 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867369057 328699904 5963 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471099041792 0 0 -1 7 0 0 0
[pid=11429] ppid=11326 vsize=331252 CPUtime=0.12 cores=5,7
/proc/11429/stat : 11429 (python) S 11326 11326 10281 0 -1 4202560 1076 0 0 0 7 5 0 0 19 0 2 0 867369058 339202048 5967 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11429/statm: 82813 5967 400 364 0 18716 0
[pid=11431] ppid=11429 vsize=1018084 CPUtime=100.04 cores=5,7
/proc/11431/stat : 11431 (gnovelty+2) T 11429 11431 11431 0 -1 4202496 550 0 0 0 10004 0 0 0 25 0 1 0 867369058 1042518016 287 33554432000 134512640 135663704 4289185344 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11431/statm: 254521 287 113 282 0 254237 0
[pid=11429/tid=11576] ppid=11326 vsize=331252 CPUtime=0 cores=5,7
/proc/11429/task/11576/stat : 11576 (python) S 11326 11326 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867379071 339202048 5967 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604471099040000 0 0 -1 5 0 0 0
[pid=11577] ppid=11326 vsize=341508 CPUtime=0.13 cores=5,7
/proc/11577/stat : 11577 (python) S 11326 11326 10281 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 867379072 349704192 5980 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11577/statm: 85377 5980 409 364 0 21277 0
[pid=11579] ppid=11577 vsize=247228 CPUtime=100.12 cores=5,7
/proc/11579/stat : 11579 (FH) T 11577 11579 11579 0 -1 4202496 669 0 0 0 10012 0 0 0 25 0 1 0 867379073 253161472 405 33554432000 134512640 134936988 4293890496 18446744073709551615 134552368 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11579/statm: 61807 405 41 104 0 61311 0
[pid=11577/tid=11775] ppid=11326 vsize=341508 CPUtime=0 cores=5,7
/proc/11577/task/11775/stat : 11775 (python) S 11326 11326 10281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867389085 349704192 5980 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 514 18446604462273724864 0 0 -1 7 0 0 0
[pid=11776] ppid=11326 vsize=351764 CPUtime=0 cores=5,7
/proc/11776/stat : 11776 (python) S 11326 11326 10281 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 867389086 360206336 5924 33554432000 4194304 5683644 140734151874848 18446744073709551615 264726425158 0 0 16781312 514 4507808562176589823 0 0 17 5 0 0 0
/proc/11776/statm: 87941 5924 350 364 0 23838 0
[pid=11778] ppid=11776 vsize=416916 CPUtime=0.85 cores=5,7
/proc/11778/stat : 11778 (adaptg2wsat2009) R 11776 11778 11778 0 -1 4202496 645 0 0 0 85 0 0 0 23 0 1 0 867389086 426921984 379 33554432000 134512640 135107411 4288412064 18446744073709551615 134523503 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11778/statm: 104229 379 49 146 0 103105 0
[pid=11326/tid=11333] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11333/stat : 11333 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867319092 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
[pid=11326/tid=11344] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11344/stat : 11344 (python) S 11324 11326 10281 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867329105 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11355] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11355/stat : 11355 (python) S 11324 11326 10281 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 867339019 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11366] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11366/stat : 11366 (python) S 11324 11326 10281 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867349032 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11419] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11419/stat : 11419 (python) S 11324 11326 10281 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867359045 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11430] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11430/stat : 11430 (python) S 11324 11326 10281 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867369058 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
[pid=11326/tid=11578] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11578/stat : 11578 (python) S 11324 11326 10281 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867379073 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 5 0 0 0
[pid=11326/tid=11777] ppid=11324 vsize=362008 CPUtime=0 cores=5,7
/proc/11326/task/11777/stat : 11777 (python) S 11324 11326 10281 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867389086 370696192 7462 33554432000 4194304 5683644 140734151874848 18446744073709551615 264738228657 0 0 16781312 2 18446604471135914816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 7868760

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.763
CPU time (s): 702.08
CPU user time (s): 701.6
CPU system time (s): 0.48
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 7868760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.790879
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17740
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= 1010
involuntary context switches= 25

runsolver used 1.21481 second user time and 2.6456 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 01:37:14
IDJOB=3484346
IDBENCH=82857
IDSOLVER=1975
FILE ID=node141/3484346-1307749034
RUNJOBID= node141-1307746989-10302
PBS_JOBID= 13550819
Free space on /tmp= 74036 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S839353433-100.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-3484346-1307749034/watcher-3484346-1307749034 -o /tmp/evaluation-result-3484346-1307749034/solver-3484346-1307749034 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484346-1307749034.cnf -seed 1305104511 -budget 1200

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

MD5SUM BENCH= e68176dd0214c3858ad791ec08d1acee
RANDOM SEED=1305104511

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.806
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.75
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.806
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:      31271544 kB
Buffers:        242784 kB
Cached:        1096324 kB
SwapCached:       8728 kB
Active:         682140 kB
Inactive:       811980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31271544 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           64232 kB
Writeback:           0 kB
AnonPages:      152984 kB
Mapped:          17692 kB
Slab:           117124 kB
PageTables:       8092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3606444 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= 74004 MiB
End job on node141 at 2011-06-11 01:48:58