Trace number 3275046

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) 40000.5 5003.62

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3275046-1304144871/watcher-3275046-1304144871 -o /tmp/evaluation-result-3275046-1304144871/solver-3275046-1304144871 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275046-1304144871.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: 0.92 1.53 2.68 2/170 8537
/proc/meminfo: memFree=24358076/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 6 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0

[startup+0.032342 s]
/proc/loadavg: 0.92 1.53 2.68 2/170 8537
/proc/meminfo: memFree=24358076/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 6 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100327 s]
/proc/loadavg: 0.92 1.53 2.68 2/170 8537
/proc/meminfo: memFree=24358076/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300262 s]
/proc/loadavg: 0.92 1.53 2.68 2/170 8537
/proc/meminfo: memFree=24358076/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700189 s]
/proc/loadavg: 0.92 1.53 2.68 2/170 8537
/proc/meminfo: memFree=24358076/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50104 s]
/proc/loadavg: 0.92 1.53 2.68 9/180 8552
/proc/meminfo: memFree=24200508/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=71552 CPUtime=1.49 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 19330 0 0 0 147 2 0 0 25 0 1 0 526084844 73269248 12698 33554432000 4194304 4587354 140733369516448 18446744073709551615 4240872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8538/statm: 17888 12698 326 96 0 14450 0
[pid=8539] ppid=8537 vsize=33884 CPUtime=1.48 cores=1
/proc/8539/stat : 8539 (clasp) R 8537 8537 8511 0 -1 4202496 7058 0 0 0 148 0 0 0 20 0 1 0 526084844 34697216 5775 33554432000 4194304 4785740 140736735922336 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8539/statm: 8471 5775 317 145 0 5516 0
[pid=8540] ppid=8537 vsize=466252 CPUtime=1.48 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 5031 0 0 0 148 0 0 0 20 0 1 0 526084844 477442048 4928 33554432000 134512640 134534564 4290610416 18446744073709551615 134524763 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 116563 4928 91 6 0 115229 0
[pid=8541] ppid=8537 vsize=48156 CPUtime=1.49 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 23240 0 0 0 147 2 0 0 20 0 1 0 526084844 49311744 5371 33554432000 4194304 4331988 140734025616096 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 12039 5371 175 34 0 10481 0
[pid=8542] ppid=8537 vsize=98664 CPUtime=5.28 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 17378 1253 0 0 526 2 0 0 18 0 5 0 526084844 101031936 13090 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 24666 13090 163 40 0 23210 0
[pid=8542/tid=8549] ppid=8537 vsize=98664 CPUtime=1.27 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 2117 1253 0 0 127 0 0 0 25 0 5 0 526084865 101031936 13090 33554432000 4194304 4356188 140734313341968 18446744073709551615 4270878 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=98664 CPUtime=1.24 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 1843 1253 0 0 124 0 0 0 25 0 5 0 526084865 101031936 13090 33554432000 4194304 4356188 140734313341968 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=98664 CPUtime=1.28 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 2309 1253 0 0 128 0 0 0 22 0 5 0 526084865 101031936 13090 33554432000 4194304 4356188 140734313341968 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=98664 CPUtime=1.27 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 2326 1253 0 0 127 0 0 0 22 0 5 0 526084865 101031936 13090 33554432000 4194304 4356188 140734313341968 18446744073709551615 4297533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 736832

[startup+3.10075 s]
/proc/loadavg: 1.49 1.64 2.70 9/180 8552
/proc/meminfo: memFree=24179064/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=1161188 CPUtime=3.09 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 21403 0 0 0 307 2 0 0 25 0 1 0 526084844 1189056512 12969 33554432000 4194304 4587354 140733369516448 18446744073709551615 4420395 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8538/statm: 290297 12969 331 96 0 286859 0
[pid=8539] ppid=8537 vsize=32336 CPUtime=3.08 cores=1
/proc/8539/stat : 8539 (clasp) R 8537 8537 8511 0 -1 4202496 7295 0 0 0 308 0 0 0 25 0 1 0 526084844 33112064 5415 33554432000 4194304 4785740 140736735922336 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8539/statm: 8084 5415 341 145 0 5129 0
[pid=8540] ppid=8537 vsize=472460 CPUtime=3.08 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 7209 0 0 0 308 0 0 0 25 0 1 0 526084844 483799040 7106 33554432000 134512640 134534564 4290610416 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 118115 7106 95 6 0 116781 0
[pid=8541] ppid=8537 vsize=48816 CPUtime=3.09 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 23435 0 0 0 307 2 0 0 25 0 1 0 526084844 49987584 5566 33554432000 4194304 4331988 140734025616096 18446744073709551615 4226219 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 12204 5566 175 34 0 10646 0
[pid=8542] ppid=8537 vsize=176744 CPUtime=11.68 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 21787 1253 0 0 1165 3 0 0 18 0 5 0 526084844 180985856 17499 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 44186 17499 163 40 0 42730 0
[pid=8542/tid=8549] ppid=8537 vsize=176744 CPUtime=2.87 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 3390 1253 0 0 287 0 0 0 25 0 5 0 526084865 180985856 17499 33554432000 4194304 4356188 140734313341968 18446744073709551615 4335971 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=176744 CPUtime=2.83 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 3186 1253 0 0 283 0 0 0 25 0 5 0 526084865 180985856 17499 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=176744 CPUtime=2.88 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 2565 1253 0 0 288 0 0 0 25 0 5 0 526084865 180985856 17499 33554432000 4194304 4356188 140734313341968 18446744073709551615 4334077 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=176744 CPUtime=2.86 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 3863 1253 0 0 286 0 0 0 25 0 5 0 526084865 180985856 17499 33554432000 4194304 4356188 140734313341968 18446744073709551615 4332302 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.02
Current children cumulated vsize (KiB) 1909868

[startup+6.30116 s]
/proc/loadavg: 1.49 1.64 2.70 9/180 8553
/proc/meminfo: memFree=24159596/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=1161188 CPUtime=6.29 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 21771 0 0 0 627 2 0 0 25 0 1 0 526084844 1189056512 13335 33554432000 4194304 4587354 140733369516448 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8538/statm: 290297 13335 337 96 0 286859 0
[pid=8539] ppid=8537 vsize=38504 CPUtime=6.29 cores=1
/proc/8539/stat : 8539 (clasp) R 8537 8537 8511 0 -1 4202496 8830 0 0 0 628 1 0 0 25 0 1 0 526084844 39428096 6950 33554432000 4194304 4785740 140736735922336 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8539/statm: 9626 6950 341 145 0 6671 0
[pid=8540] ppid=8537 vsize=472460 CPUtime=6.28 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 7209 0 0 0 628 0 0 0 25 0 1 0 526084844 483799040 7106 33554432000 134512640 134534564 4290610416 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 118115 7106 95 6 0 116781 0
[pid=8541] ppid=8537 vsize=49156 CPUtime=6.29 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 23502 0 0 0 627 2 0 0 25 0 1 0 526084844 50335744 5632 33554432000 4194304 4331988 140734025616096 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 12289 5632 175 34 0 10731 0
[pid=8542] ppid=8537 vsize=184864 CPUtime=24.46 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 23850 1253 0 0 2443 3 0 0 18 0 5 0 526084844 189300736 19017 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 46216 19017 163 40 0 44760 0
[pid=8542/tid=8549] ppid=8537 vsize=184864 CPUtime=6.07 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 4439 1253 0 0 607 0 0 0 25 0 5 0 526084865 189300736 19017 33554432000 4194304 4356188 140734313341968 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=184864 CPUtime=6.01 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 3186 1253 0 0 601 0 0 0 25 0 5 0 526084865 189300736 19017 33554432000 4194304 4356188 140734313341968 18446744073709551615 4212025 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=184864 CPUtime=6.08 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 3579 1253 0 0 608 0 0 0 25 0 5 0 526084865 189300736 19017 33554432000 4194304 4356188 140734313341968 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=184864 CPUtime=6.07 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 3863 1253 0 0 607 0 0 0 25 0 5 0 526084865 189300736 19017 33554432000 4194304 4356188 140734313341968 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.61
Current children cumulated vsize (KiB) 1924496

[startup+12.701 s]
/proc/loadavg: 2.49 1.85 2.76 9/180 8553
/proc/meminfo: memFree=24112860/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=1198180 CPUtime=12.69 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 29650 0 0 0 1266 3 0 0 25 0 1 0 526084844 1226936320 21213 33554432000 4194304 4587354 140733369516448 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8538/statm: 299545 21213 337 96 0 296107 0
[pid=8539] ppid=8537 vsize=53528 CPUtime=12.69 cores=1
/proc/8539/stat : 8539 (clasp) R 8537 8537 8511 0 -1 4202496 12601 0 0 0 1267 2 0 0 25 0 1 0 526084844 54812672 10721 33554432000 4194304 4785740 140736735922336 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8539/statm: 13382 10721 341 145 0 10427 0
[pid=8540] ppid=8537 vsize=472460 CPUtime=12.68 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 7209 0 0 0 1268 0 0 0 25 0 1 0 526084844 483799040 7106 33554432000 134512640 134534564 4290610416 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 118115 7106 95 6 0 116781 0
[pid=8541] ppid=8537 vsize=49644 CPUtime=12.68 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 23612 0 0 0 1266 2 0 0 25 0 1 0 526084844 50835456 5742 33554432000 4194304 4331988 140734025616096 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 12411 5742 175 34 0 10853 0
[pid=8542] ppid=8537 vsize=189164 CPUtime=50.03 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 26658 1253 0 0 4999 4 0 0 18 0 5 0 526084844 193703936 20445 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 47291 20445 163 40 0 45835 0
[pid=8542/tid=8549] ppid=8537 vsize=189164 CPUtime=12.48 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 6683 1253 0 0 1247 1 0 0 25 0 5 0 526084865 193703936 20445 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=189164 CPUtime=12.38 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 3186 1253 0 0 1238 0 0 0 25 0 5 0 526084865 193703936 20445 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=189164 CPUtime=12.48 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 3579 1253 0 0 1248 0 0 0 25 0 5 0 526084865 193703936 20445 33554432000 4194304 4356188 140734313341968 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=189164 CPUtime=12.46 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 4427 1253 0 0 1246 0 0 0 25 0 5 0 526084865 193703936 20445 33554432000 4194304 4356188 140734313341968 18446744073709551615 4211007 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.77
Current children cumulated vsize (KiB) 1981300

[startup+25.5007 s]
/proc/loadavg: 3.33 2.05 2.82 9/180 8553
/proc/meminfo: memFree=24056356/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=1181620 CPUtime=25.49 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 36436 0 0 0 2545 4 0 0 25 0 1 0 526084844 1209978880 21462 33554432000 4194304 4587354 140733369516448 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=8540] ppid=8537 vsize=472460 CPUtime=4782.3 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 7209 0 0 0 478228 2 0 0 25 0 1 0 526084844 483799040 7106 33554432000 134512640 134534564 4290610416 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 118115 7106 95 6 0 116781 0
[pid=8541] ppid=8537 vsize=316580 CPUtime=4782.43 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 69837 0 0 0 478209 34 0 0 25 0 1 0 526084844 324177920 51965 33554432000 4194304 4331988 140734025616096 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 79145 51965 175 34 0 77587 0
[pid=8542] ppid=8537 vsize=503624 CPUtime=19101.7 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 2928764 1253 0 0 1909783 388 0 0 18 0 5 0 526084844 515710976 99433 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 125906 99433 163 40 0 124450 0
[pid=8542/tid=8549] ppid=8537 vsize=503624 CPUtime=4782.22 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 896410 1253 0 0 478102 120 0 0 25 0 5 0 526084865 515710976 99433 33554432000 4194304 4356188 140734313341968 18446744073709551615 4330902 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=503624 CPUtime=4755.29 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 568239 1253 0 0 475454 75 0 0 25 0 5 0 526084865 515710976 99433 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331841 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=503624 CPUtime=4781.76 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 825621 1253 0 0 478071 105 0 0 25 0 5 0 526084865 515710976 99433 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=503624 CPUtime=4782.2 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 629711 1253 0 0 478135 85 0 0 25 0 5 0 526084865 515710976 99433 33554432000 4194304 4356188 140734313341968 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.3
Current children cumulated vsize (KiB) 3049556

[startup+4842.3 s]
/proc/loadavg: 8.04 8.01 7.96 9/180 8693
/proc/meminfo: memFree=23022764/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=1361544 CPUtime=4842.4 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 1502934 0 0 0 483588 652 0 0 25 0 1 0 526084844 1394221056 80699 33554432000 4194304 4587354 140733369516448 18446744073709551615 4236798 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8538/statm: 340386 80699 337 96 0 336948 0
[pid=8539] ppid=8537 vsize=368856 CPUtime=4842.43 cores=1
/proc/8539/stat : 8539 (clasp) R 8537 8537 8511 0 -1 4202496 87452 0 0 0 484211 32 0 0 25 0 1 0 526084844 377708544 85572 33554432000 4194304 4785740 140736735922336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8539/statm: 92214 85572 341 145 0 89259 0
[pid=8540] ppid=8537 vsize=472460 CPUtime=4842.3 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 7209 0 0 0 484228 2 0 0 25 0 1 0 526084844 483799040 7106 33554432000 134512640 134534564 4290610416 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 118115 7106 95 6 0 116781 0
[pid=8541] ppid=8537 vsize=316580 CPUtime=4842.43 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 70351 0 0 0 484208 35 0 0 25 0 1 0 526084844 324177920 52479 33554432000 4194304 4331988 140734025616096 18446744073709551615 4237382 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 79145 52479 175 34 0 77587 0
[pid=8542] ppid=8537 vsize=536392 CPUtime=19341.4 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 2974782 1253 0 0 1933745 393 0 0 18 0 5 0 526084844 549265408 108105 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 134098 108105 163 40 0 132642 0
[pid=8542/tid=8549] ppid=8537 vsize=536392 CPUtime=4842.22 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 911708 1253 0 0 484101 121 0 0 25 0 5 0 526084865 549265408 108105 33554432000 4194304 4356188 140734313341968 18446744073709551615 4298508 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=536392 CPUtime=4814.96 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 574383 1253 0 0 481421 75 0 0 25 0 5 0 526084865 549265408 108105 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=536392 CPUtime=4841.76 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 834837 1253 0 0 484070 106 0 0 25 0 5 0 526084865 549265408 108105 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=536392 CPUtime=4842.21 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 645071 1253 0 0 484134 87 0 0 25 0 5 0 526084865 549265408 108105 33554432000 4194304 4356188 140734313341968 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38710.9
Current children cumulated vsize (KiB) 3074156

[startup+4902.3 s]
/proc/loadavg: 8.01 8.01 7.96 9/180 8695
/proc/meminfo: memFree=22959144/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=1354988 CPUtime=4902.41 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 1520500 0 0 0 489579 662 0 0 25 0 1 0 526084844 1387507712 85433 33554432000 4194304 4587354 140733369516448 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8538/statm: 338747 85433 337 96 0 335309 0
[pid=8539] ppid=8537 vsize=372792 CPUtime=4902.43 cores=1
/proc/8539/stat : 8539 (clasp) R 8537 8537 8511 0 -1 4202496 88337 0 0 0 490211 32 0 0 25 0 1 0 526084844 381739008 86457 33554432000 4194304 4785740 140736735922336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8539/statm: 93198 86457 341 145 0 90243 0
[pid=8540] ppid=8537 vsize=472460 CPUtime=4902.3 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 7209 0 0 0 490228 2 0 0 25 0 1 0 526084844 483799040 7106 33554432000 134512640 134534564 4290610416 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 118115 7106 95 6 0 116781 0
[pid=8541] ppid=8537 vsize=316580 CPUtime=4902.43 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 70837 0 0 0 490208 35 0 0 25 0 1 0 526084844 324177920 52965 33554432000 4194304 4331988 140734025616096 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 79145 52965 175 34 0 77587 0
[pid=8542] ppid=8537 vsize=577352 CPUtime=19581.1 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 3016223 1253 0 0 1957708 397 0 0 18 0 5 0 526084844 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 144338 118345 163 40 0 142882 0
[pid=8542/tid=8549] ppid=8537 vsize=577352 CPUtime=4902.22 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 921405 1253 0 0 490100 122 0 0 25 0 5 0 526084865 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 4330839 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=577352 CPUtime=4874.64 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 583599 1253 0 0 487388 76 0 0 25 0 5 0 526084865 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=577352 CPUtime=4901.76 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 853269 1253 0 0 490067 109 0 0 25 0 5 0 526084865 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=577352 CPUtime=4902.2 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 649167 1253 0 0 490133 87 0 0 25 0 5 0 526084865 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190.6
Current children cumulated vsize (KiB) 3112496

[startup+4962.3 s]
/proc/loadavg: 8.00 8.00 7.96 9/180 8697
/proc/meminfo: memFree=23045064/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=1364812 CPUtime=4962.41 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 1536530 0 0 0 495570 671 0 0 25 0 1 0 526084844 1397567488 75967 33554432000 4194304 4587354 140733369516448 18446744073709551615 4244447 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8538/statm: 341203 75967 337 96 0 337765 0
[pid=8539] ppid=8537 vsize=374844 CPUtime=4962.44 cores=1
/proc/8539/stat : 8539 (clasp) R 8537 8537 8511 0 -1 4202496 88803 0 0 0 496211 33 0 0 25 0 1 0 526084844 383840256 86923 33554432000 4194304 4785740 140736735922336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8539/statm: 93711 86923 341 145 0 90756 0
[pid=8540] ppid=8537 vsize=472460 CPUtime=4962.3 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 7209 0 0 0 496228 2 0 0 25 0 1 0 526084844 483799040 7106 33554432000 134512640 134534564 4290610416 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 118115 7106 95 6 0 116781 0
[pid=8541] ppid=8537 vsize=316580 CPUtime=4962.44 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 71373 0 0 0 496208 36 0 0 25 0 1 0 526084844 324177920 53501 33554432000 4194304 4331988 140734025616096 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 79145 53501 175 34 0 77587 0
[pid=8542] ppid=8537 vsize=524104 CPUtime=19820.7 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 3050496 1253 0 0 1981670 402 0 0 18 0 5 0 526084844 536682496 104553 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 131026 104553 163 40 0 129570 0
[pid=8542/tid=8549] ppid=8537 vsize=524104 CPUtime=4962.23 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 931102 1253 0 0 496099 124 0 0 25 0 5 0 526084865 536682496 104553 33554432000 4194304 4356188 140734313341968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=524104 CPUtime=4934.31 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 591791 1253 0 0 493353 78 0 0 25 0 5 0 526084865 536682496 104553 33554432000 4194304 4356188 140734313341968 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=524104 CPUtime=4961.75 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 862485 1253 0 0 496065 110 0 0 25 0 5 0 526084865 536682496 104553 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=524104 CPUtime=4962.21 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 656335 1253 0 0 496132 89 0 0 25 0 5 0 526084865 536682496 104553 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.3
Current children cumulated vsize (KiB) 3071124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.00 8.00 7.96 9/180 8698
/proc/meminfo: memFree=22941256/32951124 swapFree=67111524/67111528
[pid=8537] ppid=8535 vsize=18324 CPUtime=0 cores=0-7
/proc/8537/stat : 8537 (ppfolio) S 8535 8537 8511 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526084844 18763776 390 33554432000 4194304 4287625 140736687395104 18446744073709551615 212687695375 0 0 4096 65536 4273160686181285887 0 0 17 4 0 0 0
/proc/8537/statm: 4581 390 341 23 0 91 0
[pid=8538] ppid=8537 vsize=1364812 CPUtime=5003.72 cores=0
/proc/8538/stat : 8538 (cryptominisat) R 8537 8537 8511 0 -1 4202496 1548448 0 0 0 499695 677 0 0 25 0 1 0 526084844 1397567488 87721 33554432000 4194304 4587354 140733369516448 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8538/statm: 341203 87721 337 96 0 337765 0
[pid=8539] ppid=8537 vsize=377048 CPUtime=5003.74 cores=1
/proc/8539/stat : 8539 (clasp) R 8537 8537 8511 0 -1 4202496 89300 0 0 0 500341 33 0 0 25 0 1 0 526084844 386097152 87420 33554432000 4194304 4785740 140736735922336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8539/statm: 94262 87420 341 145 0 91307 0
[pid=8540] ppid=8537 vsize=472460 CPUtime=5003.61 cores=2
/proc/8540/stat : 8540 (TNM) R 8537 8537 8511 0 -1 4202496 7209 0 0 0 500359 2 0 0 25 0 1 0 526084844 483799040 7106 33554432000 134512640 134534564 4290610416 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8540/statm: 118115 7106 95 6 0 116781 0
[pid=8541] ppid=8537 vsize=316580 CPUtime=5003.74 cores=3
/proc/8541/stat : 8541 (march_hi) R 8537 8537 8511 0 -1 4202496 71722 0 0 0 500338 36 0 0 25 0 1 0 526084844 324177920 53850 33554432000 4194304 4331988 140734025616096 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8541/statm: 79145 53850 175 34 0 77587 0
[pid=8542] ppid=8537 vsize=577352 CPUtime=19985.7 cores=4-7
/proc/8542/stat : 8542 (plingeling) S 8537 8537 8511 0 -1 4202496 3081697 1253 0 0 1998167 406 0 0 18 0 5 0 526084844 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8542/statm: 144338 118345 163 40 0 142882 0
[pid=8542/tid=8549] ppid=8537 vsize=577352 CPUtime=5003.53 cores=4-7
/proc/8542/task/8549/stat : 8549 (plingeling) R 8537 8537 8511 0 -1 4202560 940799 1253 0 0 500228 125 0 0 25 0 5 0 526084865 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8542/tid=8550] ppid=8537 vsize=577352 CPUtime=4975.38 cores=4-7
/proc/8542/task/8550/stat : 8550 (plingeling) R 8537 8537 8511 0 -1 4202560 599983 1253 0 0 497460 78 0 0 25 0 5 0 526084865 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 4210579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8542/tid=8551] ppid=8537 vsize=577352 CPUtime=5003.05 cores=4-7
/proc/8542/task/8551/stat : 8551 (plingeling) R 8537 8537 8511 0 -1 4202560 868629 1253 0 0 500195 110 0 0 25 0 5 0 526084865 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8542/tid=8552] ppid=8537 vsize=577352 CPUtime=5003.52 cores=4-7
/proc/8542/task/8552/stat : 8552 (plingeling) R 8537 8537 8511 0 -1 4202560 663503 1253 0 0 500262 90 0 0 25 0 5 0 526084865 591208448 118345 33554432000 4194304 4356188 140734313341968 18446744073709551615 4234058 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 3126576

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 8537 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=594338
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=32994
# CPU time returned by wait4() is 5003.63
# while last known CPU time is 40000.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.5
CPU user time (s): 39989
CPU system time (s): 11.54
CPU usage (%): 799.432
Max. virtual memory (cumulated for all children) (KiB): 4133540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.59
system time used= 0.032994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7731
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= 485
involuntary context switches= 14703

runsolver used 7.8768 second user time and 19.424 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-30 08:27:51
IDJOB=3275046
IDBENCH=71345
IDSOLVER=1638
FILE ID=node139/3275046-1304144871
RUNJOBID= node139-1304144871-8525
PBS_JOBID= 13170866
Free space on /tmp= 72896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes2.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275046-1304144871/watcher-3275046-1304144871 -o /tmp/evaluation-result-3275046-1304144871/solver-3275046-1304144871 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275046-1304144871.cnf

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=396732364

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24358480 kB
Buffers:       2059264 kB
Cached:        5949940 kB
SwapCached:          4 kB
Active:        1018592 kB
Inactive:      7053488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24358480 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13912 kB
Writeback:           0 kB
AnonPages:       62784 kB
Mapped:          14392 kB
Slab:           455036 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185104 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= 72888 MiB
End job on node139 at 2011-04-30 09:51:17