Trace number 3372467

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 2815.92 355.555

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark198.951
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

2815.86/355.51	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: 977)

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-3372467-1307661598/watcher-3372467-1307661598 -o /tmp/evaluation-result-3372467-1307661598/solver-3372467-1307661598 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372467-1307661598.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: 6.57 7.59 7.73 1/165 23468
/proc/meminfo: memFree=29654428/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=12472 CPUtime=0 cores=0-7
/proc/23468/stat : 23468 (plingeling) R 23466 23468 22818 0 -1 4202496 1199 1252 0 0 0 0 0 0 21 0 1 0 877759510 12771328 1129 33554432000 4194304 4417452 140736020323168 18446744073709551615 210646840286 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23468/statm: 3154 1140 144 55 0 1040 0

[startup+0.104231 s]
/proc/loadavg: 6.57 7.59 7.73 1/165 23468
/proc/meminfo: memFree=29654428/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=24488 CPUtime=0.09 cores=0-7
/proc/23468/stat : 23468 (plingeling) R 23466 23468 22818 0 -1 4202496 4184 1252 0 0 9 0 0 0 21 0 1 0 877759510 25075712 4114 33554432000 4194304 4417452 140736020323168 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23468/statm: 6122 4114 149 55 0 4008 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24488

[startup+0.200215 s]
/proc/loadavg: 6.57 7.59 7.73 1/165 23468
/proc/meminfo: memFree=29654428/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=36444 CPUtime=0.18 cores=0-7
/proc/23468/stat : 23468 (plingeling) R 23466 23468 22818 0 -1 4202496 7189 1252 0 0 18 0 0 0 21 0 1 0 877759510 37318656 7119 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236649 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23468/statm: 9111 7119 149 55 0 6997 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 36444

[startup+0.300196 s]
/proc/loadavg: 6.57 7.59 7.73 1/165 23468
/proc/meminfo: memFree=29654428/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=61724 CPUtime=0.28 cores=0-7
/proc/23468/stat : 23468 (plingeling) R 23466 23468 22818 0 -1 4202496 13525 1252 0 0 27 1 0 0 22 0 1 0 877759510 63205376 13455 33554432000 4194304 4417452 140736020323168 18446744073709551615 4227899 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23468/statm: 15431 13455 149 55 0 13317 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61724

[startup+0.701128 s]
/proc/loadavg: 6.57 7.59 7.73 1/165 23468
/proc/meminfo: memFree=29654428/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=116480 CPUtime=0.69 cores=0-7
/proc/23468/stat : 23468 (plingeling) R 23466 23468 22818 0 -1 4202496 27234 1252 0 0 66 3 0 0 23 0 1 0 877759510 119275520 27144 33554432000 4194304 4417452 140736020323168 18446744073709551615 210647146240 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23468/statm: 29120 27144 149 55 0 27006 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116480

[startup+1.50099 s]
/proc/loadavg: 6.57 7.59 7.73 2/166 23474
/proc/meminfo: memFree=29523748/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=171808 CPUtime=1.48 cores=0-7
/proc/23468/stat : 23468 (plingeling) R 23466 23468 22818 0 -1 4202496 41188 1252 0 0 144 4 0 0 25 0 1 0 877759510 175931392 40976 33554432000 4194304 4417452 140736020323168 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23468/statm: 42952 40976 149 55 0 40838 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 171808

[startup+3.10076 s]
/proc/loadavg: 6.57 7.59 7.73 2/166 23474
/proc/meminfo: memFree=29342584/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=336548 CPUtime=3.09 cores=0-7
/proc/23468/stat : 23468 (plingeling) R 23466 23468 22818 0 -1 4202496 82373 1252 0 0 299 10 0 0 25 0 1 0 877759510 344625152 82161 33554432000 4194304 4417452 140736020323168 18446744073709551615 4320672 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23468/statm: 84137 82161 149 55 0 82023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336548

[startup+6.30116 s]
/proc/loadavg: 6.77 7.61 7.73 9/174 23482
/proc/meminfo: memFree=29147316/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=667988 CPUtime=24.64 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 194538 1252 0 0 2414 50 0 0 18 0 9 0 877759510 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 166997 131205 177 55 0 164883 0
[pid=23468/tid=23475] ppid=23466 vsize=667988 CPUtime=2.64 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 8925 1252 0 0 259 5 0 0 23 0 9 0 877759875 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=667988 CPUtime=2.62 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 4 1252 0 0 260 2 0 0 25 0 9 0 877759875 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 4238925 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=667988 CPUtime=2.62 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 23450 1252 0 0 260 2 0 0 25 0 9 0 877759875 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 4255683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=667988 CPUtime=2.63 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 4415 1252 0 0 260 3 0 0 23 0 9 0 877759875 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=667988 CPUtime=2.59 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 6295 1252 0 0 252 7 0 0 25 0 9 0 877759875 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 4277540 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=667988 CPUtime=2.61 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 10451 1252 0 0 256 5 0 0 22 0 9 0 877759875 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 4268586 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=667988 CPUtime=2.62 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 16932 1252 0 0 258 4 0 0 25 0 9 0 877759875 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 4301776 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=667988 CPUtime=2.58 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 8910 1252 0 0 254 4 0 0 25 0 9 0 877759876 684019712 131205 33554432000 4194304 4417452 140736020323168 18446744073709551615 4234264 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 667988

[startup+12.7011 s]
/proc/loadavg: 7.03 7.65 7.75 9/174 23482
/proc/meminfo: memFree=29130868/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=672240 CPUtime=75.66 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 299030 1252 0 0 7430 136 0 0 18 0 9 0 877759510 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 168060 130596 179 55 0 165946 0
[pid=23468/tid=23475] ppid=23466 vsize=672240 CPUtime=8.98 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 33336 1252 0 0 882 16 0 0 25 0 9 0 877759875 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 4253542 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=672240 CPUtime=8.99 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 17363 1252 0 0 886 13 0 0 25 0 9 0 877759875 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=672240 CPUtime=9.03 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 24939 1252 0 0 900 3 0 0 25 0 9 0 877759875 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=672240 CPUtime=9.03 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 4415 1252 0 0 900 3 0 0 25 0 9 0 877759875 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=672240 CPUtime=8.96 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 16653 1252 0 0 833 63 0 0 25 0 9 0 877759875 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 4266090 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=672240 CPUtime=8.99 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 26837 1252 0 0 892 7 0 0 25 0 9 0 877759875 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 4254810 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=672240 CPUtime=9.02 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 29215 1252 0 0 896 6 0 0 25 0 9 0 877759875 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=672240 CPUtime=8.94 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 31116 1252 0 0 887 7 0 0 25 0 9 0 877759876 688373760 130596 33554432000 4194304 4417452 140736020323168 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 75.66
Current children cumulated vsize (KiB) 672240

[startup+25.5009 s]
/proc/loadavg: 7.46 7.72 7.76 9/174 23482
/proc/meminfo: memFree=29042976/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=763168 CPUtime=177.98 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 332916 1252 0 0 17650 148 0 0 18 0 9 0 877759510 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 190792 154803 180 55 0 188678 0
[pid=23468/tid=23475] ppid=23466 vsize=763168 CPUtime=21.79 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 35544 1252 0 0 2162 17 0 0 25 0 9 0 877759875 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=763168 CPUtime=21.79 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 19562 1252 0 0 2165 14 0 0 25 0 9 0 877759875 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 4232804 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=763168 CPUtime=21.83 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 30355 1252 0 0 2179 4 0 0 25 0 9 0 877759875 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=763168 CPUtime=21.83 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 7936 1252 0 0 2179 4 0 0 25 0 9 0 877759875 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=763168 CPUtime=21.75 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 28516 1252 0 0 2105 70 0 0 25 0 9 0 877759875 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 4249305 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=763168 CPUtime=21.79 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 31004 1252 0 0 2171 8 0 0 25 0 9 0 877759875 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 4357287 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=763168 CPUtime=21.82 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 31519 1252 0 0 2175 7 0 0 25 0 9 0 877759875 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=763168 CPUtime=21.67 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 33324 1252 0 0 2160 7 0 0 25 0 9 0 877759876 781484032 154803 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 177.98
Current children cumulated vsize (KiB) 763168

[startup+51.1006 s]
/proc/loadavg: 7.64 7.74 7.77 9/174 23482
/proc/meminfo: memFree=28945192/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=844284 CPUtime=382.62 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 360629 1252 0 0 38110 152 0 0 18 0 9 0 877759510 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 211071 178285 180 55 0 208957 0
[pid=23468/tid=23475] ppid=23466 vsize=844284 CPUtime=47.37 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 39107 1252 0 0 4720 17 0 0 25 0 9 0 877759875 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=844284 CPUtime=47.39 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 20311 1252 0 0 4725 14 0 0 25 0 9 0 877759875 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=844284 CPUtime=47.43 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 33291 1252 0 0 4739 4 0 0 25 0 9 0 877759875 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=844284 CPUtime=47.43 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 19655 1252 0 0 4737 6 0 0 25 0 9 0 877759875 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=844284 CPUtime=47.34 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 31008 1252 0 0 4663 71 0 0 25 0 9 0 877759875 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=844284 CPUtime=47.39 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 31122 1252 0 0 4731 8 0 0 25 0 9 0 877759875 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 4366659 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=844284 CPUtime=47.42 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 33068 1252 0 0 4735 7 0 0 25 0 9 0 877759875 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=844284 CPUtime=47.14 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 37911 1252 0 0 4706 8 0 0 25 0 9 0 877759876 864546816 178285 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 382.62
Current children cumulated vsize (KiB) 844284

[startup+102.301 s]
/proc/loadavg: 7.88 7.79 7.78 9/174 23484
/proc/meminfo: memFree=28726908/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=1054660 CPUtime=791.99 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 443936 1252 0 0 79035 164 0 0 18 0 9 0 877759510 1079971840 232353 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 263665 232353 180 55 0 261551 0
[pid=23468/tid=23475] ppid=23466 vsize=1054660 CPUtime=98.58 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 43622 1252 0 0 9840 18 0 0 25 0 9 0 877759875 1079971840 232353 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=1054660 CPUtime=98.6 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 21601 1252 0 0 9846 14 0 0 25 0 9 0 877759875 1079971840 232353 33554432000 4194304 4417452 140736020323168 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=1054660 CPUtime=98.64 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 52377 1252 0 0 9857 7 0 0 25 0 9 0 877759875 1079971840 232353 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=1054660 CPUtime=98.62 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 33128 1252 0 0 9855 7 0 0 25 0 9 0 877759875 1079971840 232353 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=1054660 CPUtime=98.55 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 36284 1252 0 0 9783 72 0 0 25 0 9 0 877759875 1079971840 232353 33554432000 4194304 4417452 140736020323168 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=1054660 CPUtime=98.59 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 38734 1252 0 0 9850 9 0 0 25 0 9 0 877759875 1079971840 232353 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0

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

/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 65850 1252 0 0 33773 78 0 0 25 0 9 0 877759875 1624330240 361824 33554432000 4194304 4417452 140736020323168 18446744073709551615 4270702 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=1586260 CPUtime=338.59 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 73336 1252 0 0 33845 14 0 0 25 0 9 0 877759875 1624330240 361824 33554432000 4194304 4417452 140736020323168 18446744073709551615 4353607 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=1586260 CPUtime=338.58 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 68584 1252 0 0 33846 12 0 0 25 0 9 0 877759875 1624330240 361824 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=1586260 CPUtime=336.75 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 164567 1252 0 0 33650 25 0 0 25 0 9 0 877759876 1624330240 361824 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2710.57
Current children cumulated vsize (KiB) 1586260

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

[startup+345.601 s]
/proc/loadavg: 8.10 7.96 7.85 9/174 23490
/proc/meminfo: memFree=28190204/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=1592476 CPUtime=2736.96 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 754840 1252 0 0 273487 209 0 0 18 0 9 0 877759510 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 398119 366450 180 55 0 396005 0
[pid=23468/tid=23475] ppid=23466 vsize=1592476 CPUtime=341.87 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 52098 1252 0 0 34168 19 0 0 25 0 9 0 877759875 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=1592476 CPUtime=341.89 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 37773 1252 0 0 34173 16 0 0 25 0 9 0 877759875 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=1592476 CPUtime=341.93 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 71901 1252 0 0 34184 9 0 0 25 0 9 0 877759875 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=1592476 CPUtime=341.91 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 101550 1252 0 0 34174 17 0 0 25 0 9 0 877759875 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281649 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=1592476 CPUtime=341.82 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 66803 1252 0 0 34103 79 0 0 25 0 9 0 877759875 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=1592476 CPUtime=341.9 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 73336 1252 0 0 34176 14 0 0 25 0 9 0 877759875 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=1592476 CPUtime=341.89 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 68584 1252 0 0 34177 12 0 0 25 0 9 0 877759875 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=1592476 CPUtime=340.03 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 167639 1252 0 0 33978 25 0 0 25 0 9 0 877759876 1630695424 366450 33554432000 4194304 4417452 140736020323168 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2736.96
Current children cumulated vsize (KiB) 1592476

[startup+352.001 s]
/proc/loadavg: 8.09 7.96 7.85 9/174 23490
/proc/meminfo: memFree=28172728/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=1601644 CPUtime=2788.17 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 759224 1252 0 0 278607 210 0 0 18 0 9 0 877759510 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 400411 370790 180 55 0 398297 0
[pid=23468/tid=23475] ppid=23466 vsize=1601644 CPUtime=348.28 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 52098 1252 0 0 34809 19 0 0 25 0 9 0 877759875 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=1601644 CPUtime=348.3 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 37773 1252 0 0 34814 16 0 0 25 0 9 0 877759875 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=1601644 CPUtime=348.33 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 71901 1252 0 0 34824 9 0 0 25 0 9 0 877759875 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=1601644 CPUtime=348.32 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 101550 1252 0 0 34815 17 0 0 25 0 9 0 877759875 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 4355830 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=1601644 CPUtime=348.22 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 66803 1252 0 0 34743 79 0 0 25 0 9 0 877759875 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=1601644 CPUtime=348.3 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 73336 1252 0 0 34816 14 0 0 25 0 9 0 877759875 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=1601644 CPUtime=348.29 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 69384 1252 0 0 34817 12 0 0 25 0 9 0 877759875 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=1601644 CPUtime=346.4 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 171223 1252 0 0 34614 26 0 0 25 0 9 0 877759876 1640083456 370790 33554432000 4194304 4417452 140736020323168 18446744073709551615 4355860 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2788.17
Current children cumulated vsize (KiB) 1601644

[startup+353.601 s]
/proc/loadavg: 8.09 7.96 7.85 9/174 23490
/proc/meminfo: memFree=28172728/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=1601644 CPUtime=2800.91 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 761272 1252 0 0 279881 210 0 0 18 0 9 0 877759510 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 400411 372838 180 55 0 398297 0
[pid=23468/tid=23475] ppid=23466 vsize=1601644 CPUtime=349.87 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 52098 1252 0 0 34968 19 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=1601644 CPUtime=349.89 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 37773 1252 0 0 34973 16 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=1601644 CPUtime=349.93 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 71901 1252 0 0 34984 9 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=1601644 CPUtime=349.91 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 101550 1252 0 0 34974 17 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=1601644 CPUtime=349.82 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 66803 1252 0 0 34903 79 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=1601644 CPUtime=349.89 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 73336 1252 0 0 34975 14 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=1601644 CPUtime=349.88 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 69384 1252 0 0 34976 12 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=1601644 CPUtime=347.99 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 173271 1252 0 0 34773 26 0 0 25 0 9 0 877759876 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.91
Current children cumulated vsize (KiB) 1601644

[startup+354.401 s]
/proc/loadavg: 8.08 7.96 7.85 9/174 23490
/proc/meminfo: memFree=28164544/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=1601644 CPUtime=2807.31 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 761272 1252 0 0 280521 210 0 0 18 0 9 0 877759510 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 400411 372838 180 55 0 398297 0
[pid=23468/tid=23475] ppid=23466 vsize=1601644 CPUtime=350.67 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 52098 1252 0 0 35048 19 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=1601644 CPUtime=350.69 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 37773 1252 0 0 35053 16 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236956 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=1601644 CPUtime=350.73 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 71901 1252 0 0 35064 9 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=1601644 CPUtime=350.71 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 101550 1252 0 0 35054 17 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=1601644 CPUtime=350.62 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 66803 1252 0 0 34983 79 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=1601644 CPUtime=350.69 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 73336 1252 0 0 35055 14 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=1601644 CPUtime=350.68 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 69384 1252 0 0 35056 12 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=1601644 CPUtime=348.78 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 173271 1252 0 0 34852 26 0 0 25 0 9 0 877759876 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2807.31
Current children cumulated vsize (KiB) 1601644

[startup+355.2 s]
/proc/loadavg: 8.08 7.96 7.85 9/174 23490
/proc/meminfo: memFree=28164544/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=1601644 CPUtime=2813.71 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 761272 1252 0 0 281161 210 0 0 18 0 9 0 877759510 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 400411 372838 180 55 0 398297 0
[pid=23468/tid=23475] ppid=23466 vsize=1601644 CPUtime=351.47 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 52098 1252 0 0 35128 19 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4357248 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=1601644 CPUtime=351.49 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 37773 1252 0 0 35133 16 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=1601644 CPUtime=351.53 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 71901 1252 0 0 35144 9 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=1601644 CPUtime=351.51 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 101550 1252 0 0 35134 17 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=1601644 CPUtime=351.42 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 66803 1252 0 0 35063 79 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=1601644 CPUtime=351.49 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 73336 1252 0 0 35135 14 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=1601644 CPUtime=351.48 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 69384 1252 0 0 35136 12 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=1601644 CPUtime=349.58 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 173271 1252 0 0 34932 26 0 0 25 0 9 0 877759876 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2813.71
Current children cumulated vsize (KiB) 1601644

[startup+355.406 s]
/proc/loadavg: 8.08 7.96 7.85 9/174 23490
/proc/meminfo: memFree=28164544/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=1601644 CPUtime=2815.35 cores=0-7
/proc/23468/stat : 23468 (plingeling) S 23466 23468 22818 0 -1 4202496 761272 1252 0 0 281325 210 0 0 18 0 9 0 877759510 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23468/statm: 400411 372838 180 55 0 398297 0
[pid=23468/tid=23475] ppid=23466 vsize=1601644 CPUtime=351.68 cores=0-7
/proc/23468/task/23475/stat : 23475 (plingeling) R 23466 23468 22818 0 -1 4202560 52098 1252 0 0 35149 19 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23468/tid=23476] ppid=23466 vsize=1601644 CPUtime=351.7 cores=0-7
/proc/23468/task/23476/stat : 23476 (plingeling) R 23466 23468 22818 0 -1 4202560 37773 1252 0 0 35154 16 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281857 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23468/tid=23477] ppid=23466 vsize=1601644 CPUtime=351.73 cores=0-7
/proc/23468/task/23477/stat : 23477 (plingeling) R 23466 23468 22818 0 -1 4202560 71901 1252 0 0 35164 9 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4366688 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23468/tid=23478] ppid=23466 vsize=1601644 CPUtime=351.72 cores=0-7
/proc/23468/task/23478/stat : 23478 (plingeling) R 23466 23468 22818 0 -1 4202560 101550 1252 0 0 35155 17 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4364446 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23468/tid=23479] ppid=23466 vsize=1601644 CPUtime=351.62 cores=0-7
/proc/23468/task/23479/stat : 23479 (plingeling) R 23466 23468 22818 0 -1 4202560 66803 1252 0 0 35083 79 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281851 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23468/tid=23480] ppid=23466 vsize=1601644 CPUtime=351.7 cores=0-7
/proc/23468/task/23480/stat : 23480 (plingeling) R 23466 23468 22818 0 -1 4202560 73336 1252 0 0 35156 14 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23468/tid=23481] ppid=23466 vsize=1601644 CPUtime=351.69 cores=0-7
/proc/23468/task/23481/stat : 23481 (plingeling) R 23466 23468 22818 0 -1 4202560 69384 1252 0 0 35157 12 0 0 25 0 9 0 877759875 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23468/tid=23482] ppid=23466 vsize=1601644 CPUtime=349.78 cores=0-7
/proc/23468/task/23482/stat : 23482 (plingeling) R 23466 23468 22818 0 -1 4202560 173271 1252 0 0 34952 26 0 0 25 0 9 0 877759876 1640083456 372838 33554432000 4194304 4417452 140736020323168 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2815.35
Current children cumulated vsize (KiB) 1601644

[startup+355.501 s]
/proc/loadavg: 8.08 7.96 7.85 9/174 23490
/proc/meminfo: memFree=28164544/32951132 swapFree=67061144/67111528
[pid=23468] ppid=23466 vsize=1300300 CPUtime=2815.86 cores=0-7
/proc/23468/stat : 23468 (plingeling) R 23466 23468 22818 0 -1 4202496 761273 1252 0 0 281375 211 0 0 17 0 1 0 877759510 1331507200 309654 33554432000 4194304 4417452 140736020323168 18446744073709551615 210647189639 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23468/statm: 325075 309142 181 55 0 322961 0
Current children cumulated CPU time (s) 2815.86
Current children cumulated vsize (KiB) 1300300

Child status: 20
Real time (s): 355.555
CPU time (s): 2815.92
CPU user time (s): 2813.75
CPU system time (s): 2.17267
CPU usage (%): 791.979
Max. virtual memory (cumulated for all children) (KiB): 1611704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2813.75
system time used= 2.17267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 762528
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= 367
involuntary context switches= 10145

runsolver used 0.568913 second user time and 1.36779 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-10 01:19:59
IDJOB=3372467
IDBENCH=82403
IDSOLVER=1851
FILE ID=node129/3372467-1307661598
RUNJOBID= node129-1307657079-22832
PBS_JOBID= 13549424
Free space on /tmp= 74128 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372467-1307661598/watcher-3372467-1307661598 -o /tmp/evaluation-result-3372467-1307661598/solver-3372467-1307661598 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372467-1307661598.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1412104143

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29654352 kB
Buffers:        382804 kB
Cached:        2640512 kB
SwapCached:      13136 kB
Active:         800728 kB
Inactive:      2242672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29654352 kB
SwapTotal:    67111528 kB
SwapFree:     67061144 kB
Dirty:           40820 kB
Writeback:           0 kB
AnonPages:       17244 kB
Mapped:           8576 kB
Slab:           187896 kB
PageTables:       3820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   158932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74128 MiB
End job on node129 at 2011-06-10 01:25:54