Trace number 3372494

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 358.701 46.3108

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3987
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

358.68/46.31	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-3372494-1305438617/watcher-3372494-1305438617 -o /tmp/evaluation-result-3372494-1305438617/solver-3372494-1305438617 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372494-1305438617.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: 5.36 7.21 7.23 1/294 28577
/proc/meminfo: memFree=11902496/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=18408 CPUtime=0 cores=0-7
/proc/28577/stat : 28577 (plingeling) R 28575 28577 28338 0 -1 4202496 2683 1251 0 0 0 0 0 0 21 0 1 0 655459601 18849792 2615 33554432000 4194304 4417452 140734097943824 18446744073709551615 255376995294 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28577/statm: 4602 2625 148 55 0 2488 0

[startup+0.0807209 s]
/proc/loadavg: 5.36 7.21 7.23 1/294 28577
/proc/meminfo: memFree=11902496/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=29416 CPUtime=0.07 cores=0-7
/proc/28577/stat : 28577 (plingeling) R 28575 28577 28338 0 -1 4202496 5462 1251 0 0 7 0 0 0 21 0 1 0 655459601 30121984 5377 33554432000 4194304 4417452 140734097943824 18446744073709551615 4259140 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28577/statm: 7354 5377 148 55 0 5240 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29416

[startup+0.100705 s]
/proc/loadavg: 5.36 7.21 7.23 1/294 28577
/proc/meminfo: memFree=11902496/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=33512 CPUtime=0.09 cores=0-7
/proc/28577/stat : 28577 (plingeling) R 28575 28577 28338 0 -1 4202496 6486 1251 0 0 9 0 0 0 21 0 1 0 655459601 34316288 6401 33554432000 4194304 4417452 140734097943824 18446744073709551615 4259993 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28577/statm: 8378 6401 148 55 0 6264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33512

[startup+0.300679 s]
/proc/loadavg: 5.36 7.21 7.23 1/294 28577
/proc/meminfo: memFree=11902496/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=57260 CPUtime=0.29 cores=0-7
/proc/28577/stat : 28577 (plingeling) R 28575 28577 28338 0 -1 4202496 12556 1251 0 0 28 1 0 0 22 0 1 0 655459601 58634240 12339 33554432000 4194304 4417452 140734097943824 18446744073709551615 4232654 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28577/statm: 14315 12339 149 55 0 12201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57260

[startup+0.700606 s]
/proc/loadavg: 5.36 7.21 7.23 1/294 28577
/proc/meminfo: memFree=11902496/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=96804 CPUtime=0.69 cores=0-7
/proc/28577/stat : 28577 (plingeling) R 28575 28577 28338 0 -1 4202496 22450 1251 0 0 67 2 0 0 23 0 1 0 655459601 99127296 22225 33554432000 4194304 4417452 140734097943824 18446744073709551615 4262099 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28577/statm: 24201 22225 149 55 0 22087 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96804

[startup+1.50045 s]
/proc/loadavg: 5.01 7.11 7.19 2/295 28583
/proc/meminfo: memFree=11780976/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=195108 CPUtime=1.48 cores=0-7
/proc/28577/stat : 28577 (plingeling) R 28575 28577 28338 0 -1 4202496 47026 1251 0 0 143 5 0 0 25 0 1 0 655459601 199790592 46801 33554432000 4194304 4417452 140734097943824 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/28577/statm: 48777 46801 149 55 0 46663 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 195108

[startup+3.10112 s]
/proc/loadavg: 5.01 7.11 7.19 10/303 28591
/proc/meminfo: memFree=11697212/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=361432 CPUtime=13.68 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 62701 1251 0 0 1360 8 0 0 18 0 9 0 655459601 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 90358 52048 177 55 0 88244 0
[pid=28577/tid=28584] ppid=28575 vsize=361432 CPUtime=1.51 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 1731 1251 0 0 151 0 0 0 20 0 9 0 655459759 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 4295187 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=361432 CPUtime=1.51 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 1696 1251 0 0 151 0 0 0 25 0 9 0 655459759 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=361432 CPUtime=1.51 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 1741 1251 0 0 151 0 0 0 25 0 9 0 655459759 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 4281238 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=361432 CPUtime=1.51 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 1315 1251 0 0 151 0 0 0 23 0 9 0 655459759 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 4366523 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=361432 CPUtime=1.49 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 3035 1251 0 0 149 0 0 0 20 0 9 0 655459759 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=361432 CPUtime=1.51 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 2684 1251 0 0 151 0 0 0 23 0 9 0 655459759 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 4275777 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=361432 CPUtime=1.5 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 1728 1251 0 0 150 0 0 0 23 0 9 0 655459759 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=361432 CPUtime=1.5 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 1729 1251 0 0 150 0 0 0 23 0 9 0 655459760 370106368 52048 33554432000 4194304 4417452 140734097943824 18446744073709551615 4281238 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.68
Current children cumulated vsize (KiB) 361432

[startup+6.30052 s]
/proc/loadavg: 5.01 7.11 7.19 9/303 28591
/proc/meminfo: memFree=11660776/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=442636 CPUtime=39.21 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 96977 1251 0 0 3909 12 0 0 18 0 9 0 655459601 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 110659 59776 180 55 0 108545 0
[pid=28577/tid=28584] ppid=28575 vsize=442636 CPUtime=4.71 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 7702 1251 0 0 470 1 0 0 25 0 9 0 655459759 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 4235985 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=442636 CPUtime=4.71 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 5798 1251 0 0 470 1 0 0 25 0 9 0 655459759 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=442636 CPUtime=4.7 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 6630 1251 0 0 470 0 0 0 25 0 9 0 655459759 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=442636 CPUtime=4.7 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 1315 1251 0 0 470 0 0 0 25 0 9 0 655459759 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=442636 CPUtime=4.66 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 7105 1251 0 0 466 0 0 0 25 0 9 0 655459759 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=442636 CPUtime=4.7 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 13394 1251 0 0 469 1 0 0 25 0 9 0 655459759 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=442636 CPUtime=4.69 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 6224 1251 0 0 469 0 0 0 25 0 9 0 655459759 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=442636 CPUtime=4.7 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 1767 1251 0 0 470 0 0 0 25 0 9 0 655459760 453259264 59776 33554432000 4194304 4417452 140734097943824 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39.21
Current children cumulated vsize (KiB) 442636

[startup+12.7013 s]
/proc/loadavg: 5.55 7.15 7.21 9/303 28591
/proc/meminfo: memFree=11659920/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=446380 CPUtime=90.36 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 100704 1251 0 0 9023 13 0 0 18 0 9 0 655459601 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 111595 59965 180 55 0 109481 0
[pid=28577/tid=28584] ppid=28575 vsize=446380 CPUtime=11.11 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 7702 1251 0 0 1110 1 0 0 25 0 9 0 655459759 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=446380 CPUtime=11.11 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 5798 1251 0 0 1110 1 0 0 25 0 9 0 655459759 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=446380 CPUtime=11.1 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 7070 1251 0 0 1110 0 0 0 25 0 9 0 655459759 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=446380 CPUtime=11.09 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 2292 1251 0 0 1109 0 0 0 25 0 9 0 655459759 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=446380 CPUtime=11 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 7105 1251 0 0 1100 0 0 0 25 0 9 0 655459759 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=446380 CPUtime=11.1 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 13575 1251 0 0 1109 1 0 0 25 0 9 0 655459759 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 4265489 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=446380 CPUtime=11.1 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 6224 1251 0 0 1110 0 0 0 25 0 9 0 655459759 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=446380 CPUtime=11.1 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 3896 1251 0 0 1110 0 0 0 25 0 9 0 655459760 457093120 59965 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 90.36
Current children cumulated vsize (KiB) 446380

[startup+25.501 s]
/proc/loadavg: 5.93 7.18 7.21 9/303 28592
/proc/meminfo: memFree=11602528/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=504652 CPUtime=192.62 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 124851 1251 0 0 19246 16 0 0 18 0 9 0 655459601 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 126163 75155 180 55 0 124049 0
[pid=28577/tid=28584] ppid=28575 vsize=504652 CPUtime=23.9 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 8804 1251 0 0 2389 1 0 0 25 0 9 0 655459759 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 4259095 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=504652 CPUtime=23.91 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 6682 1251 0 0 2390 1 0 0 25 0 9 0 655459759 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=504652 CPUtime=23.91 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 11006 1251 0 0 2390 1 0 0 25 0 9 0 655459759 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 4288172 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=504652 CPUtime=23.89 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 4666 1251 0 0 2389 0 0 0 25 0 9 0 655459759 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=504652 CPUtime=23.66 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 7368 1251 0 0 2366 0 0 0 25 0 9 0 655459759 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=504652 CPUtime=23.91 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 18595 1251 0 0 2389 2 0 0 25 0 9 0 655459759 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=504652 CPUtime=23.89 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 7501 1251 0 0 2389 0 0 0 25 0 9 0 655459759 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=504652 CPUtime=23.89 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 13187 1251 0 0 2388 1 0 0 25 0 9 0 655459760 516763648 75155 33554432000 4194304 4417452 140734097943824 18446744073709551615 4320455 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 192.62
Current children cumulated vsize (KiB) 504652

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

[startup+38.3006 s]
/proc/loadavg: 6.52 7.25 7.24 9/303 28592
/proc/meminfo: memFree=11536988/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=560272 CPUtime=294.89 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 148527 1251 0 0 29470 19 0 0 18 0 9 0 655459601 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 140068 92101 180 55 0 137954 0
[pid=28577/tid=28584] ppid=28575 vsize=560272 CPUtime=36.7 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 11248 1251 0 0 3669 1 0 0 25 0 9 0 655459759 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=560272 CPUtime=36.7 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 7927 1251 0 0 3669 1 0 0 25 0 9 0 655459759 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=560272 CPUtime=36.7 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 11816 1251 0 0 3669 1 0 0 25 0 9 0 655459759 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=560272 CPUtime=36.7 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 12576 1251 0 0 3668 2 0 0 25 0 9 0 655459759 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 4357162 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=560272 CPUtime=36.34 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 8211 1251 0 0 3634 0 0 0 25 0 9 0 655459759 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=560272 CPUtime=36.7 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 19107 1251 0 0 3668 2 0 0 25 0 9 0 655459759 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=560272 CPUtime=36.7 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 9229 1251 0 0 3669 1 0 0 25 0 9 0 655459759 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=560272 CPUtime=36.69 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 21371 1251 0 0 3667 2 0 0 25 0 9 0 655459760 573718528 92101 33554432000 4194304 4417452 140734097943824 18446744073709551615 4356884 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 294.89
Current children cumulated vsize (KiB) 560272

[startup+41.501 s]
/proc/loadavg: 6.52 7.25 7.24 9/303 28592
/proc/meminfo: memFree=11539620/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=582936 CPUtime=320.46 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 156157 1251 0 0 32026 20 0 0 18 0 9 0 655459601 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 145734 96773 180 55 0 143620 0
[pid=28577/tid=28584] ppid=28575 vsize=582936 CPUtime=39.9 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 11248 1251 0 0 3989 1 0 0 25 0 9 0 655459759 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364495 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=582936 CPUtime=39.9 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 8519 1251 0 0 3989 1 0 0 25 0 9 0 655459759 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=582936 CPUtime=39.9 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 12347 1251 0 0 3989 1 0 0 25 0 9 0 655459759 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 4277488 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=582936 CPUtime=39.9 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 12576 1251 0 0 3988 2 0 0 25 0 9 0 655459759 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=582936 CPUtime=39.51 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 9538 1251 0 0 3951 0 0 0 25 0 9 0 655459759 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=582936 CPUtime=39.9 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 19619 1251 0 0 3988 2 0 0 25 0 9 0 655459759 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 4357150 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=582936 CPUtime=39.89 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 11935 1251 0 0 3988 1 0 0 25 0 9 0 655459759 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=582936 CPUtime=39.9 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 23333 1251 0 0 3987 3 0 0 25 0 9 0 655459760 596926464 96773 33554432000 4194304 4417452 140734097943824 18446744073709551615 4277628 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 320.46
Current children cumulated vsize (KiB) 582936

[startup+44.7004 s]
/proc/loadavg: 6.72 7.28 7.25 9/303 28592
/proc/meminfo: memFree=11514696/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=584544 CPUtime=346.02 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 156759 1251 0 0 34582 20 0 0 18 0 9 0 655459601 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 146136 96795 180 55 0 144022 0
[pid=28577/tid=28584] ppid=28575 vsize=584544 CPUtime=43.1 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 11777 1251 0 0 4309 1 0 0 25 0 9 0 655459759 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=584544 CPUtime=43.1 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 8538 1251 0 0 4309 1 0 0 25 0 9 0 655459759 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 4277740 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=584544 CPUtime=43.1 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 12347 1251 0 0 4309 1 0 0 25 0 9 0 655459759 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=584544 CPUtime=43.1 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 12576 1251 0 0 4308 2 0 0 25 0 9 0 655459759 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=584544 CPUtime=42.68 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 9556 1251 0 0 4268 0 0 0 25 0 9 0 655459759 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 4264166 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=584544 CPUtime=43.1 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 19637 1251 0 0 4308 2 0 0 25 0 9 0 655459759 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=584544 CPUtime=43.09 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 11953 1251 0 0 4308 1 0 0 25 0 9 0 655459759 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 4278211 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=584544 CPUtime=43.1 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 23333 1251 0 0 4307 3 0 0 25 0 9 0 655459760 598573056 96795 33554432000 4194304 4417452 140734097943824 18446744073709551615 4366447 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 346.02
Current children cumulated vsize (KiB) 584544

[startup+45.5013 s]
/proc/loadavg: 6.72 7.28 7.25 9/303 28592
/proc/meminfo: memFree=11514820/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=584520 CPUtime=352.42 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 157149 1251 0 0 35221 21 0 0 18 0 9 0 655459601 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 146130 97179 180 55 0 144016 0
[pid=28577/tid=28584] ppid=28575 vsize=584520 CPUtime=43.9 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 11777 1251 0 0 4389 1 0 0 25 0 9 0 655459759 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236755 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=584520 CPUtime=43.9 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 8538 1251 0 0 4389 1 0 0 25 0 9 0 655459759 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=584520 CPUtime=43.91 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 12347 1251 0 0 4390 1 0 0 25 0 9 0 655459759 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=584520 CPUtime=43.9 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 12576 1251 0 0 4388 2 0 0 25 0 9 0 655459759 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=584520 CPUtime=43.48 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 9556 1251 0 0 4347 1 0 0 25 0 9 0 655459759 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 4320831 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=584520 CPUtime=43.9 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 19637 1251 0 0 4388 2 0 0 25 0 9 0 655459759 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 4278211 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=584520 CPUtime=43.9 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 11953 1251 0 0 4389 1 0 0 25 0 9 0 655459759 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=584520 CPUtime=43.9 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 23723 1251 0 0 4387 3 0 0 25 0 9 0 655459760 598548480 97179 33554432000 4194304 4417452 140734097943824 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 352.42
Current children cumulated vsize (KiB) 584520

[startup+45.9012 s]
/proc/loadavg: 6.72 7.28 7.25 9/303 28592
/proc/meminfo: memFree=11514820/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=584496 CPUtime=355.62 cores=0-7
/proc/28577/stat : 28577 (plingeling) S 28575 28577 28338 0 -1 4202496 157618 1251 0 0 35541 21 0 0 18 0 9 0 655459601 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28577/statm: 146124 97642 180 55 0 144010 0
[pid=28577/tid=28584] ppid=28575 vsize=584496 CPUtime=44.3 cores=0-7
/proc/28577/task/28584/stat : 28584 (plingeling) R 28575 28577 28338 0 -1 4202560 11777 1251 0 0 4429 1 0 0 25 0 9 0 655459759 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28577/tid=28585] ppid=28575 vsize=584496 CPUtime=44.3 cores=0-7
/proc/28577/task/28585/stat : 28585 (plingeling) R 28575 28577 28338 0 -1 4202560 8538 1251 0 0 4429 1 0 0 25 0 9 0 655459759 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28577/tid=28586] ppid=28575 vsize=584496 CPUtime=44.31 cores=0-7
/proc/28577/task/28586/stat : 28586 (plingeling) R 28575 28577 28338 0 -1 4202560 12347 1251 0 0 4430 1 0 0 25 0 9 0 655459759 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 4250541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28577/tid=28587] ppid=28575 vsize=584496 CPUtime=44.3 cores=0-7
/proc/28577/task/28587/stat : 28587 (plingeling) R 28575 28577 28338 0 -1 4202560 12576 1251 0 0 4428 2 0 0 25 0 9 0 655459759 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 4357314 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28577/tid=28588] ppid=28575 vsize=584496 CPUtime=43.88 cores=0-7
/proc/28577/task/28588/stat : 28588 (plingeling) R 28575 28577 28338 0 -1 4202560 9556 1251 0 0 4387 1 0 0 25 0 9 0 655459759 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28577/tid=28589] ppid=28575 vsize=584496 CPUtime=44.3 cores=0-7
/proc/28577/task/28589/stat : 28589 (plingeling) R 28575 28577 28338 0 -1 4202560 19637 1251 0 0 4428 2 0 0 25 0 9 0 655459759 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28577/tid=28590] ppid=28575 vsize=584496 CPUtime=44.3 cores=0-7
/proc/28577/task/28590/stat : 28590 (plingeling) R 28575 28577 28338 0 -1 4202560 11953 1251 0 0 4429 1 0 0 25 0 9 0 655459759 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 4262955 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28577/tid=28591] ppid=28575 vsize=584496 CPUtime=44.3 cores=0-7
/proc/28577/task/28591/stat : 28591 (plingeling) R 28575 28577 28338 0 -1 4202560 24192 1251 0 0 4427 3 0 0 25 0 9 0 655459760 598523904 97642 33554432000 4194304 4417452 140734097943824 18446744073709551615 4358737 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 355.62
Current children cumulated vsize (KiB) 584496

[startup+46.3012 s]
/proc/loadavg: 6.82 7.29 7.25 9/303 28592
/proc/meminfo: memFree=11512240/32951124 swapFree=66050672/67111528
[pid=28577] ppid=28575 vsize=364136 CPUtime=358.68 cores=0-7
/proc/28577/stat : 28577 (plingeling) R 28575 28577 28338 0 -1 4202496 157619 1251 0 0 35846 22 0 0 17 0 1 0 655459601 372875264 53621 33554432000 4194304 4417452 140734097943824 18446744073709551615 255377344647 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28577/statm: 91034 53109 181 55 0 88920 0
Current children cumulated CPU time (s) 358.68
Current children cumulated vsize (KiB) 364136

Child status: 20
Real time (s): 46.3108
CPU time (s): 358.701
CPU user time (s): 358.467
CPU system time (s): 0.233964
CPU usage (%): 774.553
Max. virtual memory (cumulated for all children) (KiB): 584984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 358.468
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158873
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= 248
involuntary context switches= 3086

runsolver used 0.143978 second user time and 0.321951 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 07:50:17
IDJOB=3372494
IDBENCH=82420
IDSOLVER=1851
FILE ID=node135/3372494-1305438617
RUNJOBID= node135-1305436652-28352
PBS_JOBID= 13324754
Free space on /tmp= 73356 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372494-1305438617/watcher-3372494-1305438617 -o /tmp/evaluation-result-3372494-1305438617/solver-3372494-1305438617 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372494-1305438617.cnf

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=661042218

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11903024 kB
Buffers:        290416 kB
Cached:        6096812 kB
SwapCached:      50684 kB
Active:        9941928 kB
Inactive:     10857352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11903024 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           15596 kB
Writeback:         152 kB
AnonPages:    14367220 kB
Mapped:          18396 kB
Slab:           138276 kB
PageTables:      46712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57033460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73356 MiB
End job on node135 at 2011-05-15 07:51:04