Trace number 3377515

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.73 703.977

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1475406203-080.UNKNOWN.cnf
MD5SUM6cadcf1602218f53da431eaffbc93148
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.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3377515-1305453679.cnf
0.31/0.46	c INFO: computing task features
0.39/0.51	c INFO: computed variable-clause graph statistics
0.39/0.51	c INFO: computed clause balance statistics
0.69/0.80	c INFO: computed variable balance statistics
0.79/0.92	c INFO: computed small-clause counts
0.79/0.92	c INFO: computed Horn-clause counts
0.79/0.93	c INFO: computed variable graph statistics
0.79/0.93	c INFO: collected features for HOME/instance-3377515-1305453679.cnf in 0.47 s
0.79/0.94	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.47)
101.08/101.22	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
201.34/201.51	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
301.53/301.78	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.05)
401.83/402.06	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.04)
502.11/502.33	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
602.42/602.63	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
702.74/702.91	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-3377515-1305453679/watcher-3377515-1305453679 -o /tmp/evaluation-result-3377515-1305453679/solver-3377515-1305453679 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377515-1305453679.cnf -seed 396336221 -budget 2400 

running on 2 cores: 1,3

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.20 4.06 3.58 4/398 21916
/proc/meminfo: memFree=22237344/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=15776 CPUtime=0 cores=1,3
/proc/21916/stat : 21916 (python) R 21914 21916 19943 0 -1 4202496 900 0 0 0 0 0 0 0 25 0 1 0 735598385 16154624 781 33554432000 4194304 5683644 140737010118352 18446744073709551615 252457726661 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21916/statm: 3944 783 345 364 0 431 0

[startup+0.047484 s]
/proc/loadavg: 4.20 4.06 3.58 4/398 21916
/proc/meminfo: memFree=22237344/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=29788 CPUtime=0.03 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 1414 0 0 0 3 0 0 0 25 0 1 0 735598385 30502912 1258 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/21916/statm: 7447 1258 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.102152 s]
/proc/loadavg: 4.20 4.06 3.58 4/398 21916
/proc/meminfo: memFree=22237344/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=104616 CPUtime=0.07 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 3099 0 0 0 5 2 0 0 17 0 1 0 735598385 107126784 2779 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/21916/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.30082 s]
/proc/loadavg: 4.20 4.06 3.58 4/398 21916
/proc/meminfo: memFree=22237344/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=198920 CPUtime=0.22 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 6992 930 1 0 17 5 0 0 17 0 1 0 735598385 203694080 5027 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/21916/statm: 49730 5027 1454 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700741 s]
/proc/loadavg: 4.20 4.06 3.58 4/398 21916
/proc/meminfo: memFree=22237344/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=280232 CPUtime=0.59 cores=1,3
/proc/21916/stat : 21916 (python) R 21914 21916 19943 0 -1 4202496 10006 930 1 0 53 6 0 0 17 0 1 0 735598385 286957568 7443 33554432000 4194304 5683644 140737010118352 18446744073709551615 5005930 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21916/statm: 70058 7443 1826 364 0 5982 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 280232

[startup+1.50059 s]
/proc/loadavg: 4.20 4.06 3.58 5/406 21931
/proc/meminfo: memFree=22207032/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=289656 CPUtime=0.83 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 10436 930 1 0 77 6 0 0 20 0 2 0 735598385 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 72414 7311 1869 364 0 8332 0
[pid=21929] ppid=21916 vsize=279412 CPUtime=0 cores=1,3
/proc/21929/stat : 21929 (python) S 21916 21916 19943 0 -1 4202560 734 0 0 0 0 0 0 0 19 0 1 0 735598479 286117888 5792 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085903 0 0 16781312 514 13990416303802810367 0 0 17 1 0 0 0
/proc/21929/statm: 69853 5792 354 364 0 5771 0
[pid=21931] ppid=21929 vsize=1018088 CPUtime=0.55 cores=1,3
/proc/21931/stat : 21931 (gnovelty+2) R 21929 21931 21931 0 -1 4202496 573 0 0 0 55 0 0 0 22 0 1 0 735598480 1042522112 306 33554432000 134512640 135663704 4291798304 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21931/statm: 254522 306 113 282 0 254238 0
[pid=21916/tid=21930] ppid=21914 vsize=289656 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 735598480 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1587156

[startup+3.1003 s]
/proc/loadavg: 4.19 4.06 3.58 6/406 21931
/proc/meminfo: memFree=22205668/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=289656 CPUtime=0.83 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 10436 930 1 0 77 6 0 0 20 0 2 0 735598385 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 72414 7311 1869 364 0 8332 0
[pid=21929] ppid=21916 vsize=279412 CPUtime=0 cores=1,3
/proc/21929/stat : 21929 (python) S 21916 21916 19943 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 735598479 286117888 5792 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085903 0 0 16781312 514 13990416303802777864 0 0 17 1 0 0 0
/proc/21929/statm: 69853 5792 354 364 0 5771 0
[pid=21931] ppid=21929 vsize=1018088 CPUtime=2.14 cores=1,3
/proc/21931/stat : 21931 (gnovelty+2) R 21929 21931 21931 0 -1 4202496 573 0 0 0 214 0 0 0 25 0 1 0 735598480 1042522112 306 33554432000 134512640 135663704 4291798304 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21931/statm: 254522 306 113 282 0 254238 0
[pid=21916/tid=21930] ppid=21914 vsize=289656 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 735598480 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1587156

[startup+6.3007 s]
/proc/loadavg: 4.19 4.06 3.58 5/406 21931
/proc/meminfo: memFree=22203824/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=289656 CPUtime=0.83 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 10436 930 1 0 77 6 0 0 20 0 2 0 735598385 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 72414 7311 1869 364 0 8332 0
[pid=21929] ppid=21916 vsize=279412 CPUtime=0.01 cores=1,3
/proc/21929/stat : 21929 (python) S 21916 21916 19943 0 -1 4202560 981 0 0 0 0 1 0 0 18 0 1 0 735598479 286117888 5819 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085903 0 0 16781312 514 13990416303802777864 0 0 17 1 0 0 0
/proc/21929/statm: 69853 5819 381 364 0 5771 0
[pid=21931] ppid=21929 vsize=1018088 CPUtime=5.32 cores=1,3
/proc/21931/stat : 21931 (gnovelty+2) R 21929 21931 21931 0 -1 4202496 573 0 0 0 532 0 0 0 25 0 1 0 735598480 1042522112 306 33554432000 134512640 135663704 4291798304 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21931/statm: 254522 306 113 282 0 254238 0
[pid=21916/tid=21930] ppid=21914 vsize=289656 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 735598480 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1587156

[startup+12.7005 s]
/proc/loadavg: 4.16 4.06 3.58 5/406 21931
/proc/meminfo: memFree=22202340/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=289656 CPUtime=0.83 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 10436 930 1 0 77 6 0 0 20 0 2 0 735598385 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 72414 7311 1869 364 0 8332 0
[pid=21929] ppid=21916 vsize=279412 CPUtime=0.02 cores=1,3
/proc/21929/stat : 21929 (python) S 21916 21916 19943 0 -1 4202560 985 0 0 0 1 1 0 0 18 0 1 0 735598479 286117888 5820 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085903 0 0 16781312 514 610659961973735688 0 0 17 1 0 0 0
/proc/21929/statm: 69853 5820 382 364 0 5771 0
[pid=21931] ppid=21929 vsize=1018088 CPUtime=11.7 cores=1,3
/proc/21931/stat : 21931 (gnovelty+2) R 21929 21931 21931 0 -1 4202496 573 0 0 0 1170 0 0 0 25 0 1 0 735598480 1042522112 306 33554432000 134512640 135663704 4291798304 18446744073709551615 134524878 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21931/statm: 254522 306 113 282 0 254238 0
[pid=21916/tid=21930] ppid=21914 vsize=289656 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 735598480 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1587156

[startup+25.5011 s]
/proc/loadavg: 4.13 4.06 3.58 5/406 21932
/proc/meminfo: memFree=22201556/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=289656 CPUtime=0.83 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 10436 930 1 0 77 6 0 0 20 0 2 0 735598385 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 72414 7311 1869 364 0 8332 0
[pid=21929] ppid=21916 vsize=279412 CPUtime=0.06 cores=1,3
/proc/21929/stat : 21929 (python) S 21916 21916 19943 0 -1 4202560 991 0 0 0 2 4 0 0 18 0 1 0 735598479 286117888 5820 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085903 0 0 16781312 514 610659961973735688 0 0 17 1 0 0 0
/proc/21929/statm: 69853 5820 382 364 0 5771 0
[pid=21931] ppid=21929 vsize=1018088 CPUtime=24.48 cores=1,3
/proc/21931/stat : 21931 (gnovelty+2) R 21929 21931 21931 0 -1 4202496 573 0 0 0 2448 0 0 0 25 0 1 0 735598480 1042522112 306 33554432000 134512640 135663704 4291798304 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21931/statm: 254522 306 113 282 0 254238 0
[pid=21916/tid=21930] ppid=21914 vsize=289656 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 735598480 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1587156

[startup+51.1004 s]
/proc/loadavg: 4.09 4.05 3.59 5/410 21937
/proc/meminfo: memFree=22191300/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=289656 CPUtime=0.83 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 10436 930 1 0 77 6 0 0 20 0 2 0 735598385 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 72414 7311 1869 364 0 8332 0
[pid=21929] ppid=21916 vsize=279412 CPUtime=0.12 cores=1,3
/proc/21929/stat : 21929 (python) S 21916 21916 19943 0 -1 4202560 1000 0 0 0 5 7 0 0 18 0 1 0 735598479 286117888 5820 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085903 0 0 16781312 514 610659961973735688 0 0 17 1 0 0 0
/proc/21929/statm: 69853 5820 382 364 0 5771 0
[pid=21931] ppid=21929 vsize=1018088 CPUtime=50.01 cores=1,3
/proc/21931/stat : 21931 (gnovelty+2) R 21929 21931 21931 0 -1 4202496 573 0 0 0 5001 0 0 0 25 0 1 0 735598480 1042522112 306 33554432000 134512640 135663704 4291798304 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21931/statm: 254522 306 113 282 0 254238 0
[pid=21916/tid=21930] ppid=21914 vsize=289656 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 2 0 735598480 296607744 7311 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1587156

[startup+102.314 s]
/proc/loadavg: 4.11 4.06 3.62 5/418 21950
/proc/meminfo: memFree=22174684/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=300232 CPUtime=0.84 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 11363 930 1 0 78 6 0 0 20 0 3 0 735598385 307437568 7374 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 75058 7374 1880 364 0 10973 0
[pid=21929] ppid=21916 vsize=289656 CPUtime=0.26 cores=1,3
/proc/21929/stat : 21929 (python) S 21916 21916 19943 0 -1 4202560 1161 0 0 0 13 13 0 0 19 0 2 0 735598479 296607744 5858 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21929/statm: 72414 5858 415 364 0 8332 0
[pid=21931] ppid=21929 vsize=1018088 CPUtime=99.99 cores=1,3
/proc/21931/stat : 21931 (gnovelty+2) T 21929 21931 21931 0 -1 4202496 573 0 0 0 9999 0 0 0 25 0 1 0 735598480 1042522112 306 33554432000 134512640 135663704 4291798304 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21931/statm: 254522 306 113 282 0 254238 0
[pid=21929/tid=21947] ppid=21916 vsize=289656 CPUtime=0 cores=1,3
/proc/21929/task/21947/stat : 21947 (python) S 21916 21916 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735608507 296607744 5858 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604464760025472 0 0 -1 3 0 0 0
[pid=21948] ppid=21916 vsize=289988 CPUtime=0 cores=1,3
/proc/21948/stat : 21948 (python) S 21916 21916 19943 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 735608508 296947712 5838 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085958 0 0 16781312 514 6907106486338421000 0 0 17 1 0 0 0
/proc/21948/statm: 72497 5838 348 364 0 8412 0
[pid=21950] ppid=21948 vsize=1018088 CPUtime=1.07 cores=1,3
/proc/21950/stat : 21950 (gnovelty+2) R 21948 21950 21950 0 -1 4202496 567 0 0 0 107 0 0 0 24 0 1 0 735608508 1042522112 305 33554432000 134512640 135663704 4294356384 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21950/statm: 254522 305 113 282 0 254238 0
[pid=21916/tid=21930] ppid=21914 vsize=300232 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 735598480 307437568 7374 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
[pid=21916/tid=21949] ppid=21914 vsize=300232 CPUtime=0 cores=1,3
/proc/21916/task/21949/stat : 21949 (python) S 21914 21916 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 735608508 307437568 7374 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 2916052

[startup+162.301 s]
/proc/loadavg: 4.04 4.05 3.64 5/418 21951
/proc/meminfo: memFree=22165480/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=300232 CPUtime=0.84 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 11363 930 1 0 78 6 0 0 20 0 3 0 735598385 307437568 7374 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 75058 7374 1880 364 0 10973 0
[pid=21929] ppid=21916 vsize=289656 CPUtime=0.26 cores=1,3

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

[pid=21958] ppid=21916 vsize=300244 CPUtime=0.27 cores=1,3
/proc/21958/stat : 21958 (python) S 21916 21916 19943 0 -1 4202560 1086 0 0 0 15 12 0 0 19 0 2 0 735618536 307449856 5895 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21958/statm: 75061 5895 400 364 0 10973 0
[pid=21960] ppid=21958 vsize=417192 CPUtime=99.97 cores=1,3
/proc/21960/stat : 21960 (adaptg2wsat2009) T 21958 21960 21960 0 -1 4202496 760 0 0 0 9997 0 0 0 25 0 1 0 735618536 427204608 495 33554432000 134512640 135107411 4286726672 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21960/statm: 104298 495 59 146 0 103174 0
[pid=21958/tid=21965] ppid=21916 vsize=300244 CPUtime=0 cores=1,3
/proc/21958/task/21965/stat : 21965 (python) S 21916 21916 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735628562 307449856 5895 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604464760026368 0 0 -1 3 0 0 0
[pid=21966] ppid=21916 vsize=310500 CPUtime=0.27 cores=1,3
/proc/21966/stat : 21966 (python) S 21916 21916 19943 0 -1 4202560 1099 0 0 0 14 13 0 0 19 0 2 0 735628563 317952000 5899 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21966/statm: 77625 5899 400 364 0 13534 0
[pid=21968] ppid=21966 vsize=417192 CPUtime=99.99 cores=1,3
/proc/21968/stat : 21968 (adaptg2wsat2009) T 21966 21968 21968 0 -1 4202496 763 0 0 0 9999 0 0 0 25 0 1 0 735628564 427204608 497 33554432000 134512640 135107411 4287681552 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21968/statm: 104298 497 59 146 0 103174 0
[pid=21966/tid=21972] ppid=21916 vsize=310500 CPUtime=0 cores=1,3
/proc/21966/task/21972/stat : 21972 (python) S 21916 21916 19943 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 735638590 317952000 5899 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604458809871360 0 0 -1 3 0 0 0
[pid=21973] ppid=21916 vsize=320756 CPUtime=0.27 cores=1,3
/proc/21973/stat : 21973 (python) S 21916 21916 19943 0 -1 4202560 1097 0 0 0 16 11 0 0 19 0 2 0 735638591 328454144 5903 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21973/statm: 80189 5903 400 364 0 16095 0
[pid=21975] ppid=21973 vsize=417192 CPUtime=99.99 cores=1,3
/proc/21975/stat : 21975 (adaptg2wsat2009) T 21973 21975 21975 0 -1 4202496 762 0 0 0 9999 0 0 0 25 0 1 0 735638591 427204608 496 33554432000 134512640 135107411 4287631136 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21975/statm: 104298 496 59 146 0 103174 0
[pid=21973/tid=21978] ppid=21916 vsize=320756 CPUtime=0 cores=1,3
/proc/21973/task/21978/stat : 21978 (python) S 21916 21916 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735648617 328454144 5903 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604467922414656 0 0 -1 3 0 0 0
[pid=21979] ppid=21916 vsize=331012 CPUtime=0.28 cores=1,3
/proc/21979/stat : 21979 (python) S 21916 21916 19943 0 -1 4202560 1095 0 0 0 14 14 0 0 19 0 2 0 735648619 338956288 5907 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21979/statm: 82753 5907 400 364 0 18656 0
[pid=21981] ppid=21979 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/21981/stat : 21981 (gnovelty+2) T 21979 21981 21981 0 -1 4202496 567 0 0 0 10002 0 0 0 25 0 1 0 735648619 1042522112 305 33554432000 134512640 135663704 4294429696 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21981/statm: 254522 305 113 282 0 254238 0
[pid=21979/tid=21986] ppid=21916 vsize=331012 CPUtime=0 cores=1,3
/proc/21979/task/21986/stat : 21986 (python) S 21916 21916 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735658647 338956288 5907 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604454913890112 0 0 -1 1 0 0 0
[pid=21987] ppid=21916 vsize=341268 CPUtime=0.27 cores=1,3
/proc/21987/stat : 21987 (python) S 21916 21916 19943 0 -1 4202560 1093 0 0 0 14 13 0 0 19 0 2 0 735658649 349458432 5911 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21987/statm: 85317 5911 400 364 0 21217 0
[pid=21990] ppid=21987 vsize=247348 CPUtime=99.98 cores=1,3
/proc/21990/stat : 21990 (FH) T 21987 21990 21990 0 -1 4202496 707 0 0 0 9998 0 0 0 25 0 1 0 735658649 253284352 444 33554432000 134512640 134936988 4291748864 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21990/statm: 61837 444 41 104 0 61341 0
[pid=21987/tid=22012] ppid=21916 vsize=341268 CPUtime=0 cores=1,3
/proc/21987/task/22012/stat : 22012 (python) S 21916 21916 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735668675 349458432 5911 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604458286237888 0 0 -1 1 0 0 0
[pid=22013] ppid=21916 vsize=351524 CPUtime=0 cores=1,3
/proc/22013/stat : 22013 (python) S 21916 21916 19943 0 -1 4202560 789 0 0 0 0 0 0 0 18 0 1 0 735668677 359960576 5868 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085958 0 0 16781312 514 16392540247725965311 0 0 17 1 0 0 0
/proc/22013/statm: 87881 5868 354 364 0 23778 0
[pid=22015] ppid=22013 vsize=417048 CPUtime=0.99 cores=1,3
/proc/22015/stat : 22015 (adaptg2wsat2009) R 22013 22015 22015 0 -1 4202496 686 0 0 0 99 0 0 0 23 0 1 0 735668677 427057152 419 33554432000 134512640 135107411 4294521520 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22015/statm: 104262 419 49 146 0 103138 0
[pid=21916/tid=21930] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 735598480 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
[pid=21916/tid=21949] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21949/stat : 21949 (python) S 21914 21916 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735608508 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21959] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21959/stat : 21959 (python) S 21914 21916 19943 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735618536 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21967] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21967/stat : 21967 (python) S 21914 21916 19943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735628564 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21974] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21974/stat : 21974 (python) S 21914 21916 19943 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735638591 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21980] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21980/stat : 21980 (python) S 21914 21916 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735648619 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21988] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21988/stat : 21988 (python) S 21914 21916 19943 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735658649 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=22014] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/22014/stat : 22014 (python) S 21914 21916 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735668677 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.73
Current children cumulated vsize (KiB) 7866952

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

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

[startup+703.902 s]
/proc/loadavg: 3.37 3.83 3.73 5/416 22015
/proc/meminfo: memFree=22074316/32951124 swapFree=59305796/67111528
[pid=21916] ppid=21914 vsize=361768 CPUtime=0.94 cores=1,3
/proc/21916/stat : 21916 (python) S 21914 21916 19943 0 -1 4202496 16882 930 1 0 86 8 0 0 19 0 9 0 735598385 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21916/statm: 90442 7410 1892 364 0 26339 0
[pid=21929] ppid=21916 vsize=289656 CPUtime=0.26 cores=1,3
/proc/21929/stat : 21929 (python) S 21916 21916 19943 0 -1 4202560 1161 0 0 0 13 13 0 0 19 0 2 0 735598479 296607744 5858 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21929/statm: 72414 5858 415 364 0 8332 0
[pid=21931] ppid=21929 vsize=1018088 CPUtime=99.99 cores=1,3
/proc/21931/stat : 21931 (gnovelty+2) T 21929 21931 21931 0 -1 4202496 573 0 0 0 9999 0 0 0 25 0 1 0 735598480 1042522112 306 33554432000 134512640 135663704 4291798304 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21931/statm: 254522 306 113 282 0 254238 0
[pid=21929/tid=21947] ppid=21916 vsize=289656 CPUtime=0 cores=1,3
/proc/21929/task/21947/stat : 21947 (python) S 21916 21916 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735608507 296607744 5858 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604464760025472 0 0 -1 3 0 0 0
[pid=21948] ppid=21916 vsize=289988 CPUtime=0.26 cores=1,3
/proc/21948/stat : 21948 (python) S 21916 21916 19943 0 -1 4202560 1092 0 0 0 13 13 0 0 19 0 2 0 735608508 296947712 5891 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21948/statm: 72497 5891 400 364 0 8412 0
[pid=21950] ppid=21948 vsize=1018088 CPUtime=99.98 cores=1,3
/proc/21950/stat : 21950 (gnovelty+2) T 21948 21950 21950 0 -1 4202496 567 0 0 0 9998 0 0 0 25 0 1 0 735608508 1042522112 305 33554432000 134512640 135663704 4294356384 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21950/statm: 254522 305 113 282 0 254238 0
[pid=21948/tid=21957] ppid=21916 vsize=289988 CPUtime=0 cores=1,3
/proc/21948/task/21957/stat : 21957 (python) S 21916 21916 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735618535 296947712 5891 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604467405781184 0 0 -1 3 0 0 0
[pid=21958] ppid=21916 vsize=300244 CPUtime=0.27 cores=1,3
/proc/21958/stat : 21958 (python) S 21916 21916 19943 0 -1 4202560 1086 0 0 0 15 12 0 0 19 0 2 0 735618536 307449856 5895 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21958/statm: 75061 5895 400 364 0 10973 0
[pid=21960] ppid=21958 vsize=417192 CPUtime=99.97 cores=1,3
/proc/21960/stat : 21960 (adaptg2wsat2009) T 21958 21960 21960 0 -1 4202496 760 0 0 0 9997 0 0 0 25 0 1 0 735618536 427204608 495 33554432000 134512640 135107411 4286726672 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21960/statm: 104298 495 59 146 0 103174 0
[pid=21958/tid=21965] ppid=21916 vsize=300244 CPUtime=0 cores=1,3
/proc/21958/task/21965/stat : 21965 (python) S 21916 21916 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735628562 307449856 5895 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604464760026368 0 0 -1 3 0 0 0
[pid=21966] ppid=21916 vsize=310500 CPUtime=0.27 cores=1,3
/proc/21966/stat : 21966 (python) S 21916 21916 19943 0 -1 4202560 1099 0 0 0 14 13 0 0 19 0 2 0 735628563 317952000 5899 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21966/statm: 77625 5899 400 364 0 13534 0
[pid=21968] ppid=21966 vsize=417192 CPUtime=99.99 cores=1,3
/proc/21968/stat : 21968 (adaptg2wsat2009) T 21966 21968 21968 0 -1 4202496 763 0 0 0 9999 0 0 0 25 0 1 0 735628564 427204608 497 33554432000 134512640 135107411 4287681552 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21968/statm: 104298 497 59 146 0 103174 0
[pid=21966/tid=21972] ppid=21916 vsize=310500 CPUtime=0 cores=1,3
/proc/21966/task/21972/stat : 21972 (python) S 21916 21916 19943 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 735638590 317952000 5899 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604458809871360 0 0 -1 3 0 0 0
[pid=21973] ppid=21916 vsize=320756 CPUtime=0.27 cores=1,3
/proc/21973/stat : 21973 (python) S 21916 21916 19943 0 -1 4202560 1097 0 0 0 16 11 0 0 19 0 2 0 735638591 328454144 5903 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21973/statm: 80189 5903 400 364 0 16095 0
[pid=21975] ppid=21973 vsize=417192 CPUtime=99.99 cores=1,3
/proc/21975/stat : 21975 (adaptg2wsat2009) T 21973 21975 21975 0 -1 4202496 762 0 0 0 9999 0 0 0 25 0 1 0 735638591 427204608 496 33554432000 134512640 135107411 4287631136 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21975/statm: 104298 496 59 146 0 103174 0
[pid=21973/tid=21978] ppid=21916 vsize=320756 CPUtime=0 cores=1,3
/proc/21973/task/21978/stat : 21978 (python) S 21916 21916 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735648617 328454144 5903 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604467922414656 0 0 -1 3 0 0 0
[pid=21979] ppid=21916 vsize=331012 CPUtime=0.28 cores=1,3
/proc/21979/stat : 21979 (python) S 21916 21916 19943 0 -1 4202560 1095 0 0 0 14 14 0 0 19 0 2 0 735648619 338956288 5907 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21979/statm: 82753 5907 400 364 0 18656 0
[pid=21981] ppid=21979 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/21981/stat : 21981 (gnovelty+2) T 21979 21981 21981 0 -1 4202496 567 0 0 0 10002 0 0 0 25 0 1 0 735648619 1042522112 305 33554432000 134512640 135663704 4294429696 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21981/statm: 254522 305 113 282 0 254238 0
[pid=21979/tid=21986] ppid=21916 vsize=331012 CPUtime=0 cores=1,3
/proc/21979/task/21986/stat : 21986 (python) S 21916 21916 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735658647 338956288 5907 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604454913890112 0 0 -1 1 0 0 0
[pid=21987] ppid=21916 vsize=341268 CPUtime=0.27 cores=1,3
/proc/21987/stat : 21987 (python) S 21916 21916 19943 0 -1 4202560 1093 0 0 0 14 13 0 0 19 0 2 0 735658649 349458432 5911 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21987/statm: 85317 5911 400 364 0 21217 0
[pid=21990] ppid=21987 vsize=247348 CPUtime=99.98 cores=1,3
/proc/21990/stat : 21990 (FH) T 21987 21990 21990 0 -1 4202496 707 0 0 0 9998 0 0 0 25 0 1 0 735658649 253284352 444 33554432000 134512640 134936988 4291748864 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21990/statm: 61837 444 41 104 0 61341 0
[pid=21987/tid=22012] ppid=21916 vsize=341268 CPUtime=0 cores=1,3
/proc/21987/task/22012/stat : 22012 (python) S 21916 21916 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735668675 349458432 5911 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 514 18446604458286237888 0 0 -1 1 0 0 0
[pid=22013] ppid=21916 vsize=351524 CPUtime=0 cores=1,3
/proc/22013/stat : 22013 (python) S 21916 21916 19943 0 -1 4202560 789 0 0 0 0 0 0 0 18 0 1 0 735668677 359960576 5868 33554432000 4194304 5683644 140737010118352 18446744073709551615 252458085958 0 0 16781312 514 16392540247725965311 0 0 17 1 0 0 0
/proc/22013/statm: 87881 5868 354 364 0 23778 0
[pid=22015] ppid=22013 vsize=417048 CPUtime=0.99 cores=1,3
/proc/22015/stat : 22015 (adaptg2wsat2009) R 22013 22015 22015 0 -1 4202496 686 0 0 0 99 0 0 0 23 0 1 0 735668677 427057152 419 33554432000 134512640 135107411 4294521520 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22015/statm: 104262 419 49 146 0 103138 0
[pid=21916/tid=21930] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21930/stat : 21930 (python) S 21914 21916 19943 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 735598480 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 3 0 0 0
[pid=21916/tid=21949] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21949/stat : 21949 (python) S 21914 21916 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735608508 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21959] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21959/stat : 21959 (python) S 21914 21916 19943 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735618536 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21967] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21967/stat : 21967 (python) S 21914 21916 19943 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735628564 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21974] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21974/stat : 21974 (python) S 21914 21916 19943 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735638591 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21980] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21980/stat : 21980 (python) S 21914 21916 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735648619 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=21988] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/21988/stat : 21988 (python) S 21914 21916 19943 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 735658649 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
[pid=21916/tid=22014] ppid=21914 vsize=361768 CPUtime=0 cores=1,3
/proc/21916/task/22014/stat : 22014 (python) S 21914 21916 19943 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735668677 370450432 7410 33554432000 4194304 5683644 140737010118352 18446744073709551615 252469889457 0 0 16781312 2 18446604471161542528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.73
Current children cumulated vsize (KiB) 7866952

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21916 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=864868
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=85986
# CPU time returned by wait4() is 0.950854
# while last known CPU time is 703.73
#
# 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.73
CPU user time (s): 702.76
CPU system time (s): 0.97
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 7866952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.864868
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17818
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= 1012
involuntary context switches= 31

runsolver used 2.6296 second user time and 5.66514 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 12:01:19
IDJOB=3377515
IDBENCH=82824
IDSOLVER=1857
FILE ID=node111/3377515-1305453679
RUNJOBID= node111-1305452246-20948
PBS_JOBID= 13324865
Free space on /tmp= 73600 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1475406203-080.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-3377515-1305453679/watcher-3377515-1305453679 -o /tmp/evaluation-result-3377515-1305453679/solver-3377515-1305453679 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377515-1305453679.cnf -seed 396336221 -budget 2400

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

MD5SUM BENCH= 6cadcf1602218f53da431eaffbc93148
RANDOM SEED=396336221

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22237624 kB
Buffers:        286820 kB
Cached:        6859872 kB
SwapCached:      13720 kB
Active:        1500796 kB
Inactive:      8966008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22237624 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           64392 kB
Writeback:           0 kB
AnonPages:     3315532 kB
Mapped:          24940 kB
Slab:           130996 kB
PageTables:      49196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84500604 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= 73592 MiB
End job on node111 at 2011-05-15 12:13:05