Trace number 3219621

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.2 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S943787219-031-UNKNOWN.cnf
MD5SUM6105ec111e1e16da586afadcc6f09041
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-3219621-1304151737/watcher-3219621-1304151737 -o /tmp/evaluation-result-3219621-1304151737/solver-3219621-1304151737 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219621-1304151737.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.02 8.04 8.00 2/170 8469
/proc/meminfo: memFree=30578708/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0

[startup+0.032076 s]
/proc/loadavg: 8.02 8.04 8.00 2/170 8469
/proc/meminfo: memFree=30578708/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10324 s]
/proc/loadavg: 8.02 8.04 8.00 2/170 8469
/proc/meminfo: memFree=30578708/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300994 s]
/proc/loadavg: 8.02 8.04 8.00 2/170 8469
/proc/meminfo: memFree=30578708/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700916 s]
/proc/loadavg: 8.02 8.04 8.00 2/170 8469
/proc/meminfo: memFree=30578708/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50077 s]
/proc/loadavg: 8.02 8.04 8.00 9/180 8484
/proc/meminfo: memFree=30526292/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=905184 CPUtime=1.48 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 6296 0 0 0 148 0 0 0 20 0 1 0 526774418 926908416 2086 33554432000 4194304 4587354 140733585219136 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8470/statm: 226296 2086 327 96 0 222858 0
[pid=8471] ppid=8469 vsize=24344 CPUtime=1.48 cores=1
/proc/8471/stat : 8471 (clasp) R 8469 8469 8123 0 -1 4202496 3675 0 0 0 148 0 0 0 20 0 1 0 526774419 24928256 3407 33554432000 4194304 4785740 140736402270064 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8471/statm: 6086 3407 340 145 0 3131 0
[pid=8472] ppid=8469 vsize=456220 CPUtime=1.49 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1457 0 0 0 149 0 0 0 20 0 1 0 526774419 467169280 1354 33554432000 134512640 134534564 4292786192 18446744073709551615 134524500 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 114055 1354 91 6 0 112721 0
[pid=8473] ppid=8469 vsize=12556 CPUtime=1.48 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 6381 0 0 0 148 0 0 0 25 0 1 0 526774419 12857344 1361 33554432000 4194304 4331988 140734217334848 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 3139 1361 150 34 0 1581 0
[pid=8474] ppid=8469 vsize=128156 CPUtime=5.75 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 7511 1259 0 0 574 1 0 0 18 0 5 0 526774419 131231744 4107 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 32039 4107 161 40 0 30583 0
[pid=8474/tid=8481] ppid=8469 vsize=128156 CPUtime=1.42 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 578 1259 0 0 142 0 0 0 23 0 5 0 526774426 131231744 4107 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=128156 CPUtime=1.42 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 594 1259 0 0 142 0 0 0 20 0 5 0 526774426 131231744 4107 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=128156 CPUtime=1.41 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 589 1259 0 0 141 0 0 0 20 0 5 0 526774426 131231744 4107 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=128156 CPUtime=1.41 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 1173 1259 0 0 141 0 0 0 23 0 5 0 526774426 131231744 4107 33554432000 4194304 4356188 140733287527760 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 1544784

[startup+3.10048 s]
/proc/loadavg: 8.02 8.04 8.00 9/180 8484
/proc/meminfo: memFree=30530508/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=910948 CPUtime=3.09 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 9499 0 0 0 308 1 0 0 25 0 1 0 526774418 932810752 2788 33554432000 4194304 4587354 140733585219136 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8470/statm: 227737 2788 327 96 0 224299 0
[pid=8471] ppid=8469 vsize=25444 CPUtime=3.08 cores=1
/proc/8471/stat : 8471 (clasp) R 8469 8469 8123 0 -1 4202496 3942 0 0 0 308 0 0 0 25 0 1 0 526774419 26054656 3674 33554432000 4194304 4785740 140736402270064 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8471/statm: 6361 3674 340 145 0 3406 0
[pid=8472] ppid=8469 vsize=456220 CPUtime=3.09 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1457 0 0 0 309 0 0 0 25 0 1 0 526774419 467169280 1354 33554432000 134512640 134534564 4292786192 18446744073709551615 134524559 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 114055 1354 91 6 0 112721 0
[pid=8473] ppid=8469 vsize=17024 CPUtime=3.08 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 7764 0 0 0 308 0 0 0 25 0 1 0 526774419 17432576 2244 33554432000 4194304 4331988 140734217334848 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 4256 2244 174 34 0 2698 0
[pid=8474] ppid=8469 vsize=127676 CPUtime=12.14 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 9411 1259 0 0 1213 1 0 0 18 0 5 0 526774419 130740224 3959 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 31919 3959 161 40 0 30463 0
[pid=8474/tid=8481] ppid=8469 vsize=127676 CPUtime=3.02 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 1187 1259 0 0 302 0 0 0 25 0 5 0 526774426 130740224 3959 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=127676 CPUtime=3.02 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 1203 1259 0 0 302 0 0 0 25 0 5 0 526774426 130740224 3959 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=127676 CPUtime=3 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 1207 1259 0 0 300 0 0 0 25 0 5 0 526774426 130740224 3959 33554432000 4194304 4356188 140733287527760 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=127676 CPUtime=3.01 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 1237 1259 0 0 301 0 0 0 25 0 5 0 526774426 130740224 3959 33554432000 4194304 4356188 140733287527760 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 1555636

[startup+6.3009 s]
/proc/loadavg: 8.02 8.04 8.00 9/180 8484
/proc/meminfo: memFree=30504468/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=925880 CPUtime=6.29 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 15414 0 0 0 627 2 0 0 25 0 1 0 526774418 948101120 7236 33554432000 4194304 4587354 140733585219136 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8470/statm: 231470 7236 337 96 0 228032 0
[pid=8471] ppid=8469 vsize=27896 CPUtime=6.28 cores=1
/proc/8471/stat : 8471 (clasp) R 8469 8469 8123 0 -1 4202496 4564 0 0 0 628 0 0 0 25 0 1 0 526774419 28565504 4296 33554432000 4194304 4785740 140736402270064 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8471/statm: 6974 4296 340 145 0 4019 0
[pid=8472] ppid=8469 vsize=460712 CPUtime=6.28 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1816 0 0 0 628 0 0 0 25 0 1 0 526774419 471769088 1713 33554432000 134512640 134534564 4292786192 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 115178 1713 95 6 0 113844 0
[pid=8473] ppid=8469 vsize=17024 CPUtime=6.28 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 7764 0 0 0 628 0 0 0 25 0 1 0 526774419 17432576 2244 33554432000 4194304 4331988 140734217334848 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 4256 2244 174 34 0 2698 0
[pid=8474] ppid=8469 vsize=132864 CPUtime=24.92 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 11732 1259 0 0 2491 1 0 0 18 0 5 0 526774419 136052736 5256 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 33216 5256 161 40 0 31760 0
[pid=8474/tid=8481] ppid=8469 vsize=132864 CPUtime=6.22 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 1955 1259 0 0 622 0 0 0 25 0 5 0 526774426 136052736 5256 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=132864 CPUtime=6.22 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 1411 1259 0 0 622 0 0 0 25 0 5 0 526774426 136052736 5256 33554432000 4194304 4356188 140733287527760 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=132864 CPUtime=6.19 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 1320 1259 0 0 619 0 0 0 25 0 5 0 526774426 136052736 5256 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=132864 CPUtime=6.21 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 2469 1259 0 0 621 0 0 0 25 0 5 0 526774426 136052736 5256 33554432000 4194304 4356188 140733287527760 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.05
Current children cumulated vsize (KiB) 1582700

[startup+12.7007 s]
/proc/loadavg: 8.01 8.03 8.00 9/180 8484
/proc/meminfo: memFree=30470672/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=938580 CPUtime=12.69 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 22158 0 0 0 1266 3 0 0 25 0 1 0 526774418 961105920 12398 33554432000 4194304 4587354 140733585219136 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8470/statm: 234645 12398 337 96 0 231207 0
[pid=8471] ppid=8469 vsize=32800 CPUtime=12.69 cores=1
/proc/8471/stat : 8471 (clasp) R 8469 8469 8123 0 -1 4202496 5730 0 0 0 1268 1 0 0 25 0 1 0 526774419 33587200 5462 33554432000 4194304 4785740 140736402270064 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8471/statm: 8200 5462 340 145 0 5245 0
[pid=8472] ppid=8469 vsize=460712 CPUtime=12.68 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1816 0 0 0 1268 0 0 0 25 0 1 0 526774419 471769088 1713 33554432000 134512640 134534564 4292786192 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 115178 1713 95 6 0 113844 0
[pid=8473] ppid=8469 vsize=17024 CPUtime=12.68 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 7764 0 0 0 1268 0 0 0 25 0 1 0 526774419 17432576 2244 33554432000 4194304 4331988 140734217334848 18446744073709551615 4263319 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 4256 2244 174 34 0 2698 0
[pid=8474] ppid=8469 vsize=136588 CPUtime=50.49 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 15543 1259 0 0 5047 2 0 0 18 0 5 0 526774419 139866112 6219 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 34147 6219 161 40 0 32691 0
[pid=8474/tid=8481] ppid=8469 vsize=136588 CPUtime=12.62 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 3332 1259 0 0 1262 0 0 0 25 0 5 0 526774426 139866112 6219 33554432000 4194304 4356188 140733287527760 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=136588 CPUtime=12.62 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 2565 1259 0 0 1262 0 0 0 25 0 5 0 526774426 139866112 6219 33554432000 4194304 4356188 140733287527760 18446744073709551615 4234300 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=136588 CPUtime=12.55 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 1992 1259 0 0 1255 0 0 0 25 0 5 0 526774426 139866112 6219 33554432000 4194304 4356188 140733287527760 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=136588 CPUtime=12.61 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 3077 1259 0 0 1261 0 0 0 25 0 5 0 526774426 139866112 6219 33554432000 4194304 4356188 140733287527760 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 1604028

[startup+25.5014 s]
/proc/loadavg: 8.01 8.03 8.00 9/180 8484
/proc/meminfo: memFree=30461164/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=945800 CPUtime=25.49 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 31760 0 0 0 2545 4 0 0 25 0 1 0 526774418 968499200 13167 33554432000 4194304 4587354 140733585219136 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=8472] ppid=8469 vsize=460712 CPUtime=4781.33 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1816 0 0 0 478131 2 0 0 25 0 1 0 526774419 471769088 1713 33554432000 134512640 134534564 4292786192 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 115178 1713 95 6 0 113844 0
[pid=8473] ppid=8469 vsize=471836 CPUtime=4782.44 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 119161 0 0 0 478160 84 0 0 25 0 1 0 526774419 483160064 113641 33554432000 4194304 4331988 140734217334848 18446744073709551615 4287105 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 117959 113641 175 34 0 116401 0
[pid=8474] ppid=8469 vsize=222712 CPUtime=19103.2 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 377619 1259 0 0 1910258 58 0 0 18 0 5 0 526774419 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 55678 27750 161 40 0 54222 0
[pid=8474/tid=8481] ppid=8469 vsize=222712 CPUtime=4782.35 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 105256 1259 0 0 478218 17 0 0 25 0 5 0 526774426 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=222712 CPUtime=4782.22 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 84177 1259 0 0 478210 12 0 0 25 0 5 0 526774426 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=222712 CPUtime=4756.27 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 83725 1259 0 0 475616 11 0 0 25 0 5 0 526774426 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=222712 CPUtime=4782.2 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 99884 1259 0 0 478206 14 0 0 25 0 5 0 526774426 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.8
Current children cumulated vsize (KiB) 1523832

[startup+4842.3 s]
/proc/loadavg: 8.03 8.03 8.00 9/180 8625
/proc/meminfo: memFree=29754112/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=989396 CPUtime=4842.43 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 1249460 0 0 0 483733 510 0 0 25 0 1 0 526774418 1013141504 17333 33554432000 4194304 4587354 140733585219136 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8470/statm: 247349 17333 337 96 0 243911 0
[pid=8471] ppid=8469 vsize=194904 CPUtime=4842.4 cores=1
/proc/8471/stat : 8471 (clasp) R 8469 8469 8123 0 -1 4202496 42763 0 0 0 484230 10 0 0 25 0 1 0 526774419 199581696 42149 33554432000 4194304 4785740 140736402270064 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8471/statm: 48726 42149 341 145 0 45771 0
[pid=8472] ppid=8469 vsize=460712 CPUtime=4841.33 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1816 0 0 0 484131 2 0 0 25 0 1 0 526774419 471769088 1713 33554432000 134512640 134534564 4292786192 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 115178 1713 95 6 0 113844 0
[pid=8473] ppid=8469 vsize=471836 CPUtime=4842.43 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 120598 0 0 0 484158 85 0 0 25 0 1 0 526774419 483160064 115078 33554432000 4194304 4331988 140734217334848 18446744073709551615 222921473532 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 117959 115078 175 34 0 116401 0
[pid=8474] ppid=8469 vsize=233976 CPUtime=19342.8 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 384531 1259 0 0 1934225 59 0 0 18 0 5 0 526774419 239591424 30566 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 58494 30566 161 40 0 57038 0
[pid=8474/tid=8481] ppid=8469 vsize=233976 CPUtime=4842.35 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 107496 1259 0 0 484218 17 0 0 25 0 5 0 526774426 239591424 30566 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=233976 CPUtime=4842.22 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 84369 1259 0 0 484210 12 0 0 25 0 5 0 526774426 239591424 30566 33554432000 4194304 4356188 140733287527760 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=233976 CPUtime=4815.95 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 85965 1259 0 0 481583 12 0 0 25 0 5 0 526774426 239591424 30566 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=233976 CPUtime=4842.21 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 102124 1259 0 0 484206 15 0 0 25 0 5 0 526774426 239591424 30566 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.4
Current children cumulated vsize (KiB) 2369148

[startup+4902.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/180 8626
/proc/meminfo: memFree=29774384/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=990168 CPUtime=4902.44 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 1261121 0 0 0 489727 517 0 0 25 0 1 0 526774418 1013932032 13510 33554432000 4194304 4587354 140733585219136 18446744073709551615 222921473734 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8470/statm: 247542 13510 337 96 0 244104 0
[pid=8471] ppid=8469 vsize=194904 CPUtime=4902.41 cores=1
/proc/8471/stat : 8471 (clasp) R 8469 8469 8123 0 -1 4202496 42764 0 0 0 490231 10 0 0 25 0 1 0 526774419 199581696 42150 33554432000 4194304 4785740 140736402270064 18446744073709551615 4287078 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8471/statm: 48726 42150 341 145 0 45771 0
[pid=8472] ppid=8469 vsize=460712 CPUtime=4901.33 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1816 0 0 0 490131 2 0 0 25 0 1 0 526774419 471769088 1713 33554432000 134512640 134534564 4292786192 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 115178 1713 95 6 0 113844 0
[pid=8473] ppid=8469 vsize=695600 CPUtime=4902.43 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 122059 0 0 0 490156 87 0 0 25 0 1 0 526774419 712294400 116539 33554432000 4194304 4331988 140734217334848 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 173900 116539 175 34 0 172342 0
[pid=8474] ppid=8469 vsize=222712 CPUtime=19582.5 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 389011 1259 0 0 1958192 59 0 0 18 0 5 0 526774419 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 55678 27750 161 40 0 54222 0
[pid=8474/tid=8481] ppid=8469 vsize=222712 CPUtime=4902.36 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 109736 1259 0 0 490218 18 0 0 25 0 5 0 526774426 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 4234112 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=222712 CPUtime=4902.22 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 86609 1259 0 0 490210 12 0 0 25 0 5 0 526774426 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=222712 CPUtime=4875.63 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 85965 1259 0 0 487551 12 0 0 25 0 5 0 526774426 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=222712 CPUtime=4902.21 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 102124 1259 0 0 490206 15 0 0 25 0 5 0 526774426 228057088 27750 33554432000 4194304 4356188 140733287527760 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191.1
Current children cumulated vsize (KiB) 2582420

[startup+4962.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/180 8628
/proc/meminfo: memFree=29729192/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=990168 CPUtime=4962.44 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 1271219 0 0 0 495722 522 0 0 25 0 1 0 526774418 1013932032 23521 33554432000 4194304 4587354 140733585219136 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8470/statm: 247542 23521 337 96 0 244104 0
[pid=8471] ppid=8469 vsize=195332 CPUtime=4962.41 cores=1
/proc/8471/stat : 8471 (clasp) R 8469 8469 8123 0 -1 4202496 42853 0 0 0 496231 10 0 0 25 0 1 0 526774419 200019968 42239 33554432000 4194304 4785740 140736402270064 18446744073709551615 4309494 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8471/statm: 48833 42239 341 145 0 45878 0
[pid=8472] ppid=8469 vsize=460712 CPUtime=4961.32 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1816 0 0 0 496130 2 0 0 25 0 1 0 526774419 471769088 1713 33554432000 134512640 134534564 4292786192 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 115178 1713 95 6 0 113844 0
[pid=8473] ppid=8469 vsize=695600 CPUtime=4962.44 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 123456 0 0 0 496156 88 0 0 25 0 1 0 526774419 712294400 117936 33554432000 4194304 4331988 140734217334848 18446744073709551615 4299490 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 173900 117936 175 34 0 172342 0
[pid=8474] ppid=8469 vsize=221176 CPUtime=19822.2 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 393107 1259 0 0 1982159 60 0 0 18 0 5 0 526774419 226484224 27366 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 55294 27366 161 40 0 53838 0
[pid=8474/tid=8481] ppid=8469 vsize=221176 CPUtime=4962.36 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 111784 1259 0 0 496218 18 0 0 25 0 5 0 526774426 226484224 27366 33554432000 4194304 4356188 140733287527760 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=221176 CPUtime=4962.23 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 86609 1259 0 0 496210 13 0 0 25 0 5 0 526774426 226484224 27366 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=221176 CPUtime=4935.3 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 85965 1259 0 0 493518 12 0 0 25 0 5 0 526774426 226484224 27366 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=221176 CPUtime=4962.21 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 104172 1259 0 0 496206 15 0 0 25 0 5 0 526774426 226484224 27366 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.8
Current children cumulated vsize (KiB) 2581312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.09 8.04 8.00 9/180 8629
/proc/meminfo: memFree=29759160/32951124 swapFree=67110188/67111528
[pid=8469] ppid=8467 vsize=18324 CPUtime=0 cores=0-7
/proc/8469/stat : 8469 (ppfolio) S 8467 8469 8123 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526774418 18763776 389 33554432000 4194304 4287625 140737351126544 18446744073709551615 222921797135 0 0 4096 65536 3087693637392269311 0 0 17 6 0 0 0
/proc/8469/statm: 4581 389 341 23 0 91 0
[pid=8470] ppid=8469 vsize=946128 CPUtime=5000.14 cores=0
/proc/8470/stat : 8470 (cryptominisat) R 8469 8469 8123 0 -1 4202496 1280151 0 0 0 499488 526 0 0 25 0 1 0 526774418 968835072 16887 33554432000 4194304 4587354 140733585219136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8470/statm: 236532 16887 337 96 0 233094 0
[pid=8471] ppid=8469 vsize=195332 CPUtime=5000.12 cores=1
/proc/8471/stat : 8471 (clasp) R 8469 8469 8123 0 -1 4202496 42866 0 0 0 500002 10 0 0 25 0 1 0 526774419 200019968 42252 33554432000 4194304 4785740 140736402270064 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8471/statm: 48833 42252 341 145 0 45878 0
[pid=8472] ppid=8469 vsize=460712 CPUtime=4999.02 cores=2
/proc/8472/stat : 8472 (TNM) R 8469 8469 8123 0 -1 4202496 1816 0 0 0 499900 2 0 0 25 0 1 0 526774419 471769088 1713 33554432000 134512640 134534564 4292786192 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8472/statm: 115178 1713 95 6 0 113844 0
[pid=8473] ppid=8469 vsize=695600 CPUtime=5000.14 cores=3
/proc/8473/stat : 8473 (march_hi) R 8469 8469 8123 0 -1 4202496 124389 0 0 0 499925 89 0 0 25 0 1 0 526774419 712294400 118869 33554432000 4194304 4331988 140734217334848 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8473/statm: 173900 118869 175 34 0 172342 0
[pid=8474] ppid=8469 vsize=214520 CPUtime=19972.8 cores=4-7
/proc/8474/stat : 8474 (plingeling) S 8469 8469 8123 0 -1 4202496 393491 1259 0 0 1997221 60 0 0 18 0 5 0 526774419 219668480 25702 33554432000 4194304 4356188 140733287527760 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8474/statm: 53630 25702 161 40 0 52174 0
[pid=8474/tid=8481] ppid=8469 vsize=214520 CPUtime=5000.06 cores=4-7
/proc/8474/task/8481/stat : 8481 (plingeling) R 8469 8469 8123 0 -1 4202560 111784 1259 0 0 499988 18 0 0 25 0 5 0 526774426 219668480 25702 33554432000 4194304 4356188 140733287527760 18446744073709551615 4279567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8474/tid=8482] ppid=8469 vsize=214520 CPUtime=4999.94 cores=4-7
/proc/8474/task/8482/stat : 8482 (plingeling) R 8469 8469 8123 0 -1 4202560 86609 1259 0 0 499981 13 0 0 25 0 5 0 526774426 219668480 25702 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8474/tid=8483] ppid=8469 vsize=214520 CPUtime=4972.8 cores=4-7
/proc/8474/task/8483/stat : 8483 (plingeling) R 8469 8469 8123 0 -1 4202560 86157 1259 0 0 497268 12 0 0 25 0 5 0 526774426 219668480 25702 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8474/tid=8484] ppid=8469 vsize=214520 CPUtime=4999.92 cores=4-7
/proc/8474/task/8484/stat : 8484 (plingeling) R 8469 8469 8123 0 -1 4202560 104364 1259 0 0 499977 15 0 0 25 0 5 0 526774426 219668480 25702 33554432000 4194304 4356188 140733287527760 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39972.2
Current children cumulated vsize (KiB) 2530616

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 8469 and gives
#  childrusage.ru_utime.tv_sec=14993
#  childrusage.ru_utime.tv_usec=918577
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=418176
# CPU time returned by wait4() is 14999.3
# while last known CPU time is 39972.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): 39972.2
CPU user time (s): 39965.4
CPU system time (s): 6.87
CPU usage (%): 799.442
Max. virtual memory (cumulated for all children) (KiB): 16155608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14993.9
system time used= 5.41818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1325367
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= 692
involuntary context switches= 83402

runsolver used 8.33473 second user time and 18.9441 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 10:22:17
IDJOB=3219621
IDBENCH=82620
IDSOLVER=1638
FILE ID=node109/3219621-1304151737
RUNJOBID= node109-1304145308-8137
PBS_JOBID= 13170877
Free space on /tmp= 73028 MiB

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

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

MD5SUM BENCH= 6105ec111e1e16da586afadcc6f09041
RANDOM SEED=410012134

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.82
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.809
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.809
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.809
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:      30579112 kB
Buffers:        781384 kB
Cached:        1136184 kB
SwapCached:        712 kB
Active:         171720 kB
Inactive:      1809640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30579112 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           10928 kB
Writeback:           0 kB
AnonPages:       64428 kB
Mapped:          14680 kB
Slab:           324888 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187040 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= 73016 MiB
End job on node109 at 2011-04-30 11:45:39