Trace number 3310160

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3310160-1303997715/watcher-3310160-1303997715 -o /tmp/evaluation-result-3310160-1303997715/solver-3310160-1303997715 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310160-1303997715.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.39 7.93 7.96 2/170 15823
/proc/meminfo: memFree=25522480/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=0 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 511374268 18763776 389 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 4227147086631534591 0 0 17 6 0 0 0
/proc/15823/statm: 4581 389 341 23 0 91 0

[startup+0.08034 s]
/proc/loadavg: 7.39 7.93 7.96 2/170 15823
/proc/meminfo: memFree=25522480/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=0 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 511374268 18763776 389 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 4227147086631534591 0 0 17 6 0 0 0
/proc/15823/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100341 s]
/proc/loadavg: 7.39 7.93 7.96 2/170 15823
/proc/meminfo: memFree=25522480/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=0 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 511374268 18763776 389 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 4227147086631534591 0 0 17 6 0 0 0
/proc/15823/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300272 s]
/proc/loadavg: 7.39 7.93 7.96 2/170 15823
/proc/meminfo: memFree=25522480/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=0 cores=0-7
/proc/15823/stat : 15823 (ppfolio) R 15821 15823 15797 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 511374268 18763776 389 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/15823/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700202 s]
/proc/loadavg: 7.39 7.93 7.96 2/170 15823
/proc/meminfo: memFree=25522480/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=0 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 511374268 18763776 389 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 4227147086631534591 0 0 17 7 0 0 0
/proc/15823/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50106 s]
/proc/loadavg: 7.39 7.93 7.96 9/180 15838
/proc/meminfo: memFree=25326728/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=0 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 511374268 18763776 389 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 4227147086631534591 0 0 17 7 0 0 0
/proc/15823/statm: 4581 389 341 23 0 91 0
[pid=15824] ppid=15823 vsize=65596 CPUtime=1.48 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 13187 0 0 0 147 1 0 0 20 0 1 0 511374268 67170304 10523 33554432000 4194304 4587354 140737248809712 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 16399 10523 330 96 0 12961 0
[pid=15825] ppid=15823 vsize=37848 CPUtime=1.48 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 8729 0 0 0 148 0 0 0 20 0 1 0 511374268 38756352 6623 33554432000 4194304 4785740 140735157882624 18446744073709551615 4553280 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 9462 6623 340 145 0 6507 0
[pid=15826] ppid=15823 vsize=465632 CPUtime=1.48 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5097 0 0 0 148 0 0 0 20 0 1 0 511374268 476807168 4994 33554432000 134512640 134534564 4291851824 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116408 4994 95 6 0 115074 0
[pid=15827] ppid=15823 vsize=100188 CPUtime=1.48 cores=3
/proc/15827/stat : 15827 (march_hi) R 15823 15823 15797 0 -1 4202496 49985 0 0 0 142 6 0 0 20 0 1 0 511374268 102592512 18297 33554432000 4194304 4331988 140734503889200 18446744073709551615 4263156 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15827/statm: 25047 18297 172 34 0 23489 0
[pid=15828] ppid=15823 vsize=166744 CPUtime=5.4 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 24142 1253 0 0 537 3 0 0 20 0 5 0 511374268 170745856 13776 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 41686 13776 164 40 0 40230 0
[pid=15828/tid=15835] ppid=15823 vsize=166744 CPUtime=1.31 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 3553 1253 0 0 131 0 0 0 19 0 5 0 511374286 170745856 13776 33554432000 4194304 4356188 140734370530512 18446744073709551615 4217742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=166744 CPUtime=1.31 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 4637 1253 0 0 131 0 0 0 19 0 5 0 511374286 170745856 13776 33554432000 4194304 4356188 140734370530512 18446744073709551615 4301721 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=166744 CPUtime=1.31 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 5251 1253 0 0 131 0 0 0 25 0 5 0 511374286 170745856 13776 33554432000 4194304 4356188 140734370530512 18446744073709551615 4233682 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=166744 CPUtime=1.27 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 2106 1253 0 0 127 0 0 0 25 0 5 0 511374286 170745856 13776 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 854332

[startup+3.10077 s]
/proc/loadavg: 7.44 7.93 7.96 9/180 15838
/proc/meminfo: memFree=25301432/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 7 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=1859668 CPUtime=3.09 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 14536 0 0 0 307 2 0 0 25 0 1 0 511374268 1904300032 10353 33554432000 4194304 4587354 140737248809712 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 464917 10353 330 96 0 461479 0
[pid=15825] ppid=15823 vsize=39564 CPUtime=3.09 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 9219 0 0 0 308 1 0 0 25 0 1 0 511374268 40513536 7113 33554432000 4194304 4785740 140735157882624 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 9891 7113 340 145 0 6936 0
[pid=15826] ppid=15823 vsize=465632 CPUtime=3.08 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5097 0 0 0 308 0 0 0 25 0 1 0 511374268 476807168 4994 33554432000 134512640 134534564 4291851824 18446744073709551615 134528436 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116408 4994 95 6 0 115074 0
[pid=15828] ppid=15823 vsize=168792 CPUtime=11.8 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 24657 1253 0 0 1177 3 0 0 20 0 5 0 511374268 172843008 14291 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 42198 14291 164 40 0 40742 0
[pid=15828/tid=15835] ppid=15823 vsize=168792 CPUtime=2.91 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 3810 1253 0 0 291 0 0 0 25 0 5 0 511374286 172843008 14291 33554432000 4194304 4356188 140734370530512 18446744073709551615 4231370 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=168792 CPUtime=2.91 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 4638 1253 0 0 291 0 0 0 24 0 5 0 511374286 172843008 14291 33554432000 4194304 4356188 140734370530512 18446744073709551615 4301904 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=168792 CPUtime=2.91 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 5508 1253 0 0 291 0 0 0 25 0 5 0 511374286 172843008 14291 33554432000 4194304 4356188 140734370530512 18446744073709551615 4218238 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=168792 CPUtime=2.87 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 2106 1253 0 0 287 0 0 0 25 0 5 0 511374286 172843008 14291 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.4
Current children cumulated vsize (KiB) 2551980

[startup+6.3012 s]
/proc/loadavg: 7.44 7.93 7.96 8/179 15838
/proc/meminfo: memFree=25278004/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 7 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=1853752 CPUtime=6.28 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 18609 0 0 0 626 2 0 0 25 0 1 0 511374268 1898242048 12743 33554432000 4194304 4587354 140737248809712 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 463438 12743 336 96 0 460000 0
[pid=15825] ppid=15823 vsize=45920 CPUtime=6.29 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 10776 0 0 0 628 1 0 0 25 0 1 0 511374268 47022080 8670 33554432000 4194304 4785740 140735157882624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 11480 8670 340 145 0 8525 0
[pid=15826] ppid=15823 vsize=465632 CPUtime=6.26 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5097 0 0 0 625 1 0 0 25 0 1 0 511374268 476807168 4994 33554432000 134512640 134534564 4291851824 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116408 4994 95 6 0 115074 0
[pid=15828] ppid=15823 vsize=173048 CPUtime=24.58 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 25793 1253 0 0 2455 3 0 0 20 0 5 0 511374268 177201152 15355 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 43262 15355 164 40 0 41806 0
[pid=15828/tid=15835] ppid=15823 vsize=173048 CPUtime=6.11 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 3810 1253 0 0 611 0 0 0 25 0 5 0 511374286 177201152 15355 33554432000 4194304 4356188 140734370530512 18446744073709551615 4233969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=173048 CPUtime=6.11 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 4638 1253 0 0 611 0 0 0 25 0 5 0 511374286 177201152 15355 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330856 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=173048 CPUtime=6.11 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 5508 1253 0 0 611 0 0 0 25 0 5 0 511374286 177201152 15355 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=173048 CPUtime=6.05 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 3242 1253 0 0 605 0 0 0 25 0 5 0 511374286 177201152 15355 33554432000 4194304 4356188 140734370530512 18446744073709551615 4219644 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.75
Current children cumulated vsize (KiB) 2556676

[startup+12.7011 s]
/proc/loadavg: 7.37 7.90 7.95 8/179 15839
/proc/meminfo: memFree=25267348/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 7 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=1875944 CPUtime=12.69 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 21077 0 0 0 1266 3 0 0 25 0 1 0 511374268 1920966656 13545 33554432000 4194304 4587354 140737248809712 18446744073709551615 4365133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 468986 13545 336 96 0 465548 0
[pid=15825] ppid=15823 vsize=51240 CPUtime=12.69 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 12089 0 0 0 1267 2 0 0 25 0 1 0 511374268 52469760 9983 33554432000 4194304 4785740 140735157882624 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 12810 9983 340 145 0 9855 0
[pid=15826] ppid=15823 vsize=465632 CPUtime=12.66 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5097 0 0 0 1265 1 0 0 25 0 1 0 511374268 476807168 4994 33554432000 134512640 134534564 4291851824 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116408 4994 95 6 0 115074 0
[pid=15828] ppid=15823 vsize=176464 CPUtime=50.14 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 28949 1253 0 0 5010 4 0 0 20 0 5 0 511374268 180699136 16209 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 44116 16209 164 40 0 42660 0
[pid=15828/tid=15835] ppid=15823 vsize=176464 CPUtime=12.51 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 4409 1253 0 0 1251 0 0 0 25 0 5 0 511374286 180699136 16209 33554432000 4194304 4356188 140734370530512 18446744073709551615 4270878 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=176464 CPUtime=12.51 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 5236 1253 0 0 1251 0 0 0 25 0 5 0 511374286 180699136 16209 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=176464 CPUtime=12.51 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 6107 1253 0 0 1251 0 0 0 25 0 5 0 511374286 180699136 16209 33554432000 4194304 4356188 140734370530512 18446744073709551615 4303213 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=176464 CPUtime=12.41 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 4602 1253 0 0 1241 0 0 0 25 0 5 0 511374286 180699136 16209 33554432000 4194304 4356188 140734370530512 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 90.52
Current children cumulated vsize (KiB) 2587604

[startup+25.5008 s]
/proc/loadavg: 7.39 7.89 7.95 8/179 15839
/proc/meminfo: memFree=25247100/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=1873512 CPUtime=25.49 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 27204 0 0 0 2544 5 0 0 25 0 1 0 511374268 1918476288 15818 33554432000 4194304 4587354 140737248809712 18446744073709551615 4230260 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 468378 15818 336 96 0 464940 0
[pid=15825] ppid=15823 vsize=60540 CPUtime=25.49 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 14395 0 0 0 2546 3 0 0 25 0 1 0 511374268 61992960 12289 33554432000 4194304 4785740 140735157882624 18446744073709551615 4538864 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 15135 12289 340 145 0 12180 0
[pid=15826] ppid=15823 vsize=465632 CPUtime=25.46 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5097 0 0 0 2545 1 0 0 25 0 1 0 511374268 476807168 4994 33554432000 134512640 134534564 4291851824 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116408 4994 95 6 0 115074 0
[pid=15828] ppid=15823 vsize=181820 CPUtime=101.27 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 32003 1253 0 0 10123 4 0 0 20 0 5 0 511374268 186183680 17548 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0

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

Current children cumulated CPU time (s) 33871.4
Current children cumulated vsize (KiB) 3587656

[startup+4902.3 s]
/proc/loadavg: 7.00 7.03 7.02 8/179 15981
/proc/meminfo: memFree=24268400/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=2064196 CPUtime=4902.26 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 749402 0 0 0 489965 261 0 0 25 0 1 0 511374268 2113736704 64344 33554432000 4194304 4587354 140737248809712 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 516049 64344 336 96 0 512611 0
[pid=15825] ppid=15823 vsize=684048 CPUtime=4902.41 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 167265 0 0 0 490185 56 0 0 25 0 1 0 511374268 700465152 165159 33554432000 4194304 4785740 140735157882624 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 171012 165159 340 145 0 168057 0
[pid=15826] ppid=15823 vsize=465636 CPUtime=4902.31 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5106 0 0 0 490228 3 0 0 25 0 1 0 511374268 476811264 5003 33554432000 134512640 134534564 4291851824 18446744073709551615 8033716 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116409 5003 103 6 0 115075 0
[pid=15828] ppid=15823 vsize=351640 CPUtime=19581.8 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 367456 1253 0 0 1958120 56 0 0 20 0 5 0 511374268 360079360 60003 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 87910 60003 164 40 0 86454 0
[pid=15828/tid=15835] ppid=15823 vsize=351640 CPUtime=4902.22 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 94061 1253 0 0 490208 14 0 0 25 0 5 0 511374286 360079360 60003 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=351640 CPUtime=4901.76 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 89699 1253 0 0 490162 14 0 0 25 0 5 0 511374286 360079360 60003 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=351640 CPUtime=4902.11 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 97921 1253 0 0 490195 16 0 0 25 0 5 0 511374286 360079360 60003 33554432000 4194304 4356188 140734370530512 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=351640 CPUtime=4875.47 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 77180 1253 0 0 487538 9 0 0 25 0 5 0 511374286 360079360 60003 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 34291.1
Current children cumulated vsize (KiB) 3583844

[startup+4962.3 s]
/proc/loadavg: 7.00 7.02 7.01 8/179 15983
/proc/meminfo: memFree=24303224/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=2121684 CPUtime=4962.26 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 760910 0 0 0 495962 264 0 0 25 0 1 0 511374268 2172604416 62221 33554432000 4194304 4587354 140737248809712 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 530421 62221 336 96 0 526983 0
[pid=15825] ppid=15823 vsize=685800 CPUtime=4962.42 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 167665 0 0 0 496185 57 0 0 25 0 1 0 511374268 702259200 165559 33554432000 4194304 4785740 140735157882624 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 171450 165559 340 145 0 168495 0
[pid=15826] ppid=15823 vsize=465636 CPUtime=4962.31 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5106 0 0 0 496228 3 0 0 25 0 1 0 511374268 476811264 5003 33554432000 134512640 134534564 4291851824 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116409 5003 103 6 0 115075 0
[pid=15828] ppid=15823 vsize=323992 CPUtime=19821.4 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 371040 1253 0 0 1982087 57 0 0 20 0 5 0 511374268 331767808 53091 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 80998 53091 164 40 0 79542 0
[pid=15828/tid=15835] ppid=15823 vsize=323992 CPUtime=4962.23 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 94573 1253 0 0 496208 15 0 0 25 0 5 0 511374286 331767808 53091 33554432000 4194304 4356188 140734370530512 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=323992 CPUtime=4961.76 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 90723 1253 0 0 496162 14 0 0 25 0 5 0 511374286 331767808 53091 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=323992 CPUtime=4962.11 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 99201 1253 0 0 496195 16 0 0 25 0 5 0 511374286 331767808 53091 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=323992 CPUtime=4935.14 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 77948 1253 0 0 493505 9 0 0 25 0 5 0 511374286 331767808 53091 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 34710.8
Current children cumulated vsize (KiB) 3615436

[startup+5022.3 s]
/proc/loadavg: 7.06 7.03 7.01 8/179 15984
/proc/meminfo: memFree=24287572/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=2063060 CPUtime=5022.25 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 773248 0 0 0 501957 268 0 0 25 0 1 0 511374268 2112573440 60379 33554432000 4194304 4587354 140737248809712 18446744073709551615 4238294 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 515765 60379 336 96 0 512327 0
[pid=15825] ppid=15823 vsize=685800 CPUtime=5022.42 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 167665 0 0 0 502185 57 0 0 25 0 1 0 511374268 702259200 165559 33554432000 4194304 4785740 140735157882624 18446744073709551615 4553763 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 171450 165559 340 145 0 168495 0
[pid=15826] ppid=15823 vsize=465636 CPUtime=5022.3 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5106 0 0 0 502227 3 0 0 25 0 1 0 511374268 476811264 5003 33554432000 134512640 134534564 4291851824 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116409 5003 103 6 0 115075 0
[pid=15828] ppid=15823 vsize=349592 CPUtime=20061.1 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 379744 1253 0 0 2006053 57 0 0 20 0 5 0 511374268 357982208 59491 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 87398 59491 164 40 0 85942 0
[pid=15828/tid=15835] ppid=15823 vsize=349592 CPUtime=5022.23 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 96877 1253 0 0 502208 15 0 0 25 0 5 0 511374286 357982208 59491 33554432000 4194304 4356188 140734370530512 18446744073709551615 4284127 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=349592 CPUtime=5021.76 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 96611 1253 0 0 502161 15 0 0 25 0 5 0 511374286 357982208 59491 33554432000 4194304 4356188 140734370530512 18446744073709551615 4279514 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=349592 CPUtime=5022.11 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 99201 1253 0 0 502195 16 0 0 25 0 5 0 511374286 357982208 59491 33554432000 4194304 4356188 140734370530512 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=349592 CPUtime=4994.82 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 78460 1253 0 0 499473 9 0 0 25 0 5 0 511374286 357982208 59491 33554432000 4194304 4356188 140734370530512 18446744073709551615 4279742 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 35130.4
Current children cumulated vsize (KiB) 3582412

[startup+5082.3 s]
/proc/loadavg: 7.07 7.04 7.01 8/179 15986
/proc/meminfo: memFree=24245888/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=2063060 CPUtime=5082.26 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 777079 0 0 0 507956 270 0 0 25 0 1 0 511374268 2112573440 64140 33554432000 4194304 4587354 140737248809712 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 515765 64140 336 96 0 512327 0
[pid=15825] ppid=15823 vsize=685800 CPUtime=5082.42 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 167665 0 0 0 508185 57 0 0 25 0 1 0 511374268 702259200 165559 33554432000 4194304 4785740 140735157882624 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 171450 165559 340 145 0 168495 0
[pid=15826] ppid=15823 vsize=465636 CPUtime=5082.31 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5106 0 0 0 508228 3 0 0 25 0 1 0 511374268 476811264 5003 33554432000 134512640 134534564 4291851824 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116409 5003 103 6 0 115075 0
[pid=15828] ppid=15823 vsize=376220 CPUtime=20300.8 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 389473 1253 0 0 2030019 59 0 0 20 0 5 0 511374268 385249280 66148 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 94055 66148 164 40 0 92599 0
[pid=15828/tid=15835] ppid=15823 vsize=376220 CPUtime=5082.23 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 97389 1253 0 0 508208 15 0 0 25 0 5 0 511374286 385249280 66148 33554432000 4194304 4356188 140734370530512 18446744073709551615 4284099 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=376220 CPUtime=5081.74 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 100196 1253 0 0 508159 15 0 0 25 0 5 0 511374286 385249280 66148 33554432000 4194304 4356188 140734370530512 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=376220 CPUtime=5082.11 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 104321 1253 0 0 508194 17 0 0 25 0 5 0 511374286 385249280 66148 33554432000 4194304 4356188 140734370530512 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=376220 CPUtime=5054.49 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 78972 1253 0 0 505440 9 0 0 25 0 5 0 511374286 385249280 66148 33554432000 4194304 4356188 140734370530512 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 35550.1
Current children cumulated vsize (KiB) 3609040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 7.06 7.03 7.01 8/179 15986
/proc/meminfo: memFree=24223924/32951124 swapFree=67051468/67111528
[pid=15823] ppid=15821 vsize=18324 CPUtime=2.34 cores=0-7
/proc/15823/stat : 15823 (ppfolio) S 15821 15823 15797 0 -1 4202496 522 51271 0 0 0 0 217 17 15 0 1 0 511374268 18763776 390 33554432000 4194304 4287625 140735779328544 18446744073709551615 218370977295 0 0 4096 65536 9224195742862639361 0 0 17 0 0 0 0
/proc/15823/statm: 4581 390 342 23 0 91 0
[pid=15824] ppid=15823 vsize=2063060 CPUtime=5099.96 cores=0
/proc/15824/stat : 15824 (cryptominisat) R 15823 15823 15797 0 -1 4202496 778037 0 0 0 509726 270 0 0 25 0 1 0 511374268 2112573440 65082 33554432000 4194304 4587354 140737248809712 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15824/statm: 515765 65082 336 96 0 512327 0
[pid=15825] ppid=15823 vsize=685800 CPUtime=5100.13 cores=1
/proc/15825/stat : 15825 (clasp) R 15823 15823 15797 0 -1 4202496 167665 0 0 0 509956 57 0 0 25 0 1 0 511374268 702259200 165559 33554432000 4194304 4785740 140735157882624 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15825/statm: 171450 165559 340 145 0 168495 0
[pid=15826] ppid=15823 vsize=465636 CPUtime=5100.01 cores=2
/proc/15826/stat : 15826 (TNM) R 15823 15823 15797 0 -1 4202496 5106 0 0 0 509998 3 0 0 25 0 1 0 511374268 476811264 5003 33554432000 134512640 134534564 4291851824 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15826/statm: 116409 5003 103 6 0 115075 0
[pid=15828] ppid=15823 vsize=392604 CPUtime=20371.5 cores=4-7
/proc/15828/stat : 15828 (plingeling) S 15823 15823 15797 0 -1 4202496 393569 1253 0 0 2037091 59 0 0 20 0 5 0 511374268 402026496 70244 33554432000 4194304 4356188 140734370530512 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/15828/statm: 98151 70244 164 40 0 96695 0
[pid=15828/tid=15835] ppid=15823 vsize=392604 CPUtime=5099.93 cores=4-7
/proc/15828/task/15835/stat : 15835 (plingeling) R 15823 15823 15797 0 -1 4202560 97389 1253 0 0 509978 15 0 0 25 0 5 0 511374286 402026496 70244 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15828/tid=15836] ppid=15823 vsize=392604 CPUtime=5099.45 cores=4-7
/proc/15828/task/15836/stat : 15836 (plingeling) R 15823 15823 15797 0 -1 4202560 100196 1253 0 0 509930 15 0 0 25 0 5 0 511374286 402026496 70244 33554432000 4194304 4356188 140734370530512 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15828/tid=15837] ppid=15823 vsize=392604 CPUtime=5099.82 cores=4-7
/proc/15828/task/15837/stat : 15837 (plingeling) R 15823 15823 15797 0 -1 4202560 104321 1253 0 0 509965 17 0 0 25 0 5 0 511374286 402026496 70244 33554432000 4194304 4356188 140734370530512 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15828/tid=15838] ppid=15823 vsize=392604 CPUtime=5072.09 cores=4-7
/proc/15828/task/15838/stat : 15838 (plingeling) R 15823 15823 15797 0 -1 4202560 83068 1253 0 0 507200 9 0 0 25 0 5 0 511374286 402026496 70244 33554432000 4194304 4356188 140734370530512 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 35673.9
Current children cumulated vsize (KiB) 3625424

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 15823 and gives
#  childrusage.ru_utime.tv_sec=5102
#  childrusage.ru_utime.tv_usec=164353
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=223965
# CPU time returned by wait4() is 5102.39
# while last known CPU time is 35673.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): 35673.9
CPU user time (s): 35669.9
CPU system time (s): 4.06
CPU usage (%): 699.487
Max. virtual memory (cumulated for all children) (KiB): 5472716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5102.16
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56899
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= 605
involuntary context switches= 8172

runsolver used 7.92179 second user time and 19.906 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-28 15:35:15
IDJOB=3310160
IDBENCH=70791
IDSOLVER=1638
FILE ID=node101/3310160-1303997715
RUNJOBID= node101-1303997715-15811
PBS_JOBID= 13168787
Free space on /tmp= 72020 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310160-1303997715/watcher-3310160-1303997715 -o /tmp/evaluation-result-3310160-1303997715/solver-3310160-1303997715 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310160-1303997715.cnf

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=989579439

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25522760 kB
Buffers:       1994472 kB
Cached:        4955160 kB
SwapCached:      30452 kB
Active:        2760168 kB
Inactive:      4222544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25522760 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           12032 kB
Writeback:           0 kB
AnonPages:       25324 kB
Mapped:           8596 kB
Slab:           378800 kB
PageTables:       4224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184016 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= 71936 MiB
End job on node101 at 2011-04-28 17:00:17