Trace number 3219075

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
MD5SUM187184c44e9c5a07f5a8f762e04588fa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark379.26
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
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-3219075-1304146104/watcher-3219075-1304146104 -o /tmp/evaluation-result-3219075-1304146104/solver-3219075-1304146104 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219075-1304146104.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.13 7.33 5.63 1/174 29603
/proc/meminfo: memFree=25851816/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 4 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0

[startup+0.101343 s]
/proc/loadavg: 8.13 7.33 5.63 1/174 29603
/proc/meminfo: memFree=25851816/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200323 s]
/proc/loadavg: 8.13 7.33 5.63 1/174 29603
/proc/meminfo: memFree=25851816/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300307 s]
/proc/loadavg: 8.13 7.33 5.63 1/174 29603
/proc/meminfo: memFree=25851816/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700234 s]
/proc/loadavg: 8.13 7.33 5.63 1/174 29603
/proc/meminfo: memFree=25851816/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50109 s]
/proc/loadavg: 8.13 7.33 5.63 9/184 29618
/proc/meminfo: memFree=25793216/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=718136 CPUtime=1.48 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 6371 0 0 0 148 0 0 0 20 0 1 0 526208539 735371264 4145 33554432000 4194304 4587354 140735708412464 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29604/statm: 179534 4145 327 96 0 176096 0
[pid=29605] ppid=29603 vsize=27528 CPUtime=1.49 cores=1
/proc/29605/stat : 29605 (clasp) R 29603 29603 29482 0 -1 4202496 4528 0 0 0 148 1 0 0 20 0 1 0 526208539 28188672 4233 33554432000 4194304 4785740 140736757854224 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29605/statm: 6882 4233 340 145 0 3927 0
[pid=29606] ppid=29603 vsize=462456 CPUtime=1.49 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 149 0 0 0 20 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=19088 CPUtime=1.48 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 7349 0 0 0 148 0 0 0 20 0 1 0 526208539 19546112 2355 33554432000 4194304 4331988 140734172473504 18446744073709551615 4287549 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 4772 2355 174 34 0 3214 0
[pid=29608] ppid=29603 vsize=126120 CPUtime=5.75 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 6136 1251 0 0 574 1 0 0 18 0 5 0 526208539 129146880 3603 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 31530 3603 162 40 0 30074 0
[pid=29608/tid=29615] ppid=29603 vsize=126120 CPUtime=1.41 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 614 1251 0 0 141 0 0 0 23 0 5 0 526208546 129146880 3603 33554432000 4194304 4356188 140733588656640 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=126120 CPUtime=1.41 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 598 1251 0 0 141 0 0 0 23 0 5 0 526208546 129146880 3603 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331170 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=126120 CPUtime=1.42 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 616 1251 0 0 142 0 0 0 20 0 5 0 526208546 129146880 3603 33554432000 4194304 4356188 140733588656640 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=126120 CPUtime=1.42 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 626 1251 0 0 142 0 0 0 23 0 5 0 526208546 129146880 3603 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 1371652

[startup+3.10081 s]
/proc/loadavg: 8.13 7.33 5.63 9/184 29618
/proc/meminfo: memFree=25784660/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=720328 CPUtime=3.09 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 10158 0 0 0 308 1 0 0 25 0 1 0 526208539 737615872 3752 33554432000 4194304 4587354 140735708412464 18446744073709551615 232335589051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29604/statm: 180082 3752 327 96 0 176644 0
[pid=29605] ppid=29603 vsize=32324 CPUtime=3.09 cores=1
/proc/29605/stat : 29605 (clasp) R 29603 29603 29482 0 -1 4202496 5708 0 0 0 308 1 0 0 25 0 1 0 526208539 33099776 5413 33554432000 4194304 4785740 140736757854224 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29605/statm: 8081 5413 340 145 0 5126 0
[pid=29606] ppid=29603 vsize=462456 CPUtime=3.09 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 309 0 0 0 25 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=19088 CPUtime=3.08 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 7349 0 0 0 308 0 0 0 25 0 1 0 526208539 19546112 2355 33554432000 4194304 4331988 140734172473504 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 4772 2355 174 34 0 3214 0
[pid=29608] ppid=29603 vsize=128276 CPUtime=12.14 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 6728 1251 0 0 1213 1 0 0 18 0 5 0 526208539 131354624 4118 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 32069 4118 162 40 0 30613 0
[pid=29608/tid=29615] ppid=29603 vsize=128276 CPUtime=3 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 790 1251 0 0 300 0 0 0 25 0 5 0 526208546 131354624 4118 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331456 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=128276 CPUtime=3.01 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 727 1251 0 0 301 0 0 0 25 0 5 0 526208546 131354624 4118 33554432000 4194304 4356188 140733588656640 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=128276 CPUtime=3.02 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 774 1251 0 0 302 0 0 0 25 0 5 0 526208546 131354624 4118 33554432000 4194304 4356188 140733588656640 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=128276 CPUtime=3.02 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 755 1251 0 0 302 0 0 0 25 0 5 0 526208546 131354624 4118 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 1380796

[startup+6.30124 s]
/proc/loadavg: 8.12 7.34 5.65 9/184 29618
/proc/meminfo: memFree=25729224/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=764476 CPUtime=6.29 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 22061 0 0 0 627 2 0 0 25 0 1 0 526208539 782823424 15651 33554432000 4194304 4587354 140735708412464 18446744073709551615 4364904 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29604/statm: 191119 15651 337 96 0 187681 0
[pid=29605] ppid=29603 vsize=37244 CPUtime=6.28 cores=1
/proc/29605/stat : 29605 (clasp) R 29603 29603 29482 0 -1 4202496 6957 0 0 0 627 1 0 0 25 0 1 0 526208539 38137856 6662 33554432000 4194304 4785740 140736757854224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29605/statm: 9311 6662 340 145 0 6356 0
[pid=29606] ppid=29603 vsize=462456 CPUtime=6.29 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 629 0 0 0 25 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134530741 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=19088 CPUtime=6.28 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 7349 0 0 0 628 0 0 0 25 0 1 0 526208539 19546112 2355 33554432000 4194304 4331988 140734172473504 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 4772 2355 174 34 0 3214 0
[pid=29608] ppid=29603 vsize=131180 CPUtime=24.92 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 7455 1251 0 0 2491 1 0 0 18 0 5 0 526208539 134328320 4845 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 32795 4845 162 40 0 31339 0
[pid=29608/tid=29615] ppid=29603 vsize=131180 CPUtime=6.19 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 1005 1251 0 0 619 0 0 0 25 0 5 0 526208546 134328320 4845 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=131180 CPUtime=6.21 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 912 1251 0 0 621 0 0 0 25 0 5 0 526208546 134328320 4845 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=131180 CPUtime=6.22 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 934 1251 0 0 622 0 0 0 25 0 5 0 526208546 134328320 4845 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=131180 CPUtime=6.22 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 922 1251 0 0 622 0 0 0 25 0 5 0 526208546 134328320 4845 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 1432768

[startup+12.7011 s]
/proc/loadavg: 8.11 7.35 5.66 9/184 29618
/proc/meminfo: memFree=25734696/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=746472 CPUtime=12.68 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 32940 0 0 0 1264 4 0 0 25 0 1 0 526208539 764387328 10496 33554432000 4194304 4587354 140735708412464 18446744073709551615 232335589062 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29604/statm: 186618 10496 337 96 0 183180 0
[pid=29605] ppid=29603 vsize=45820 CPUtime=12.69 cores=1
/proc/29605/stat : 29605 (clasp) R 29603 29603 29482 0 -1 4202496 9013 0 0 0 1267 2 0 0 25 0 1 0 526208539 46919680 8718 33554432000 4194304 4785740 140736757854224 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29605/statm: 11455 8718 340 145 0 8500 0
[pid=29606] ppid=29603 vsize=462456 CPUtime=12.69 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 1269 0 0 0 25 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134528436 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=20324 CPUtime=12.68 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 7598 0 0 0 1268 0 0 0 25 0 1 0 526208539 20811776 2604 33554432000 4194304 4331988 140734172473504 18446744073709551615 4299847 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 5081 2604 174 34 0 3523 0
[pid=29608] ppid=29603 vsize=144864 CPUtime=50.49 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 13039 1251 0 0 5046 3 0 0 18 0 5 0 526208539 148340736 8289 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 36216 8289 162 40 0 34760 0
[pid=29608/tid=29615] ppid=29603 vsize=144864 CPUtime=12.55 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 2357 1251 0 0 1255 0 0 0 25 0 5 0 526208546 148340736 8289 33554432000 4194304 4356188 140733588656640 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=144864 CPUtime=12.61 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 2328 1251 0 0 1261 0 0 0 25 0 5 0 526208546 148340736 8289 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=144864 CPUtime=12.61 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 2878 1251 0 0 1261 0 0 0 25 0 5 0 526208546 148340736 8289 33554432000 4194304 4356188 140733588656640 18446744073709551615 4279731 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=144864 CPUtime=12.61 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 1794 1251 0 0 1261 0 0 0 25 0 5 0 526208546 148340736 8289 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 1438260

[startup+25.5008 s]
/proc/loadavg: 8.08 7.38 5.70 9/184 29618
/proc/meminfo: memFree=25697056/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=772800 CPUtime=25.49 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 46021 0 0 0 2542 7 0 0 25 0 1 0 526208539 791347200 17295 33554432000 4194304 4587354 140735708412464 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=29606] ppid=29603 vsize=462456 CPUtime=4842.4 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 484238 2 0 0 25 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=472256 CPUtime=4842.4 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 117779 0 0 0 484157 83 0 0 25 0 1 0 526208539 483590144 112785 33554432000 4194304 4331988 140734172473504 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 118064 112785 176 34 0 116506 0
[pid=29608] ppid=29603 vsize=223364 CPUtime=19340.8 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 628425 1251 0 0 1933990 90 0 0 18 0 5 0 526208539 228724736 27907 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 55841 27907 162 40 0 54385 0
[pid=29608/tid=29615] ppid=29603 vsize=223364 CPUtime=4814.29 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 154451 1251 0 0 481408 21 0 0 25 0 5 0 526208546 228724736 27907 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=223364 CPUtime=4842.21 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 150170 1251 0 0 484200 21 0 0 25 0 5 0 526208546 228724736 27907 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=223364 CPUtime=4841.86 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 163228 1251 0 0 484161 25 0 0 25 0 5 0 526208546 228724736 27907 33554432000 4194304 4356188 140733588656640 18446744073709551615 4279448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=223364 CPUtime=4842.34 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 156894 1251 0 0 484213 21 0 0 25 0 5 0 526208546 228724736 27907 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38710.4
Current children cumulated vsize (KiB) 2468492

[startup+4902.3 s]
/proc/loadavg: 8.18 8.17 8.11 9/184 29772
/proc/meminfo: memFree=24703592/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=973676 CPUtime=4902.39 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 1679833 0 0 0 489593 646 0 0 25 0 1 0 526208539 997044224 73793 33554432000 4194304 4587354 140735708412464 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29604/statm: 243419 73793 337 96 0 239981 0
[pid=29605] ppid=29603 vsize=319752 CPUtime=4902.41 cores=1
/proc/29605/stat : 29605 (clasp) R 29603 29603 29482 0 -1 4202496 74588 0 0 0 490218 23 0 0 25 0 1 0 526208539 327426048 74065 33554432000 4194304 4785740 140736757854224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29605/statm: 79938 74065 340 145 0 76983 0
[pid=29606] ppid=29603 vsize=462456 CPUtime=4902.4 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 490238 2 0 0 25 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=472256 CPUtime=4902.4 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 119222 0 0 0 490156 84 0 0 25 0 1 0 526208539 483590144 114228 33554432000 4194304 4331988 140734172473504 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 118064 114228 176 34 0 116506 0
[pid=29608] ppid=29603 vsize=205060 CPUtime=19580.5 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 628681 1251 0 0 1957955 91 0 0 18 0 5 0 526208539 209981440 23331 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 51265 23331 162 40 0 49809 0
[pid=29608/tid=29615] ppid=29603 vsize=205060 CPUtime=4873.97 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 154579 1251 0 0 487376 21 0 0 25 0 5 0 526208546 209981440 23331 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=205060 CPUtime=4902.2 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 150298 1251 0 0 490199 21 0 0 25 0 5 0 526208546 209981440 23331 33554432000 4194304 4356188 140733588656640 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=205060 CPUtime=4901.85 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 163228 1251 0 0 490160 25 0 0 25 0 5 0 526208546 209981440 23331 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=205060 CPUtime=4902.33 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 156894 1251 0 0 490212 21 0 0 25 0 5 0 526208546 209981440 23331 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39190.1
Current children cumulated vsize (KiB) 2451524

[startup+4962.3 s]
/proc/loadavg: 8.22 8.17 8.11 9/184 29774
/proc/meminfo: memFree=24679764/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=973676 CPUtime=4962.39 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 1679840 0 0 0 495593 646 0 0 25 0 1 0 526208539 997044224 73800 33554432000 4194304 4587354 140735708412464 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29604/statm: 243419 73800 337 96 0 239981 0
[pid=29605] ppid=29603 vsize=320716 CPUtime=4962.41 cores=1
/proc/29605/stat : 29605 (clasp) R 29603 29603 29482 0 -1 4202496 74786 0 0 0 496218 23 0 0 25 0 1 0 526208539 328413184 74263 33554432000 4194304 4785740 140736757854224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29605/statm: 80179 74263 340 145 0 77224 0
[pid=29606] ppid=29603 vsize=462456 CPUtime=4962.4 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 496238 2 0 0 25 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=696020 CPUtime=4962.4 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 120630 0 0 0 496154 86 0 0 25 0 1 0 526208539 712724480 115636 33554432000 4194304 4331988 140734172473504 18446744073709551615 4228264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 174005 115636 176 34 0 172447 0
[pid=29608] ppid=29603 vsize=223108 CPUtime=19820.1 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 633193 1251 0 0 1981922 91 0 0 18 0 5 0 526208539 228462592 27843 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 55777 27843 162 40 0 54321 0
[pid=29608/tid=29615] ppid=29603 vsize=223108 CPUtime=4933.64 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 154579 1251 0 0 493343 21 0 0 25 0 5 0 526208546 228462592 27843 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=223108 CPUtime=4962.2 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 152538 1251 0 0 496199 21 0 0 25 0 5 0 526208546 228462592 27843 33554432000 4194304 4356188 140733588656640 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=223108 CPUtime=4961.85 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 165340 1251 0 0 496160 25 0 0 25 0 5 0 526208546 228462592 27843 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=223108 CPUtime=4962.33 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 157054 1251 0 0 496212 21 0 0 25 0 5 0 526208546 228462592 27843 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39669.7
Current children cumulated vsize (KiB) 2694300



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.11 8.14 8.10 9/184 29775
/proc/meminfo: memFree=24664492/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=973676 CPUtime=5000.09 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 1679840 0 0 0 499363 646 0 0 25 0 1 0 526208539 997044224 73800 33554432000 4194304 4587354 140735708412464 18446744073709551615 4364768 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29604/statm: 243419 73800 337 96 0 239981 0
[pid=29605] ppid=29603 vsize=321428 CPUtime=5000.11 cores=1
/proc/29605/stat : 29605 (clasp) R 29603 29603 29482 0 -1 4202496 74959 0 0 0 499988 23 0 0 25 0 1 0 526208539 329142272 74436 33554432000 4194304 4785740 140736757854224 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29605/statm: 80357 74436 340 145 0 77402 0
[pid=29606] ppid=29603 vsize=462456 CPUtime=5000.1 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 500008 2 0 0 25 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=696020 CPUtime=5000.11 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 121582 0 0 0 499924 87 0 0 25 0 1 0 526208539 712724480 116588 33554432000 4194304 4331988 140734172473504 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 174005 116588 176 34 0 172447 0
[pid=29608] ppid=29603 vsize=234116 CPUtime=19970.7 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 635945 1251 0 0 1996983 91 0 0 18 0 5 0 526208539 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 58529 30595 162 40 0 57073 0
[pid=29608/tid=29615] ppid=29603 vsize=234116 CPUtime=4971.13 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 154803 1251 0 0 497092 21 0 0 25 0 5 0 526208546 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331276 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=234116 CPUtime=4999.91 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 152666 1251 0 0 499969 22 0 0 25 0 5 0 526208546 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=234116 CPUtime=4999.55 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 165628 1251 0 0 499930 25 0 0 25 0 5 0 526208546 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=234116 CPUtime=5000.04 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 159166 1251 0 0 499983 21 0 0 25 0 5 0 526208546 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39971.1
Current children cumulated vsize (KiB) 2706020

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

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

[startup+5000 s]
/proc/loadavg: 8.11 8.14 8.10 9/184 29775
/proc/meminfo: memFree=24664492/32951124 swapFree=67111412/67111528
[pid=29603] ppid=29601 vsize=18324 CPUtime=0 cores=0-7
/proc/29603/stat : 29603 (ppfolio) S 29601 29603 29482 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526208538 18763776 389 33554432000 4194304 4287625 140734626688000 18446744073709551615 232335912463 0 0 4096 65536 4605801848807358463 0 0 17 6 0 0 0
/proc/29603/statm: 4581 389 341 23 0 91 0
[pid=29604] ppid=29603 vsize=973676 CPUtime=5000.09 cores=0
/proc/29604/stat : 29604 (cryptominisat) R 29603 29603 29482 0 -1 4202496 1679840 0 0 0 499363 646 0 0 25 0 1 0 526208539 997044224 73800 33554432000 4194304 4587354 140735708412464 18446744073709551615 4364768 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29604/statm: 243419 73800 337 96 0 239981 0
[pid=29605] ppid=29603 vsize=321428 CPUtime=5000.11 cores=1
/proc/29605/stat : 29605 (clasp) R 29603 29603 29482 0 -1 4202496 74959 0 0 0 499988 23 0 0 25 0 1 0 526208539 329142272 74436 33554432000 4194304 4785740 140736757854224 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29605/statm: 80357 74436 340 145 0 77402 0
[pid=29606] ppid=29603 vsize=462456 CPUtime=5000.1 cores=2
/proc/29606/stat : 29606 (TNM) R 29603 29603 29482 0 -1 4202496 2353 0 0 0 500008 2 0 0 25 0 1 0 526208539 473554944 2250 33554432000 134512640 134534564 4292827120 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29606/statm: 115614 2250 95 6 0 114280 0
[pid=29607] ppid=29603 vsize=696020 CPUtime=5000.11 cores=3
/proc/29607/stat : 29607 (march_hi) R 29603 29603 29482 0 -1 4202496 121582 0 0 0 499924 87 0 0 25 0 1 0 526208539 712724480 116588 33554432000 4194304 4331988 140734172473504 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29607/statm: 174005 116588 176 34 0 172447 0
[pid=29608] ppid=29603 vsize=234116 CPUtime=19970.7 cores=4-7
/proc/29608/stat : 29608 (plingeling) S 29603 29603 29482 0 -1 4202496 635945 1251 0 0 1996983 91 0 0 18 0 5 0 526208539 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29608/statm: 58529 30595 162 40 0 57073 0
[pid=29608/tid=29615] ppid=29603 vsize=234116 CPUtime=4971.13 cores=4-7
/proc/29608/task/29615/stat : 29615 (plingeling) R 29603 29603 29482 0 -1 4202560 154803 1251 0 0 497092 21 0 0 25 0 5 0 526208546 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331276 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29608/tid=29616] ppid=29603 vsize=234116 CPUtime=4999.91 cores=4-7
/proc/29608/task/29616/stat : 29616 (plingeling) R 29603 29603 29482 0 -1 4202560 152666 1251 0 0 499969 22 0 0 25 0 5 0 526208546 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29608/tid=29617] ppid=29603 vsize=234116 CPUtime=4999.55 cores=4-7
/proc/29608/task/29617/stat : 29617 (plingeling) R 29603 29603 29482 0 -1 4202560 165628 1251 0 0 499930 25 0 0 25 0 5 0 526208546 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29608/tid=29618] ppid=29603 vsize=234116 CPUtime=5000.04 cores=4-7
/proc/29608/task/29618/stat : 29618 (plingeling) R 29603 29603 29482 0 -1 4202560 159166 1251 0 0 499983 21 0 0 25 0 5 0 526208546 239734784 30595 33554432000 4194304 4356188 140733588656640 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39971.1
Current children cumulated vsize (KiB) 2706020

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29603 and gives
#  childrusage.ru_utime.tv_sec=5000
#  childrusage.ru_utime.tv_usec=93870
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=33994
# CPU time returned by wait4() is 5000.13
# while last known CPU time is 39971.1
#
# 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): 39971.1
CPU user time (s): 39962.7
CPU system time (s): 8.49
CPU usage (%): 799.42
Max. virtual memory (cumulated for all children) (KiB): 3191476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.09
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2873
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= 466
involuntary context switches= 20743

runsolver used 7.78782 second user time and 19.497 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 08:48:24
IDJOB=3219075
IDBENCH=82529
IDSOLVER=1638
FILE ID=node132/3219075-1304146104
RUNJOBID= node132-1304145616-29496
PBS_JOBID= 13170896
Free space on /tmp= 72172 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219075-1304146104/watcher-3219075-1304146104 -o /tmp/evaluation-result-3219075-1304146104/solver-3219075-1304146104 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219075-1304146104.cnf

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

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
RANDOM SEED=115479015

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25852220 kB
Buffers:        692520 kB
Cached:        5858988 kB
SwapCached:        112 kB
Active:        1515376 kB
Inactive:      5100808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25852220 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           10872 kB
Writeback:           0 kB
AnonPages:       64468 kB
Mapped:          14404 kB
Slab:           417808 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72164 MiB
End job on node132 at 2011-04-30 10:11:46