Trace number 3371418

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
Plingeling 587f (fixed)UNSAT 2452.71 621.414

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

2452.43/621.40	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3371418-1305421638/watcher-3371418-1305421638 -o /tmp/evaluation-result-3371418-1305421638/solver-3371418-1305421638 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371418-1305421638.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.30 7.41 7.80 5/354 23321
/proc/meminfo: memFree=23540368/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=17268 CPUtime=0 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) R 23319 23321 22319 0 -1 4202496 2394 1260 0 0 0 0 0 0 21 0 1 0 653761065 17682432 2323 33554432000 4194304 4417452 140735692014736 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23321/statm: 4317 2323 147 55 0 2203 0

[startup+0.03471 s]
/proc/loadavg: 5.30 7.41 7.80 5/354 23321
/proc/meminfo: memFree=23540368/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=21780 CPUtime=0.03 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) R 23319 23321 22319 0 -1 4202496 3507 1260 0 0 3 0 0 0 21 0 1 0 653761065 22302720 3436 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236759 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23321/statm: 5445 3436 148 55 0 3331 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21780

[startup+0.104631 s]
/proc/loadavg: 5.30 7.41 7.80 5/354 23321
/proc/meminfo: memFree=23540368/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=26536 CPUtime=0.09 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) R 23319 23321 22319 0 -1 4202496 4713 1260 0 0 9 0 0 0 22 0 1 0 653761065 27172864 4642 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236634 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/23321/statm: 6634 4642 149 55 0 4520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26536

[startup+0.300657 s]
/proc/loadavg: 5.30 7.41 7.80 5/354 23321
/proc/meminfo: memFree=23540368/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=39372 CPUtime=0.28 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) R 23319 23321 22319 0 -1 4202496 7938 1260 0 0 28 0 0 0 22 0 1 0 653761065 40316928 7867 33554432000 4194304 4417452 140735692014736 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23321/statm: 9843 7867 149 55 0 7729 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 39372

[startup+0.700582 s]
/proc/loadavg: 5.30 7.41 7.80 5/354 23321
/proc/meminfo: memFree=23540368/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=75872 CPUtime=0.69 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) R 23319 23321 22319 0 -1 4202496 17063 1260 0 0 67 2 0 0 23 0 1 0 653761065 77692928 16992 33554432000 4194304 4417452 140735692014736 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23321/statm: 18968 16992 149 55 0 16854 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75872

[startup+1.50036 s]
/proc/loadavg: 5.30 7.41 7.80 7/355 23327
/proc/meminfo: memFree=23488784/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=128356 CPUtime=1.48 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) R 23319 23321 22319 0 -1 4202496 30184 1260 0 0 145 3 0 0 25 0 1 0 653761065 131436544 30113 33554432000 4194304 4417452 140735692014736 18446744073709551615 254500310617 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/23321/statm: 32089 30113 149 55 0 29975 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 128356

[startup+3.1011 s]
/proc/loadavg: 5.30 7.41 7.80 7/355 23327
/proc/meminfo: memFree=23351764/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=365792 CPUtime=3.08 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) R 23319 23321 22319 0 -1 4202496 89576 1260 0 0 297 11 0 0 25 0 1 0 653761065 374571008 89472 33554432000 4194304 4417452 140735692014736 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23321/statm: 91448 89472 149 55 0 89334 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 365792

[startup+6.30047 s]
/proc/loadavg: 5.28 7.37 7.79 6/355 23327
/proc/meminfo: memFree=22873880/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=711408 CPUtime=6.28 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) R 23319 23321 22319 0 -1 4202496 176108 1260 0 0 605 23 0 0 25 0 1 0 653761065 728481792 175876 33554432000 4194304 4417452 140735692014736 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23321/statm: 177852 175876 149 55 0 175738 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 711408

[startup+12.7011 s]
/proc/loadavg: 5.49 7.38 7.79 10/359 23331
/proc/meminfo: memFree=22732068/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=864792 CPUtime=25.13 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 263887 1260 0 0 2475 38 0 0 25 0 5 0 653761065 885547008 199475 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 216198 199475 172 55 0 214084 0
[pid=23321/tid=23328] ppid=23319 vsize=864792 CPUtime=4.16 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 12287 1260 0 0 415 1 0 0 25 0 5 0 653761917 885547008 199475 33554432000 4194304 4417452 140735692014736 18446744073709551615 4290699 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=864792 CPUtime=4.14 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 12269 1260 0 0 413 1 0 0 25 0 5 0 653761917 885547008 199475 33554432000 4194304 4417452 140735692014736 18446744073709551615 4291366 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=864792 CPUtime=4.17 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 12174 1260 0 0 415 2 0 0 25 0 5 0 653761917 885547008 199475 33554432000 4194304 4417452 140735692014736 18446744073709551615 4291076 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=864792 CPUtime=4.11 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 9565 1260 0 0 410 1 0 0 25 0 5 0 653761917 885547008 199475 33554432000 4194304 4417452 140735692014736 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 864792

[startup+25.5006 s]
/proc/loadavg: 6.05 7.41 7.79 10/359 23332
/proc/meminfo: memFree=22736840/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=864500 CPUtime=76.16 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 399116 1260 0 0 7558 58 0 0 25 0 5 0 653761065 885248000 193900 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 216125 193900 180 55 0 214011 0
[pid=23321/tid=23328] ppid=23319 vsize=864500 CPUtime=16.96 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 52749 1260 0 0 1687 9 0 0 25 0 5 0 653761917 885248000 193900 33554432000 4194304 4417452 140735692014736 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=864500 CPUtime=16.93 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 58992 1260 0 0 1684 9 0 0 25 0 5 0 653761917 885248000 193900 33554432000 4194304 4417452 140735692014736 18446744073709551615 4258550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=864500 CPUtime=16.96 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 58524 1260 0 0 1689 7 0 0 25 0 5 0 653761917 885248000 193900 33554432000 4194304 4417452 140735692014736 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=864500 CPUtime=16.76 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 11259 1260 0 0 1675 1 0 0 25 0 5 0 653761917 885248000 193900 33554432000 4194304 4417452 140735692014736 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76.16
Current children cumulated vsize (KiB) 864500

[startup+51.1005 s]
/proc/loadavg: 6.71 7.46 7.80 10/359 23332
/proc/meminfo: memFree=22621580/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=869032 CPUtime=178.26 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 403976 1260 0 0 17767 59 0 0 25 0 5 0 653761065 889888768 197298 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 217258 197298 180 55 0 215144 0
[pid=23321/tid=23328] ppid=23319 vsize=869032 CPUtime=42.56 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 53771 1260 0 0 4247 9 0 0 25 0 5 0 653761917 889888768 197298 33554432000 4194304 4417452 140735692014736 18446744073709551615 4232623 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=869032 CPUtime=42.53 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 61555 1260 0 0 4244 9 0 0 25 0 5 0 653761917 889888768 197298 33554432000 4194304 4417452 140735692014736 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=869032 CPUtime=42.56 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 58524 1260 0 0 4249 7 0 0 25 0 5 0 653761917 889888768 197298 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=869032 CPUtime=42.07 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 12534 1260 0 0 4205 2 0 0 25 0 5 0 653761917 889888768 197298 33554432000 4194304 4417452 140735692014736 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 178.26
Current children cumulated vsize (KiB) 869032

[startup+102.313 s]
/proc/loadavg: 7.48 7.55 7.81 10/359 23334
/proc/meminfo: memFree=22440028/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=967192 CPUtime=382.49 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 461020 1260 0 0 38183 66 0 0 25 0 5 0 653761065 990404608 215180 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 241798 215180 180 55 0 239684 0
[pid=23321/tid=23328] ppid=23319 vsize=967192 CPUtime=93.78 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 65434 1260 0 0 9368 10 0 0 25 0 5 0 653761917 990404608 215180 33554432000 4194304 4417452 140735692014736 18446744073709551615 4280698 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=967192 CPUtime=93.75 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 67797 1260 0 0 9365 10 0 0 25 0 5 0 653761917 990404608 215180 33554432000 4194304 4417452 140735692014736 18446744073709551615 4277446 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=967192 CPUtime=93.75 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 97660 1260 0 0 9363 12 0 0 25 0 5 0 653761917 990404608 215180 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=967192 CPUtime=92.67 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 12537 1260 0 0 9265 2 0 0 25 0 5 0 653761917 990404608 215180 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 382.49
Current children cumulated vsize (KiB) 967192

[startup+162.3 s]
/proc/loadavg: 7.89 7.66 7.83 10/359 23335
/proc/meminfo: memFree=22300760/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=988080 CPUtime=621.76 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 564988 1260 0 0 62096 80 0 0 25 0 5 0 653761065 1011793920 221802 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 247020 221802 180 55 0 244906 0
[pid=23321/tid=23328] ppid=23319 vsize=988080 CPUtime=153.76 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 118762 1260 0 0 15360 16 0 0 25 0 5 0 653761917 1011793920 221802 33554432000 4194304 4417452 140735692014736 18446744073709551615 4281860 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=988080 CPUtime=153.74 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 110481 1260 0 0 15358 16 0 0 25 0 5 0 653761917 1011793920 221802 33554432000 4194304 4417452 140735692014736 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=988080 CPUtime=153.74 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 100160 1260 0 0 15361 13 0 0 25 0 5 0 653761917 1011793920 221802 33554432000 4194304 4417452 140735692014736 18446744073709551615 4365111 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=988080 CPUtime=151.97 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 17993 1260 0 0 15195 2 0 0 25 0 5 0 653761917 1011793920 221802 33554432000 4194304 4417452 140735692014736 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 621.76
Current children cumulated vsize (KiB) 988080

[startup+222.3 s]
/proc/loadavg: 7.99 7.73 7.84 10/359 23337
/proc/meminfo: memFree=22211956/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1000268 CPUtime=861.04 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 593198 1260 0 0 86020 84 0 0 25 0 5 0 653761065 1024274432 229922 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 250067 229922 180 55 0 247953 0
[pid=23321/tid=23328] ppid=23319 vsize=1000268 CPUtime=213.77 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 131217 1260 0 0 21358 19 0 0 25 0 5 0 653761917 1024274432 229922 33554432000 4194304 4417452 140735692014736 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1000268 CPUtime=213.75 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 122398 1260 0 0 21357 18 0 0 25 0 5 0 653761917 1024274432 229922 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1000268 CPUtime=213.73 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 100160 1260 0 0 21360 13 0 0 25 0 5 0 653761917 1024274432 229922 33554432000 4194304 4417452 140735692014736 18446744073709551615 4353531 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1000268 CPUtime=211.26 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 21831 1260 0 0 21123 3 0 0 25 0 5 0 653761917 1024274432 229922 33554432000 4194304 4417452 140735692014736 18446744073709551615 4357436 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 861.04
Current children cumulated vsize (KiB) 1000268

[startup+282.301 s]
/proc/loadavg: 8.07 7.81 7.86 10/359 23339
/proc/meminfo: memFree=22055316/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1046908 CPUtime=1100.33 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 752341 1260 0 0 109929 104 0 0 25 0 5 0 653761065 1072033792 247903 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 261727 247903 180 55 0 259613 0
[pid=23321/tid=23328] ppid=23319 vsize=1046908 CPUtime=273.77 cores=0,2,4,6

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

[pid=23321/tid=23330] ppid=23319 vsize=1223152 CPUtime=513.68 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 51341 27 0 0 25 0 5 0 653761917 1252507648 284131 33554432000 4194304 4417452 140735692014736 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1223152 CPUtime=507.8 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 54265 1260 0 0 50773 7 0 0 25 0 5 0 653761917 1252507648 284131 33554432000 4194304 4417452 140735692014736 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2057.55
Current children cumulated vsize (KiB) 1223152

[startup+582.301 s]
/proc/loadavg: 7.99 7.91 7.89 9/359 23527
/proc/meminfo: memFree=22606036/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1222968 CPUtime=2296.86 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1033006 1260 0 0 229542 144 0 0 25 0 5 0 653761065 1252319232 283918 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 305742 283918 180 55 0 303628 0
[pid=23321/tid=23328] ppid=23319 vsize=1222968 CPUtime=573.79 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 310840 1260 0 0 57338 41 0 0 25 0 5 0 653761917 1252319232 283918 33554432000 4194304 4417452 140735692014736 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1222968 CPUtime=573.75 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 253297 1260 0 0 57338 37 0 0 25 0 5 0 653761917 1252319232 283918 33554432000 4194304 4417452 140735692014736 18446744073709551615 4265437 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1222968 CPUtime=573.67 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 57340 27 0 0 25 0 5 0 653761917 1252319232 283918 33554432000 4194304 4417452 140735692014736 18446744073709551615 4232656 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1222968 CPUtime=567.11 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 57357 1260 0 0 56704 7 0 0 25 0 5 0 653761917 1252319232 283918 33554432000 4194304 4417452 140735692014736 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2296.86
Current children cumulated vsize (KiB) 1222968

Solver just ended. Dumping a history of the last processes samples

[startup+588.701 s]
/proc/loadavg: 7.99 7.91 7.89 9/359 23527
/proc/meminfo: memFree=22615808/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1222968 CPUtime=2322.38 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1033006 1260 0 0 232094 144 0 0 25 0 5 0 653761065 1252319232 280885 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 305742 280885 180 55 0 303628 0
[pid=23321/tid=23328] ppid=23319 vsize=1222968 CPUtime=580.19 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 310840 1260 0 0 57978 41 0 0 25 0 5 0 653761917 1252319232 280885 33554432000 4194304 4417452 140735692014736 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1222968 CPUtime=580.15 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 253297 1260 0 0 57978 37 0 0 25 0 5 0 653761917 1252319232 280885 33554432000 4194304 4417452 140735692014736 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1222968 CPUtime=580.07 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 57980 27 0 0 25 0 5 0 653761917 1252319232 280885 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1222968 CPUtime=573.43 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 57357 1260 0 0 57336 7 0 0 25 0 5 0 653761917 1252319232 280885 33554432000 4194304 4417452 140735692014736 18446744073709551615 4357552 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2322.38
Current children cumulated vsize (KiB) 1222968

[startup+601.501 s]
/proc/loadavg: 8.06 7.93 7.89 9/359 23527
/proc/meminfo: memFree=22579096/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1236220 CPUtime=2373.45 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1037111 1260 0 0 237201 144 0 0 25 0 5 0 653761065 1265889280 283711 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 309055 283711 180 55 0 306941 0
[pid=23321/tid=23328] ppid=23319 vsize=1236220 CPUtime=592.99 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 311721 1260 0 0 59258 41 0 0 25 0 5 0 653761917 1265889280 283711 33554432000 4194304 4417452 140735692014736 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1236220 CPUtime=592.95 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 253297 1260 0 0 59258 37 0 0 25 0 5 0 653761917 1265889280 283711 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1236220 CPUtime=592.87 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 59260 27 0 0 25 0 5 0 653761917 1265889280 283711 33554432000 4194304 4417452 140735692014736 18446744073709551615 4353543 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1236220 CPUtime=586.09 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 60581 1260 0 0 58602 7 0 0 25 0 5 0 653761917 1265889280 283711 33554432000 4194304 4417452 140735692014736 18446744073709551615 4232580 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2373.45
Current children cumulated vsize (KiB) 1236220

[startup+614.3 s]
/proc/loadavg: 8.05 7.94 7.90 9/359 23527
/proc/meminfo: memFree=22589380/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1236176 CPUtime=2424.49 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1037111 1260 0 0 242305 144 0 0 25 0 5 0 653761065 1265844224 283700 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 309044 283700 180 55 0 306930 0
[pid=23321/tid=23328] ppid=23319 vsize=1236176 CPUtime=605.79 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 311721 1260 0 0 60538 41 0 0 25 0 5 0 653761917 1265844224 283700 33554432000 4194304 4417452 140735692014736 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1236176 CPUtime=605.75 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 253297 1260 0 0 60538 37 0 0 25 0 5 0 653761917 1265844224 283700 33554432000 4194304 4417452 140735692014736 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1236176 CPUtime=605.67 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 60540 27 0 0 25 0 5 0 653761917 1265844224 283700 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1236176 CPUtime=598.74 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 60581 1260 0 0 59867 7 0 0 25 0 5 0 653761917 1265844224 283700 33554432000 4194304 4417452 140735692014736 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2424.49
Current children cumulated vsize (KiB) 1236176

[startup+617.501 s]
/proc/loadavg: 8.05 7.94 7.90 9/359 23527
/proc/meminfo: memFree=22559744/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1236176 CPUtime=2437.26 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1038679 1260 0 0 243582 144 0 0 25 0 5 0 653761065 1265844224 285268 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 309044 285268 180 55 0 306930 0
[pid=23321/tid=23328] ppid=23319 vsize=1236176 CPUtime=608.99 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 311721 1260 0 0 60858 41 0 0 25 0 5 0 653761917 1265844224 285268 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1236176 CPUtime=608.95 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 254865 1260 0 0 60858 37 0 0 25 0 5 0 653761917 1265844224 285268 33554432000 4194304 4417452 140735692014736 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1236176 CPUtime=608.87 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 60860 27 0 0 25 0 5 0 653761917 1265844224 285268 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1236176 CPUtime=601.9 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 60581 1260 0 0 60183 7 0 0 25 0 5 0 653761917 1265844224 285268 33554432000 4194304 4417452 140735692014736 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2437.26
Current children cumulated vsize (KiB) 1236176

[startup+619.101 s]
/proc/loadavg: 8.05 7.94 7.90 9/359 23527
/proc/meminfo: memFree=22547716/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1236176 CPUtime=2443.65 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1042899 1260 0 0 244220 145 0 0 25 0 5 0 653761065 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 309044 289488 180 55 0 306930 0
[pid=23321/tid=23328] ppid=23319 vsize=1236176 CPUtime=610.59 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 314565 1260 0 0 61018 41 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1236176 CPUtime=610.55 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 256241 1260 0 0 61018 37 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1236176 CPUtime=610.47 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 61020 27 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1236176 CPUtime=603.49 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 60581 1260 0 0 60342 7 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2443.65
Current children cumulated vsize (KiB) 1236176

[startup+620.701 s]
/proc/loadavg: 8.04 7.94 7.90 9/359 23528
/proc/meminfo: memFree=22529116/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1236176 CPUtime=2450.03 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1042899 1260 0 0 244858 145 0 0 25 0 5 0 653761065 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 309044 289488 180 55 0 306930 0
[pid=23321/tid=23328] ppid=23319 vsize=1236176 CPUtime=612.19 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 314565 1260 0 0 61178 41 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1236176 CPUtime=612.15 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 256241 1260 0 0 61178 37 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1236176 CPUtime=612.07 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 61180 27 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1236176 CPUtime=605.06 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 60581 1260 0 0 60499 7 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2450.03
Current children cumulated vsize (KiB) 1236176

[startup+621.101 s]
/proc/loadavg: 8.04 7.94 7.90 9/359 23528
/proc/meminfo: memFree=22529116/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1236176 CPUtime=2451.63 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1042899 1260 0 0 245018 145 0 0 25 0 5 0 653761065 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 309044 289488 180 55 0 306930 0
[pid=23321/tid=23328] ppid=23319 vsize=1236176 CPUtime=612.59 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 314565 1260 0 0 61218 41 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1236176 CPUtime=612.55 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 256241 1260 0 0 61218 37 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1236176 CPUtime=612.47 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 61220 27 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4364495 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1236176 CPUtime=605.46 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 60581 1260 0 0 60539 7 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2451.63
Current children cumulated vsize (KiB) 1236176

[startup+621.301 s]
/proc/loadavg: 8.04 7.94 7.90 9/359 23528
/proc/meminfo: memFree=22529116/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=1236176 CPUtime=2452.43 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) S 23319 23321 22319 0 -1 4202496 1042899 1260 0 0 245098 145 0 0 25 0 5 0 653761065 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 309044 289488 180 55 0 306930 0
[pid=23321/tid=23328] ppid=23319 vsize=1236176 CPUtime=612.79 cores=0,2,4,6
/proc/23321/task/23328/stat : 23328 (plingeling) R 23319 23321 22319 0 -1 4202560 314565 1260 0 0 61238 41 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4265496 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1236176 CPUtime=612.75 cores=0,2,4,6
/proc/23321/task/23329/stat : 23329 (plingeling) R 23319 23321 22319 0 -1 4202560 256241 1260 0 0 61238 37 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1236176 CPUtime=612.67 cores=0,2,4,6
/proc/23321/task/23330/stat : 23330 (plingeling) R 23319 23321 22319 0 -1 4202560 193920 1260 0 0 61240 27 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1236176 CPUtime=605.66 cores=0,2,4,6
/proc/23321/task/23331/stat : 23331 (plingeling) R 23319 23321 22319 0 -1 4202560 60581 1260 0 0 60559 7 0 0 25 0 5 0 653761917 1265844224 289488 33554432000 4194304 4417452 140735692014736 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2452.43
Current children cumulated vsize (KiB) 1236176

[startup+621.401 s]
/proc/loadavg: 8.04 7.94 7.90 6/355 23528
/proc/meminfo: memFree=23498576/32950928 swapFree=45937192/67111528
[pid=23321] ppid=23319 vsize=0 CPUtime=2452.69 cores=0,2,4,6
/proc/23321/stat : 23321 (plingeling) Z 23319 23321 22319 0 -1 4202524 1042903 1260 0 0 245120 149 0 0 18 0 1 0 653761065 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23321/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2452.69
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 621.414
CPU time (s): 2452.71
CPU user time (s): 2451.2
CPU system time (s): 1.50077
CPU usage (%): 394.698
Max. virtual memory (cumulated for all children) (KiB): 1347708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2451.2
system time used= 1.50077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1044163
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= 199
involuntary context switches= 16929

runsolver used 1.9837 second user time and 5.2482 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 03:07:24
IDJOB=3371418
IDBENCH=82399
IDSOLVER=1848
FILE ID=node149/3371418-1305421638
RUNJOBID= node149-1305421638-23292
PBS_JOBID= 13324565
Free space on /tmp= 73352 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371418-1305421638/watcher-3371418-1305421638 -o /tmp/evaluation-result-3371418-1305421638/solver-3371418-1305421638 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371418-1305421638.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=154976381

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23540648 kB
Buffers:        314144 kB
Cached:        4156904 kB
SwapCached:      19984 kB
Active:        6862760 kB
Inactive:      2244084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23540648 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          226680 kB
Writeback:           0 kB
AnonPages:     4628144 kB
Mapped:          14428 kB
Slab:           166744 kB
PageTables:      72564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80580144 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= 73388 MiB
End job on node149 at 2011-05-15 03:17:45