Trace number 3310310

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18199.9
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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-3310310-1304009058/watcher-3310310-1304009058 -o /tmp/evaluation-result-3310310-1304009058/solver-3310310-1304009058 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310310-1304009058.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: 7.42 7.91 7.96 2/170 10891
/proc/meminfo: memFree=21431952/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512508148 18763776 390 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 4 0 0 0
/proc/10891/statm: 4581 390 341 23 0 91 0

[startup+0.0874571 s]
/proc/loadavg: 7.42 7.91 7.96 2/170 10891
/proc/meminfo: memFree=21431952/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 25 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.100448 s]
/proc/loadavg: 7.42 7.91 7.96 2/170 10891
/proc/meminfo: memFree=21431952/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 25 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.300383 s]
/proc/loadavg: 7.42 7.91 7.96 2/170 10891
/proc/meminfo: memFree=21431952/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 25 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.700305 s]
/proc/loadavg: 7.42 7.91 7.96 2/170 10891
/proc/meminfo: memFree=21431952/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 25 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.50118 s]
/proc/loadavg: 7.38 7.89 7.95 8/179 10906
/proc/meminfo: memFree=21315940/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 17 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=51448 CPUtime=1.49 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 7423 0 0 0 148 1 0 0 20 0 1 0 512508148 52682752 7237 33554432000 4194304 4587354 140733342745072 18446744073709551615 4367383 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 12862 7237 312 96 0 9424 0
[pid=10893] ppid=10891 vsize=39692 CPUtime=1.49 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 9314 0 0 0 148 1 0 0 20 0 1 0 512508148 40644608 7081 33554432000 4194304 4785740 140736025174960 18446744073709551615 4546137 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 9923 7081 340 145 0 6968 0
[pid=10895] ppid=10891 vsize=114296 CPUtime=1.48 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 60520 0 0 0 140 8 0 0 20 0 1 0 512508148 117039104 13857 33554432000 4194304 4331988 140734921749824 18446744073709551615 4211123 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 28574 13857 221 34 0 27016 0
[pid=10896] ppid=10891 vsize=84100 CPUtime=4.07 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 14597 1255 0 0 406 1 0 0 19 0 5 0 512508148 86118400 9448 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 21025 9448 160 40 0 19569 0
[pid=10896/tid=10903] ppid=10891 vsize=84100 CPUtime=1.29 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 2319 1255 0 0 129 0 0 0 25 0 5 0 512508168 86118400 9448 33554432000 4194304 4356188 140735042306224 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=84100 CPUtime=0.69 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 49 1255 0 0 69 0 0 0 22 0 5 0 512508168 86118400 9448 33554432000 4194304 4356188 140735042306224 18446744073709551615 4321963 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=84100 CPUtime=0.59 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 1356 1255 0 0 59 0 0 0 22 0 5 0 512508168 86118400 9448 33554432000 4194304 4356188 140735042306224 18446744073709551615 4317563 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=84100 CPUtime=1.29 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 2279 1255 0 0 129 0 0 0 25 0 5 0 512508168 86118400 9448 33554432000 4194304 4356188 140735042306224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 307860

[startup+3.10088 s]
/proc/loadavg: 7.38 7.89 7.95 8/179 10906
/proc/meminfo: memFree=21262124/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=70260 CPUtime=3.09 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 15820 0 0 0 307 2 0 0 25 0 1 0 512508148 71946240 12564 33554432000 4194304 4587354 140733342745072 18446744073709551615 4230209 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 17565 12564 330 96 0 14127 0
[pid=10893] ppid=10891 vsize=40160 CPUtime=3.09 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 9453 0 0 0 308 1 0 0 25 0 1 0 512508148 41123840 7220 33554432000 4194304 4785740 140736025174960 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 10040 7220 340 145 0 7085 0
[pid=10895] ppid=10891 vsize=119596 CPUtime=3.09 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 62035 0 0 0 300 9 0 0 25 0 1 0 512508148 122466304 15323 33554432000 4194304 4331988 140734921749824 18446744073709551615 4243048 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 29899 15323 175 34 0 28341 0
[pid=10896] ppid=10891 vsize=104844 CPUtime=8.87 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 19806 1255 0 0 885 2 0 0 19 0 5 0 512508148 107360256 14655 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 26211 14655 163 40 0 24755 0
[pid=10896/tid=10903] ppid=10891 vsize=104844 CPUtime=2.88 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 3892 1255 0 0 288 0 0 0 25 0 5 0 512508168 107360256 14655 33554432000 4194304 4356188 140735042306224 18446744073709551615 4211720 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=104844 CPUtime=1.4 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 1847 1255 0 0 140 0 0 0 25 0 5 0 512508168 107360256 14655 33554432000 4194304 4356188 140735042306224 18446744073709551615 4233426 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=104844 CPUtime=1.48 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 3194 1255 0 0 148 0 0 0 25 0 5 0 512508168 107360256 14655 33554432000 4194304 4356188 140735042306224 18446744073709551615 4236301 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=104844 CPUtime=2.89 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 2279 1255 0 0 289 0 0 0 25 0 5 0 512508168 107360256 14655 33554432000 4194304 4356188 140735042306224 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.15
Current children cumulated vsize (KiB) 353184

[startup+6.30127 s]
/proc/loadavg: 7.38 7.89 7.95 8/179 10906
/proc/meminfo: memFree=21212792/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=244644 CPUtime=6.28 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 18219 0 0 0 626 2 0 0 25 0 1 0 512508148 250515456 12488 33554432000 4194304 4587354 140733342745072 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 61161 12488 333 96 0 57723 0
[pid=10893] ppid=10891 vsize=46948 CPUtime=6.29 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 11105 0 0 0 628 1 0 0 25 0 1 0 512508148 48074752 8872 33554432000 4194304 4785740 140736025174960 18446744073709551615 4553283 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 11737 8872 340 145 0 8782 0
[pid=10895] ppid=10891 vsize=122736 CPUtime=6.29 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 63137 0 0 0 620 9 0 0 25 0 1 0 512508148 125681664 16425 33554432000 4194304 4331988 140734921749824 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 30684 16425 175 34 0 29126 0
[pid=10896] ppid=10891 vsize=115388 CPUtime=18.47 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 22448 1255 0 0 1844 3 0 0 19 0 5 0 512508148 118157312 17291 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 28847 17291 163 40 0 27391 0
[pid=10896/tid=10903] ppid=10891 vsize=115388 CPUtime=6.08 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 4917 1255 0 0 608 0 0 0 25 0 5 0 512508168 118157312 17291 33554432000 4194304 4356188 140735042306224 18446744073709551615 4271346 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=115388 CPUtime=2.99 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 2440 1255 0 0 299 0 0 0 25 0 5 0 512508168 118157312 17291 33554432000 4194304 4356188 140735042306224 18446744073709551615 4301882 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=115388 CPUtime=3.08 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 3194 1255 0 0 308 0 0 0 25 0 5 0 512508168 118157312 17291 33554432000 4194304 4356188 140735042306224 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=115388 CPUtime=6.09 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 3303 1255 0 0 609 0 0 0 25 0 5 0 512508168 118157312 17291 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37.34
Current children cumulated vsize (KiB) 548040

[startup+12.7011 s]
/proc/loadavg: 7.32 7.86 7.94 8/179 10906
/proc/meminfo: memFree=21200328/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=248480 CPUtime=12.69 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 19964 0 0 0 1266 3 0 0 25 0 1 0 512508148 254443520 14222 33554432000 4194304 4587354 140733342745072 18446744073709551615 4237607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 62120 14222 336 96 0 58682 0
[pid=10893] ppid=10891 vsize=50816 CPUtime=12.69 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 12077 0 0 0 1268 1 0 0 25 0 1 0 512508148 52035584 9844 33554432000 4194304 4785740 140736025174960 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 12704 9844 340 145 0 9749 0
[pid=10895] ppid=10891 vsize=123264 CPUtime=12.69 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 63282 0 0 0 1260 9 0 0 25 0 1 0 512508148 126222336 16570 33554432000 4194304 4331988 140734921749824 18446744073709551615 4263331 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 30816 16570 175 34 0 29258 0
[pid=10896] ppid=10891 vsize=116276 CPUtime=37.67 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 23729 1255 0 0 3764 3 0 0 19 0 5 0 512508148 119066624 17513 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 29069 17513 163 40 0 27613 0
[pid=10896/tid=10903] ppid=10891 vsize=116276 CPUtime=12.48 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 4917 1255 0 0 1248 0 0 0 25 0 5 0 512508168 119066624 17513 33554432000 4194304 4356188 140735042306224 18446744073709551615 4216153 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=116276 CPUtime=6.19 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 3465 1255 0 0 619 0 0 0 25 0 5 0 512508168 119066624 17513 33554432000 4194304 4356188 140735042306224 18446744073709551615 4270780 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=116276 CPUtime=6.28 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 3194 1255 0 0 628 0 0 0 25 0 5 0 512508168 119066624 17513 33554432000 4194304 4356188 140735042306224 18446744073709551615 4271328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=116276 CPUtime=12.49 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 3559 1255 0 0 1249 0 0 0 25 0 5 0 512508168 119066624 17513 33554432000 4194304 4356188 140735042306224 18446744073709551615 4236959 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 75.75
Current children cumulated vsize (KiB) 557160

[startup+25.5006 s]
/proc/loadavg: 7.27 7.83 7.93 8/179 10906
/proc/meminfo: memFree=21195648/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=251020 CPUtime=25.49 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 26304 0 0 0 2545 4 0 0 25 0 1 0 512508148 257044480 15776 33554432000 4194304 4587354 140733342745072 18446744073709551615 4389540 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 62755 15776 336 96 0 59317 0
[pid=10893] ppid=10891 vsize=57640 CPUtime=25.49 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 13754 0 0 0 2547 2 0 0 25 0 1 0 512508148 59023360 11521 33554432000 4194304 4785740 140736025174960 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 14410 11521 340 145 0 11455 0
[pid=10895] ppid=10891 vsize=123928 CPUtime=25.49 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 63447 0 0 0 2540 9 0 0 25 0 1 0 512508148 126902272 16735 33554432000 4194304 4331988 140734921749824 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 30982 16735 175 34 0 29424 0
[pid=10896] ppid=10891 vsize=107812 CPUtime=76.07 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 24753 1255 0 0 7604 3 0 0 19 0 5 0 512508148 110399488 15397 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 26953 15397 163 40 0 25497 0
[pid=10896/tid=10903] ppid=10891 vsize=107812 CPUtime=25.28 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 4917 1255 0 0 2528 0 0 0 25 0 5 0 512508168 110399488 15397 33554432000 4194304 4356188 140735042306224 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0

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

Current children cumulated CPU time (s) 33007.3
Current children cumulated vsize (KiB) 1180608

[startup+4902.3 s]
/proc/loadavg: 7.02 7.05 7.00 8/179 11060
/proc/meminfo: memFree=20612944/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=347544 CPUtime=4902.33 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 529188 0 0 0 490045 188 0 0 25 0 1 0 512508148 355885056 40255 33554432000 4194304 4587354 140733342745072 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 86886 40255 337 96 0 83448 0
[pid=10893] ppid=10891 vsize=286584 CPUtime=4902.45 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 67984 0 0 0 490221 24 0 0 25 0 1 0 512508148 293462016 65751 33554432000 4194304 4785740 140736025174960 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 71646 65751 340 145 0 68691 0
[pid=10895] ppid=10891 vsize=156620 CPUtime=4902.47 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 70562 0 0 0 490232 15 0 0 25 0 1 0 512508148 160378880 23850 33554432000 4194304 4331988 140734921749824 18446744073709551615 4263238 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 39155 23850 175 34 0 37597 0
[pid=10896] ppid=10891 vsize=344040 CPUtime=18719.7 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 819334 1255 0 0 1871853 120 0 0 19 0 5 0 512508148 352296960 74455 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 86010 74455 164 40 0 84554 0
[pid=10896/tid=10903] ppid=10891 vsize=344040 CPUtime=4902.28 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 265096 1255 0 0 490190 38 0 0 25 0 5 0 512508168 352296960 74455 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=344040 CPUtime=4446.44 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 195554 1255 0 0 444615 29 0 0 25 0 5 0 512508168 352296960 74455 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=344040 CPUtime=4468.53 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 280909 1255 0 0 446811 42 0 0 25 0 5 0 512508168 352296960 74455 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=344040 CPUtime=4902.27 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 69181 1255 0 0 490218 9 0 0 25 0 5 0 512508168 352296960 74455 33554432000 4194304 4356188 140735042306224 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 33427
Current children cumulated vsize (KiB) 1153112

[startup+4962.3 s]
/proc/loadavg: 7.01 7.04 7.00 8/179 11062
/proc/meminfo: memFree=20607832/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=347544 CPUtime=4962.32 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 529489 0 0 0 496043 189 0 0 25 0 1 0 512508148 355885056 40552 33554432000 4194304 4587354 140733342745072 18446744073709551615 4231420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 86886 40552 337 96 0 83448 0
[pid=10893] ppid=10891 vsize=286584 CPUtime=4962.45 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 67984 0 0 0 496221 24 0 0 25 0 1 0 512508148 293462016 65751 33554432000 4194304 4785740 140736025174960 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 71646 65751 340 145 0 68691 0
[pid=10895] ppid=10891 vsize=156620 CPUtime=4962.47 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 70633 0 0 0 496232 15 0 0 25 0 1 0 512508148 160378880 23921 33554432000 4194304 4331988 140734921749824 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 39155 23921 175 34 0 37597 0
[pid=10896] ppid=10891 vsize=347624 CPUtime=18959.4 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 829062 1255 0 0 1895820 121 0 0 19 0 5 0 512508148 355966976 75351 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 86906 75351 164 40 0 85450 0
[pid=10896/tid=10903] ppid=10891 vsize=347624 CPUtime=4962.27 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 267144 1255 0 0 496189 38 0 0 25 0 5 0 512508168 355966976 75351 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=347624 CPUtime=4506.11 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 196066 1255 0 0 450582 29 0 0 25 0 5 0 512508168 355966976 75351 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=347624 CPUtime=4528.53 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 287821 1255 0 0 452811 42 0 0 25 0 5 0 512508168 355966976 75351 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=347624 CPUtime=4962.27 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 69437 1255 0 0 496218 9 0 0 25 0 5 0 512508168 355966976 75351 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331011 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 33846.7
Current children cumulated vsize (KiB) 1156696

[startup+5022.3 s]
/proc/loadavg: 7.00 7.03 7.00 8/179 11064
/proc/meminfo: memFree=20599496/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=360412 CPUtime=5022.32 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 530197 0 0 0 502043 189 0 0 25 0 1 0 512508148 369061888 40943 33554432000 4194304 4587354 140733342745072 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 90103 40943 337 96 0 86665 0
[pid=10893] ppid=10891 vsize=286584 CPUtime=5022.46 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 68013 0 0 0 502221 25 0 0 25 0 1 0 512508148 293462016 65780 33554432000 4194304 4785740 140736025174960 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 71646 65780 340 145 0 68691 0
[pid=10895] ppid=10891 vsize=156620 CPUtime=5022.48 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 70707 0 0 0 502233 15 0 0 25 0 1 0 512508148 160378880 23995 33554432000 4194304 4331988 140734921749824 18446744073709551615 4263194 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 39155 23995 175 34 0 37597 0
[pid=10896] ppid=10891 vsize=349160 CPUtime=19199.1 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 840966 1255 0 0 1919787 123 0 0 19 0 5 0 512508148 357539840 75735 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 87290 75735 164 40 0 85834 0
[pid=10896/tid=10903] ppid=10891 vsize=349160 CPUtime=5022.27 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 268936 1255 0 0 502189 38 0 0 25 0 5 0 512508168 357539840 75735 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=349160 CPUtime=4565.79 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 201698 1255 0 0 456549 30 0 0 25 0 5 0 512508168 357539840 75735 33554432000 4194304 4356188 140735042306224 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=349160 CPUtime=4588.54 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 290509 1255 0 0 458811 43 0 0 25 0 5 0 512508168 357539840 75735 33554432000 4194304 4356188 140735042306224 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=349160 CPUtime=5022.28 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 71229 1255 0 0 502218 10 0 0 25 0 5 0 512508168 357539840 75735 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34266.4
Current children cumulated vsize (KiB) 1171100

[startup+5082.3 s]
/proc/loadavg: 7.00 7.02 7.00 8/179 11065
/proc/meminfo: memFree=20585700/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=337072 CPUtime=5082.32 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 530267 0 0 0 508043 189 0 0 25 0 1 0 512508148 345161728 40322 33554432000 4194304 4587354 140733342745072 18446744073709551615 4230348 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 84268 40322 337 96 0 80830 0
[pid=10893] ppid=10891 vsize=286584 CPUtime=5082.46 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 68020 0 0 0 508221 25 0 0 25 0 1 0 512508148 293462016 65787 33554432000 4194304 4785740 140736025174960 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 71646 65787 340 145 0 68691 0
[pid=10895] ppid=10891 vsize=156620 CPUtime=5082.48 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 70778 0 0 0 508233 15 0 0 25 0 1 0 512508148 160378880 24066 33554432000 4194304 4331988 140734921749824 18446744073709551615 4265733 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 39155 24066 175 34 0 37597 0
[pid=10896] ppid=10891 vsize=371688 CPUtime=19438.8 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 848646 1255 0 0 1943754 124 0 0 19 0 5 0 512508148 380608512 81367 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 92922 81367 164 40 0 91466 0
[pid=10896/tid=10903] ppid=10891 vsize=371688 CPUtime=5082.27 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 272264 1255 0 0 508189 38 0 0 25 0 5 0 512508168 380608512 81367 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331807 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=371688 CPUtime=4625.46 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 202466 1255 0 0 462516 30 0 0 25 0 5 0 512508168 380608512 81367 33554432000 4194304 4356188 140735042306224 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=371688 CPUtime=4648.54 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 292557 1255 0 0 464811 43 0 0 25 0 5 0 512508168 380608512 81367 33554432000 4194304 4356188 140735042306224 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=371688 CPUtime=5082.28 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 72765 1255 0 0 508218 10 0 0 25 0 5 0 512508168 380608512 81367 33554432000 4194304 4356188 140735042306224 18446744073709551615 4284014 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34686
Current children cumulated vsize (KiB) 1170288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 7.00 7.02 7.00 8/179 11066
/proc/meminfo: memFree=20596112/32951124 swapFree=67111524/67111528
[pid=10891] ppid=10889 vsize=18324 CPUtime=0.01 cores=0-7
/proc/10891/stat : 10891 (ppfolio) S 10889 10891 10865 0 -1 4202496 523 1193 0 0 0 0 0 1 15 0 1 0 512508148 18763776 391 33554432000 4194304 4287625 140734825530176 18446744073709551615 212436037135 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/10891/statm: 4581 391 342 23 0 91 0
[pid=10892] ppid=10891 vsize=346984 CPUtime=5100.03 cores=0
/proc/10892/stat : 10892 (cryptominisat) R 10891 10891 10865 0 -1 4202496 530397 0 0 0 509814 189 0 0 25 0 1 0 512508148 355311616 40255 33554432000 4194304 4587354 140733342745072 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10892/statm: 86746 40255 337 96 0 83308 0
[pid=10893] ppid=10891 vsize=286584 CPUtime=5100.17 cores=1
/proc/10893/stat : 10893 (clasp) R 10891 10891 10865 0 -1 4202496 68020 0 0 0 509992 25 0 0 25 0 1 0 512508148 293462016 65787 33554432000 4194304 4785740 140736025174960 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10893/statm: 71646 65787 340 145 0 68691 0
[pid=10895] ppid=10891 vsize=156620 CPUtime=5100.18 cores=3
/proc/10895/stat : 10895 (march_hi) R 10891 10891 10865 0 -1 4202496 70799 0 0 0 510003 15 0 0 25 0 1 0 512508148 160378880 24087 33554432000 4194304 4331988 140734921749824 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10895/statm: 39155 24087 175 34 0 37597 0
[pid=10896] ppid=10891 vsize=359400 CPUtime=19509.5 cores=4-7
/proc/10896/stat : 10896 (plingeling) S 10891 10891 10865 0 -1 4202496 851462 1255 0 0 1950826 125 0 0 19 0 5 0 512508148 368025600 78295 33554432000 4194304 4356188 140735042306224 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10896/statm: 89850 78295 164 40 0 88394 0
[pid=10896/tid=10903] ppid=10891 vsize=359400 CPUtime=5099.98 cores=4-7
/proc/10896/task/10903/stat : 10903 (plingeling) R 10891 10891 10865 0 -1 4202560 272264 1255 0 0 509960 38 0 0 25 0 5 0 512508168 368025600 78295 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10896/tid=10904] ppid=10891 vsize=359400 CPUtime=4643.07 cores=4-7
/proc/10896/task/10904/stat : 10904 (plingeling) R 10891 10891 10865 0 -1 4202560 202978 1255 0 0 464277 30 0 0 25 0 5 0 512508168 368025600 78295 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10896/tid=10905] ppid=10891 vsize=359400 CPUtime=4666.24 cores=4-7
/proc/10896/task/10905/stat : 10905 (plingeling) R 10891 10891 10865 0 -1 4202560 294349 1255 0 0 466581 43 0 0 25 0 5 0 512508168 368025600 78295 33554432000 4194304 4356188 140735042306224 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10896/tid=10906] ppid=10891 vsize=359400 CPUtime=5099.99 cores=4-7
/proc/10896/task/10906/stat : 10906 (plingeling) R 10891 10891 10865 0 -1 4202560 73277 1255 0 0 509989 10 0 0 25 0 5 0 512508168 368025600 78295 33554432000 4194304 4356188 140735042306224 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34809.9
Current children cumulated vsize (KiB) 1167912

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 10891 and gives
#  childrusage.ru_utime.tv_sec=10198
#  childrusage.ru_utime.tv_usec=186639
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=84683
# CPU time returned by wait4() is 10200.3
# while last known CPU time is 34809.9
#
# 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): 34809.9
CPU user time (s): 34806.4
CPU system time (s): 3.55
CPU usage (%): 682.545
Max. virtual memory (cumulated for all children) (KiB): 1305792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10198.2
system time used= 2.08468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 602912
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= 667
involuntary context switches= 14177

runsolver used 8.68568 second user time and 19.1421 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-28 18:44:18
IDJOB=3310310
IDBENCH=83115
IDSOLVER=1638
FILE ID=node102/3310310-1304009058
RUNJOBID= node102-1304009058-10879
PBS_JOBID= 13168848
Free space on /tmp= 71560 MiB

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

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=134273409

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:      21432480 kB
Buffers:       1635180 kB
Cached:        9266684 kB
SwapCached:          4 kB
Active:        2865804 kB
Inactive:      8099696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21432480 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12876 kB
Writeback:           0 kB
AnonPages:       63956 kB
Mapped:          14332 kB
Slab:           488084 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71544 MiB
End job on node102 at 2011-04-28 20:09:20