Trace number 3275096

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-v2640c305320gyes10.cnf
MD5SUMe4e4b653016e98f210aa8da2214e783a
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-3275096-1304145273/watcher-3275096-1304145273 -o /tmp/evaluation-result-3275096-1304145273/solver-3275096-1304145273 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275096-1304145273.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: 2.31 3.32 3.61 2/170 31433
/proc/meminfo: memFree=25861428/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 2826088480818 0 0 17 6 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0

[startup+0.0312151 s]
/proc/loadavg: 2.31 3.32 3.61 2/170 31433
/proc/meminfo: memFree=25861428/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 6 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100202 s]
/proc/loadavg: 2.31 3.32 3.61 2/170 31433
/proc/meminfo: memFree=25861428/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300133 s]
/proc/loadavg: 2.31 3.32 3.61 2/170 31433
/proc/meminfo: memFree=25861428/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701062 s]
/proc/loadavg: 2.31 3.32 3.61 2/170 31433
/proc/meminfo: memFree=25861428/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/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: 2.31 3.32 3.61 9/180 31448
/proc/meminfo: memFree=25701760/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=72176 CPUtime=1.48 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 19483 0 0 0 146 2 0 0 19 0 1 0 526130084 73908224 12835 33554432000 4194304 4587354 140733315853456 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31434/statm: 18044 12835 326 96 0 14606 0
[pid=31435] ppid=31433 vsize=34116 CPUtime=1.48 cores=1
/proc/31435/stat : 31435 (clasp) R 31433 31433 31407 0 -1 4202496 7113 0 0 0 148 0 0 0 20 0 1 0 526130084 34934784 5830 33554432000 4194304 4785740 140734068465904 18446744073709551615 4482817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31435/statm: 8529 5830 317 145 0 5574 0
[pid=31436] ppid=31433 vsize=466252 CPUtime=1.48 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 5031 0 0 0 148 0 0 0 20 0 1 0 526130084 477442048 4928 33554432000 134512640 134534564 4292351616 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 116563 4928 91 6 0 115229 0
[pid=31437] ppid=31433 vsize=47928 CPUtime=1.49 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 23252 0 0 0 146 3 0 0 20 0 1 0 526130084 49078272 5332 33554432000 4194304 4331988 140734140433568 18446744073709551615 4246715 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 11982 5332 175 34 0 10424 0
[pid=31438] ppid=31433 vsize=99600 CPUtime=5.34 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 17615 1259 0 0 532 2 0 0 18 0 5 0 526130084 101990400 13325 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 24900 13325 163 40 0 23444 0
[pid=31438/tid=31445] ppid=31433 vsize=99600 CPUtime=1.28 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 1334 1259 0 0 128 0 0 0 19 0 5 0 526130104 101990400 13325 33554432000 4194304 4356188 140736432534944 18446744073709551615 4311633 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=99600 CPUtime=1.28 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 2490 1259 0 0 128 0 0 0 25 0 5 0 526130104 101990400 13325 33554432000 4194304 4356188 140736432534944 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=99600 CPUtime=1.28 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 2551 1259 0 0 128 0 0 0 22 0 5 0 526130104 101990400 13325 33554432000 4194304 4356188 140736432534944 18446744073709551615 4270892 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=99600 CPUtime=1.28 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 2455 1259 0 0 128 0 0 0 22 0 5 0 526130104 101990400 13325 33554432000 4194304 4356188 140736432534944 18446744073709551615 4323559 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 738396

[startup+3.10064 s]
/proc/loadavg: 2.77 3.40 3.64 9/180 31448
/proc/meminfo: memFree=25682048/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=378820 CPUtime=3.09 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 21487 0 0 0 306 3 0 0 25 0 1 0 526130084 387911680 13063 33554432000 4194304 4587354 140733315853456 18446744073709551615 4239240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31434/statm: 94705 13063 331 96 0 91267 0
[pid=31435] ppid=31433 vsize=32544 CPUtime=3.08 cores=1
/proc/31435/stat : 31435 (clasp) R 31433 31433 31407 0 -1 4202496 7346 0 0 0 308 0 0 0 25 0 1 0 526130084 33325056 5466 33554432000 4194304 4785740 140734068465904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31435/statm: 8136 5466 341 145 0 5181 0
[pid=31436] ppid=31433 vsize=472464 CPUtime=3.08 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 7215 0 0 0 308 0 0 0 25 0 1 0 526130084 483803136 7112 33554432000 134512640 134534564 4292351616 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 118116 7112 95 6 0 116782 0
[pid=31437] ppid=31433 vsize=48732 CPUtime=3.09 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 23438 0 0 0 306 3 0 0 25 0 1 0 526130084 49901568 5518 33554432000 4194304 4331988 140734140433568 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 12183 5518 175 34 0 10625 0
[pid=31438] ppid=31433 vsize=114192 CPUtime=11.74 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 21263 1259 0 0 1171 3 0 0 18 0 5 0 526130084 116932608 16973 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 28548 16973 163 40 0 27092 0
[pid=31438/tid=31445] ppid=31433 vsize=114192 CPUtime=2.88 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 2037 1259 0 0 288 0 0 0 23 0 5 0 526130104 116932608 16973 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=114192 CPUtime=2.88 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 3642 1259 0 0 288 0 0 0 25 0 5 0 526130104 116932608 16973 33554432000 4194304 4356188 140736432534944 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=114192 CPUtime=2.88 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 3191 1259 0 0 288 0 0 0 25 0 5 0 526130104 116932608 16973 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=114192 CPUtime=2.87 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 3608 1259 0 0 287 0 0 0 25 0 5 0 526130104 116932608 16973 33554432000 4194304 4356188 140736432534944 18446744073709551615 4210562 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 1065076

[startup+6.30106 s]
/proc/loadavg: 2.77 3.40 3.64 9/180 31448
/proc/meminfo: memFree=25661588/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=378820 CPUtime=6.29 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 21861 0 0 0 626 3 0 0 25 0 1 0 526130084 387911680 13431 33554432000 4194304 4587354 140733315853456 18446744073709551615 4364802 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31434/statm: 94705 13431 337 96 0 91267 0
[pid=31435] ppid=31433 vsize=40332 CPUtime=6.29 cores=1
/proc/31435/stat : 31435 (clasp) R 31433 31433 31407 0 -1 4202496 9295 0 0 0 628 1 0 0 25 0 1 0 526130084 41299968 7415 33554432000 4194304 4785740 140734068465904 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31435/statm: 10083 7415 341 145 0 7128 0
[pid=31436] ppid=31433 vsize=472464 CPUtime=6.28 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 7215 0 0 0 628 0 0 0 25 0 1 0 526130084 483803136 7112 33554432000 134512640 134534564 4292351616 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 118116 7112 95 6 0 116782 0
[pid=31437] ppid=31433 vsize=49080 CPUtime=6.29 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 23536 0 0 0 626 3 0 0 25 0 1 0 526130084 50257920 5615 33554432000 4194304 4331988 140734140433568 18446744073709551615 4246727 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 12270 5615 175 34 0 10712 0
[pid=31438] ppid=31433 vsize=121584 CPUtime=24.53 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 23111 1259 0 0 2450 3 0 0 18 0 5 0 526130084 124502016 18821 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 30396 18821 163 40 0 28940 0
[pid=31438/tid=31445] ppid=31433 vsize=121584 CPUtime=6.08 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 2796 1259 0 0 608 0 0 0 25 0 5 0 526130104 124502016 18821 33554432000 4194304 4356188 140736432534944 18446744073709551615 4312408 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=121584 CPUtime=6.08 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 4475 1259 0 0 608 0 0 0 25 0 5 0 526130104 124502016 18821 33554432000 4194304 4356188 140736432534944 18446744073709551615 4261950 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=121584 CPUtime=6.08 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 3191 1259 0 0 608 0 0 0 25 0 5 0 526130104 124502016 18821 33554432000 4194304 4356188 140736432534944 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=121584 CPUtime=6.05 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 3864 1259 0 0 605 0 0 0 25 0 5 0 526130104 124502016 18821 33554432000 4194304 4356188 140736432534944 18446744073709551615 4330879 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 1080604

[startup+12.7009 s]
/proc/loadavg: 3.19 3.48 3.66 9/180 31448
/proc/meminfo: memFree=25612440/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=399804 CPUtime=12.69 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 27143 0 0 0 1265 4 0 0 25 0 1 0 526130084 409399296 18712 33554432000 4194304 4587354 140733315853456 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31434/statm: 99951 18712 337 96 0 96513 0
[pid=31435] ppid=31433 vsize=55648 CPUtime=12.69 cores=1
/proc/31435/stat : 31435 (clasp) R 31433 31433 31407 0 -1 4202496 13116 0 0 0 1266 3 0 0 25 0 1 0 526130084 56983552 11236 33554432000 4194304 4785740 140734068465904 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31435/statm: 13912 11236 341 145 0 10957 0
[pid=31436] ppid=31433 vsize=472464 CPUtime=12.68 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 7215 0 0 0 1268 0 0 0 25 0 1 0 526130084 483803136 7112 33554432000 134512640 134534564 4292351616 18446744073709551615 134530344 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 118116 7112 95 6 0 116782 0
[pid=31437] ppid=31433 vsize=49840 CPUtime=12.69 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 23695 0 0 0 1266 3 0 0 25 0 1 0 526130084 51036160 5773 33554432000 4194304 4331988 140734140433568 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 12460 5773 175 34 0 10902 0
[pid=31438] ppid=31433 vsize=130800 CPUtime=50.08 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 26921 1259 0 0 5005 3 0 0 18 0 5 0 526130084 133939200 20614 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 32700 20614 163 40 0 31244 0
[pid=31438/tid=31445] ppid=31433 vsize=130800 CPUtime=12.48 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 3789 1259 0 0 1248 0 0 0 25 0 5 0 526130104 133939200 20614 33554432000 4194304 4356188 140736432534944 18446744073709551615 4286111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=130800 CPUtime=12.48 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 5499 1259 0 0 1248 0 0 0 25 0 5 0 526130104 133939200 20614 33554432000 4194304 4356188 140736432534944 18446744073709551615 4211032 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=130800 CPUtime=12.48 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 4087 1259 0 0 1248 0 0 0 25 0 5 0 526130104 133939200 20614 33554432000 4194304 4356188 140736432534944 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=130800 CPUtime=12.42 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 4761 1259 0 0 1242 0 0 0 25 0 5 0 526130104 133939200 20614 33554432000 4194304 4356188 140736432534944 18446744073709551615 4233996 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 1126880

[startup+25.5007 s]
/proc/loadavg: 4.32 3.71 3.73 9/180 31449
/proc/meminfo: memFree=25545040/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=404868 CPUtime=25.49 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 35034 0 0 0 2544 5 0 0 25 0 1 0 526130084 414584832 23864 33554432000 4194304 4587354 140733315853456 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=31436] ppid=31433 vsize=472464 CPUtime=4781.31 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 7215 0 0 0 478129 2 0 0 25 0 1 0 526130084 483803136 7112 33554432000 134512640 134534564 4292351616 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 118116 7112 95 6 0 116782 0
[pid=31437] ppid=31433 vsize=391676 CPUtime=4782.39 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 87059 0 0 0 478188 51 0 0 25 0 1 0 526130084 401076224 67958 33554432000 4194304 4331988 140734140433568 18446744073709551615 4210384 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 97919 67958 175 34 0 96361 0
[pid=31438] ppid=31433 vsize=476260 CPUtime=19102.7 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 3026021 1259 0 0 1909856 413 0 0 18 0 5 0 526130084 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 119065 107490 163 40 0 117609 0
[pid=31438/tid=31445] ppid=31433 vsize=476260 CPUtime=4782.2 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 828790 1259 0 0 478101 119 0 0 25 0 5 0 526130104 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=476260 CPUtime=4782.09 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 752514 1259 0 0 478110 99 0 0 25 0 5 0 526130104 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=476260 CPUtime=4782.05 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 819453 1259 0 0 478098 107 0 0 25 0 5 0 526130104 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=476260 CPUtime=4756.12 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 616479 1259 0 0 475527 85 0 0 25 0 5 0 526130104 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.2
Current children cumulated vsize (KiB) 2472236

[startup+4842.3 s]
/proc/loadavg: 8.11 8.07 8.00 9/180 31589
/proc/meminfo: memFree=24259456/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=681892 CPUtime=4842.4 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 1501199 0 0 0 483597 643 0 0 25 0 1 0 526130084 698257408 92317 33554432000 4194304 4587354 140733315853456 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31434/statm: 170473 92317 337 96 0 167035 0
[pid=31435] ppid=31433 vsize=413808 CPUtime=4842.41 cores=1
/proc/31435/stat : 31435 (clasp) R 31433 31433 31407 0 -1 4202496 98661 0 0 0 484204 37 0 0 25 0 1 0 526130084 423739392 96781 33554432000 4194304 4785740 140734068465904 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31435/statm: 103452 96781 341 145 0 100497 0
[pid=31436] ppid=31433 vsize=472464 CPUtime=4841.3 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 7215 0 0 0 484128 2 0 0 25 0 1 0 526130084 483803136 7112 33554432000 134512640 134534564 4292351616 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 118116 7112 95 6 0 116782 0
[pid=31437] ppid=31433 vsize=391676 CPUtime=4842.4 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 87880 0 0 0 484188 52 0 0 25 0 1 0 526130084 401076224 68779 33554432000 4194304 4331988 140734140433568 18446744073709551615 4246712 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 97919 68779 175 34 0 96361 0
[pid=31438] ppid=31433 vsize=588900 CPUtime=19342.4 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 3074149 1259 0 0 1933819 418 0 0 18 0 5 0 526130084 603033600 135650 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 147225 135650 163 40 0 145769 0
[pid=31438/tid=31445] ppid=31433 vsize=588900 CPUtime=4842.21 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 842102 1259 0 0 484100 121 0 0 25 0 5 0 526130104 603033600 135650 33554432000 4194304 4356188 140736432534944 18446744073709551615 4234377 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=588900 CPUtime=4842.08 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 758658 1259 0 0 484109 99 0 0 25 0 5 0 526130104 603033600 135650 33554432000 4194304 4356188 140736432534944 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=588900 CPUtime=4842.06 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 831741 1259 0 0 484097 109 0 0 25 0 5 0 526130104 603033600 135650 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=588900 CPUtime=4815.8 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 632863 1259 0 0 481493 87 0 0 25 0 5 0 526130104 603033600 135650 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.9
Current children cumulated vsize (KiB) 2567064

[startup+4902.3 s]
/proc/loadavg: 8.10 8.07 8.00 9/180 31591
/proc/meminfo: memFree=24284704/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=692708 CPUtime=4902.4 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 1517772 0 0 0 489589 651 0 0 25 0 1 0 526130084 709332992 96049 33554432000 4194304 4587354 140733315853456 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31434/statm: 173177 96049 337 96 0 169739 0
[pid=31435] ppid=31433 vsize=415216 CPUtime=4902.41 cores=1
/proc/31435/stat : 31435 (clasp) R 31433 31433 31407 0 -1 4202496 98973 0 0 0 490204 37 0 0 25 0 1 0 526130084 425181184 97093 33554432000 4194304 4785740 140734068465904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31435/statm: 103804 97093 341 145 0 100849 0
[pid=31436] ppid=31433 vsize=472464 CPUtime=4901.3 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 7215 0 0 0 490128 2 0 0 25 0 1 0 526130084 483803136 7112 33554432000 134512640 134534564 4292351616 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 118116 7112 95 6 0 116782 0
[pid=31437] ppid=31433 vsize=391676 CPUtime=4902.39 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 88735 0 0 0 490187 52 0 0 25 0 1 0 526130084 401076224 69634 33554432000 4194304 4331988 140734140433568 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 97919 69634 175 34 0 96361 0
[pid=31438] ppid=31433 vsize=545892 CPUtime=19582.1 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 3113573 1259 0 0 1957782 423 0 0 18 0 5 0 526130084 558993408 124898 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 136473 124898 163 40 0 135017 0
[pid=31438/tid=31445] ppid=31433 vsize=545892 CPUtime=4902.21 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 851318 1259 0 0 490099 122 0 0 25 0 5 0 526130104 558993408 124898 33554432000 4194304 4356188 140736432534944 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=545892 CPUtime=4902.08 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 769410 1259 0 0 490108 100 0 0 25 0 5 0 526130104 558993408 124898 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=545892 CPUtime=4902.06 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 846077 1259 0 0 490096 110 0 0 25 0 5 0 526130104 558993408 124898 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=545892 CPUtime=4875.48 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 637983 1259 0 0 487460 88 0 0 25 0 5 0 526130104 558993408 124898 33554432000 4194304 4356188 140736432534944 18446744073709551615 4233966 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.5
Current children cumulated vsize (KiB) 2536280

[startup+4962.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/180 31592
/proc/meminfo: memFree=24329300/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=692140 CPUtime=4962.41 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 1535373 0 0 0 495580 661 0 0 25 0 1 0 526130084 708751360 100828 33554432000 4194304 4587354 140733315853456 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31434/statm: 173035 100828 337 96 0 169597 0
[pid=31435] ppid=31433 vsize=416908 CPUtime=4962.41 cores=1
/proc/31435/stat : 31435 (clasp) R 31433 31433 31407 0 -1 4202496 99342 0 0 0 496204 37 0 0 25 0 1 0 526130084 426913792 97462 33554432000 4194304 4785740 140734068465904 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31435/statm: 104227 97462 341 145 0 101272 0
[pid=31436] ppid=31433 vsize=472464 CPUtime=4961.3 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 7215 0 0 0 496128 2 0 0 25 0 1 0 526130084 483803136 7112 33554432000 134512640 134534564 4292351616 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 118116 7112 95 6 0 116782 0
[pid=31437] ppid=31433 vsize=391676 CPUtime=4962.4 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 89584 0 0 0 496187 53 0 0 25 0 1 0 526130084 401076224 70483 33554432000 4194304 4331988 140734140433568 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 97919 70483 175 34 0 96361 0
[pid=31438] ppid=31433 vsize=476260 CPUtime=19821.7 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 3155557 1259 0 0 1981744 428 0 0 18 0 5 0 526130084 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 119065 107490 163 40 0 117609 0
[pid=31438/tid=31445] ppid=31433 vsize=476260 CPUtime=4962.21 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 860534 1259 0 0 496098 123 0 0 25 0 5 0 526130104 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=476260 CPUtime=4962.08 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 778626 1259 0 0 496106 102 0 0 25 0 5 0 526130104 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=476260 CPUtime=4962.06 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 858365 1259 0 0 496094 112 0 0 25 0 5 0 526130104 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=476260 CPUtime=4935.14 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 649247 1259 0 0 493425 89 0 0 25 0 5 0 526130104 487690240 107490 33554432000 4194304 4356188 140736432534944 18446744073709551615 4281690 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.2
Current children cumulated vsize (KiB) 2467772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.12 8.07 8.00 9/180 31594
/proc/meminfo: memFree=24264160/32951124 swapFree=67051468/67111528
[pid=31433] ppid=31431 vsize=18324 CPUtime=0 cores=0-7
/proc/31433/stat : 31433 (ppfolio) S 31431 31433 31407 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526130083 18763776 389 33554432000 4194304 4287625 140733738512544 18446744073709551615 218370977295 0 0 4096 65536 4511436813109297151 0 0 17 4 0 0 0
/proc/31433/statm: 4581 389 341 23 0 91 0
[pid=31434] ppid=31433 vsize=704508 CPUtime=5003.71 cores=0
/proc/31434/stat : 31434 (cryptominisat) R 31433 31433 31407 0 -1 4202496 1546430 0 0 0 499704 667 0 0 25 0 1 0 526130084 721416192 99177 33554432000 4194304 4587354 140733315853456 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31434/statm: 176127 99177 337 96 0 172689 0
[pid=31435] ppid=31433 vsize=421368 CPUtime=5003.72 cores=1
/proc/31435/stat : 31435 (clasp) R 31433 31433 31407 0 -1 4202496 100403 0 0 0 500335 37 0 0 25 0 1 0 526130084 431480832 98523 33554432000 4194304 4785740 140734068465904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31435/statm: 105342 98523 341 145 0 102387 0
[pid=31436] ppid=31433 vsize=472464 CPUtime=5002.6 cores=2
/proc/31436/stat : 31436 (TNM) R 31433 31433 31407 0 -1 4202496 7215 0 0 0 500258 2 0 0 25 0 1 0 526130084 483803136 7112 33554432000 134512640 134534564 4292351616 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31436/statm: 118116 7112 95 6 0 116782 0
[pid=31437] ppid=31433 vsize=391676 CPUtime=5003.7 cores=3
/proc/31437/stat : 31437 (march_hi) R 31433 31433 31407 0 -1 4202496 90175 0 0 0 500317 53 0 0 25 0 1 0 526130084 401076224 71074 33554432000 4194304 4331988 140734140433568 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31437/statm: 97919 71074 175 34 0 96361 0
[pid=31438] ppid=31433 vsize=525412 CPUtime=19986.7 cores=4-7
/proc/31438/stat : 31438 (plingeling) S 31433 31433 31407 0 -1 4202496 3184229 1259 0 0 1998241 432 0 0 18 0 5 0 526130084 538021888 119778 33554432000 4194304 4356188 140736432534944 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31438/statm: 131353 119778 163 40 0 129897 0
[pid=31438/tid=31445] ppid=31433 vsize=525412 CPUtime=5003.52 cores=4-7
/proc/31438/task/31445/stat : 31445 (plingeling) R 31433 31433 31407 0 -1 4202560 869750 1259 0 0 500228 124 0 0 25 0 5 0 526130104 538021888 119778 33554432000 4194304 4356188 140736432534944 18446744073709551615 4336560 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31438/tid=31446] ppid=31433 vsize=525412 CPUtime=5003.39 cores=4-7
/proc/31438/task/31446/stat : 31446 (plingeling) R 31433 31433 31407 0 -1 4202560 787842 1259 0 0 500236 103 0 0 25 0 5 0 526130104 538021888 119778 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31438/tid=31447] ppid=31433 vsize=525412 CPUtime=5003.37 cores=4-7
/proc/31438/task/31447/stat : 31447 (plingeling) R 31433 31433 31407 0 -1 4202560 864509 1259 0 0 500224 113 0 0 25 0 5 0 526130104 538021888 119778 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31438/tid=31448] ppid=31433 vsize=525412 CPUtime=4976.23 cores=4-7
/proc/31438/task/31448/stat : 31448 (plingeling) R 31433 31433 31407 0 -1 4202560 653343 1259 0 0 497533 90 0 0 25 0 5 0 526130104 538021888 119778 33554432000 4194304 4356188 140736432534944 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 2533752

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 31433 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=584491
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=27995
# CPU time returned by wait4() is 5002.61
# 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): 39988.6
CPU system time (s): 11.91
CPU usage (%): 799.431
Max. virtual memory (cumulated for all children) (KiB): 2803876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.58
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7737
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= 577
involuntary context switches= 13864

runsolver used 7.62684 second user time and 19.673 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 08:34:33
IDJOB=3275096
IDBENCH=71425
IDSOLVER=1638
FILE ID=node101/3275096-1304145273
RUNJOBID= node101-1304145273-31421
PBS_JOBID= 13170875
Free space on /tmp= 72156 MiB

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

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

MD5SUM BENCH= e4e4b653016e98f210aa8da2214e783a
RANDOM SEED=1613929167

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25861584 kB
Buffers:       1919216 kB
Cached:        4692264 kB
SwapCached:      30424 kB
Active:        1771032 kB
Inactive:      4873528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25861584 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           14160 kB
Writeback:           0 kB
AnonPages:       24712 kB
Mapped:           8372 kB
Slab:           379960 kB
PageTables:       4512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187276 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= 72144 MiB
End job on node101 at 2011-04-30 09:57:59