Trace number 3377382

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) 701.69 701.876

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S94779963-093-UNKNOWN.cnf
MD5SUMaef8bd4e13046b42a5bc777dc56e10de
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 variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.44/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.44/0.70	c INFO: solving HOME/instance-3377382-1305452917.cnf
0.44/0.70	c INFO: computing task features
0.54/0.88	c INFO: computed variable-clause graph statistics
0.54/0.88	c INFO: computed clause balance statistics
1.73/2.04	c INFO: computed variable balance statistics
2.23/2.50	c INFO: computed small-clause counts
2.23/2.50	c INFO: computed Horn-clause counts
2.23/2.54	c INFO: computed variable graph statistics
2.23/2.54	c INFO: collected features for HOME/instance-3377382-1305452917.cnf in 1.89 s
2.23/2.56	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.54/102.87	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.81/203.18	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
303.08/303.44	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.36/403.71	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.56/503.98	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
601.17/601.34	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
701.47/701.62	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.03)

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-3377382-1305452917/watcher-3377382-1305452917 -o /tmp/evaluation-result-3377382-1305452917/solver-3377382-1305452917 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377382-1305452917.cnf -seed 748023585 -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.06 3.75 2.99 4/407 21219
/proc/meminfo: memFree=22294740/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=15384 CPUtime=0 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 794 0 0 0 0 0 0 0 25 0 1 0 735522201 15753216 682 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/21219/statm: 3846 682 322 364 0 333 0

[startup+0.10795 s]
/proc/loadavg: 4.06 3.75 2.99 4/407 21219
/proc/meminfo: memFree=22294740/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=94184 CPUtime=0.06 cores=1,3
/proc/21219/stat : 21219 (python) R 21217 21219 19943 0 -1 4202496 2770 0 0 0 4 2 0 0 17 0 1 0 735522201 96444416 2478 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458063872 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/21219/statm: 23546 2478 765 364 0 1678 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94184

[startup+0.200966 s]
/proc/loadavg: 4.06 3.75 2.99 4/407 21219
/proc/meminfo: memFree=22294740/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=124232 CPUtime=0.12 cores=1,3
/proc/21219/stat : 21219 (python) R 21217 21219 19943 0 -1 4202496 4272 0 1 0 8 4 0 0 17 0 1 0 735522201 127213568 3880 33554432000 4194304 5683644 140734636822960 18446744073709551615 252457886101 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21219/statm: 31058 3880 997 364 0 2869 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124232

[startup+0.300913 s]
/proc/loadavg: 4.06 3.75 2.99 4/407 21219
/proc/meminfo: memFree=22294740/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=135748 CPUtime=0.17 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 5969 935 1 0 12 5 0 0 17 0 1 0 735522201 139005952 4149 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/21219/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700837 s]
/proc/loadavg: 4.06 3.75 2.99 4/407 21219
/proc/meminfo: memFree=22294740/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=281116 CPUtime=0.44 cores=1,3
/proc/21219/stat : 21219 (python) R 21217 21219 19943 0 -1 4202496 9931 935 1 0 33 11 0 0 15 0 1 0 735522201 287862784 7607 33554432000 4194304 5683644 140734636822960 18446744073709551615 47234486001617 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21219/statm: 70279 7607 1761 364 0 6203 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 281116

[startup+1.50069 s]
/proc/loadavg: 4.06 3.75 2.99 5/408 21224
/proc/meminfo: memFree=22260852/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=289492 CPUtime=1.23 cores=1,3
/proc/21219/stat : 21219 (python) R 21217 21219 19943 0 -1 4202496 13888 935 1 0 112 11 0 0 16 0 1 0 735522201 296439808 9758 33554432000 4194304 5683644 140734636822960 18446744073709551615 47234315435445 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21219/statm: 72373 9758 1826 364 0 8297 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 289492

[startup+3.10036 s]
/proc/loadavg: 4.06 3.75 2.99 5/408 21224
/proc/meminfo: memFree=22260604/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=291924 CPUtime=2.3 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 14208 935 1 0 218 12 0 0 20 0 2 0 735522201 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 72981 7854 1877 364 0 8899 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 291924
heavy processes:

[startup+6.30079 s]
/proc/loadavg: 4.05 3.76 2.99 5/411 21227
/proc/meminfo: memFree=22263204/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=291924 CPUtime=2.3 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 14208 935 1 0 218 12 0 0 20 0 2 0 735522201 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 72981 7854 1877 364 0 8899 0
[pid=21225] ppid=21219 vsize=282232 CPUtime=0 cores=1,3
/proc/21225/stat : 21225 (python) S 21219 21219 19943 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 735522457 289005568 6329 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458085903 0 0 16781312 514 9126030352597352711 0 0 17 1 0 0 0
/proc/21225/statm: 70558 6329 355 364 0 6476 0
[pid=21227] ppid=21225 vsize=1020188 CPUtime=3.72 cores=1,3
/proc/21227/stat : 21227 (gnovelty+2) R 21225 21227 21227 0 -1 4202496 1140 0 0 0 372 0 0 0 25 0 1 0 735522458 1044672512 877 33554432000 134512640 135663704 4288439776 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21227/statm: 255047 877 113 282 0 254763 0
[pid=21219/tid=21226] ppid=21217 vsize=291924 CPUtime=0 cores=1,3
/proc/21219/task/21226/stat : 21226 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 735522458 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1594344

[startup+12.7006 s]
/proc/loadavg: 4.05 3.76 3.00 5/411 21227
/proc/meminfo: memFree=22261792/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=291924 CPUtime=2.3 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 14208 935 1 0 218 12 0 0 20 0 2 0 735522201 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 72981 7854 1877 364 0 8899 0
[pid=21225] ppid=21219 vsize=282232 CPUtime=0.02 cores=1,3
/proc/21225/stat : 21225 (python) S 21219 21219 19943 0 -1 4202560 980 0 0 0 1 1 0 0 18 0 1 0 735522457 289005568 6357 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458085903 0 0 16781312 514 10775354689693122823 0 0 17 1 0 0 0
/proc/21225/statm: 70558 6357 383 364 0 6476 0
[pid=21227] ppid=21225 vsize=1020188 CPUtime=10.09 cores=1,3
/proc/21227/stat : 21227 (gnovelty+2) R 21225 21227 21227 0 -1 4202496 1140 0 0 0 1009 0 0 0 25 0 1 0 735522458 1044672512 877 33554432000 134512640 135663704 4288439776 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21227/statm: 255047 877 113 282 0 254763 0
[pid=21219/tid=21226] ppid=21217 vsize=291924 CPUtime=0 cores=1,3
/proc/21219/task/21226/stat : 21226 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 735522458 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1594344

[startup+25.5012 s]
/proc/loadavg: 4.04 3.77 3.01 5/411 21227
/proc/meminfo: memFree=22261696/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=291924 CPUtime=2.3 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 14208 935 1 0 218 12 0 0 20 0 2 0 735522201 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 72981 7854 1877 364 0 8899 0
[pid=21225] ppid=21219 vsize=282232 CPUtime=0.05 cores=1,3
/proc/21225/stat : 21225 (python) S 21219 21219 19943 0 -1 4202560 986 0 0 0 3 2 0 0 18 0 1 0 735522457 289005568 6357 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458085903 0 0 16781312 514 10775354689693122823 0 0 17 1 0 0 0
/proc/21225/statm: 70558 6357 383 364 0 6476 0
[pid=21227] ppid=21225 vsize=1020188 CPUtime=22.85 cores=1,3
/proc/21227/stat : 21227 (gnovelty+2) R 21225 21227 21227 0 -1 4202496 1140 0 0 0 2285 0 0 0 25 0 1 0 735522458 1044672512 877 33554432000 134512640 135663704 4288439776 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21227/statm: 255047 877 113 282 0 254763 0
[pid=21219/tid=21226] ppid=21217 vsize=291924 CPUtime=0 cores=1,3
/proc/21219/task/21226/stat : 21226 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 735522458 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1594344

[startup+51.1005 s]
/proc/loadavg: 3.96 3.77 3.03 5/377 21307
/proc/meminfo: memFree=22253608/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=291924 CPUtime=2.3 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 14208 935 1 0 218 12 0 0 20 0 2 0 735522201 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 72981 7854 1877 364 0 8899 0
[pid=21225] ppid=21219 vsize=282232 CPUtime=0.12 cores=1,3
/proc/21225/stat : 21225 (python) S 21219 21219 19943 0 -1 4202560 998 0 0 0 6 6 0 0 18 0 1 0 735522457 289005568 6357 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458085903 0 0 16781312 514 10775354689693122823 0 0 17 1 0 0 0
/proc/21225/statm: 70558 6357 383 364 0 6476 0
[pid=21227] ppid=21225 vsize=1020188 CPUtime=48.41 cores=1,3
/proc/21227/stat : 21227 (gnovelty+2) R 21225 21227 21227 0 -1 4202496 1140 0 0 0 4841 0 0 0 25 0 1 0 735522458 1044672512 877 33554432000 134512640 135663704 4288439776 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21227/statm: 255047 877 113 282 0 254763 0
[pid=21219/tid=21226] ppid=21217 vsize=291924 CPUtime=0 cores=1,3
/proc/21219/task/21226/stat : 21226 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 735522458 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1594344

[startup+102.301 s]
/proc/loadavg: 4.06 3.82 3.09 5/360 21452
/proc/meminfo: memFree=22330844/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=291924 CPUtime=2.3 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 14208 935 1 0 218 12 0 0 20 0 2 0 735522201 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 72981 7854 1877 364 0 8899 0
[pid=21225] ppid=21219 vsize=282232 CPUtime=0.24 cores=1,3
/proc/21225/stat : 21225 (python) S 21219 21219 19943 0 -1 4202560 1016 0 0 0 14 10 0 0 18 0 1 0 735522457 289005568 6357 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458085903 0 0 16781312 514 10775354689693122823 0 0 17 1 0 0 0
/proc/21225/statm: 70558 6357 383 364 0 6476 0
[pid=21227] ppid=21225 vsize=1020188 CPUtime=99.5 cores=1,3
/proc/21227/stat : 21227 (gnovelty+2) R 21225 21227 21227 0 -1 4202496 1140 0 0 0 9950 0 0 0 25 0 1 0 735522458 1044672512 877 33554432000 134512640 135663704 4288439776 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21227/statm: 255047 877 113 282 0 254763 0
[pid=21219/tid=21226] ppid=21217 vsize=291924 CPUtime=0 cores=1,3
/proc/21219/task/21226/stat : 21226 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 735522458 298930176 7854 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1594344

[startup+162.301 s]
/proc/loadavg: 4.18 3.90 3.16 5/368 21503
/proc/meminfo: memFree=22316968/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=302340 CPUtime=2.31 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 15070 935 1 0 219 12 0 0 20 0 3 0 735522201 309596160 7901 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 75585 7901 1880 364 0 11500 0
[pid=21225] ppid=21219 vsize=292476 CPUtime=0.24 cores=1,3
/proc/21225/stat : 21225 (python) S 21219 21219 19943 0 -1 4202560 1160 0 0 0 14 10 0 0 19 0 2 0 735522457 299495424 6394 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21225/statm: 73119 6394 415 364 0 9037 0
[pid=21227] ppid=21225 vsize=1020188 CPUtime=100.04 cores=1,3
/proc/21227/stat : 21227 (gnovelty+2) T 21225 21227 21227 0 -1 4202496 1140 0 0 0 10004 0 0 0 25 0 1 0 735522458 1044672512 877 33554432000 134512640 135663704 4288439776 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21227/statm: 255047 877 113 282 0 254763 0
[pid=21225/tid=21453] ppid=21219 vsize=292476 CPUtime=0 cores=1,3
/proc/21225/task/21453/stat : 21453 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735532487 299495424 6394 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604467922414656 0 0 -1 3 0 0 0
[pid=21454] ppid=21219 vsize=293120 CPUtime=0.14 cores=1,3
/proc/21454/stat : 21454 (python) S 21219 21219 19943 0 -1 4202560 912 0 0 0 8 6 0 0 18 0 1 0 735532489 300154880 6390 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458085958 0 0 16781312 514 10775354689693122822 0 0 17 1 0 0 0
/proc/21454/statm: 73280 6390 372 364 0 9195 0
[pid=21456] ppid=21454 vsize=1020188 CPUtime=59.27 cores=1,3
/proc/21456/stat : 21456 (gnovelty+2) R 21454 21456 21456 0 -1 4202496 1141 0 0 0 5927 0 0 0 25 0 1 0 735532489 1044672512 876 33554432000 134512640 135663704 4287253440 18446744073709551615 134524768 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21456/statm: 255047 876 113 282 0 254763 0
[pid=21219/tid=21226] ppid=21217 vsize=302340 CPUtime=0 cores=1,3
/proc/21219/task/21226/stat : 21226 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 735522458 309596160 7901 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21455] ppid=21217 vsize=302340 CPUtime=0 cores=1,3
/proc/21219/task/21455/stat : 21455 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 735532489 309596160 7901 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 2928312

[startup+222.314 s]
/proc/loadavg: 4.18 3.94 3.22 5/376 21514
/proc/meminfo: memFree=22298588/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=313136 CPUtime=2.32 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 15951 935 1 0 220 12 0 0 19 0 4 0 735522201 320651264 8042 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0

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

[pid=21511] ppid=21219 vsize=302892 CPUtime=0.24 cores=1,3
/proc/21511/stat : 21511 (python) S 21219 21219 19943 0 -1 4202560 1100 0 0 0 12 12 0 0 19 0 2 0 735542520 310161408 6557 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21511/statm: 75723 6557 399 364 0 11635 0
[pid=21513] ppid=21511 vsize=421804 CPUtime=99.98 cores=1,3
/proc/21513/stat : 21513 (adaptg2wsat2009) T 21511 21513 21513 0 -1 4202496 2139 0 0 0 9998 0 0 0 25 0 1 0 735542520 431927296 1873 33554432000 134512640 135107411 4291711760 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21513/statm: 105451 1873 59 146 0 104327 0
[pid=21511/tid=21530] ppid=21219 vsize=302892 CPUtime=0 cores=1,3
/proc/21511/task/21530/stat : 21530 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735552544 310161408 6557 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604469018114880 0 0 -1 3 0 0 0
[pid=21531] ppid=21219 vsize=313832 CPUtime=0.26 cores=1,3
/proc/21531/stat : 21531 (python) S 21219 21219 19943 0 -1 4202560 1102 0 0 0 15 11 0 0 19 0 2 0 735552545 321363968 6562 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21531/statm: 78458 6562 400 364 0 14367 0
[pid=21533] ppid=21531 vsize=421804 CPUtime=99.98 cores=1,3
/proc/21533/stat : 21533 (adaptg2wsat2009) T 21531 21533 21533 0 -1 4202496 2138 0 0 0 9998 0 0 0 25 0 1 0 735552546 431927296 1871 33554432000 134512640 135107411 4294851792 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21533/statm: 105451 1871 59 146 0 104327 0
[pid=21531/tid=21548] ppid=21219 vsize=313832 CPUtime=0 cores=1,3
/proc/21531/task/21548/stat : 21548 (python) S 21219 21219 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735562571 321363968 6562 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604468460400832 0 0 -1 1 0 0 0
[pid=21549] ppid=21219 vsize=323604 CPUtime=0.27 cores=1,3
/proc/21549/stat : 21549 (python) S 21219 21219 19943 0 -1 4202560 1098 0 0 0 15 12 0 0 19 0 2 0 735562572 331370496 6615 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21549/statm: 80901 6615 399 364 0 16807 0
[pid=21551] ppid=21549 vsize=421804 CPUtime=99.99 cores=1,3
/proc/21551/stat : 21551 (adaptg2wsat2009) T 21549 21551 21551 0 -1 4202496 2138 0 0 0 9999 0 0 0 25 0 1 0 735562573 431927296 1873 33554432000 134512640 135107411 4294430752 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21551/statm: 105451 1873 59 146 0 104327 0
[pid=21549/tid=21563] ppid=21219 vsize=323604 CPUtime=0 cores=1,3
/proc/21549/task/21563/stat : 21563 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735572598 331370496 6615 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604471161542528 0 0 -1 3 0 0 0
[pid=21564] ppid=21219 vsize=334028 CPUtime=0.26 cores=1,3
/proc/21564/stat : 21564 (python) S 21219 21219 19943 0 -1 4202560 1107 0 0 0 14 12 0 0 19 0 2 0 735572600 342044672 6620 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21564/statm: 83507 6620 400 364 0 19410 0
[pid=21566] ppid=21564 vsize=1020188 CPUtime=97.31 cores=1,3
/proc/21566/stat : 21566 (gnovelty+2) T 21564 21566 21566 0 -1 4202496 1140 0 0 0 9731 0 0 0 25 0 1 0 735572600 1044672512 877 33554432000 134512640 135663704 4291995664 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21566/statm: 255047 877 113 282 0 254763 0
[pid=21564/tid=21614] ppid=21219 vsize=334028 CPUtime=0 cores=1,3
/proc/21564/task/21614/stat : 21614 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735582334 342044672 6620 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604468460402624 0 0 -1 3 0 0 0
[pid=21616] ppid=21219 vsize=344400 CPUtime=0.27 cores=1,3
/proc/21616/stat : 21616 (python) S 21219 21219 19943 0 -1 4202560 1097 0 0 0 14 13 0 0 19 0 2 0 735582336 352665600 6624 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21616/statm: 86100 6624 400 364 0 22000 0
[pid=21619] ppid=21616 vsize=251296 CPUtime=99.98 cores=1,3
/proc/21619/stat : 21619 (FH) T 21616 21619 21619 0 -1 4202496 1959 0 0 0 9998 0 0 0 25 0 1 0 735582336 257327104 1693 33554432000 134512640 134936988 4289674016 18446744073709551615 134553435 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21619/statm: 62824 1693 41 104 0 62328 0
[pid=21616/tid=21635] ppid=21219 vsize=344400 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735592362 352665600 6624 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604466904193024 0 0 -1 3 0 0 0
[pid=21636] ppid=21219 vsize=354612 CPUtime=0 cores=1,3
/proc/21636/stat : 21636 (python) S 21219 21219 19943 0 -1 4202560 786 0 0 0 0 0 0 0 19 0 1 0 735592363 363122688 6578 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458085958 0 0 16781312 514 14208830715247722495 0 0 17 3 0 0 0
/proc/21636/statm: 88653 6578 351 364 0 24550 0
[pid=21638] ppid=21636 vsize=421140 CPUtime=0.19 cores=1,3
/proc/21638/stat : 21638 (adaptg2wsat2009) R 21636 21638 21638 0 -1 4202496 1806 0 0 0 19 0 0 0 21 0 1 0 735592364 431247360 1538 33554432000 134512640 135107411 4294101728 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21638/statm: 105285 1538 49 146 0 104161 0
[pid=21219/tid=21226] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21226/stat : 21226 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 735522458 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21455] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21455/stat : 21455 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 735532489 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21512] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21512/stat : 21512 (python) S 21217 21219 19943 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 735542520 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21532] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21532/stat : 21532 (python) S 21217 21219 19943 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 735552546 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21550] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21550/stat : 21550 (python) S 21217 21219 19943 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 735562573 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21565] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21565/stat : 21565 (python) S 21217 21219 19943 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 735572600 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 3 0 0 0
[pid=21219/tid=21617] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21617/stat : 21617 (python) S 21217 21219 19943 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 735582336 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21637] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21637/stat : 21637 (python) S 21217 21219 19943 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 735592363 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.69
Current children cumulated vsize (KiB) 7921992

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

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

[startup+701.801 s]
/proc/loadavg: 4.24 4.06 3.54 6/440 21638
/proc/meminfo: memFree=22156256/32951124 swapFree=59305796/67111528
[pid=21219] ppid=21217 vsize=364616 CPUtime=2.4 cores=1,3
/proc/21219/stat : 21219 (python) S 21217 21219 19943 0 -1 4202496 20407 935 1 0 227 13 0 0 20 0 9 0 735522201 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 91154 8122 1892 364 0 27051 0
[pid=21225] ppid=21219 vsize=292476 CPUtime=0.24 cores=1,3
/proc/21225/stat : 21225 (python) S 21219 21219 19943 0 -1 4202560 1160 0 0 0 14 10 0 0 19 0 2 0 735522457 299495424 6394 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21225/statm: 73119 6394 415 364 0 9037 0
[pid=21227] ppid=21225 vsize=1020188 CPUtime=100.04 cores=1,3
/proc/21227/stat : 21227 (gnovelty+2) T 21225 21227 21227 0 -1 4202496 1140 0 0 0 10004 0 0 0 25 0 1 0 735522458 1044672512 877 33554432000 134512640 135663704 4288439776 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21227/statm: 255047 877 113 282 0 254763 0
[pid=21225/tid=21453] ppid=21219 vsize=292476 CPUtime=0 cores=1,3
/proc/21225/task/21453/stat : 21453 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735532487 299495424 6394 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604467922414656 0 0 -1 3 0 0 0
[pid=21454] ppid=21219 vsize=293120 CPUtime=0.24 cores=1,3
/proc/21454/stat : 21454 (python) S 21219 21219 19943 0 -1 4202560 1087 0 0 0 14 10 0 0 19 0 2 0 735532489 300154880 6419 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21454/statm: 73280 6419 400 364 0 9195 0
[pid=21456] ppid=21454 vsize=1020188 CPUtime=100.04 cores=1,3
/proc/21456/stat : 21456 (gnovelty+2) T 21454 21456 21456 0 -1 4202496 1141 0 0 0 10004 0 0 0 25 0 1 0 735532489 1044672512 876 33554432000 134512640 135663704 4287253440 18446744073709551615 134525132 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21456/statm: 255047 876 113 282 0 254763 0
[pid=21454/tid=21510] ppid=21219 vsize=293120 CPUtime=0 cores=1,3
/proc/21454/task/21510/stat : 21510 (python) S 21219 21219 19943 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735542518 300154880 6419 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604467405781184 0 0 -1 3 0 0 0
[pid=21511] ppid=21219 vsize=302892 CPUtime=0.24 cores=1,3
/proc/21511/stat : 21511 (python) S 21219 21219 19943 0 -1 4202560 1100 0 0 0 12 12 0 0 19 0 2 0 735542520 310161408 6557 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21511/statm: 75723 6557 399 364 0 11635 0
[pid=21513] ppid=21511 vsize=421804 CPUtime=99.98 cores=1,3
/proc/21513/stat : 21513 (adaptg2wsat2009) T 21511 21513 21513 0 -1 4202496 2139 0 0 0 9998 0 0 0 25 0 1 0 735542520 431927296 1873 33554432000 134512640 135107411 4291711760 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21513/statm: 105451 1873 59 146 0 104327 0
[pid=21511/tid=21530] ppid=21219 vsize=302892 CPUtime=0 cores=1,3
/proc/21511/task/21530/stat : 21530 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735552544 310161408 6557 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604469018114880 0 0 -1 3 0 0 0
[pid=21531] ppid=21219 vsize=313832 CPUtime=0.26 cores=1,3
/proc/21531/stat : 21531 (python) S 21219 21219 19943 0 -1 4202560 1102 0 0 0 15 11 0 0 19 0 2 0 735552545 321363968 6562 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21531/statm: 78458 6562 400 364 0 14367 0
[pid=21533] ppid=21531 vsize=421804 CPUtime=99.98 cores=1,3
/proc/21533/stat : 21533 (adaptg2wsat2009) T 21531 21533 21533 0 -1 4202496 2138 0 0 0 9998 0 0 0 25 0 1 0 735552546 431927296 1871 33554432000 134512640 135107411 4294851792 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21533/statm: 105451 1871 59 146 0 104327 0
[pid=21531/tid=21548] ppid=21219 vsize=313832 CPUtime=0 cores=1,3
/proc/21531/task/21548/stat : 21548 (python) S 21219 21219 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735562571 321363968 6562 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604468460400832 0 0 -1 1 0 0 0
[pid=21549] ppid=21219 vsize=323604 CPUtime=0.27 cores=1,3
/proc/21549/stat : 21549 (python) S 21219 21219 19943 0 -1 4202560 1098 0 0 0 15 12 0 0 19 0 2 0 735562572 331370496 6615 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21549/statm: 80901 6615 399 364 0 16807 0
[pid=21551] ppid=21549 vsize=421804 CPUtime=99.99 cores=1,3
/proc/21551/stat : 21551 (adaptg2wsat2009) T 21549 21551 21551 0 -1 4202496 2138 0 0 0 9999 0 0 0 25 0 1 0 735562573 431927296 1873 33554432000 134512640 135107411 4294430752 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21551/statm: 105451 1873 59 146 0 104327 0
[pid=21549/tid=21563] ppid=21219 vsize=323604 CPUtime=0 cores=1,3
/proc/21549/task/21563/stat : 21563 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735572598 331370496 6615 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604471161542528 0 0 -1 3 0 0 0
[pid=21564] ppid=21219 vsize=334028 CPUtime=0.26 cores=1,3
/proc/21564/stat : 21564 (python) S 21219 21219 19943 0 -1 4202560 1107 0 0 0 14 12 0 0 19 0 2 0 735572600 342044672 6620 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21564/statm: 83507 6620 400 364 0 19410 0
[pid=21566] ppid=21564 vsize=1020188 CPUtime=97.31 cores=1,3
/proc/21566/stat : 21566 (gnovelty+2) T 21564 21566 21566 0 -1 4202496 1140 0 0 0 9731 0 0 0 25 0 1 0 735572600 1044672512 877 33554432000 134512640 135663704 4291995664 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21566/statm: 255047 877 113 282 0 254763 0
[pid=21564/tid=21614] ppid=21219 vsize=334028 CPUtime=0 cores=1,3
/proc/21564/task/21614/stat : 21614 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735582334 342044672 6620 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604468460402624 0 0 -1 3 0 0 0
[pid=21616] ppid=21219 vsize=344400 CPUtime=0.27 cores=1,3
/proc/21616/stat : 21616 (python) S 21219 21219 19943 0 -1 4202560 1097 0 0 0 14 13 0 0 19 0 2 0 735582336 352665600 6624 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21616/statm: 86100 6624 400 364 0 22000 0
[pid=21619] ppid=21616 vsize=251296 CPUtime=99.98 cores=1,3
/proc/21619/stat : 21619 (FH) T 21616 21619 21619 0 -1 4202496 1959 0 0 0 9998 0 0 0 25 0 1 0 735582336 257327104 1693 33554432000 134512640 134936988 4289674016 18446744073709551615 134553435 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21619/statm: 62824 1693 41 104 0 62328 0
[pid=21616/tid=21635] ppid=21219 vsize=344400 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (python) S 21219 21219 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735592362 352665600 6624 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 514 18446604466904193024 0 0 -1 3 0 0 0
[pid=21636] ppid=21219 vsize=354612 CPUtime=0 cores=1,3
/proc/21636/stat : 21636 (python) S 21219 21219 19943 0 -1 4202560 786 0 0 0 0 0 0 0 19 0 1 0 735592363 363122688 6578 33554432000 4194304 5683644 140734636822960 18446744073709551615 252458085958 0 0 16781312 514 14208830715247722495 0 0 17 3 0 0 0
/proc/21636/statm: 88653 6578 351 364 0 24550 0
[pid=21638] ppid=21636 vsize=421140 CPUtime=0.19 cores=1,3
/proc/21638/stat : 21638 (adaptg2wsat2009) R 21636 21638 21638 0 -1 4202496 1806 0 0 0 19 0 0 0 21 0 1 0 735592364 431247360 1538 33554432000 134512640 135107411 4294101728 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21638/statm: 105285 1538 49 146 0 104161 0
[pid=21219/tid=21226] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21226/stat : 21226 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 735522458 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21455] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21455/stat : 21455 (python) S 21217 21219 19943 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 735532489 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21512] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21512/stat : 21512 (python) S 21217 21219 19943 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 735542520 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21532] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21532/stat : 21532 (python) S 21217 21219 19943 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 735552546 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21550] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21550/stat : 21550 (python) S 21217 21219 19943 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 735562573 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21565] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21565/stat : 21565 (python) S 21217 21219 19943 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 735572600 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 3 0 0 0
[pid=21219/tid=21617] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21617/stat : 21617 (python) S 21217 21219 19943 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 735582336 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=21219/tid=21637] ppid=21217 vsize=364616 CPUtime=0 cores=1,3
/proc/21219/task/21637/stat : 21637 (python) S 21217 21219 19943 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 735592363 373366784 8122 33554432000 4194304 5683644 140734636822960 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.69
Current children cumulated vsize (KiB) 7921992

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.876
CPU time (s): 701.69
CPU user time (s): 700.76
CPU system time (s): 0.93
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 7921992

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

runsolver used 2.6046 second user time and 5.56615 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 11:48:37
IDJOB=3377382
IDBENCH=82691
IDSOLVER=1857
FILE ID=node111/3377382-1305452917
RUNJOBID= node111-1305452246-20948
PBS_JOBID= 13324865
Free space on /tmp= 73636 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S94779963-093-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-3377382-1305452917/watcher-3377382-1305452917 -o /tmp/evaluation-result-3377382-1305452917/solver-3377382-1305452917 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377382-1305452917.cnf -seed 748023585 -budget 2400

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

MD5SUM BENCH= aef8bd4e13046b42a5bc777dc56e10de
RANDOM SEED=748023585

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:      22294772 kB
Buffers:        282104 kB
Cached:        6822192 kB
SwapCached:      13720 kB
Active:        1443120 kB
Inactive:      8964772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22294772 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           32652 kB
Writeback:           0 kB
AnonPages:     3299820 kB
Mapped:          21640 kB
Slab:           128768 kB
PageTables:      53064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68672352 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= 73580 MiB
End job on node111 at 2011-05-15 12:00:21