Trace number 3310306

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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-3310306-1304008886/watcher-3310306-1304008886 -o /tmp/evaluation-result-3310306-1304008886/solver-3310306-1304008886 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310306-1304008886.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.43 7.90 7.96 2/170 11030
/proc/meminfo: memFree=17983824/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0 cores=0-7
/proc/11030/stat : 11030 (ppfolio) R 11028 11030 11004 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 512491213 18763776 390 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11030/statm: 4581 390 341 23 0 91 0

[startup+0.0835849 s]
/proc/loadavg: 7.43 7.90 7.96 2/170 11030
/proc/meminfo: memFree=17983824/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 22 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195386380386304 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.100579 s]
/proc/loadavg: 7.43 7.90 7.96 2/170 11030
/proc/meminfo: memFree=17983824/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 22 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.300545 s]
/proc/loadavg: 7.43 7.90 7.96 2/170 11030
/proc/meminfo: memFree=17983824/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 22 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+0.700448 s]
/proc/loadavg: 7.43 7.90 7.96 2/170 11030
/proc/meminfo: memFree=17983824/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 22 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.5013 s]
/proc/loadavg: 7.43 7.90 7.96 8/179 11045
/proc/meminfo: memFree=17800108/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=62156 CPUtime=1.49 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 10772 0 0 0 148 1 0 0 20 0 1 0 512491213 63647744 9951 33554432000 4194304 4587354 140733995083984 18446744073709551615 4356696 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 15539 9953 315 96 0 12101 0
[pid=11032] ppid=11030 vsize=52180 CPUtime=1.48 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 13122 0 0 0 147 1 0 0 20 0 1 0 512491213 53432320 10097 33554432000 4194304 4785740 140737367376208 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 13045 10097 340 145 0 10090 0
[pid=11034] ppid=11030 vsize=125064 CPUtime=1.49 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 67694 0 0 0 140 9 0 0 20 0 1 0 512491213 128065536 13579 33554432000 4194304 4331988 140734543500864 18446744073709551615 216634176197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 31266 13587 157 34 0 29708 0
[pid=11035] ppid=11030 vsize=113008 CPUtime=5 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 26868 1253 0 0 497 3 0 0 19 0 5 0 512491213 115720192 16674 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 28252 16674 160 40 0 26796 0
[pid=11035/tid=11042] ppid=11030 vsize=113008 CPUtime=1.19 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 3359 1253 0 0 119 0 0 0 25 0 5 0 512491242 115720192 16674 33554432000 4194304 4356188 140735634968432 18446744073709551615 4286449 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=113008 CPUtime=1.16 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 1428 1253 0 0 116 0 0 0 25 0 5 0 512491242 115720192 16674 33554432000 4194304 4356188 140735634968432 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=113008 CPUtime=1.15 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 1382 1253 0 0 115 0 0 0 25 0 5 0 512491242 115720192 16674 33554432000 4194304 4356188 140735634968432 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=113008 CPUtime=1.19 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 4004 1253 0 0 119 0 0 0 25 0 5 0 512491242 115720192 16674 33554432000 4194304 4356188 140735634968432 18446744073709551615 4237470 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 370732

[startup+3.10102 s]
/proc/loadavg: 7.43 7.90 7.96 8/179 11045
/proc/meminfo: memFree=17732528/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=126432 CPUtime=3.09 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 20581 0 0 0 307 2 0 0 25 0 1 0 512491213 129466368 17862 33554432000 4194304 4587354 140733995083984 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 31608 17862 330 96 0 28170 0
[pid=11032] ppid=11030 vsize=52180 CPUtime=3.08 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 13122 0 0 0 307 1 0 0 25 0 1 0 512491213 53432320 10097 33554432000 4194304 4785740 140737367376208 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 13045 10097 340 145 0 10090 0
[pid=11034] ppid=11030 vsize=147452 CPUtime=3.09 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 81060 0 0 0 298 11 0 0 25 0 1 0 512491213 150990848 18030 33554432000 4194304 4331988 140734543500864 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 36863 18030 192 34 0 35305 0
[pid=11035] ppid=11030 vsize=124268 CPUtime=11.39 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 29706 1253 0 0 1136 3 0 0 19 0 5 0 512491213 127250432 19511 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 31067 19511 164 40 0 29611 0
[pid=11035/tid=11042] ppid=11030 vsize=124268 CPUtime=2.79 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 4137 1253 0 0 279 0 0 0 25 0 5 0 512491242 127250432 19511 33554432000 4194304 4356188 140735634968432 18446744073709551615 4230820 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=124268 CPUtime=2.75 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 2458 1253 0 0 275 0 0 0 25 0 5 0 512491242 127250432 19511 33554432000 4194304 4356188 140735634968432 18446744073709551615 4232296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=124268 CPUtime=2.74 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 2412 1253 0 0 274 0 0 0 25 0 5 0 512491242 127250432 19511 33554432000 4194304 4356188 140735634968432 18446744073709551615 4232894 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=124268 CPUtime=2.79 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 4004 1253 0 0 279 0 0 0 25 0 5 0 512491242 127250432 19511 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.66
Current children cumulated vsize (KiB) 468656

[startup+6.30046 s]
/proc/loadavg: 7.39 7.88 7.96 8/179 11045
/proc/meminfo: memFree=17720748/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=377188 CPUtime=6.29 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 23561 0 0 0 626 3 0 0 25 0 1 0 512491213 386240512 17256 33554432000 4194304 4587354 140733995083984 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 94297 17256 333 96 0 90859 0
[pid=11032] ppid=11030 vsize=55632 CPUtime=6.29 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 14086 0 0 0 627 2 0 0 25 0 1 0 512491213 56967168 11061 33554432000 4194304 4785740 140737367376208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 13908 11061 340 145 0 10953 0
[pid=11034] ppid=11030 vsize=147452 CPUtime=6.29 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 81080 0 0 0 618 11 0 0 25 0 1 0 512491213 150990848 18050 33554432000 4194304 4331988 140734543500864 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 36863 18050 192 34 0 35305 0
[pid=11035] ppid=11030 vsize=123788 CPUtime=24.17 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 29706 1253 0 0 2414 3 0 0 19 0 5 0 512491213 126758912 19391 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 30947 19391 164 40 0 29491 0
[pid=11035/tid=11042] ppid=11030 vsize=123788 CPUtime=5.99 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 4137 1253 0 0 599 0 0 0 25 0 5 0 512491242 126758912 19391 33554432000 4194304 4356188 140735634968432 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=123788 CPUtime=5.95 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 2458 1253 0 0 595 0 0 0 25 0 5 0 512491242 126758912 19391 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331946 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=123788 CPUtime=5.92 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 2412 1253 0 0 592 0 0 0 25 0 5 0 512491242 126758912 19391 33554432000 4194304 4356188 140735634968432 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=123788 CPUtime=5.99 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 4004 1253 0 0 599 0 0 0 25 0 5 0 512491242 126758912 19391 33554432000 4194304 4356188 140735634968432 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 722384

[startup+12.7013 s]
/proc/loadavg: 7.36 7.87 7.95 8/179 11045
/proc/meminfo: memFree=17696696/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=386048 CPUtime=12.68 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 26738 0 0 0 1265 3 0 0 25 0 1 0 512491213 395313152 20420 33554432000 4194304 4587354 140733995083984 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 96512 20420 336 96 0 93074 0
[pid=11032] ppid=11030 vsize=67608 CPUtime=12.69 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 17037 0 0 0 1266 3 0 0 25 0 1 0 512491213 69230592 14012 33554432000 4194304 4785740 140737367376208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 16902 14012 340 145 0 13947 0
[pid=11034] ppid=11030 vsize=147820 CPUtime=12.69 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 81135 0 0 0 1258 11 0 0 25 0 1 0 512491213 151367680 18105 33554432000 4194304 4331988 140734543500864 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 36955 18105 192 34 0 35397 0
[pid=11035] ppid=11030 vsize=123752 CPUtime=49.74 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 29706 1253 0 0 4971 3 0 0 19 0 5 0 512491213 126722048 19382 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 30938 19382 164 40 0 29482 0
[pid=11035/tid=11042] ppid=11030 vsize=123752 CPUtime=12.39 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 4137 1253 0 0 1239 0 0 0 25 0 5 0 512491242 126722048 19382 33554432000 4194304 4356188 140735634968432 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=123752 CPUtime=12.36 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 2458 1253 0 0 1236 0 0 0 25 0 5 0 512491242 126722048 19382 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=123752 CPUtime=12.29 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 2412 1253 0 0 1229 0 0 0 25 0 5 0 512491242 126722048 19382 33554432000 4194304 4356188 140735634968432 18446744073709551615 4237233 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=123752 CPUtime=12.4 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 4004 1253 0 0 1240 0 0 0 25 0 5 0 512491242 126722048 19382 33554432000 4194304 4356188 140735634968432 18446744073709551615 4237410 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 87.81
Current children cumulated vsize (KiB) 743552

[startup+25.5011 s]
/proc/loadavg: 7.28 7.82 7.93 8/179 11045
/proc/meminfo: memFree=17655468/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=357376 CPUtime=25.49 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 33641 0 0 0 2544 5 0 0 25 0 1 0 512491213 365953024 21076 33554432000 4194304 4587354 140733995083984 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 89344 21076 336 96 0 85906 0
[pid=11032] ppid=11030 vsize=74832 CPUtime=25.48 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 18793 0 0 0 2545 3 0 0 25 0 1 0 512491213 76627968 15768 33554432000 4194304 4785740 140737367376208 18446744073709551615 4308910 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 18708 15768 340 145 0 15753 0
[pid=11034] ppid=11030 vsize=166608 CPUtime=25.49 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 85964 0 0 0 2537 12 0 0 25 0 1 0 512491213 170606592 22917 33554432000 4194304 4331988 140734543500864 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 41652 22917 175 34 0 40094 0
[pid=11035] ppid=11030 vsize=136392 CPUtime=100.87 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 32871 1253 0 0 10083 4 0 0 19 0 5 0 512491213 139665408 22542 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 34098 22542 164 40 0 32642 0
[pid=11035/tid=11042] ppid=11030 vsize=136392 CPUtime=25.19 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 4137 1253 0 0 2519 0 0 0 25 0 5 0 512491242 139665408 22542 33554432000 4194304 4356188 140735634968432 18446744073709551615 4211015 0 0 4096 17442 0 0 0 -1 6 0 0 0

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

Current children cumulated CPU time (s) 33869.3
Current children cumulated vsize (KiB) 1537104

[startup+4902.3 s]
/proc/loadavg: 7.06 7.06 7.00 8/179 11197
/proc/meminfo: memFree=16889620/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=426672 CPUtime=4902.25 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 976971 0 0 0 489854 371 0 0 25 0 1 0 512491213 436912128 41008 33554432000 4194304 4587354 140733995083984 18446744073709551615 4230360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 106668 41008 336 96 0 103230 0
[pid=11032] ppid=11030 vsize=533104 CPUtime=4902.38 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 130621 0 0 0 490177 61 0 0 25 0 1 0 512491213 545898496 127596 33554432000 4194304 4785740 140737367376208 18446744073709551615 4553088 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 133276 127596 340 145 0 130321 0
[pid=11034] ppid=11030 vsize=211068 CPUtime=4902.41 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 97402 0 0 0 490223 18 0 0 25 0 1 0 512491213 216133632 34355 33554432000 4194304 4331988 140734543500864 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 52767 34355 175 34 0 51209 0
[pid=11035] ppid=11030 vsize=326636 CPUtime=19581.9 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 391266 1253 0 0 1958138 56 0 0 19 0 5 0 512491213 334475264 70103 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 81659 70103 164 40 0 80203 0
[pid=11035/tid=11042] ppid=11030 vsize=326636 CPUtime=4902.1 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 128647 1253 0 0 490191 19 0 0 25 0 5 0 512491242 334475264 70103 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=326636 CPUtime=4902.07 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 88859 1253 0 0 490195 12 0 0 25 0 5 0 512491242 334475264 70103 33554432000 4194304 4356188 140735634968432 18446744073709551615 4210842 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=326636 CPUtime=4875.35 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 121047 1253 0 0 487519 16 0 0 25 0 5 0 512491242 334475264 70103 33554432000 4194304 4356188 140735634968432 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=326636 CPUtime=4902.11 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 36018 1253 0 0 490205 6 0 0 25 0 5 0 512491242 334475264 70103 33554432000 4194304 4356188 140735634968432 18446744073709551615 4242634 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34289
Current children cumulated vsize (KiB) 1515804

[startup+4962.3 s]
/proc/loadavg: 7.02 7.05 7.00 8/179 11201
/proc/meminfo: memFree=16862784/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=540984 CPUtime=4962.25 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 988572 0 0 0 495850 375 0 0 25 0 1 0 512491213 553967616 42492 33554432000 4194304 4587354 140733995083984 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 135246 42492 336 96 0 131808 0
[pid=11032] ppid=11030 vsize=533104 CPUtime=4962.38 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 130636 0 0 0 496177 61 0 0 25 0 1 0 512491213 545898496 127611 33554432000 4194304 4785740 140737367376208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 133276 127611 340 145 0 130321 0
[pid=11034] ppid=11030 vsize=219800 CPUtime=4962.41 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 97483 0 0 0 496223 18 0 0 25 0 1 0 512491213 225075200 34436 33554432000 4194304 4331988 140734543500864 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 54950 34436 175 34 0 53392 0
[pid=11035] ppid=11030 vsize=347116 CPUtime=19821.6 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 400994 1253 0 0 1982104 57 0 0 19 0 5 0 512491213 355446784 75223 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 86779 75223 164 40 0 85323 0
[pid=11035/tid=11042] ppid=11030 vsize=347116 CPUtime=4962.1 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 128647 1253 0 0 496191 19 0 0 25 0 5 0 512491242 355446784 75223 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=347116 CPUtime=4962.07 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 92955 1253 0 0 496195 12 0 0 25 0 5 0 512491242 355446784 75223 33554432000 4194304 4356188 140735634968432 18446744073709551615 4330786 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=347116 CPUtime=4935.02 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 122583 1253 0 0 493486 16 0 0 25 0 5 0 512491242 355446784 75223 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=347116 CPUtime=4962.11 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 40114 1253 0 0 496205 6 0 0 25 0 5 0 512491242 355446784 75223 33554432000 4194304 4356188 140735634968432 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34708.7
Current children cumulated vsize (KiB) 1659328

[startup+5022.3 s]
/proc/loadavg: 7.01 7.03 7.00 8/179 11203
/proc/meminfo: memFree=16856664/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=540984 CPUtime=5022.26 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 995754 0 0 0 501847 379 0 0 25 0 1 0 512491213 553967616 49576 33554432000 4194304 4587354 140733995083984 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 135246 49576 336 96 0 131808 0
[pid=11032] ppid=11030 vsize=533104 CPUtime=5022.38 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 130642 0 0 0 502177 61 0 0 25 0 1 0 512491213 545898496 127617 33554432000 4194304 4785740 140737367376208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 133276 127617 340 145 0 130321 0
[pid=11034] ppid=11030 vsize=219932 CPUtime=5022.41 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 97558 0 0 0 502223 18 0 0 25 0 1 0 512491213 225210368 34511 33554432000 4194304 4331988 140734543500864 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 54983 34511 175 34 0 53425 0
[pid=11035] ppid=11030 vsize=324588 CPUtime=20061.3 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 402530 1253 0 0 2006072 58 0 0 19 0 5 0 512491213 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 81147 69591 164 40 0 79691 0
[pid=11035/tid=11042] ppid=11030 vsize=324588 CPUtime=5022.1 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 129671 1253 0 0 502191 19 0 0 25 0 5 0 512491242 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 4210562 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=324588 CPUtime=5022.07 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 93467 1253 0 0 502195 12 0 0 25 0 5 0 512491242 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=324588 CPUtime=4994.71 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 122583 1253 0 0 499454 17 0 0 25 0 5 0 512491242 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=324588 CPUtime=5022.11 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 40114 1253 0 0 502205 6 0 0 25 0 5 0 512491242 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 4210812 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35128.4
Current children cumulated vsize (KiB) 1636932

[startup+5082.3 s]
/proc/loadavg: 7.00 7.03 7.00 8/179 11204
/proc/meminfo: memFree=16894044/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=417292 CPUtime=5082.26 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 1000815 0 0 0 507843 383 0 0 25 0 1 0 512491213 427307008 39232 33554432000 4194304 4587354 140733995083984 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 104323 39232 336 96 0 100885 0
[pid=11032] ppid=11030 vsize=533104 CPUtime=5082.38 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 130643 0 0 0 508177 61 0 0 25 0 1 0 512491213 545898496 127618 33554432000 4194304 4785740 140737367376208 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 133276 127618 340 145 0 130321 0
[pid=11034] ppid=11030 vsize=219932 CPUtime=5082.41 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 97625 0 0 0 508223 18 0 0 25 0 1 0 512491213 225210368 34578 33554432000 4194304 4331988 140734543500864 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 54983 34578 175 34 0 53425 0
[pid=11035] ppid=11030 vsize=328684 CPUtime=20301 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 408674 1253 0 0 2030039 58 0 0 19 0 5 0 512491213 336572416 70615 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 82171 70615 164 40 0 80715 0
[pid=11035/tid=11042] ppid=11030 vsize=328684 CPUtime=5082.1 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 129671 1253 0 0 508191 19 0 0 25 0 5 0 512491242 336572416 70615 33554432000 4194304 4356188 140735634968432 18446744073709551615 4279688 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=328684 CPUtime=5082.07 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 94491 1253 0 0 508195 12 0 0 25 0 5 0 512491242 336572416 70615 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=328684 CPUtime=5054.38 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 127191 1253 0 0 505421 17 0 0 25 0 5 0 512491242 336572416 70615 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=328684 CPUtime=5082.11 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 40626 1253 0 0 508205 6 0 0 25 0 5 0 512491242 336572416 70615 33554432000 4194304 4356188 140735634968432 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35548
Current children cumulated vsize (KiB) 1517336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 7.00 7.02 7.00 8/179 11205
/proc/meminfo: memFree=16890672/32951124 swapFree=67111528/67111528
[pid=11030] ppid=11028 vsize=18324 CPUtime=0.01 cores=0-7
/proc/11030/stat : 11030 (ppfolio) S 11028 11030 11004 0 -1 4202496 524 1197 0 0 0 0 0 1 15 0 1 0 512491213 18763776 391 33554432000 4194304 4287625 140733952771472 18446744073709551615 216634535439 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/11030/statm: 4581 391 342 23 0 91 0
[pid=11031] ppid=11030 vsize=417292 CPUtime=5099.96 cores=0
/proc/11031/stat : 11031 (cryptominisat) R 11030 11030 11004 0 -1 4202496 1002418 0 0 0 509613 383 0 0 25 0 1 0 512491213 427307008 40807 33554432000 4194304 4587354 140733995083984 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11031/statm: 104323 40807 336 96 0 100885 0
[pid=11032] ppid=11030 vsize=533104 CPUtime=5100.09 cores=1
/proc/11032/stat : 11032 (clasp) R 11030 11030 11004 0 -1 4202496 130643 0 0 0 509948 61 0 0 25 0 1 0 512491213 545898496 127618 33554432000 4194304 4785740 140737367376208 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11032/statm: 133276 127618 340 145 0 130321 0
[pid=11034] ppid=11030 vsize=220064 CPUtime=5100.12 cores=3
/proc/11034/stat : 11034 (march_hi) R 11030 11030 11004 0 -1 4202496 97647 0 0 0 509994 18 0 0 25 0 1 0 512491213 225345536 34600 33554432000 4194304 4331988 140734543500864 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11034/statm: 55016 34600 175 34 0 53458 0
[pid=11035] ppid=11030 vsize=324588 CPUtime=20371.7 cores=4-7
/proc/11035/stat : 11035 (plingeling) S 11030 11030 11004 0 -1 4202496 409698 1253 0 0 2037112 58 0 0 19 0 5 0 512491213 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11035/statm: 81147 69591 164 40 0 79691 0
[pid=11035/tid=11042] ppid=11030 vsize=324588 CPUtime=5099.81 cores=4-7
/proc/11035/task/11042/stat : 11042 (plingeling) R 11030 11030 11004 0 -1 4202560 129671 1253 0 0 509962 19 0 0 25 0 5 0 512491242 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11035/tid=11043] ppid=11030 vsize=324588 CPUtime=5099.77 cores=4-7
/proc/11035/task/11043/stat : 11043 (plingeling) R 11030 11030 11004 0 -1 4202560 94491 1253 0 0 509965 12 0 0 25 0 5 0 512491242 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11035/tid=11044] ppid=11030 vsize=324588 CPUtime=5071.98 cores=4-7
/proc/11035/task/11044/stat : 11044 (plingeling) R 11030 11030 11004 0 -1 4202560 128215 1253 0 0 507181 17 0 0 25 0 5 0 512491242 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11035/tid=11045] ppid=11030 vsize=324588 CPUtime=5099.82 cores=4-7
/proc/11035/task/11045/stat : 11045 (plingeling) R 11030 11030 11004 0 -1 4202560 40626 1253 0 0 509976 6 0 0 25 0 5 0 512491242 332378112 69591 33554432000 4194304 4356188 140735634968432 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35671.9
Current children cumulated vsize (KiB) 1513372

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 11030 and gives
#  childrusage.ru_utime.tv_sec=10196
#  childrusage.ru_utime.tv_usec=83959
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=57383
# CPU time returned by wait4() is 10200.1
# while last known CPU time is 35671.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): 35671.9
CPU user time (s): 35666.7
CPU system time (s): 5.21
CPU usage (%): 699.446
Max. virtual memory (cumulated for all children) (KiB): 1958048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10196.1
system time used= 4.05738
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1101786
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= 548
involuntary context switches= 15152

runsolver used 8.28674 second user time and 19.516 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-28 18:41:26
IDJOB=3310306
IDBENCH=83109
IDSOLVER=1638
FILE ID=node103/3310306-1304008886
RUNJOBID= node103-1304008886-11018
PBS_JOBID= 13168844
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=894353695

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      17983980 kB
Buffers:       2143348 kB
Cached:       12176920 kB
SwapCached:          0 kB
Active:        5500316 kB
Inactive:      8883088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17983980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13992 kB
Writeback:           0 kB
AnonPages:       62872 kB
Mapped:          14212 kB
Slab:           517904 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181444 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= 71500 MiB
End job on node103 at 2011-04-28 20:06:28