Trace number 3219771

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) 39972 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
MD5SUM9c09330ef9d704e301452237c81ff9c7
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.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-3219771-1304153405/watcher-3219771-1304153405 -o /tmp/evaluation-result-3219771-1304153405/solver-3219771-1304153405 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219771-1304153405.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): 5000 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 8.00 1/170 20549
/proc/meminfo: memFree=25627336/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 6 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0

[startup+0.0747951 s]
/proc/loadavg: 8.00 8.00 8.00 1/170 20549
/proc/meminfo: memFree=25627336/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101437 s]
/proc/loadavg: 8.00 8.00 8.00 1/170 20549
/proc/meminfo: memFree=25627336/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300727 s]
/proc/loadavg: 8.00 8.00 8.00 1/170 20549
/proc/meminfo: memFree=25627336/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700654 s]
/proc/loadavg: 8.00 8.00 8.00 1/170 20549
/proc/meminfo: memFree=25627336/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50051 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 20564
/proc/meminfo: memFree=25573936/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=405816 CPUtime=1.49 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 6319 0 0 0 148 1 0 0 20 0 1 0 507756611 415555584 2082 33554432000 4194304 4587354 140736994254416 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20550/statm: 101454 2082 327 96 0 98016 0
[pid=20551] ppid=20549 vsize=24236 CPUtime=1.49 cores=1
/proc/20551/stat : 20551 (clasp) R 20549 20549 20167 0 -1 4202496 3653 0 0 0 149 0 0 0 20 0 1 0 507756611 24817664 3385 33554432000 4194304 4785740 140736898293392 18446744073709551615 4287178 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20551/statm: 6059 3385 340 145 0 3104 0
[pid=20552] ppid=20549 vsize=456220 CPUtime=1.49 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1457 0 0 0 149 0 0 0 20 0 1 0 507756611 467169280 1354 33554432000 134512640 134534564 4286625248 18446744073709551615 134524752 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 114055 1354 91 6 0 112721 0
[pid=20553] ppid=20549 vsize=12556 CPUtime=1.48 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 6382 0 0 0 148 0 0 0 20 0 1 0 507756611 12857344 1362 33554432000 4194304 4331988 140734483459344 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 3139 1362 150 34 0 1581 0
[pid=20554] ppid=20549 vsize=127884 CPUtime=5.75 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 7443 1248 0 0 574 1 0 0 18 0 5 0 507756611 130953216 4035 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 31971 4035 161 40 0 30515 0
[pid=20554/tid=20561] ppid=20549 vsize=127884 CPUtime=1.42 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 591 1248 0 0 142 0 0 0 23 0 5 0 507756618 130953216 4035 33554432000 4194304 4356188 140733466470256 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=127884 CPUtime=1.42 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 590 1248 0 0 142 0 0 0 20 0 5 0 507756618 130953216 4035 33554432000 4194304 4356188 140733466470256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=127884 CPUtime=1.42 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 578 1248 0 0 142 0 0 0 23 0 5 0 507756618 130953216 4035 33554432000 4194304 4356188 140733466470256 18446744073709551615 4281183 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=127884 CPUtime=1.41 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 1108 1248 0 0 141 0 0 0 23 0 5 0 507756618 130953216 4035 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (KiB) 1045036

[startup+3.10123 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 20564
/proc/meminfo: memFree=25578280/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=409128 CPUtime=3.08 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 9481 0 0 0 307 1 0 0 25 0 1 0 507756611 418947072 2761 33554432000 4194304 4587354 140736994254416 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20550/statm: 102282 2761 327 96 0 98844 0
[pid=20551] ppid=20549 vsize=25348 CPUtime=3.09 cores=1
/proc/20551/stat : 20551 (clasp) R 20549 20549 20167 0 -1 4202496 3921 0 0 0 309 0 0 0 25 0 1 0 507756611 25956352 3653 33554432000 4194304 4785740 140736898293392 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20551/statm: 6337 3653 340 145 0 3382 0
[pid=20552] ppid=20549 vsize=456220 CPUtime=3.09 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1457 0 0 0 309 0 0 0 25 0 1 0 507756611 467169280 1354 33554432000 134512640 134534564 4286625248 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 114055 1354 91 6 0 112721 0
[pid=20553] ppid=20549 vsize=17024 CPUtime=3.08 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 7763 0 0 0 308 0 0 0 25 0 1 0 507756611 17432576 2243 33554432000 4194304 4331988 140734483459344 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 4256 2243 174 34 0 2698 0
[pid=20554] ppid=20549 vsize=127492 CPUtime=12.14 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 9400 1248 0 0 1213 1 0 0 18 0 5 0 507756611 130551808 3944 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 31873 3944 161 40 0 30417 0
[pid=20554/tid=20561] ppid=20549 vsize=127492 CPUtime=3.02 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 1166 1248 0 0 302 0 0 0 25 0 5 0 507756618 130551808 3944 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=127492 CPUtime=3.02 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 1232 1248 0 0 302 0 0 0 25 0 5 0 507756618 130551808 3944 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=127492 CPUtime=3.02 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 1189 1248 0 0 302 0 0 0 25 0 5 0 507756618 130551808 3944 33554432000 4194304 4356188 140733466470256 18446744073709551615 4211068 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=127492 CPUtime=3.01 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 1237 1248 0 0 301 0 0 0 25 0 5 0 507756618 130551808 3944 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 1053536

[startup+6.30067 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 20564
/proc/meminfo: memFree=25552612/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=431080 CPUtime=6.29 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 15337 0 0 0 626 3 0 0 25 0 1 0 507756611 441425920 7151 33554432000 4194304 4587354 140736994254416 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20550/statm: 107770 7151 337 96 0 104332 0
[pid=20551] ppid=20549 vsize=27784 CPUtime=6.29 cores=1
/proc/20551/stat : 20551 (clasp) R 20549 20549 20167 0 -1 4202496 4518 0 0 0 629 0 0 0 25 0 1 0 507756611 28450816 4250 33554432000 4194304 4785740 140736898293392 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20551/statm: 6946 4250 340 145 0 3991 0
[pid=20552] ppid=20549 vsize=460712 CPUtime=6.28 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1816 0 0 0 628 0 0 0 25 0 1 0 507756611 471769088 1713 33554432000 134512640 134534564 4286625248 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 115178 1713 95 6 0 113844 0
[pid=20553] ppid=20549 vsize=17024 CPUtime=6.28 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 7764 0 0 0 628 0 0 0 25 0 1 0 507756611 17432576 2244 33554432000 4194304 4331988 140734483459344 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 4256 2244 174 34 0 2698 0
[pid=20554] ppid=20549 vsize=131212 CPUtime=24.93 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 11355 1248 0 0 2491 2 0 0 18 0 5 0 507756611 134361088 4875 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 32803 4875 161 40 0 31347 0
[pid=20554/tid=20561] ppid=20549 vsize=131212 CPUtime=6.22 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 2031 1248 0 0 622 0 0 0 25 0 5 0 507756618 134361088 4875 33554432000 4194304 4356188 140733466470256 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=131212 CPUtime=6.22 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 1457 1248 0 0 622 0 0 0 25 0 5 0 507756618 134361088 4875 33554432000 4194304 4356188 140733466470256 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=131212 CPUtime=6.22 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 1332 1248 0 0 622 0 0 0 25 0 5 0 507756618 134361088 4875 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=131212 CPUtime=6.19 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 1959 1248 0 0 619 0 0 0 25 0 5 0 507756618 134361088 4875 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (KiB) 1086136

[startup+12.7005 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 20565
/proc/meminfo: memFree=25517420/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=439948 CPUtime=12.68 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 22204 0 0 0 1265 3 0 0 25 0 1 0 507756611 450506752 12439 33554432000 4194304 4587354 140736994254416 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20550/statm: 109987 12439 337 96 0 106549 0
[pid=20551] ppid=20549 vsize=32300 CPUtime=12.68 cores=1
/proc/20551/stat : 20551 (clasp) R 20549 20549 20167 0 -1 4202496 5618 0 0 0 1268 0 0 0 25 0 1 0 507756611 33075200 5350 33554432000 4194304 4785740 140736898293392 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20551/statm: 8075 5350 340 145 0 5120 0
[pid=20552] ppid=20549 vsize=460712 CPUtime=12.68 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1816 0 0 0 1268 0 0 0 25 0 1 0 507756611 471769088 1713 33554432000 134512640 134534564 4286625248 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 115178 1713 95 6 0 113844 0
[pid=20553] ppid=20549 vsize=17024 CPUtime=12.68 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 7764 0 0 0 1268 0 0 0 25 0 1 0 507756611 17432576 2244 33554432000 4194304 4331988 140734483459344 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 4256 2244 174 34 0 2698 0
[pid=20554] ppid=20549 vsize=137112 CPUtime=50.49 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 15805 1248 0 0 5046 3 0 0 18 0 5 0 507756611 140402688 6349 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 34278 6349 161 40 0 32822 0
[pid=20554/tid=20561] ppid=20549 vsize=137112 CPUtime=12.61 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 3376 1248 0 0 1261 0 0 0 25 0 5 0 507756618 140402688 6349 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=137112 CPUtime=12.61 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 2577 1248 0 0 1261 0 0 0 25 0 5 0 507756618 140402688 6349 33554432000 4194304 4356188 140733466470256 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=137112 CPUtime=12.61 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 1972 1248 0 0 1261 0 0 0 25 0 5 0 507756618 140402688 6349 33554432000 4194304 4356188 140733466470256 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=137112 CPUtime=12.55 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 3304 1248 0 0 1255 0 0 0 25 0 5 0 507756618 140402688 6349 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 1105420

[startup+25.5013 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 20565
/proc/meminfo: memFree=25507420/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=443156 CPUtime=25.49 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 31585 0 0 0 2544 5 0 0 25 0 1 0 507756611 453791744 13189 33554432000 4194304 4587354 140736994254416 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=20552] ppid=20549 vsize=460712 CPUtime=4782.38 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1816 0 0 0 478236 2 0 0 25 0 1 0 507756611 471769088 1713 33554432000 134512640 134534564 4286625248 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 115178 1713 95 6 0 113844 0
[pid=20553] ppid=20549 vsize=472492 CPUtime=4782.4 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 119607 0 0 0 478151 89 0 0 25 0 1 0 507756611 483831808 114087 33554432000 4194304 4331988 140734483459344 18446744073709551615 4298550 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 118123 114087 175 34 0 116565 0
[pid=20554] ppid=20549 vsize=239616 CPUtime=19101.9 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 383849 1248 0 0 1910132 61 0 0 18 0 5 0 507756611 245366784 31976 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 59904 31976 161 40 0 58448 0
[pid=20554/tid=20561] ppid=20549 vsize=239616 CPUtime=4782.33 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 108840 1248 0 0 478216 17 0 0 25 0 5 0 507756618 245366784 31976 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=239616 CPUtime=4781.56 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 81913 1248 0 0 478143 13 0 0 25 0 5 0 507756618 245366784 31976 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=239616 CPUtime=4781.69 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 78968 1248 0 0 478157 12 0 0 25 0 5 0 507756618 245366784 31976 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=239616 CPUtime=4756.25 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 109552 1248 0 0 475608 17 0 0 25 0 5 0 507756618 245366784 31976 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 1893532

[startup+4842.3 s]
/proc/loadavg: 8.04 8.01 8.00 9/180 20715
/proc/meminfo: memFree=24639832/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=658252 CPUtime=4842.4 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 1164684 0 0 0 483744 496 0 0 25 0 1 0 507756611 674050048 57915 33554432000 4194304 4587354 140736994254416 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20550/statm: 164563 57915 337 96 0 161125 0
[pid=20551] ppid=20549 vsize=205804 CPUtime=4842.38 cores=1
/proc/20551/stat : 20551 (clasp) R 20549 20549 20167 0 -1 4202496 44954 0 0 0 484228 10 0 0 25 0 1 0 507756611 210743296 44458 33554432000 4194304 4785740 140736898293392 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20551/statm: 51451 44458 340 145 0 48496 0
[pid=20552] ppid=20549 vsize=460712 CPUtime=4842.39 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1816 0 0 0 484237 2 0 0 25 0 1 0 507756611 471769088 1713 33554432000 134512640 134534564 4286625248 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 115178 1713 95 6 0 113844 0
[pid=20553] ppid=20549 vsize=696256 CPUtime=4842.4 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 121058 0 0 0 484150 90 0 0 25 0 1 0 507756611 712966144 115538 33554432000 4194304 4331988 140734483459344 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 174064 115538 175 34 0 172506 0
[pid=20554] ppid=20549 vsize=223232 CPUtime=19341.6 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 384233 1248 0 0 1934099 61 0 0 18 0 5 0 507756611 228589568 27880 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 55808 27880 161 40 0 54352 0
[pid=20554/tid=20561] ppid=20549 vsize=223232 CPUtime=4842.33 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 109032 1248 0 0 484216 17 0 0 25 0 5 0 507756618 228589568 27880 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=223232 CPUtime=4841.56 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 81913 1248 0 0 484143 13 0 0 25 0 5 0 507756618 228589568 27880 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=223232 CPUtime=4841.69 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 79160 1248 0 0 484157 12 0 0 25 0 5 0 507756618 228589568 27880 33554432000 4194304 4356188 140733466470256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=223232 CPUtime=4815.92 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 109552 1248 0 0 481575 17 0 0 25 0 5 0 507756618 228589568 27880 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 2262580

[startup+4902.3 s]
/proc/loadavg: 8.05 8.02 8.00 9/180 20716
/proc/meminfo: memFree=24632640/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=658252 CPUtime=4902.4 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 1164684 0 0 0 489744 496 0 0 25 0 1 0 507756611 674050048 57915 33554432000 4194304 4587354 140736994254416 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20550/statm: 164563 57915 337 96 0 161125 0
[pid=20551] ppid=20549 vsize=205804 CPUtime=4902.38 cores=1
/proc/20551/stat : 20551 (clasp) R 20549 20549 20167 0 -1 4202496 44954 0 0 0 490228 10 0 0 25 0 1 0 507756611 210743296 44458 33554432000 4194304 4785740 140736898293392 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20551/statm: 51451 44458 340 145 0 48496 0
[pid=20552] ppid=20549 vsize=460712 CPUtime=4902.39 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1816 0 0 0 490237 2 0 0 25 0 1 0 507756611 471769088 1713 33554432000 134512640 134534564 4286625248 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 115178 1713 95 6 0 113844 0
[pid=20553] ppid=20549 vsize=696256 CPUtime=4902.4 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 122481 0 0 0 490149 91 0 0 25 0 1 0 507756611 712966144 116961 33554432000 4194304 4331988 140734483459344 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 174064 116961 175 34 0 172506 0
[pid=20554] ppid=20549 vsize=225536 CPUtime=19581.3 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 386857 1248 0 0 1958066 61 0 0 18 0 5 0 507756611 230948864 28456 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 56384 28456 161 40 0 54928 0
[pid=20554/tid=20561] ppid=20549 vsize=225536 CPUtime=4902.32 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 109224 1248 0 0 490215 17 0 0 25 0 5 0 507756618 230948864 28456 33554432000 4194304 4356188 140733466470256 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=225536 CPUtime=4901.56 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 82105 1248 0 0 490143 13 0 0 25 0 5 0 507756618 230948864 28456 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=225536 CPUtime=4901.69 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 81400 1248 0 0 490157 12 0 0 25 0 5 0 507756618 230948864 28456 33554432000 4194304 4356188 140733466470256 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=225536 CPUtime=4875.6 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 109552 1248 0 0 487543 17 0 0 25 0 5 0 507756618 230948864 28456 33554432000 4194304 4356188 140733466470256 18446744073709551615 4273720 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.8
Current children cumulated vsize (KiB) 2264884

[startup+4962.3 s]
/proc/loadavg: 8.02 8.02 8.00 9/180 20718
/proc/meminfo: memFree=24619000/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=658252 CPUtime=4962.4 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 1164684 0 0 0 495744 496 0 0 25 0 1 0 507756611 674050048 57915 33554432000 4194304 4587354 140736994254416 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20550/statm: 164563 57915 337 96 0 161125 0
[pid=20551] ppid=20549 vsize=207092 CPUtime=4962.38 cores=1
/proc/20551/stat : 20551 (clasp) R 20549 20549 20167 0 -1 4202496 45193 0 0 0 496228 10 0 0 25 0 1 0 507756611 212062208 44697 33554432000 4194304 4785740 140736898293392 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20551/statm: 51773 44697 340 145 0 48818 0
[pid=20552] ppid=20549 vsize=460712 CPUtime=4962.39 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1816 0 0 0 496237 2 0 0 25 0 1 0 507756611 471769088 1713 33554432000 134512640 134534564 4286625248 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 115178 1713 95 6 0 113844 0
[pid=20553] ppid=20549 vsize=696256 CPUtime=4962.4 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 123888 0 0 0 496148 92 0 0 25 0 1 0 507756611 712966144 118368 33554432000 4194304 4331988 140734483459344 18446744073709551615 4316101 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 174064 118368 175 34 0 172506 0
[pid=20554] ppid=20549 vsize=232192 CPUtime=19820.9 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 393385 1248 0 0 1982031 62 0 0 18 0 5 0 507756611 237764608 30120 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 58048 30120 161 40 0 56592 0
[pid=20554/tid=20561] ppid=20549 vsize=232192 CPUtime=4962.32 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 113320 1248 0 0 496214 18 0 0 25 0 5 0 507756618 237764608 30120 33554432000 4194304 4356188 140733466470256 18446744073709551615 4274291 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=232192 CPUtime=4961.56 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 84345 1248 0 0 496143 13 0 0 25 0 5 0 507756618 237764608 30120 33554432000 4194304 4356188 140733466470256 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=232192 CPUtime=4961.69 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 81400 1248 0 0 496157 12 0 0 25 0 5 0 507756618 237764608 30120 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=232192 CPUtime=4935.27 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 109744 1248 0 0 493510 17 0 0 25 0 5 0 507756618 237764608 30120 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.5
Current children cumulated vsize (KiB) 2272828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.01 8.01 8.00 9/180 20719
/proc/meminfo: memFree=24598908/32951124 swapFree=67111448/67111528
[pid=20549] ppid=20547 vsize=18324 CPUtime=0 cores=0-7
/proc/20549/stat : 20549 (ppfolio) S 20547 20549 20167 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 507756611 18763776 389 33554432000 4194304 4287625 140734863207328 18446744073709551615 255106788879 0 0 4096 65536 4142203903510839295 0 0 17 4 0 0 0
/proc/20549/statm: 4581 389 341 23 0 91 0
[pid=20550] ppid=20549 vsize=676956 CPUtime=5000.1 cores=0
/proc/20550/stat : 20550 (cryptominisat) R 20549 20549 20167 0 -1 4202496 1168718 0 0 0 499514 496 0 0 25 0 1 0 507756611 693202944 61949 33554432000 4194304 4587354 140736994254416 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20550/statm: 169239 61949 337 96 0 165801 0
[pid=20551] ppid=20549 vsize=207092 CPUtime=5000.09 cores=1
/proc/20551/stat : 20551 (clasp) R 20549 20549 20167 0 -1 4202496 45201 0 0 0 499999 10 0 0 25 0 1 0 507756611 212062208 44705 33554432000 4194304 4785740 140736898293392 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20551/statm: 51773 44705 340 145 0 48818 0
[pid=20552] ppid=20549 vsize=460712 CPUtime=5000.1 cores=2
/proc/20552/stat : 20552 (TNM) R 20549 20549 20167 0 -1 4202496 1816 0 0 0 500008 2 0 0 25 0 1 0 507756611 471769088 1713 33554432000 134512640 134534564 4286625248 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20552/statm: 115178 1713 95 6 0 113844 0
[pid=20553] ppid=20549 vsize=696256 CPUtime=5000.11 cores=3
/proc/20553/stat : 20553 (march_hi) R 20549 20549 20167 0 -1 4202496 124818 0 0 0 499918 93 0 0 25 0 1 0 507756611 712966144 119298 33554432000 4194304 4331988 140734483459344 18446744073709551615 4231525 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20553/statm: 174064 119298 175 34 0 172506 0
[pid=20554] ppid=20549 vsize=231424 CPUtime=19971.6 cores=4-7
/proc/20554/stat : 20554 (plingeling) S 20549 20549 20167 0 -1 4202496 397673 1248 0 0 1997092 63 0 0 18 0 5 0 507756611 236978176 29928 33554432000 4194304 4356188 140733466470256 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20554/statm: 57856 29928 161 40 0 56400 0
[pid=20554/tid=20561] ppid=20549 vsize=231424 CPUtime=5000.03 cores=4-7
/proc/20554/task/20561/stat : 20561 (plingeling) R 20549 20549 20167 0 -1 4202560 113320 1248 0 0 499985 18 0 0 25 0 5 0 507756618 236978176 29928 33554432000 4194304 4356188 140733466470256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20554/tid=20562] ppid=20549 vsize=231424 CPUtime=4999.27 cores=4-7
/proc/20554/task/20562/stat : 20562 (plingeling) R 20549 20549 20167 0 -1 4202560 84345 1248 0 0 499914 13 0 0 25 0 5 0 507756618 236978176 29928 33554432000 4194304 4356188 140733466470256 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20554/tid=20563] ppid=20549 vsize=231424 CPUtime=4999.4 cores=4-7
/proc/20554/task/20563/stat : 20563 (plingeling) R 20549 20549 20167 0 -1 4202560 81400 1248 0 0 499928 12 0 0 25 0 5 0 507756618 236978176 29928 33554432000 4194304 4356188 140733466470256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20554/tid=20564] ppid=20549 vsize=231424 CPUtime=4972.77 cores=4-7
/proc/20554/task/20564/stat : 20564 (plingeling) R 20549 20549 20167 0 -1 4202560 114032 1248 0 0 497259 18 0 0 25 0 5 0 507756618 236978176 29928 33554432000 4194304 4356188 140733466470256 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972
Current children cumulated vsize (KiB) 2290764

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 20549 and gives
#  childrusage.ru_utime.tv_sec=5000
#  childrusage.ru_utime.tv_usec=82871
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=27995
# CPU time returned by wait4() is 5000.11
# while last known CPU time is 39972
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972
CPU user time (s): 39965.3
CPU system time (s): 6.64
CPU usage (%): 799.436
Max. virtual memory (cumulated for all children) (KiB): 14103472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.08
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2335
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= 530
involuntary context switches= 18519

runsolver used 8.12377 second user time and 19.1571 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 10:50:05
IDJOB=3219771
IDBENCH=82645
IDSOLVER=1638
FILE ID=node144/3219771-1304153405
RUNJOBID= node144-1304145611-20181
PBS_JOBID= 13170894
Free space on /tmp= 73536 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219771-1304153405/watcher-3219771-1304153405 -o /tmp/evaluation-result-3219771-1304153405/solver-3219771-1304153405 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219771-1304153405.cnf

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

MD5SUM BENCH= 9c09330ef9d704e301452237c81ff9c7
RANDOM SEED=1470538056

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25627492 kB
Buffers:       2128708 kB
Cached:        4586056 kB
SwapCached:         80 kB
Active:         252680 kB
Inactive:      6525380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25627492 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           10888 kB
Writeback:           0 kB
AnonPages:       63732 kB
Mapped:          14672 kB
Slab:           480448 kB
PageTables:       4348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182672 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= 73524 MiB
End job on node144 at 2011-04-30 12:13:27