Trace number 3310200

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
ppfolio par? (TO) 40000.7 5003.62

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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: 935)

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-3310200-1304004014/watcher-3310200-1304004014 -o /tmp/evaluation-result-3310200-1304004014/solver-3310200-1304004014 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310200-1304004014.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.00 8.00 7.73 1/170 16137
/proc/meminfo: memFree=25520164/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 6 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0

[startup+0.0879321 s]
/proc/loadavg: 8.00 8.00 7.73 1/170 16137
/proc/meminfo: memFree=25520164/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100923 s]
/proc/loadavg: 8.00 8.00 7.73 1/170 16137
/proc/meminfo: memFree=25520164/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300859 s]
/proc/loadavg: 8.00 8.00 7.73 1/170 16137
/proc/meminfo: memFree=25520164/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700787 s]
/proc/loadavg: 8.00 8.00 7.73 1/170 16137
/proc/meminfo: memFree=25520164/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50064 s]
/proc/loadavg: 8.00 8.00 7.73 9/180 16152
/proc/meminfo: memFree=25388388/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=38876 CPUtime=1.49 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 8177 0 0 0 148 1 0 0 25 0 1 0 512004199 39809024 4937 33554432000 4194304 4587354 140736666467744 18446744073709551615 218370653841 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16138/statm: 9719 4937 327 96 0 6281 0
[pid=16139] ppid=16137 vsize=22056 CPUtime=1.49 cores=1
/proc/16139/stat : 16139 (clasp) R 16137 16137 15797 0 -1 4202496 3408 0 0 0 149 0 0 0 20 0 1 0 512004199 22585344 2839 33554432000 4194304 4785740 140734696678096 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16139/statm: 5514 2839 340 145 0 2559 0
[pid=16140] ppid=16137 vsize=457560 CPUtime=1.49 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 149 0 0 0 20 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=147500 CPUtime=1.49 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 36983 0 0 0 145 4 0 0 20 0 1 0 512004199 151040000 30031 33554432000 4194304 4331988 140734533063600 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 36875 30032 151 34 0 35317 0
[pid=16142] ppid=16137 vsize=70196 CPUtime=5.7 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 12273 1258 0 0 568 2 0 0 18 0 5 0 512004199 71880704 5991 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 17549 5991 164 40 0 16093 0
[pid=16142/tid=16149] ppid=16137 vsize=70196 CPUtime=1.41 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 2077 1258 0 0 141 0 0 0 20 0 5 0 512004207 71880704 5991 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=70196 CPUtime=1.41 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 1910 1258 0 0 141 0 0 0 20 0 5 0 512004207 71880704 5991 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=70196 CPUtime=1.38 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 1771 1258 0 0 138 0 0 0 23 0 5 0 512004207 71880704 5991 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=70196 CPUtime=1.4 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 1849 1258 0 0 140 0 0 0 23 0 5 0 512004207 71880704 5991 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (KiB) 754512

[startup+3.10137 s]
/proc/loadavg: 8.08 8.02 7.73 9/180 16152
/proc/meminfo: memFree=25324500/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=38876 CPUtime=3.09 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 8639 0 0 0 308 1 0 0 25 0 1 0 512004199 39809024 5393 33554432000 4194304 4587354 140736666467744 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16138/statm: 9719 5393 327 96 0 6281 0
[pid=16139] ppid=16137 vsize=25628 CPUtime=3.09 cores=1
/proc/16139/stat : 16139 (clasp) R 16137 16137 15797 0 -1 4202496 4285 0 0 0 308 1 0 0 25 0 1 0 512004199 26243072 3716 33554432000 4194304 4785740 140734696678096 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16139/statm: 6407 3716 340 145 0 3452 0
[pid=16140] ppid=16137 vsize=457560 CPUtime=3.09 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 309 0 0 0 25 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=138024 CPUtime=3.09 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 67660 0 0 0 301 8 0 0 25 0 1 0 512004199 141336576 32314 33554432000 4194304 4331988 140734533063600 18446744073709551615 4261688 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 34506 32314 151 34 0 32948 0
[pid=16142] ppid=16137 vsize=76012 CPUtime=12.1 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 13727 1258 0 0 1208 2 0 0 18 0 5 0 512004199 77836288 7445 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 19003 7445 164 40 0 17547 0
[pid=16142/tid=16149] ppid=16137 vsize=76012 CPUtime=3.01 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 2267 1258 0 0 301 0 0 0 25 0 5 0 512004207 77836288 7445 33554432000 4194304 4356188 140735242686480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=76012 CPUtime=3.01 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 2858 1258 0 0 301 0 0 0 25 0 5 0 512004207 77836288 7445 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=76012 CPUtime=2.97 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 1939 1258 0 0 297 0 0 0 25 0 5 0 512004207 77836288 7445 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=76012 CPUtime=3 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 1997 1258 0 0 300 0 0 0 25 0 5 0 512004207 77836288 7445 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 754424

[startup+6.3008 s]
/proc/loadavg: 8.08 8.02 7.73 9/180 16152
/proc/meminfo: memFree=25326608/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=643020 CPUtime=6.29 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 15262 0 0 0 627 2 0 0 25 0 1 0 512004199 658452480 10384 33554432000 4194304 4587354 140736666467744 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16138/statm: 160755 10384 337 96 0 157317 0
[pid=16139] ppid=16137 vsize=29704 CPUtime=6.29 cores=1
/proc/16139/stat : 16139 (clasp) R 16137 16137 15797 0 -1 4202496 5260 0 0 0 628 1 0 0 25 0 1 0 512004199 30416896 4691 33554432000 4194304 4785740 140734696678096 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16139/statm: 7426 4691 340 145 0 4471 0
[pid=16140] ppid=16137 vsize=457560 CPUtime=6.29 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 629 0 0 0 25 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=126024 CPUtime=6.29 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 68495 0 0 0 621 8 0 0 25 0 1 0 512004199 129048576 26992 33554432000 4194304 4331988 140734533063600 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 31506 26992 175 34 0 29948 0
[pid=16142] ppid=16137 vsize=79860 CPUtime=24.87 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 14691 1258 0 0 2485 2 0 0 18 0 5 0 512004199 81776640 8409 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 19965 8409 164 40 0 18509 0
[pid=16142/tid=16149] ppid=16137 vsize=79860 CPUtime=6.21 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 2458 1258 0 0 621 0 0 0 25 0 5 0 512004207 81776640 8409 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=79860 CPUtime=6.21 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 3345 1258 0 0 621 0 0 0 25 0 5 0 512004207 81776640 8409 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=79860 CPUtime=6.15 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 2130 1258 0 0 615 0 0 0 25 0 5 0 512004207 81776640 8409 33554432000 4194304 4356188 140735242686480 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=79860 CPUtime=6.2 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 2092 1258 0 0 620 0 0 0 25 0 5 0 512004207 81776640 8409 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 1354492

[startup+12.7007 s]
/proc/loadavg: 8.07 8.02 7.74 9/180 16153
/proc/meminfo: memFree=25287144/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=67888 CPUtime=12.69 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 22015 0 0 0 1265 4 0 0 25 0 1 0 512004199 69517312 10841 33554432000 4194304 4587354 140736666467744 18446744073709551615 4241309 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16138/statm: 16972 10841 337 96 0 13534 0
[pid=16139] ppid=16137 vsize=32900 CPUtime=12.69 cores=1
/proc/16139/stat : 16139 (clasp) R 16137 16137 15797 0 -1 4202496 6032 0 0 0 1268 1 0 0 25 0 1 0 512004199 33689600 5463 33554432000 4194304 4785740 140734696678096 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16139/statm: 8225 5463 340 145 0 5270 0
[pid=16140] ppid=16137 vsize=457560 CPUtime=12.69 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 1269 0 0 0 25 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=126024 CPUtime=12.69 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 68495 0 0 0 1261 8 0 0 25 0 1 0 512004199 129048576 26992 33554432000 4194304 4331988 140734533063600 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 31506 26992 175 34 0 29948 0
[pid=16142] ppid=16137 vsize=102940 CPUtime=50.44 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 20461 1258 0 0 5041 3 0 0 18 0 5 0 512004199 105410560 14179 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 25735 14179 164 40 0 24279 0
[pid=16142/tid=16149] ppid=16137 vsize=102940 CPUtime=12.6 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 3482 1258 0 0 1260 0 0 0 25 0 5 0 512004207 105410560 14179 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=102940 CPUtime=12.61 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 5184 1258 0 0 1261 0 0 0 25 0 5 0 512004207 105410560 14179 33554432000 4194304 4356188 140735242686480 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=102940 CPUtime=12.51 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 4013 1258 0 0 1251 0 0 0 25 0 5 0 512004207 105410560 14179 33554432000 4194304 4356188 140735242686480 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=102940 CPUtime=12.6 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 3116 1258 0 0 1260 0 0 0 25 0 5 0 512004207 105410560 14179 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 805636

[startup+25.5014 s]
/proc/loadavg: 8.06 8.01 7.74 9/180 16153
/proc/meminfo: memFree=25248816/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=653592 CPUtime=25.49 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 28580 0 0 0 2544 5 0 0 25 0 1 0 512004199 669278208 15063 33554432000 4194304 4587354 140736666467744 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=16140] ppid=16137 vsize=457560 CPUtime=4782.41 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 478240 1 0 0 25 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=315952 CPUtime=4781.59 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 111037 0 0 0 478125 34 0 0 25 0 1 0 512004199 323534848 69534 33554432000 4194304 4331988 140734533063600 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 78988 69534 175 34 0 77430 0
[pid=16142] ppid=16137 vsize=396288 CPUtime=19102.8 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 869602 1258 0 0 1910153 129 0 0 18 0 5 0 512004199 405798912 87516 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 99072 87516 164 40 0 97616 0
[pid=16142/tid=16149] ppid=16137 vsize=396288 CPUtime=4782.32 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 209283 1258 0 0 478199 33 0 0 25 0 5 0 512004207 405798912 87516 33554432000 4194304 4356188 140735242686480 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=396288 CPUtime=4782.33 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 153122 1258 0 0 478209 24 0 0 25 0 5 0 512004207 405798912 87516 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=396288 CPUtime=4756.22 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 242620 1258 0 0 475590 32 0 0 25 0 5 0 512004207 405798912 87516 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=396288 CPUtime=4781.84 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 259911 1258 0 0 478146 38 0 0 25 0 5 0 512004207 405798912 87516 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 2110712

[startup+4842.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/180 16293
/proc/meminfo: memFree=24631232/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=718628 CPUtime=4842.27 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 800987 0 0 0 483964 263 0 0 25 0 1 0 512004199 735875072 30655 33554432000 4194304 4587354 140736666467744 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16138/statm: 179657 30655 337 96 0 176219 0
[pid=16139] ppid=16137 vsize=204000 CPUtime=4842.4 cores=1
/proc/16139/stat : 16139 (clasp) R 16137 16137 15797 0 -1 4202496 45479 0 0 0 484229 11 0 0 25 0 1 0 512004199 208896000 44910 33554432000 4194304 4785740 140734696678096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16139/statm: 51000 44910 340 145 0 48045 0
[pid=16140] ppid=16137 vsize=457560 CPUtime=4842.41 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 484240 1 0 0 25 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=315952 CPUtime=4841.59 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 111393 0 0 0 484125 34 0 0 25 0 1 0 512004199 323534848 69890 33554432000 4194304 4331988 140734533063600 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 78988 69890 175 34 0 77430 0
[pid=16142] ppid=16137 vsize=348160 CPUtime=19342.5 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 873570 1258 0 0 1934119 130 0 0 18 0 5 0 512004199 356515840 75484 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 87040 75484 164 40 0 85584 0
[pid=16142/tid=16149] ppid=16137 vsize=348160 CPUtime=4842.32 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 210051 1258 0 0 484199 33 0 0 25 0 5 0 512004207 356515840 75484 33554432000 4194304 4356188 140735242686480 18446744073709551615 4284014 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=348160 CPUtime=4842.33 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 153122 1258 0 0 484209 24 0 0 25 0 5 0 512004207 356515840 75484 33554432000 4194304 4356188 140735242686480 18446744073709551615 4281574 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=348160 CPUtime=4815.9 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 244284 1258 0 0 481558 32 0 0 25 0 5 0 512004207 356515840 75484 33554432000 4194304 4356188 140735242686480 18446744073709551615 4235864 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=348160 CPUtime=4841.83 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 261447 1258 0 0 484145 38 0 0 25 0 5 0 512004207 356515840 75484 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 2062624

[startup+4902.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/180 16295
/proc/meminfo: memFree=24598960/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=718628 CPUtime=4902.27 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 804224 0 0 0 489961 266 0 0 25 0 1 0 512004199 735875072 33827 33554432000 4194304 4587354 140736666467744 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16138/statm: 179657 33827 337 96 0 176219 0
[pid=16139] ppid=16137 vsize=204000 CPUtime=4902.4 cores=1
/proc/16139/stat : 16139 (clasp) R 16137 16137 15797 0 -1 4202496 45479 0 0 0 490229 11 0 0 25 0 1 0 512004199 208896000 44910 33554432000 4194304 4785740 140734696678096 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16139/statm: 51000 44910 340 145 0 48045 0
[pid=16140] ppid=16137 vsize=457560 CPUtime=4902.41 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 490240 1 0 0 25 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=315952 CPUtime=4901.59 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 111725 0 0 0 490124 35 0 0 25 0 1 0 512004199 323534848 70222 33554432000 4194304 4331988 140734533063600 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 78988 70222 175 34 0 77430 0
[pid=16142] ppid=16137 vsize=365824 CPUtime=19582.2 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 881954 1258 0 0 1958085 131 0 0 18 0 5 0 512004199 374603776 79900 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 91456 79900 164 40 0 90000 0
[pid=16142/tid=16149] ppid=16137 vsize=365824 CPUtime=4902.32 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 215235 1258 0 0 490198 34 0 0 25 0 5 0 512004207 374603776 79900 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=365824 CPUtime=4902.33 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 153122 1258 0 0 490209 24 0 0 25 0 5 0 512004207 374603776 79900 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=365824 CPUtime=4875.57 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 245436 1258 0 0 487525 32 0 0 25 0 5 0 512004207 374603776 79900 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=365824 CPUtime=4901.83 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 263495 1258 0 0 490144 39 0 0 25 0 5 0 512004207 374603776 79900 33554432000 4194304 4356188 140735242686480 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.8
Current children cumulated vsize (KiB) 2080288

[startup+4962.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/180 16297
/proc/meminfo: memFree=24568808/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=718640 CPUtime=4962.27 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 814404 0 0 0 495958 269 0 0 25 0 1 0 512004199 735887360 31635 33554432000 4194304 4587354 140736666467744 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16138/statm: 179660 31635 337 96 0 176222 0
[pid=16139] ppid=16137 vsize=204640 CPUtime=4962.4 cores=1
/proc/16139/stat : 16139 (clasp) R 16137 16137 15797 0 -1 4202496 45642 0 0 0 496229 11 0 0 25 0 1 0 512004199 209551360 45073 33554432000 4194304 4785740 140734696678096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16139/statm: 51160 45073 340 145 0 48205 0
[pid=16140] ppid=16137 vsize=457560 CPUtime=4962.41 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 496240 1 0 0 25 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=315952 CPUtime=4961.59 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 112118 0 0 0 496124 35 0 0 25 0 1 0 512004199 323534848 70615 33554432000 4194304 4331988 140734533063600 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 78988 70615 175 34 0 77430 0
[pid=16142] ppid=16137 vsize=402944 CPUtime=19821.8 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 898466 1258 0 0 1982049 135 0 0 18 0 5 0 512004199 412614656 89180 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 100736 89180 164 40 0 99280 0
[pid=16142/tid=16149] ppid=16137 vsize=402944 CPUtime=4962.32 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 218307 1258 0 0 496198 34 0 0 25 0 5 0 512004207 412614656 89180 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=402944 CPUtime=4962.33 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 153634 1258 0 0 496209 24 0 0 25 0 5 0 512004207 412614656 89180 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=402944 CPUtime=4935.25 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 248380 1258 0 0 493492 33 0 0 25 0 5 0 512004207 412614656 89180 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=402944 CPUtime=4961.83 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 273479 1258 0 0 496142 41 0 0 25 0 5 0 512004207 412614656 89180 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.5
Current children cumulated vsize (KiB) 2118060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.10 8.07 8.00 9/180 16298
/proc/meminfo: memFree=24574876/32951124 swapFree=67051468/67111528
[pid=16137] ppid=16135 vsize=18324 CPUtime=0 cores=0-7
/proc/16137/stat : 16137 (ppfolio) S 16135 16137 15797 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 512004199 18763776 390 33554432000 4194304 4287625 140736923382288 18446744073709551615 218370977295 0 0 4096 65536 4391352826048020479 0 0 17 4 0 0 0
/proc/16137/statm: 4581 390 341 23 0 91 0
[pid=16138] ppid=16137 vsize=718640 CPUtime=5003.57 cores=0
/proc/16138/stat : 16138 (cryptominisat) R 16137 16137 15797 0 -1 4202496 817396 0 0 0 500087 270 0 0 25 0 1 0 512004199 735887360 34576 33554432000 4194304 4587354 140736666467744 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16138/statm: 179660 34576 337 96 0 176222 0
[pid=16139] ppid=16137 vsize=205604 CPUtime=5003.71 cores=1
/proc/16139/stat : 16139 (clasp) R 16137 16137 15797 0 -1 4202496 45847 0 0 0 500360 11 0 0 25 0 1 0 512004199 210538496 45278 33554432000 4194304 4785740 140734696678096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16139/statm: 51401 45278 340 145 0 48446 0
[pid=16140] ppid=16137 vsize=457560 CPUtime=5003.72 cores=2
/proc/16140/stat : 16140 (TNM) R 16137 16137 15797 0 -1 4202496 2405 0 0 0 500371 1 0 0 25 0 1 0 512004199 468541440 2302 33554432000 134512640 134534564 4286968224 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16140/statm: 114390 2302 95 6 0 113056 0
[pid=16141] ppid=16137 vsize=360152 CPUtime=5002.9 cores=3
/proc/16141/stat : 16141 (march_hi) R 16137 16137 15797 0 -1 4202496 112390 0 0 0 500255 35 0 0 25 0 1 0 512004199 368795648 70887 33554432000 4194304 4331988 140734533063600 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16141/statm: 90038 70887 175 34 0 88480 0
[pid=16142] ppid=16137 vsize=384256 CPUtime=19986.8 cores=4-7
/proc/16142/stat : 16142 (plingeling) S 16137 16137 15797 0 -1 4202496 901986 1258 0 0 1998547 135 0 0 18 0 5 0 512004199 393478144 84508 33554432000 4194304 4356188 140735242686480 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16142/statm: 96064 84508 164 40 0 94608 0
[pid=16142/tid=16149] ppid=16137 vsize=384256 CPUtime=5003.63 cores=4-7
/proc/16142/task/16149/stat : 16149 (plingeling) R 16137 16137 15797 0 -1 4202560 219395 1258 0 0 500328 35 0 0 25 0 5 0 512004207 393478144 84508 33554432000 4194304 4356188 140735242686480 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16142/tid=16150] ppid=16137 vsize=384256 CPUtime=5003.64 cores=4-7
/proc/16142/task/16150/stat : 16150 (plingeling) R 16137 16137 15797 0 -1 4202560 153634 1258 0 0 500340 24 0 0 25 0 5 0 512004207 393478144 84508 33554432000 4194304 4356188 140735242686480 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16142/tid=16151] ppid=16137 vsize=384256 CPUtime=4976.33 cores=4-7
/proc/16142/task/16151/stat : 16151 (plingeling) R 16137 16137 15797 0 -1 4202560 248636 1258 0 0 497600 33 0 0 25 0 5 0 512004207 393478144 84508 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16142/tid=16152] ppid=16137 vsize=384256 CPUtime=5003.13 cores=4-7
/proc/16142/task/16152/stat : 16152 (plingeling) R 16137 16137 15797 0 -1 4202560 275655 1258 0 0 500272 41 0 0 25 0 5 0 512004207 393478144 84508 33554432000 4194304 4356188 140735242686480 18446744073709551615 4331407 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 2144536

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16137 and gives
#  childrusage.ru_utime.tv_sec=10004
#  childrusage.ru_utime.tv_usec=591070
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=738583
# CPU time returned by wait4() is 10007.3
# while last known CPU time is 40000.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.7
CPU user time (s): 39996.2
CPU system time (s): 4.52
CPU usage (%): 799.436
Max. virtual memory (cumulated for all children) (KiB): 2678752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10004.6
system time used= 2.73858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820323
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 601
involuntary context switches= 15176

runsolver used 8.02278 second user time and 19.2761 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-28 17:20:14
IDJOB=3310200
IDBENCH=71098
IDSOLVER=1638
FILE ID=node101/3310200-1304004014
RUNJOBID= node101-1303997715-15811
PBS_JOBID= 13168787
Free space on /tmp= 72024 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310200-1304004014/watcher-3310200-1304004014 -o /tmp/evaluation-result-3310200-1304004014/solver-3310200-1304004014 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310200-1304004014.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1020844609

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      25519948 kB
Buffers:       1996144 kB
Cached:        4954896 kB
SwapCached:      30452 kB
Active:        2761920 kB
Inactive:      4222504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25519948 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           11452 kB
Writeback:           0 kB
AnonPages:       25004 kB
Mapped:           8596 kB
Slab:           379020 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185412 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= 72012 MiB
End job on node101 at 2011-04-28 18:43:40