Trace number 3310322

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) 35369.7 5100.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.00/0.08	This is pico-portfolio, a naive parallel portfolio
0.00/0.08	Copyright (C) 2011 Olivier Roussel
0.00/0.08	Using 8 processing units
0.00/0.08	This portfolio uses the following solvers:
0.00/0.08	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.08	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.08	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.08	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.08	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.08	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.08	Starting clasp 1.3.6 on core(s) 1
0.00/0.08	Starting TNM 2009 on core(s) 2
0.00/0.08	Starting march_hi 2009 on core(s) 3
0.00/0.08	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-3310322-1304010905/watcher-3310322-1304010905 -o /tmp/evaluation-result-3310322-1304010905/solver-3310322-1304010905 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310322-1304010905.cnf 

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

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


[startup+0 s]
/proc/loadavg: 9.07 9.99 8.89 1/178 25673
/proc/meminfo: memFree=31487536/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=2712 CPUtime=0 cores=0-7
/proc/25673/stat : 25673 (ppfolio) R 25671 25673 25476 0 -1 4194304 82 0 2 0 0 0 0 0 19 0 1 0 512688501 2777088 37 33554432000 4194304 4287625 140737439533376 18446744073709551615 271545613959 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25673/statm: 678 37 27 23 0 23 0

[startup+0.04142 s]
/proc/loadavg: 9.07 9.99 8.89 1/178 25673
/proc/meminfo: memFree=31487536/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=8428 CPUtime=0 cores=0-7
/proc/25673/stat : 25673 (ppfolio) D 25671 25673 25476 0 -1 4194304 95 0 3 0 0 0 0 0 19 0 1 0 512688501 8630272 50 33554432000 4194304 4287625 140737439533376 18446744073709551615 271545617286 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 3
/proc/25673/statm: 2107 50 38 23 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8428

[startup+0.100408 s]
/proc/loadavg: 9.07 9.99 8.89 1/178 25673
/proc/meminfo: memFree=31487536/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 512 0 7 0 0 0 0 0 19 0 1 0 512688501 18763776 390 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 2826088480831 0 0 17 2 0 0 7
/proc/25673/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300372 s]
/proc/loadavg: 9.07 9.99 8.89 1/178 25673
/proc/meminfo: memFree=31487536/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 20 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.700265 s]
/proc/loadavg: 9.07 9.99 8.89 1/178 25673
/proc/meminfo: memFree=31487536/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 20 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.50115 s]
/proc/loadavg: 9.07 9.99 8.89 8/187 25688
/proc/meminfo: memFree=31352004/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 16 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=53708 CPUtime=1.3 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 8296 0 0 0 129 1 0 0 22 0 1 0 512688510 54996992 8069 33554432000 4194304 4587354 140733774909216 18446744073709551615 4430685 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 13427 8069 316 96 0 9989 0
[pid=25676] ppid=25673 vsize=43376 CPUtime=1.41 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 10308 0 0 0 140 1 0 0 20 0 1 0 512688510 44417024 7994 33554432000 4194304 4785740 140735875612048 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 10844 7994 340 145 0 7889 0
[pid=25678] ppid=25673 vsize=116704 CPUtime=1.41 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 63352 0 0 0 132 9 0 0 25 0 1 0 512688510 119504896 13841 33554432000 4194304 4331988 140735251747056 18446744073709551615 4211247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 29176 13841 223 34 0 27618 0
[pid=25679] ppid=25673 vsize=100176 CPUtime=3.51 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 20184 1244 0 5 349 2 0 0 22 0 5 0 512688510 102580224 13465 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 25044 13465 159 40 0 23588 0
[pid=25679/tid=25685] ppid=25673 vsize=100176 CPUtime=0.58 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 1750 1244 0 5 58 0 0 0 25 0 5 0 512688541 102580224 13465 33554432000 4194304 4356188 140736920647600 18446744073709551615 4259320 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=100176 CPUtime=0.51 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 2555 1244 0 5 51 0 0 0 25 0 5 0 512688541 102580224 13465 33554432000 4194304 4356188 140736920647600 18446744073709551615 4244384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=100176 CPUtime=1.08 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 3539 1244 0 5 108 0 0 0 25 0 5 0 512688541 102580224 13465 33554432000 4194304 4356188 140736920647600 18446744073709551615 4321566 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=100176 CPUtime=1.1 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 3766 1244 0 5 110 0 0 0 25 0 5 0 512688541 102580224 13465 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 332288

[startup+3.10086 s]
/proc/loadavg: 8.91 9.94 8.88 8/187 25688
/proc/meminfo: memFree=31283680/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=72820 CPUtime=2.9 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 17177 0 0 0 288 2 0 0 25 0 1 0 512688510 74567680 13518 33554432000 4194304 4587354 140733774909216 18446744073709551615 4239552 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 18205 13518 331 96 0 14767 0
[pid=25676] ppid=25673 vsize=43640 CPUtime=3.01 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 10422 0 0 0 300 1 0 0 25 0 1 0 512688510 44687360 8108 33554432000 4194304 4785740 140735875612048 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 10910 8108 340 145 0 7955 0
[pid=25678] ppid=25673 vsize=126960 CPUtime=3 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 65982 0 0 0 291 9 0 0 25 0 1 0 512688510 130007040 16420 33554432000 4194304 4331988 140735251747056 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 31740 16420 175 34 0 30182 0
[pid=25679] ppid=25673 vsize=107372 CPUtime=8.31 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 22006 1244 0 5 829 2 0 0 22 0 5 0 512688510 109948928 15286 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 26843 15286 163 40 0 25387 0
[pid=25679/tid=25685] ppid=25673 vsize=107372 CPUtime=1.38 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 2269 1244 0 5 138 0 0 0 25 0 5 0 512688541 109948928 15286 33554432000 4194304 4356188 140736920647600 18446744073709551615 4305920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=107372 CPUtime=1.31 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 3073 1244 0 5 131 0 0 0 25 0 5 0 512688541 109948928 15286 33554432000 4194304 4356188 140736920647600 18446744073709551615 4215021 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=107372 CPUtime=2.68 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 3620 1244 0 5 268 0 0 0 25 0 5 0 512688541 109948928 15286 33554432000 4194304 4356188 140736920647600 18446744073709551615 4310884 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=107372 CPUtime=2.7 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 4470 1244 0 5 270 0 0 0 25 0 5 0 512688541 109948928 15286 33554432000 4194304 4356188 140736920647600 18446744073709551615 4210704 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 369116

[startup+6.30128 s]
/proc/loadavg: 8.91 9.94 8.88 8/186 25688
/proc/meminfo: memFree=31265124/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=79504 CPUtime=6.1 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 20103 0 0 0 608 2 0 0 25 0 1 0 512688510 81412096 13449 33554432000 4194304 4587354 140733774909216 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 19876 13449 334 96 0 16438 0
[pid=25676] ppid=25673 vsize=49944 CPUtime=6.21 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 11972 0 0 0 620 1 0 0 25 0 1 0 512688510 51142656 9658 33554432000 4194304 4785740 140735875612048 18446744073709551615 271550198469 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 12486 9658 340 145 0 9531 0
[pid=25678] ppid=25673 vsize=130880 CPUtime=6.21 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 67118 0 0 0 611 10 0 0 25 0 1 0 512688510 134021120 17556 33554432000 4194304 4331988 140735251747056 18446744073709551615 4297234 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 32720 17556 175 34 0 31162 0
[pid=25679] ppid=25673 vsize=109664 CPUtime=17.91 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 23633 1244 0 5 1789 2 0 0 22 0 5 0 512688510 112295936 15859 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 27416 15859 163 40 0 25960 0
[pid=25679/tid=25685] ppid=25673 vsize=109664 CPUtime=2.98 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 2625 1244 0 5 298 0 0 0 25 0 5 0 512688541 112295936 15859 33554432000 4194304 4356188 140736920647600 18446744073709551615 4270512 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=109664 CPUtime=2.91 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 3429 1244 0 5 291 0 0 0 25 0 5 0 512688541 112295936 15859 33554432000 4194304 4356188 140736920647600 18446744073709551615 4270554 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=109664 CPUtime=5.88 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 3620 1244 0 5 588 0 0 0 25 0 5 0 512688541 112295936 15859 33554432000 4194304 4356188 140736920647600 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=109664 CPUtime=5.9 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 5385 1244 0 5 590 0 0 0 25 0 5 0 512688541 112295936 15859 33554432000 4194304 4356188 140736920647600 18446744073709551615 4271967 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 36.44
Current children cumulated vsize (KiB) 388316

[startup+12.7011 s]
/proc/loadavg: 8.61 9.84 8.86 8/185 25688
/proc/meminfo: memFree=31236380/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=94284 CPUtime=12.5 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 26704 0 0 0 1247 3 0 0 25 0 1 0 512688510 96546816 16679 33554432000 4194304 4587354 140733774909216 18446744073709551615 4248807 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 23571 16679 337 96 0 20133 0
[pid=25676] ppid=25673 vsize=60900 CPUtime=12.61 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 14672 0 0 0 1259 2 0 0 25 0 1 0 512688510 62361600 12358 33554432000 4194304 4785740 140735875612048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 15225 12358 340 145 0 12270 0
[pid=25678] ppid=25673 vsize=132220 CPUtime=12.61 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 67489 0 0 0 1251 10 0 0 25 0 1 0 512688510 135393280 17927 33554432000 4194304 4331988 140735251747056 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 33055 17927 175 34 0 31497 0
[pid=25679] ppid=25673 vsize=101216 CPUtime=37.12 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 23634 1244 0 5 3709 3 0 0 22 0 5 0 512688510 103645184 13748 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 25304 13748 164 40 0 23848 0
[pid=25679/tid=25685] ppid=25673 vsize=101216 CPUtime=6.23 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 2625 1244 0 5 623 0 0 0 25 0 5 0 512688541 103645184 13748 33554432000 4194304 4356188 140736920647600 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=101216 CPUtime=6.06 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 3429 1244 0 5 606 0 0 0 25 0 5 0 512688541 103645184 13748 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=101216 CPUtime=12.28 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 3620 1244 0 5 1228 0 0 0 25 0 5 0 512688541 103645184 13748 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331101 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=101216 CPUtime=12.3 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 5386 1244 0 5 1230 0 0 0 25 0 5 0 512688541 103645184 13748 33554432000 4194304 4356188 140736920647600 18446744073709551615 4234139 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 74.85
Current children cumulated vsize (KiB) 406944

[startup+25.5008 s]
/proc/loadavg: 8.36 9.75 8.84 8/183 25688
/proc/meminfo: memFree=31211168/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=1336656 CPUtime=25.3 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 33057 0 0 0 2525 5 0 0 25 0 1 0 512688510 1368735744 20326 33554432000 4194304 4587354 140733774909216 18446744073709551615 4230209 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 334164 20326 337 96 0 330726 0
[pid=25676] ppid=25673 vsize=71012 CPUtime=25.4 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 17171 0 0 0 2537 3 0 0 25 0 1 0 512688510 72716288 14857 33554432000 4194304 4785740 140735875612048 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 17753 14857 340 145 0 14798 0
[pid=25678] ppid=25673 vsize=133768 CPUtime=25.41 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 67904 0 0 0 2531 10 0 0 25 0 1 0 512688510 136978432 18342 33554432000 4194304 4331988 140735251747056 18446744073709551615 4242589 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 33442 18342 175 34 0 31884 0
[pid=25679] ppid=25673 vsize=109392 CPUtime=75.52 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 25684 1244 0 5 7549 3 0 0 22 0 5 0 512688510 112017408 15792 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 27348 15792 164 40 0 25892 0
[pid=25679/tid=25685] ppid=25673 vsize=109392 CPUtime=12.63 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 3650 1244 0 5 1263 0 0 0 25 0 5 0 512688541 112017408 15792 33554432000 4194304 4356188 140736920647600 18446744073709551615 4279783 0 0 4096 17442 0 0 0 -1 6 0 0 0

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

Current children cumulated CPU time (s) 33567.1
Current children cumulated vsize (KiB) 2451852

[startup+4902.3 s]
/proc/loadavg: 7.12 7.08 7.07 8/183 25830
/proc/meminfo: memFree=30379488/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=1731784 CPUtime=4902.08 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 677717 0 0 0 489929 279 0 0 25 0 1 0 512688510 1773346816 57743 33554432000 4194304 4587354 140733774909216 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 432946 57743 337 96 0 429508 0
[pid=25676] ppid=25673 vsize=483728 CPUtime=4902.35 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 117784 0 0 0 490183 52 0 0 25 0 1 0 512688510 495337472 115470 33554432000 4194304 4785740 140735875612048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 120932 115470 340 145 0 117977 0
[pid=25678] ppid=25673 vsize=189816 CPUtime=4902.33 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 78983 0 0 0 490215 18 0 0 25 0 1 0 512688510 194371584 29421 33554432000 4194304 4331988 140735251747056 18446744073709551615 4263470 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 47454 29421 175 34 0 45896 0
[pid=25679] ppid=25673 vsize=295856 CPUtime=19280 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 595346 1244 0 5 1927916 87 0 0 22 0 5 0 512688510 302956544 62408 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 73964 62408 164 40 0 72508 0
[pid=25679/tid=25685] ppid=25673 vsize=295856 CPUtime=4725.42 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 151225 1244 0 5 472522 20 0 0 25 0 5 0 512688541 302956544 62408 33554432000 4194304 4356188 140736920647600 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=295856 CPUtime=4750.32 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 184285 1244 0 5 475004 28 0 0 25 0 5 0 512688541 302956544 62408 33554432000 4194304 4356188 140736920647600 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=295856 CPUtime=4902.03 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 185372 1244 0 5 490178 25 0 0 25 0 5 0 512688541 302956544 62408 33554432000 4194304 4356188 140736920647600 18446744073709551615 4241976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=295856 CPUtime=4902.02 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 65890 1244 0 5 490190 12 0 0 25 0 5 0 512688541 302956544 62408 33554432000 4194304 4356188 140736920647600 18446744073709551615 4330915 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 33986.8
Current children cumulated vsize (KiB) 2719508

[startup+4962.3 s]
/proc/loadavg: 7.11 7.08 7.07 8/183 25832
/proc/meminfo: memFree=30372888/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=1731784 CPUtime=4962.08 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 681737 0 0 0 495926 282 0 0 25 0 1 0 512688510 1773346816 61706 33554432000 4194304 4587354 140733774909216 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 432946 61706 337 96 0 429508 0
[pid=25676] ppid=25673 vsize=484624 CPUtime=4962.35 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 117953 0 0 0 496183 52 0 0 25 0 1 0 512688510 496254976 115639 33554432000 4194304 4785740 140735875612048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 121156 115639 340 145 0 118201 0
[pid=25678] ppid=25673 vsize=189816 CPUtime=4962.34 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 79086 0 0 0 496216 18 0 0 25 0 1 0 512688510 194371584 29524 33554432000 4194304 4331988 140735251747056 18446744073709551615 4299872 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 47454 29524 175 34 0 45896 0
[pid=25679] ppid=25673 vsize=286640 CPUtime=19519.7 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 603794 1244 0 5 1951882 88 0 0 22 0 5 0 512688510 293519360 60104 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 71660 60104 164 40 0 70204 0
[pid=25679/tid=25685] ppid=25673 vsize=286640 CPUtime=4785.09 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 153785 1244 0 5 478489 20 0 0 25 0 5 0 512688541 293519360 60104 33554432000 4194304 4356188 140736920647600 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=286640 CPUtime=4810.32 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 186333 1244 0 5 481004 28 0 0 25 0 5 0 512688541 293519360 60104 33554432000 4194304 4356188 140736920647600 18446744073709551615 4212066 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=286640 CPUtime=4962.03 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 188188 1244 0 5 496178 25 0 0 25 0 5 0 512688541 293519360 60104 33554432000 4194304 4356188 140736920647600 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=286640 CPUtime=4962.02 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 66914 1244 0 5 496190 12 0 0 25 0 5 0 512688541 293519360 60104 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34406.5
Current children cumulated vsize (KiB) 2711188

[startup+5022.3 s]
/proc/loadavg: 7.10 7.08 7.07 8/183 25833
/proc/meminfo: memFree=30390204/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=1446552 CPUtime=5022.08 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 687284 0 0 0 501923 285 0 0 25 0 1 0 512688510 1481269248 60011 33554432000 4194304 4587354 140733774909216 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 361638 60011 337 96 0 358200 0
[pid=25676] ppid=25673 vsize=496228 CPUtime=5022.36 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 120843 0 0 0 502183 53 0 0 25 0 1 0 512688510 508137472 118529 33554432000 4194304 4785740 140735875612048 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 124057 118529 340 145 0 121102 0
[pid=25678] ppid=25673 vsize=189948 CPUtime=5022.34 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 79188 0 0 0 502216 18 0 0 25 0 1 0 512688510 194506752 29626 33554432000 4194304 4331988 140735251747056 18446744073709551615 4284558 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 47487 29626 175 34 0 45929 0
[pid=25679] ppid=25673 vsize=264112 CPUtime=19759.4 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 605074 1244 0 5 1975850 89 0 0 22 0 5 0 512688510 270450688 54472 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 66028 54472 164 40 0 64572 0
[pid=25679/tid=25685] ppid=25673 vsize=264112 CPUtime=4844.77 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 153785 1244 0 5 484457 20 0 0 25 0 5 0 512688541 270450688 54472 33554432000 4194304 4356188 140736920647600 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=264112 CPUtime=4870.32 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 186845 1244 0 5 487004 28 0 0 25 0 5 0 512688541 270450688 54472 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=264112 CPUtime=5022.03 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 188956 1244 0 5 502178 25 0 0 25 0 5 0 512688541 270450688 54472 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=264112 CPUtime=5022.02 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 66914 1244 0 5 502190 12 0 0 25 0 5 0 512688541 270450688 54472 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34826.2
Current children cumulated vsize (KiB) 2415164

[startup+5082.3 s]
/proc/loadavg: 7.17 7.11 7.08 8/183 25835
/proc/meminfo: memFree=30348488/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=1458248 CPUtime=5082.08 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 692936 0 0 0 507921 287 0 0 25 0 1 0 512688510 1493245952 57747 33554432000 4194304 4587354 140733774909216 18446744073709551615 4239552 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 364562 57747 337 96 0 361124 0
[pid=25676] ppid=25673 vsize=504696 CPUtime=5082.35 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 122952 0 0 0 508181 54 0 0 25 0 1 0 512688510 516808704 120638 33554432000 4194304 4785740 140735875612048 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 126174 120638 340 145 0 123219 0
[pid=25678] ppid=25673 vsize=189948 CPUtime=5082.34 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 79284 0 0 0 508216 18 0 0 25 0 1 0 512688510 194506752 29722 33554432000 4194304 4331988 140735251747056 18446744073709551615 4228530 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 47487 29722 175 34 0 45929 0
[pid=25679] ppid=25673 vsize=306096 CPUtime=19999.1 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 620946 1244 0 5 1999815 91 0 0 22 0 5 0 512688510 313442304 64968 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 76524 64968 164 40 0 75068 0
[pid=25679/tid=25685] ppid=25673 vsize=306096 CPUtime=4904.44 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 160441 1244 0 5 490423 21 0 0 25 0 5 0 512688541 313442304 64968 33554432000 4194304 4356188 140736920647600 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=306096 CPUtime=4930.32 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 188381 1244 0 5 493004 28 0 0 25 0 5 0 512688541 313442304 64968 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=306096 CPUtime=5082.03 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 195100 1244 0 5 508177 26 0 0 25 0 5 0 512688541 313442304 64968 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=306096 CPUtime=5082.03 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 68450 1244 0 5 508190 13 0 0 25 0 5 0 512688541 313442304 64968 33554432000 4194304 4356188 140736920647600 18446744073709551615 4210715 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35245.8
Current children cumulated vsize (KiB) 2477312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 7.13 7.10 7.08 8/183 25836
/proc/meminfo: memFree=30324796/32951124 swapFree=67111344/67111528
[pid=25673] ppid=25671 vsize=18324 CPUtime=0.01 cores=0-7
/proc/25673/stat : 25673 (ppfolio) S 25671 25673 25476 0 -1 4202496 515 1184 7 10 0 0 0 1 15 0 1 0 512688501 18763776 391 33554432000 4194304 4287625 140737439533376 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 7
/proc/25673/statm: 4581 391 342 23 0 91 0
[pid=25675] ppid=25673 vsize=1458248 CPUtime=5099.78 cores=0
/proc/25675/stat : 25675 (cryptominisat) R 25673 25673 25476 0 -1 4202496 692936 0 0 0 509691 287 0 0 25 0 1 0 512688510 1493245952 57747 33554432000 4194304 4587354 140733774909216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 10
/proc/25675/statm: 364562 57747 337 96 0 361124 0
[pid=25676] ppid=25673 vsize=506808 CPUtime=5100.07 cores=1
/proc/25676/stat : 25676 (clasp) R 25673 25673 25476 0 -1 4202496 123485 0 0 0 509952 55 0 0 25 0 1 0 512688510 518971392 121171 33554432000 4194304 4785740 140735875612048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25676/statm: 126702 121171 340 145 0 123747 0
[pid=25678] ppid=25673 vsize=189948 CPUtime=5100.04 cores=3
/proc/25678/stat : 25678 (march_hi) R 25673 25673 25476 0 -1 4202496 79313 0 0 0 509986 18 0 0 25 0 1 0 512688510 194506752 29751 33554432000 4194304 4331988 140735251747056 18446744073709551615 4237130 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25678/statm: 47487 29751 175 34 0 45929 0
[pid=25679] ppid=25673 vsize=327600 CPUtime=20069.8 cores=4-7
/proc/25679/stat : 25679 (plingeling) S 25673 25673 25476 0 -1 4202496 626322 1244 0 5 2006888 92 0 0 22 0 5 0 512688510 335462400 70344 33554432000 4194304 4356188 140736920647600 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25679/statm: 81900 70344 164 40 0 80444 0
[pid=25679/tid=25685] ppid=25673 vsize=327600 CPUtime=4922.05 cores=4-7
/proc/25679/task/25685/stat : 25685 (plingeling) R 25673 25673 25476 0 -1 4202560 160441 1244 0 5 492184 21 0 0 25 0 5 0 512688541 335462400 70344 33554432000 4194304 4356188 140736920647600 18446744073709551615 4331119 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25679/tid=25686] ppid=25673 vsize=327600 CPUtime=4948.03 cores=4-7
/proc/25679/task/25686/stat : 25686 (plingeling) R 25673 25673 25476 0 -1 4202560 192989 1244 0 5 494774 29 0 0 25 0 5 0 512688541 335462400 70344 33554432000 4194304 4356188 140736920647600 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25679/tid=25687] ppid=25673 vsize=327600 CPUtime=5099.73 cores=4-7
/proc/25679/task/25687/stat : 25687 (plingeling) R 25673 25673 25476 0 -1 4202560 195868 1244 0 5 509947 26 0 0 25 0 5 0 512688541 335462400 70344 33554432000 4194304 4356188 140736920647600 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25679/tid=25688] ppid=25673 vsize=327600 CPUtime=5099.74 cores=4-7
/proc/25679/task/25688/stat : 25688 (plingeling) R 25673 25673 25476 0 -1 4202560 68450 1244 0 5 509961 13 0 0 25 0 5 0 512688541 335462400 70344 33554432000 4194304 4356188 140736920647600 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35369.7
Current children cumulated vsize (KiB) 2500928

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 25673 and gives
#  childrusage.ru_utime.tv_sec=5099
#  childrusage.ru_utime.tv_usec=876700
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=212967
# CPU time returned by wait4() is 5100.09
# while last known CPU time is 35369.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 35369.7
CPU user time (s): 35365.2
CPU system time (s): 4.53
CPU usage (%): 693.521
Max. virtual memory (cumulated for all children) (KiB): 3942488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5099.88
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81012
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 388
involuntary context switches= 54094

runsolver used 8.04678 second user time and 19.784 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-28 19:15:05
IDJOB=3310322
IDBENCH=83133
IDSOLVER=1638
FILE ID=node133/3310322-1304010905
RUNJOBID= node133-1304006689-25490
PBS_JOBID= 13168825
Free space on /tmp= 71892 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom22.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310322-1304010905/watcher-3310322-1304010905 -o /tmp/evaluation-result-3310322-1304010905/solver-3310322-1304010905 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310322-1304010905.cnf

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=751870760

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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:      31488180 kB
Buffers:        646220 kB
Cached:         403860 kB
SwapCached:        124 kB
Active:         460532 kB
Inactive:       652856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31488180 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           13232 kB
Writeback:         216 kB
AnonPages:       62848 kB
Mapped:          14496 kB
Slab:           283208 kB
PageTables:       4404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185644 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= 71880 MiB
End job on node133 at 2011-04-28 20:40:08