Trace number 3219759

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S817927155-033-UNKNOWN.cnf
MD5SUMbdd02c131ae0dd9fa14ba01f07a63379
Bench CategoryRANDOM (random 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 variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

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-3219759-1304153213/watcher-3219759-1304153213 -o /tmp/evaluation-result-3219759-1304153213/solver-3219759-1304153213 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219759-1304153213.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.07 8.01 1/170 16486
/proc/meminfo: memFree=31134544/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0

[startup+0.012214 s]
/proc/loadavg: 8.12 8.07 8.01 1/170 16486
/proc/meminfo: memFree=31134544/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.788061 s]
/proc/loadavg: 8.12 8.07 8.01 1/170 16486
/proc/meminfo: memFree=31134544/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.801058 s]
/proc/loadavg: 8.12 8.07 8.01 1/170 16486
/proc/meminfo: memFree=31134544/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.90104 s]
/proc/loadavg: 8.12 8.07 8.01 1/170 16486
/proc/meminfo: memFree=31134544/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50092 s]
/proc/loadavg: 8.12 8.07 8.01 1/170 16486
/proc/meminfo: memFree=31134544/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10061 s]
/proc/loadavg: 8.11 8.07 8.00 9/180 16501
/proc/meminfo: memFree=31076060/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
[pid=16487] ppid=16486 vsize=1071904 CPUtime=3.09 cores=0
/proc/16487/stat : 16487 (cryptominisat) R 16486 16486 16225 0 -1 4202496 9341 0 0 0 308 1 0 0 25 0 1 0 507736964 1097629696 2801 33554432000 4194304 4587354 140735128911440 18446744073709551615 270338080412 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 267976 2801 327 96 0 264538 0
[pid=16488] ppid=16486 vsize=25440 CPUtime=3.08 cores=1
/proc/16488/stat : 16488 (clasp) R 16486 16486 16225 0 -1 4202496 3944 0 0 0 308 0 0 0 25 0 1 0 507736964 26050560 3676 33554432000 4194304 4785740 140734357667776 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16488/statm: 6360 3676 340 145 0 3405 0
[pid=16489] ppid=16486 vsize=456220 CPUtime=3.09 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1457 0 0 0 309 0 0 0 25 0 1 0 507736964 467169280 1354 33554432000 134512640 134534564 4287226224 18446744073709551615 134524536 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 114055 1354 91 6 0 112721 0
[pid=16490] ppid=16486 vsize=17024 CPUtime=3.09 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 7763 0 0 0 308 1 0 0 25 0 1 0 507736964 17432576 2243 33554432000 4194304 4331988 140733598258928 18446744073709551615 4263319 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 4256 2243 174 34 0 2698 0
[pid=16491] ppid=16486 vsize=192852 CPUtime=12.14 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 9395 1248 0 0 1213 1 0 0 18 0 5 0 507736964 197480448 3905 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 48213 3905 162 40 0 46757 0
[pid=16491/tid=16498] ppid=16486 vsize=192852 CPUtime=3.02 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 1209 1248 0 0 302 0 0 0 25 0 5 0 507736971 197480448 3905 33554432000 4194304 4356188 140733772355840 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=192852 CPUtime=3 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 1141 1248 0 0 300 0 0 0 25 0 5 0 507736971 197480448 3905 33554432000 4194304 4356188 140733772355840 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=192852 CPUtime=3.02 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 1225 1248 0 0 302 0 0 0 25 0 5 0 507736971 197480448 3905 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=192852 CPUtime=3.02 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 1244 1248 0 0 302 0 0 0 25 0 5 0 507736971 197480448 3905 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 1781764

[startup+6.30097 s]
/proc/loadavg: 8.11 8.07 8.00 9/180 16501
/proc/meminfo: memFree=31057336/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
[pid=16487] ppid=16486 vsize=1096180 CPUtime=6.29 cores=0
/proc/16487/stat : 16487 (cryptominisat) R 16486 16486 16225 0 -1 4202496 15223 0 0 0 627 2 0 0 25 0 1 0 507736964 1122488320 7227 33554432000 4194304 4587354 140735128911440 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 274045 7227 337 96 0 270607 0
[pid=16488] ppid=16486 vsize=27768 CPUtime=6.29 cores=1
/proc/16488/stat : 16488 (clasp) R 16486 16486 16225 0 -1 4202496 4523 0 0 0 628 1 0 0 25 0 1 0 507736964 28434432 4255 33554432000 4194304 4785740 140734357667776 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16488/statm: 6942 4255 340 145 0 3987 0
[pid=16489] ppid=16486 vsize=460708 CPUtime=6.29 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1816 0 0 0 629 0 0 0 25 0 1 0 507736964 471764992 1713 33554432000 134512640 134534564 4287226224 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 115177 1713 95 6 0 113843 0
[pid=16490] ppid=16486 vsize=17024 CPUtime=6.29 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 7763 0 0 0 628 1 0 0 25 0 1 0 507736964 17432576 2243 33554432000 4194304 4331988 140733598258928 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 4256 2243 174 34 0 2698 0
[pid=16491] ppid=16486 vsize=198372 CPUtime=24.93 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 11775 1248 0 0 2491 2 0 0 18 0 5 0 507736964 203132928 5261 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 49593 5261 162 40 0 48137 0
[pid=16491/tid=16498] ppid=16486 vsize=198372 CPUtime=6.21 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 2003 1248 0 0 621 0 0 0 25 0 5 0 507736971 203132928 5261 33554432000 4194304 4356188 140733772355840 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=198372 CPUtime=6.19 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 1428 1248 0 0 619 0 0 0 25 0 5 0 507736971 203132928 5261 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=198372 CPUtime=6.22 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 1305 1248 0 0 622 0 0 0 25 0 5 0 507736971 203132928 5261 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=198372 CPUtime=6.21 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 2463 1248 0 0 621 0 0 0 25 0 5 0 507736971 203132928 5261 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 1818376

[startup+12.7067 s]
/proc/loadavg: 8.09 8.06 8.00 9/180 16501
/proc/meminfo: memFree=31024112/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
[pid=16487] ppid=16486 vsize=1105536 CPUtime=12.69 cores=0
/proc/16487/stat : 16487 (cryptominisat) R 16486 16486 16225 0 -1 4202496 21936 0 0 0 1267 2 0 0 25 0 1 0 507736964 1132068864 12366 33554432000 4194304 4587354 140735128911440 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 276384 12366 337 96 0 272946 0
[pid=16488] ppid=16486 vsize=32256 CPUtime=12.7 cores=1
/proc/16488/stat : 16488 (clasp) R 16486 16486 16225 0 -1 4202496 5601 0 0 0 1269 1 0 0 25 0 1 0 507736964 33030144 5333 33554432000 4194304 4785740 140734357667776 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16488/statm: 8064 5333 340 145 0 5109 0
[pid=16489] ppid=16486 vsize=460708 CPUtime=12.69 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1816 0 0 0 1269 0 0 0 25 0 1 0 507736964 471764992 1713 33554432000 134512640 134534564 4287226224 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 115177 1713 95 6 0 113843 0
[pid=16490] ppid=16486 vsize=17024 CPUtime=12.69 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 7763 0 0 0 1268 1 0 0 25 0 1 0 507736964 17432576 2243 33554432000 4194304 4331988 140733598258928 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 4256 2243 174 34 0 2698 0
[pid=16491] ppid=16486 vsize=202292 CPUtime=50.52 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 15666 1248 0 0 5049 3 0 0 18 0 5 0 507736964 207147008 6271 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 50573 6271 162 40 0 49117 0
[pid=16491/tid=16498] ppid=16486 vsize=202292 CPUtime=12.62 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 3427 1248 0 0 1262 0 0 0 25 0 5 0 507736971 207147008 6271 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=202292 CPUtime=12.55 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 2549 1248 0 0 1255 0 0 0 25 0 5 0 507736971 207147008 6271 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=202292 CPUtime=12.62 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 2009 1248 0 0 1262 0 0 0 25 0 5 0 507736971 207147008 6271 33554432000 4194304 4356188 140733772355840 18446744073709551615 4237401 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=202292 CPUtime=12.62 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 3105 1248 0 0 1262 0 0 0 25 0 5 0 507736971 207147008 6271 33554432000 4194304 4356188 140733772355840 18446744073709551615 4279448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 1836140

[startup+25.5012 s]
/proc/loadavg: 8.15 8.08 8.01 9/180 16502
/proc/meminfo: memFree=31015344/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
[pid=16487] ppid=16486 vsize=1108644 CPUtime=25.49 cores=0
/proc/16487/stat : 16487 (cryptominisat) R 16486 16486 16225 0 -1 4202496 32168 0 0 0 2545 4 0 0 25 0 1 0 507736964 1135251456 13645 33554432000 4194304 4587354 140735128911440 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 277161 13645 337 96 0 273723 0
[pid=16488] ppid=16486 vsize=38144 CPUtime=25.49 cores=1
/proc/16488/stat : 16488 (clasp) R 16486 16486 16225 0 -1 4202496 6995 0 0 0 2548 1 0 0 25 0 1 0 507736964 39059456 6727 33554432000 4194304 4785740 140734357667776 18446744073709551615 270338081378 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16488/statm: 9536 6727 340 145 0 6581 0
[pid=16489] ppid=16486 vsize=460708 CPUtime=25.48 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1816 0 0 0 2548 0 0 0 25 0 1 0 507736964 471764992 1713 33554432000 134512640 134534564 4287226224 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 115177 1713 95 6 0 113843 0
[pid=16490] ppid=16486 vsize=19324 CPUtime=25.49 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 8230 0 0 0 2548 1 0 0 25 0 1 0 507736964 19787776 2710 33554432000 4194304 4331988 140733598258928 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 4831 2710 175 34 0 3273 0
[pid=16491] ppid=16486 vsize=202320 CPUtime=101.63 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 19961 1248 0 0 10159 4 0 0 18 0 5 0 507736964 207175680 6310 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 50580 6310 162 40 0 49124 0
[pid=16491/tid=16498] ppid=16486 vsize=202320 CPUtime=25.41 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 4101 1248 0 0 2541 0 0 0 25 0 5 0 507736971 207175680 6310 33554432000 4194304 4356188 140733772355840 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=202320 CPUtime=25.28 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 3447 1248 0 0 2528 0 0 0 25 0 5 0 507736971 207175680 6310 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=202320 CPUtime=25.41 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 3355 1248 0 0 2541 0 0 0 25 0 5 0 507736971 207175680 6310 33554432000 4194304 4356188 140733772355840 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=202320 CPUtime=25.42 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 4482 1248 0 0 2541 1 0 0 25 0 5 0 507736971 207175680 6310 33554432000 4194304 4356188 140733772355840 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.58
Current children cumulated vsize (KiB) 1847464

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

[pid=16489] ppid=16486 vsize=460708 CPUtime=4781.78 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1816 0 0 0 478177 1 0 0 25 0 1 0 507736964 471764992 1713 33554432000 134512640 134534564 4287226224 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 115177 1713 95 6 0 113843 0
[pid=16490] ppid=16486 vsize=470964 CPUtime=4782.52 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 118933 0 0 0 478176 76 0 0 25 0 1 0 507736964 482267136 112980 33554432000 4194304 4331988 140733598258928 18446744073709551615 4299129 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 117741 112980 175 34 0 116183 0
[pid=16491] ppid=16486 vsize=295500 CPUtime=19103.1 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 383494 1248 0 0 1910252 60 0 0 18 0 5 0 507736964 302592000 29573 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 73875 29573 162 40 0 72419 0
[pid=16491/tid=16498] ppid=16486 vsize=295500 CPUtime=4782.42 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 102978 1248 0 0 478224 18 0 0 25 0 5 0 507736971 302592000 29573 33554432000 4194304 4356188 140733772355840 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=295500 CPUtime=4756.36 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 85370 1248 0 0 475625 11 0 0 25 0 5 0 507736971 302592000 29573 33554432000 4194304 4356188 140733772355840 18446744073709551615 4225703 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=295500 CPUtime=4782.44 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 89793 1248 0 0 478231 13 0 0 25 0 5 0 507736971 302592000 29573 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=295500 CPUtime=4781.8 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 100777 1248 0 0 478164 16 0 0 25 0 5 0 507736971 302592000 29573 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38232.4
Current children cumulated vsize (KiB) 2600672

[startup+4842.3 s]
/proc/loadavg: 8.07 8.02 8.00 9/180 16651
/proc/meminfo: memFree=30318204/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
[pid=16487] ppid=16486 vsize=1160588 CPUtime=4842.49 cores=0
/proc/16487/stat : 16487 (cryptominisat) R 16486 16486 16225 0 -1 4202496 1279639 0 0 0 483750 499 0 0 25 0 1 0 507736964 1188442112 20355 33554432000 4194304 4587354 140735128911440 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 290147 20355 337 96 0 286709 0
[pid=16488] ppid=16486 vsize=196032 CPUtime=4842.49 cores=1
/proc/16488/stat : 16488 (clasp) R 16486 16486 16225 0 -1 4202496 43214 0 0 0 484237 12 0 0 25 0 1 0 507736964 200736768 42504 33554432000 4194304 4785740 140734357667776 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16488/statm: 49008 42504 340 145 0 46053 0
[pid=16489] ppid=16486 vsize=460708 CPUtime=4841.76 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1816 0 0 0 484175 1 0 0 25 0 1 0 507736964 471764992 1713 33554432000 134512640 134534564 4287226224 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 115177 1713 95 6 0 113843 0
[pid=16490] ppid=16486 vsize=470964 CPUtime=4842.51 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 120350 0 0 0 484175 76 0 0 25 0 1 0 507736964 482267136 114397 33554432000 4194304 4331988 140733598258928 18446744073709551615 4226304 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 117741 114397 175 34 0 116183 0
[pid=16491] ppid=16486 vsize=279884 CPUtime=19342.8 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 386118 1248 0 0 1934217 61 0 0 18 0 5 0 507736964 286601216 25669 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 69971 25669 162 40 0 68515 0
[pid=16491/tid=16498] ppid=16486 vsize=279884 CPUtime=4842.42 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 103170 1248 0 0 484224 18 0 0 25 0 5 0 507736971 286601216 25669 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=279884 CPUtime=4816.03 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 87610 1248 0 0 481591 12 0 0 25 0 5 0 507736971 286601216 25669 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=279884 CPUtime=4842.44 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 89793 1248 0 0 484231 13 0 0 25 0 5 0 507736971 286601216 25669 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=279884 CPUtime=4841.79 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 100969 1248 0 0 484163 16 0 0 25 0 5 0 507736971 286601216 25669 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38712
Current children cumulated vsize (KiB) 2586500

[startup+4902.3 s]
/proc/loadavg: 8.09 8.03 8.00 9/180 16653
/proc/meminfo: memFree=30306680/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
[pid=16487] ppid=16486 vsize=1119648 CPUtime=4902.49 cores=0
/proc/16487/stat : 16487 (cryptominisat) R 16486 16486 16225 0 -1 4202496 1291990 0 0 0 489743 506 0 0 25 0 1 0 507736964 1146519552 17510 33554432000 4194304 4587354 140735128911440 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 279912 17510 337 96 0 276474 0
[pid=16488] ppid=16486 vsize=196676 CPUtime=4902.5 cores=1
/proc/16488/stat : 16488 (clasp) R 16486 16486 16225 0 -1 4202496 43328 0 0 0 490238 12 0 0 25 0 1 0 507736964 201396224 42618 33554432000 4194304 4785740 140734357667776 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16488/statm: 49169 42618 340 145 0 46214 0
[pid=16489] ppid=16486 vsize=460708 CPUtime=4901.76 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1816 0 0 0 490175 1 0 0 25 0 1 0 507736964 471764992 1713 33554432000 134512640 134534564 4287226224 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 115177 1713 95 6 0 113843 0
[pid=16490] ppid=16486 vsize=694728 CPUtime=4902.51 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 121726 0 0 0 490173 78 0 0 25 0 1 0 507736964 711401472 115773 33554432000 4194304 4331988 140733598258928 18446744073709551615 4287445 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 173682 115773 175 34 0 172124 0
[pid=16491] ppid=16486 vsize=296904 CPUtime=19582.5 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 392872 1248 0 0 1958184 62 0 0 18 0 5 0 507736964 304029696 29956 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 74226 29956 162 40 0 72770 0
[pid=16491/tid=16498] ppid=16486 vsize=296904 CPUtime=4902.42 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 105410 1248 0 0 490224 18 0 0 25 0 5 0 507736971 304029696 29956 33554432000 4194304 4356188 140733772355840 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=296904 CPUtime=4875.71 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 87610 1248 0 0 487559 12 0 0 25 0 5 0 507736971 304029696 29956 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=296904 CPUtime=4902.44 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 89985 1248 0 0 490231 13 0 0 25 0 5 0 507736971 304029696 29956 33554432000 4194304 4356188 140733772355840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=296904 CPUtime=4901.8 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 105291 1248 0 0 490163 17 0 0 25 0 5 0 507736971 304029696 29956 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191.7
Current children cumulated vsize (KiB) 2786988

[startup+4962.3 s]
/proc/loadavg: 8.03 8.02 8.00 9/180 16654
/proc/meminfo: memFree=29974856/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
[pid=16487] ppid=16486 vsize=1431192 CPUtime=4962.49 cores=0
/proc/16487/stat : 16487 (cryptominisat) R 16486 16486 16225 0 -1 4202496 1371569 0 0 0 495732 517 0 0 25 0 1 0 507736964 1465540608 97008 33554432000 4194304 4587354 140735128911440 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 357798 97008 337 96 0 354360 0
[pid=16488] ppid=16486 vsize=196676 CPUtime=4962.5 cores=1
/proc/16488/stat : 16488 (clasp) R 16486 16486 16225 0 -1 4202496 43339 0 0 0 496238 12 0 0 25 0 1 0 507736964 201396224 42629 33554432000 4194304 4785740 140734357667776 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16488/statm: 49169 42629 340 145 0 46214 0
[pid=16489] ppid=16486 vsize=460708 CPUtime=4961.76 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1816 0 0 0 496175 1 0 0 25 0 1 0 507736964 471764992 1713 33554432000 134512640 134534564 4287226224 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 115177 1713 95 6 0 113843 0
[pid=16490] ppid=16486 vsize=694728 CPUtime=4962.51 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 123122 0 0 0 496173 78 0 0 25 0 1 0 507736964 711401472 117169 33554432000 4194304 4331988 140733598258928 18446744073709551615 4311756 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 173682 117169 175 34 0 172124 0
[pid=16491] ppid=16486 vsize=304972 CPUtime=19822.2 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 397289 1248 0 0 1982153 63 0 0 18 0 5 0 507736964 312291328 31941 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 76243 31941 162 40 0 74787 0
[pid=16491/tid=16498] ppid=16486 vsize=304972 CPUtime=4962.43 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 107458 1248 0 0 496224 19 0 0 25 0 5 0 507736971 312291328 31941 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=304972 CPUtime=4935.38 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 87803 1248 0 0 493526 12 0 0 25 0 5 0 507736971 312291328 31941 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=304972 CPUtime=4962.44 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 92161 1248 0 0 496231 13 0 0 25 0 5 0 507736971 312291328 31941 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=304972 CPUtime=4961.8 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 105291 1248 0 0 496163 17 0 0 25 0 5 0 507736971 312291328 31941 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39671.4
Current children cumulated vsize (KiB) 3106600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.02 8.02 8.00 10/180 16655
/proc/meminfo: memFree=29995936/32951124 swapFree=67111356/67111528
[pid=16486] ppid=16484 vsize=18324 CPUtime=0 cores=0-7
/proc/16486/stat : 16486 (ppfolio) S 16484 16486 16225 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 507736964 18763776 389 33554432000 4194304 4287625 140733317655424 18446744073709551615 270338403855 0 0 4096 65536 4596029801776545791 0 0 17 6 0 0 0
/proc/16486/statm: 4581 389 341 23 0 91 0
[pid=16487] ppid=16486 vsize=1431192 CPUtime=5000.2 cores=0
/proc/16487/stat : 16487 (cryptominisat) R 16486 16486 16225 0 -1 4202496 1371569 0 0 0 499503 517 0 0 25 0 1 0 507736964 1465540608 97008 33554432000 4194304 4587354 140735128911440 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 357798 97008 337 96 0 354360 0
[pid=16488] ppid=16486 vsize=196676 CPUtime=5000.21 cores=1
/proc/16488/stat : 16488 (clasp) R 16486 16486 16225 0 -1 4202496 43343 0 0 0 500009 12 0 0 25 0 1 0 507736964 201396224 42633 33554432000 4194304 4785740 140734357667776 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16488/statm: 49169 42633 340 145 0 46214 0
[pid=16489] ppid=16486 vsize=460708 CPUtime=4999.47 cores=2
/proc/16489/stat : 16489 (TNM) R 16486 16486 16225 0 -1 4202496 1816 0 0 0 499946 1 0 0 25 0 1 0 507736964 471764992 1713 33554432000 134512640 134534564 4287226224 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16489/statm: 115177 1713 95 6 0 113843 0
[pid=16490] ppid=16486 vsize=694728 CPUtime=5000.22 cores=3
/proc/16490/stat : 16490 (march_hi) R 16486 16486 16225 0 -1 4202496 124051 0 0 0 499943 79 0 0 25 0 1 0 507736964 711401472 118098 33554432000 4194304 4331988 140733598258928 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16490/statm: 173682 118098 175 34 0 172124 0
[pid=16491] ppid=16486 vsize=279116 CPUtime=19972.8 cores=4-7
/proc/16491/stat : 16491 (plingeling) S 16486 16486 16225 0 -1 4202496 397353 1248 0 0 1997216 63 0 0 18 0 5 0 507736964 285814784 25477 33554432000 4194304 4356188 140733772355840 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/16491/statm: 69779 25477 162 40 0 68323 0
[pid=16491/tid=16498] ppid=16486 vsize=279116 CPUtime=5000.14 cores=4-7
/proc/16491/task/16498/stat : 16498 (plingeling) R 16486 16486 16225 0 -1 4202560 107458 1248 0 0 499995 19 0 0 25 0 5 0 507736971 285814784 25477 33554432000 4194304 4356188 140733772355840 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=16491/tid=16499] ppid=16486 vsize=279116 CPUtime=4972.88 cores=4-7
/proc/16491/task/16499/stat : 16499 (plingeling) R 16486 16486 16225 0 -1 4202560 87803 1248 0 0 497276 12 0 0 25 0 5 0 507736971 285814784 25477 33554432000 4194304 4356188 140733772355840 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16491/tid=16500] ppid=16486 vsize=279116 CPUtime=5000.16 cores=4-7
/proc/16491/task/16500/stat : 16500 (plingeling) R 16486 16486 16225 0 -1 4202560 92225 1248 0 0 500003 13 0 0 25 0 5 0 507736971 285814784 25477 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16491/tid=16501] ppid=16486 vsize=279116 CPUtime=4999.51 cores=4-7
/proc/16491/task/16501/stat : 16501 (plingeling) R 16486 16486 16225 0 -1 4202560 105291 1248 0 0 499934 17 0 0 25 0 5 0 507736971 285814784 25477 33554432000 4194304 4356188 140733772355840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39972.9
Current children cumulated vsize (KiB) 3080744

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 16486 and gives
#  childrusage.ru_utime.tv_sec=9999
#  childrusage.ru_utime.tv_usec=559835
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=151976
# CPU time returned by wait4() is 9999.71
# while last known CPU time is 39972.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972.9
CPU user time (s): 39966.2
CPU system time (s): 6.72
CPU usage (%): 799.454
Max. virtual memory (cumulated for all children) (KiB): 16649060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9999.56
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45694
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= 675
involuntary context switches= 22057

runsolver used 7.43487 second user time and 19.839 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 10:46:53
IDJOB=3219759
IDBENCH=82643
IDSOLVER=1638
FILE ID=node143/3219759-1304153213
RUNJOBID= node143-1304150647-16239
PBS_JOBID= 13170901
Free space on /tmp= 73496 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S817927155-033-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219759-1304153213/watcher-3219759-1304153213 -o /tmp/evaluation-result-3219759-1304153213/solver-3219759-1304153213 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219759-1304153213.cnf

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

MD5SUM BENCH= bdd02c131ae0dd9fa14ba01f07a63379
RANDOM SEED=1206587025

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      31134824 kB
Buffers:        269396 kB
Cached:        1195916 kB
SwapCached:        168 kB
Active:         346872 kB
Inactive:      1181924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31134824 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           11204 kB
Writeback:           0 kB
AnonPages:       63684 kB
Mapped:          15020 kB
Slab:           221440 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181196 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= 73484 MiB
End job on node143 at 2011-04-30 12:10:16