Trace number 3219933

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
MD5SUM4033245e3bd21ace8cfcd57089ff73c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1493.62
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3219933-1304154924/watcher-3219933-1304154924 -o /tmp/evaluation-result-3219933-1304154924/solver-3219933-1304154924 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219933-1304154924.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.05 8.04 8.00 3/170 8966
/proc/meminfo: memFree=24351944/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0

[startup+0.0417449 s]
/proc/loadavg: 8.05 8.04 8.00 3/170 8966
/proc/meminfo: memFree=24351944/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100722 s]
/proc/loadavg: 8.05 8.04 8.00 3/170 8966
/proc/meminfo: memFree=24351944/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300688 s]
/proc/loadavg: 8.05 8.04 8.00 3/170 8966
/proc/meminfo: memFree=24351944/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700614 s]
/proc/loadavg: 8.05 8.04 8.00 3/170 8966
/proc/meminfo: memFree=24351944/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50044 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 8981
/proc/meminfo: memFree=24121844/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=71960 CPUtime=1.48 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 16636 0 0 0 146 2 0 0 25 0 1 0 527090195 73687040 12670 33554432000 4194304 4587354 140737410186672 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8967/statm: 17990 12670 326 96 0 14552 0
[pid=8968] ppid=8966 vsize=39400 CPUtime=1.49 cores=1
/proc/8968/stat : 8968 (clasp) R 8966 8966 8511 0 -1 4202496 9705 0 0 0 147 2 0 0 20 0 1 0 527090195 40345600 6983 33554432000 4194304 4785740 140735308683312 18446744073709551615 4546313 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8968/statm: 9850 6983 340 145 0 6895 0
[pid=8969] ppid=8966 vsize=472060 CPUtime=1.48 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8335 0 0 0 147 1 0 0 20 0 1 0 527090195 483389440 8232 33554432000 134512640 134534564 4293449920 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118015 8232 95 6 0 116681 0
[pid=8970] ppid=8966 vsize=44684 CPUtime=1.49 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 33899 0 0 0 144 5 0 0 25 0 1 0 527090195 45756416 7674 33554432000 4194304 4331988 140734066378368 18446744073709551615 4252215 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 11171 7674 141 34 0 9613 0
[pid=8971] ppid=8966 vsize=100880 CPUtime=3.76 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 27969 1249 0 0 373 3 0 0 18 0 5 0 527090195 103301120 13655 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 25220 13655 163 40 0 23764 0
[pid=8971/tid=8978] ppid=8966 vsize=100880 CPUtime=0.75 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 3695 1249 0 0 75 0 0 0 25 0 5 0 527090268 103301120 13655 33554432000 4194304 4356188 140734553230416 18446744073709551615 4318127 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=100880 CPUtime=0.75 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 4436 1249 0 0 75 0 0 0 25 0 5 0 527090268 103301120 13655 33554432000 4194304 4356188 140734553230416 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=100880 CPUtime=0.76 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 4143 1249 0 0 76 0 0 0 21 0 5 0 527090268 103301120 13655 33554432000 4194304 4356188 140734553230416 18446744073709551615 4310732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=100880 CPUtime=0.76 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 3039 1249 0 0 76 0 0 0 18 0 5 0 527090268 103301120 13655 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.7
Current children cumulated vsize (KiB) 747308

[startup+3.10115 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 8982
/proc/meminfo: memFree=24157308/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=109464 CPUtime=3.09 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 17678 0 0 0 306 3 0 0 25 0 1 0 527090195 112091136 13710 33554432000 4194304 4587354 140737410186672 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8967/statm: 27366 13710 326 96 0 23928 0
[pid=8968] ppid=8966 vsize=40088 CPUtime=3.09 cores=1
/proc/8968/stat : 8968 (clasp) R 8966 8966 8511 0 -1 4202496 9960 0 0 0 307 2 0 0 25 0 1 0 527090195 41050112 7238 33554432000 4194304 4785740 140735308683312 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8968/statm: 10022 7238 340 145 0 7067 0
[pid=8969] ppid=8966 vsize=472060 CPUtime=3.08 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8335 0 0 0 307 1 0 0 25 0 1 0 527090195 483389440 8232 33554432000 134512640 134534564 4293449920 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118015 8232 95 6 0 116681 0
[pid=8970] ppid=8966 vsize=106252 CPUtime=3.08 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 61249 0 0 0 300 8 0 0 25 0 1 0 527090195 108802048 14379 33554432000 4194304 4331988 140734066378368 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 26563 14379 173 34 0 25005 0
[pid=8971] ppid=8966 vsize=100868 CPUtime=10.16 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 27975 1249 0 0 1013 3 0 0 18 0 5 0 527090195 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 25217 13658 164 40 0 23761 0
[pid=8971/tid=8978] ppid=8966 vsize=100868 CPUtime=2.34 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 3701 1249 0 0 234 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4234260 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=100868 CPUtime=2.35 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 4436 1249 0 0 235 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=100868 CPUtime=2.36 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 4143 1249 0 0 236 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=100868 CPUtime=2.36 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 3039 1249 0 0 236 0 0 0 21 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.5
Current children cumulated vsize (KiB) 847056

[startup+6.30057 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 8982
/proc/meminfo: memFree=24082932/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=109464 CPUtime=6.28 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 19298 0 0 0 624 4 0 0 25 0 1 0 527090195 112091136 15328 33554432000 4194304 4587354 140737410186672 18446744073709551615 4241080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8967/statm: 27366 15328 326 96 0 23928 0
[pid=8968] ppid=8966 vsize=49808 CPUtime=6.29 cores=1
/proc/8968/stat : 8968 (clasp) R 8966 8966 8511 0 -1 4202496 12376 0 0 0 627 2 0 0 25 0 1 0 527090195 51003392 9654 33554432000 4194304 4785740 140735308683312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8968/statm: 12452 9654 340 145 0 9497 0
[pid=8969] ppid=8966 vsize=472060 CPUtime=6.29 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8335 0 0 0 627 2 0 0 25 0 1 0 527090195 483389440 8232 33554432000 134512640 134534564 4293449920 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118015 8232 95 6 0 116681 0
[pid=8970] ppid=8966 vsize=107456 CPUtime=6.29 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 69712 0 0 0 619 10 0 0 25 0 1 0 527090195 110034944 22842 33554432000 4194304 4331988 140734066378368 18446744073709551615 4228901 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 26864 22842 173 34 0 25306 0
[pid=8971] ppid=8966 vsize=100868 CPUtime=22.94 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 27975 1249 0 0 2291 3 0 0 18 0 5 0 527090195 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 25217 13658 164 40 0 23761 0
[pid=8971/tid=8978] ppid=8966 vsize=100868 CPUtime=5.52 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 3701 1249 0 0 552 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=100868 CPUtime=5.55 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 4436 1249 0 0 555 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=100868 CPUtime=5.56 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 4143 1249 0 0 556 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330876 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=100868 CPUtime=5.56 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 3039 1249 0 0 556 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.09
Current children cumulated vsize (KiB) 857980

[startup+12.7014 s]
/proc/loadavg: 8.04 8.04 8.00 9/180 8982
/proc/meminfo: memFree=24047848/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=109464 CPUtime=12.69 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 22281 0 0 0 1263 6 0 0 25 0 1 0 527090195 112091136 18300 33554432000 4194304 4587354 140737410186672 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8967/statm: 27366 18300 326 96 0 23928 0
[pid=8968] ppid=8966 vsize=68928 CPUtime=12.69 cores=1
/proc/8968/stat : 8968 (clasp) R 8966 8966 8511 0 -1 4202496 17158 0 0 0 1265 4 0 0 25 0 1 0 527090195 70582272 14436 33554432000 4194304 4785740 140735308683312 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8968/statm: 17232 14436 340 145 0 14277 0
[pid=8969] ppid=8966 vsize=472060 CPUtime=12.69 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8335 0 0 0 1267 2 0 0 25 0 1 0 527090195 483389440 8232 33554432000 134512640 134534564 4293449920 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118015 8232 95 6 0 116681 0
[pid=8970] ppid=8966 vsize=109616 CPUtime=12.69 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 70215 0 0 0 1259 10 0 0 25 0 1 0 527090195 112246784 23345 33554432000 4194304 4331988 140734066378368 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 27404 23345 173 34 0 25846 0
[pid=8971] ppid=8966 vsize=100868 CPUtime=48.5 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 27975 1249 0 0 4847 3 0 0 18 0 5 0 527090195 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 25217 13658 164 40 0 23761 0
[pid=8971/tid=8978] ppid=8966 vsize=100868 CPUtime=11.89 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 3701 1249 0 0 1189 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=100868 CPUtime=11.95 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 4436 1249 0 0 1195 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=100868 CPUtime=11.96 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 4143 1249 0 0 1196 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=100868 CPUtime=11.96 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 3039 1249 0 0 1196 0 0 0 25 0 5 0 527090268 103288832 13658 33554432000 4194304 4356188 140734553230416 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.26
Current children cumulated vsize (KiB) 879260

[startup+25.5011 s]
/proc/loadavg: 8.11 8.05 8.01 9/180 8982
/proc/meminfo: memFree=23877712/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=274692 CPUtime=25.49 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 60182 0 0 0 2536 13 0 0 25 0 1 0 527090195 281284608 43806 33554432000 4194304 4587354 140737410186672 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=8969] ppid=8966 vsize=472064 CPUtime=4782.3 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8344 0 0 0 478227 3 0 0 25 0 1 0 527090195 483393536 8241 33554432000 134512640 134534564 4293449920 18446744073709551615 134530186 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118016 8241 103 6 0 116682 0
[pid=8970] ppid=8966 vsize=133484 CPUtime=4782.42 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 75909 0 0 0 478228 14 0 0 25 0 1 0 527090195 136687616 29039 33554432000 4194304 4331988 140734066378368 18446744073709551615 4292076 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 33371 29039 173 34 0 31813 0
[pid=8971] ppid=8966 vsize=221092 CPUtime=19100.2 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 73391 1249 0 0 1910005 11 0 0 18 0 5 0 527090195 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 55273 43714 164 40 0 53817 0
[pid=8971/tid=8978] ppid=8966 vsize=221092 CPUtime=4754.78 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 15362 1249 0 0 475477 1 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=221092 CPUtime=4781.22 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 22454 1249 0 0 478119 3 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4281795 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=221092 CPUtime=4781.69 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 10625 1249 0 0 478167 2 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=221092 CPUtime=4781.7 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 12294 1249 0 0 478169 1 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38229.7
Current children cumulated vsize (KiB) 3167240

[startup+4842.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 9123
/proc/meminfo: memFree=22953156/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=1407384 CPUtime=4842.41 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 2071417 0 0 0 483305 936 0 0 25 0 1 0 527090195 1441161216 47993 33554432000 4194304 4587354 140737410186672 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8967/statm: 351846 47993 337 96 0 348408 0
[pid=8968] ppid=8966 vsize=914892 CPUtime=4842.42 cores=1
/proc/8968/stat : 8968 (clasp) R 8966 8966 8511 0 -1 4202496 224168 0 0 0 484164 78 0 0 25 0 1 0 527090195 936849408 221446 33554432000 4194304 4785740 140735308683312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8968/statm: 228723 221446 340 145 0 225768 0
[pid=8969] ppid=8966 vsize=472064 CPUtime=4842.3 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8344 0 0 0 484227 3 0 0 25 0 1 0 527090195 483393536 8241 33554432000 134512640 134534564 4293449920 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118016 8241 103 6 0 116682 0
[pid=8970] ppid=8966 vsize=133484 CPUtime=4842.43 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 75918 0 0 0 484229 14 0 0 25 0 1 0 527090195 136687616 29048 33554432000 4194304 4331988 140734066378368 18446744073709551615 4211487 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 33371 29048 173 34 0 31813 0
[pid=8971] ppid=8966 vsize=221092 CPUtime=19339.8 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 73391 1249 0 0 1933972 11 0 0 18 0 5 0 527090195 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 55273 43714 164 40 0 53817 0
[pid=8971/tid=8978] ppid=8966 vsize=221092 CPUtime=4814.45 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 15362 1249 0 0 481444 1 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=221092 CPUtime=4841.22 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 22454 1249 0 0 484119 3 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=221092 CPUtime=4841.69 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 10625 1249 0 0 484167 2 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=221092 CPUtime=4841.7 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 12294 1249 0 0 484169 1 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4332327 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38709.4
Current children cumulated vsize (KiB) 3167240

[startup+4902.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 9124
/proc/meminfo: memFree=22974840/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=1403560 CPUtime=4902.41 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 2094268 0 0 0 489294 947 0 0 25 0 1 0 527090195 1437245440 41632 33554432000 4194304 4587354 140737410186672 18446744073709551615 4243610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8967/statm: 350890 41632 337 96 0 347452 0
[pid=8968] ppid=8966 vsize=914892 CPUtime=4902.42 cores=1
/proc/8968/stat : 8968 (clasp) R 8966 8966 8511 0 -1 4202496 224186 0 0 0 490164 78 0 0 25 0 1 0 527090195 936849408 221464 33554432000 4194304 4785740 140735308683312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8968/statm: 228723 221464 340 145 0 225768 0
[pid=8969] ppid=8966 vsize=472064 CPUtime=4902.3 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8344 0 0 0 490227 3 0 0 25 0 1 0 527090195 483393536 8241 33554432000 134512640 134534564 4293449920 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118016 8241 103 6 0 116682 0
[pid=8970] ppid=8966 vsize=133616 CPUtime=4902.43 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 75928 0 0 0 490229 14 0 0 25 0 1 0 527090195 136822784 29058 33554432000 4194304 4331988 140734066378368 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 33404 29058 173 34 0 31846 0
[pid=8971] ppid=8966 vsize=225188 CPUtime=19579.5 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 76463 1249 0 0 1957939 11 0 0 18 0 5 0 527090195 230592512 44738 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 56297 44738 164 40 0 54841 0
[pid=8971/tid=8978] ppid=8966 vsize=225188 CPUtime=4874.14 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 16386 1249 0 0 487412 2 0 0 25 0 5 0 527090268 230592512 44738 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=225188 CPUtime=4901.22 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 24502 1249 0 0 490118 4 0 0 25 0 5 0 527090268 230592512 44738 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=225188 CPUtime=4901.7 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 10625 1249 0 0 490168 2 0 0 25 0 5 0 527090268 230592512 44738 33554432000 4194304 4356188 140734553230416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=225188 CPUtime=4901.7 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 12294 1249 0 0 490169 1 0 0 25 0 5 0 527090268 230592512 44738 33554432000 4194304 4356188 140734553230416 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39189.1
Current children cumulated vsize (KiB) 3167644

[startup+4962.3 s]
/proc/loadavg: 8.07 8.02 8.00 9/180 9126
/proc/meminfo: memFree=23038440/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=1369324 CPUtime=4962.42 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 2110220 0 0 0 495286 956 0 0 25 0 1 0 527090195 1402187776 22779 33554432000 4194304 4587354 140737410186672 18446744073709551615 4238314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8967/statm: 342331 22779 337 96 0 338893 0
[pid=8968] ppid=8966 vsize=930208 CPUtime=4962.43 cores=1
/proc/8968/stat : 8968 (clasp) R 8966 8966 8511 0 -1 4202496 227922 0 0 0 496164 79 0 0 25 0 1 0 527090195 952532992 225200 33554432000 4194304 4785740 140735308683312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8968/statm: 232552 225200 340 145 0 229597 0
[pid=8969] ppid=8966 vsize=472064 CPUtime=4962.3 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8344 0 0 0 496226 4 0 0 25 0 1 0 527090195 483393536 8241 33554432000 134512640 134534564 4293449920 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118016 8241 103 6 0 116682 0
[pid=8970] ppid=8966 vsize=133616 CPUtime=4962.43 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 75938 0 0 0 496229 14 0 0 25 0 1 0 527090195 136822784 29068 33554432000 4194304 4331988 140734066378368 18446744073709551615 4240214 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 33404 29068 173 34 0 31846 0
[pid=8971] ppid=8966 vsize=221092 CPUtime=19819.2 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 76463 1249 0 0 1981906 12 0 0 18 0 5 0 527090195 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 55273 43714 164 40 0 53817 0
[pid=8971/tid=8978] ppid=8966 vsize=221092 CPUtime=4933.81 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 16386 1249 0 0 493379 2 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=221092 CPUtime=4961.22 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 24502 1249 0 0 496118 4 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=221092 CPUtime=4961.7 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 10625 1249 0 0 496168 2 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4284043 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=221092 CPUtime=4961.71 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 12294 1249 0 0 496170 1 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4210842 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39668.8
Current children cumulated vsize (KiB) 3144628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.03 8.02 8.00 9/180 9127
/proc/meminfo: memFree=22985236/32951124 swapFree=67111524/67111528
[pid=8966] ppid=8964 vsize=18324 CPUtime=0 cores=0-7
/proc/8966/stat : 8966 (ppfolio) S 8964 8966 8511 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527090195 18763776 390 33554432000 4194304 4287625 140736015832976 18446744073709551615 212687695375 0 0 4096 65536 4575876715712086015 0 0 17 4 0 0 0
/proc/8966/statm: 4581 390 341 23 0 91 0
[pid=8967] ppid=8966 vsize=1369324 CPUtime=5000.12 cores=0
/proc/8967/stat : 8967 (cryptominisat) R 8966 8966 8511 0 -1 4202496 2122844 0 0 0 499050 962 0 0 25 0 1 0 527090195 1402187776 35360 33554432000 4194304 4587354 140737410186672 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8967/statm: 342331 35360 337 96 0 338893 0
[pid=8968] ppid=8966 vsize=932376 CPUtime=5000.13 cores=1
/proc/8968/stat : 8968 (clasp) R 8966 8966 8511 0 -1 4202496 228481 0 0 0 499934 79 0 0 25 0 1 0 527090195 954753024 225759 33554432000 4194304 4785740 140735308683312 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8968/statm: 233094 225759 340 145 0 230139 0
[pid=8969] ppid=8966 vsize=472064 CPUtime=5000.01 cores=2
/proc/8969/stat : 8969 (TNM) R 8966 8966 8511 0 -1 4202496 8344 0 0 0 499997 4 0 0 25 0 1 0 527090195 483393536 8241 33554432000 134512640 134534564 4293449920 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8969/statm: 118016 8241 103 6 0 116682 0
[pid=8970] ppid=8966 vsize=133616 CPUtime=5000.14 cores=3
/proc/8970/stat : 8970 (march_hi) R 8966 8966 8511 0 -1 4202496 75945 0 0 0 500000 14 0 0 25 0 1 0 527090195 136822784 29075 33554432000 4194304 4331988 140734066378368 18446744073709551615 4288300 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8970/statm: 33404 29075 173 34 0 31846 0
[pid=8971] ppid=8966 vsize=221092 CPUtime=19969.8 cores=4-7
/proc/8971/stat : 8971 (plingeling) S 8966 8966 8511 0 -1 4202496 76463 1249 0 0 1996968 12 0 0 18 0 5 0 527090195 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8971/statm: 55273 43714 164 40 0 53817 0
[pid=8971/tid=8978] ppid=8966 vsize=221092 CPUtime=4971.3 cores=4-7
/proc/8971/task/8978/stat : 8978 (plingeling) R 8966 8966 8511 0 -1 4202560 16386 1249 0 0 497128 2 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8971/tid=8979] ppid=8966 vsize=221092 CPUtime=4998.93 cores=4-7
/proc/8971/task/8979/stat : 8979 (plingeling) R 8966 8966 8511 0 -1 4202560 24502 1249 0 0 499889 4 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8971/tid=8980] ppid=8966 vsize=221092 CPUtime=4999.4 cores=4-7
/proc/8971/task/8980/stat : 8980 (plingeling) R 8966 8966 8511 0 -1 4202560 10625 1249 0 0 499938 2 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4211045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8966 vsize=221092 CPUtime=4999.41 cores=4-7
/proc/8971/task/8981/stat : 8981 (plingeling) R 8966 8966 8511 0 -1 4202560 12294 1249 0 0 499940 1 0 0 25 0 5 0 527090268 226398208 43714 33554432000 4194304 4356188 140734553230416 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39970.2
Current children cumulated vsize (KiB) 3146796

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 8966 and gives
#  childrusage.ru_utime.tv_sec=14990
#  childrusage.ru_utime.tv_usec=488099
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=832505
# CPU time returned by wait4() is 15000.3
# while last known CPU time is 39970.2
#
# 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): 39970.2
CPU user time (s): 39959.5
CPU system time (s): 10.71
CPU usage (%): 799.401
Max. virtual memory (cumulated for all children) (KiB): 4449828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14990.5
system time used= 9.8325
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2207657
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= 393
involuntary context switches= 78021

runsolver used 7.95079 second user time and 19.3301 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-30 11:15:25
IDJOB=3219933
IDBENCH=82672
IDSOLVER=1638
FILE ID=node139/3219933-1304154924
RUNJOBID= node139-1304144871-8525
PBS_JOBID= 13170866
Free space on /tmp= 72896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219933-1304154924/watcher-3219933-1304154924 -o /tmp/evaluation-result-3219933-1304154924/solver-3219933-1304154924 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219933-1304154924.cnf

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

MD5SUM BENCH= 4033245e3bd21ace8cfcd57089ff73c5
RANDOM SEED=661704535

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5321.49
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24352224 kB
Buffers:       2061256 kB
Cached:        5952208 kB
SwapCached:          4 kB
Active:        1022720 kB
Inactive:      7053776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24352224 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14356 kB
Writeback:           0 kB
AnonPages:       62848 kB
Mapped:          14776 kB
Slab:           454840 kB
PageTables:       4236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187840 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= 72888 MiB
End job on node139 at 2011-04-30 12:38:47