Trace number 3371414

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 1779.39 447.762

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 benchmark206.556
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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.33 7.45 7.82 2/347 23306
/proc/meminfo: memFree=24006428/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=13536 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) R 23304 23306 22319 0 -1 4202496 1474 1250 0 0 0 0 0 0 22 0 1 0 653760613 13860864 1404 33554432000 4194304 4417452 140737199771584 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23306/statm: 3384 1404 144 55 0 1270 0

[startup+0.113169 s]
/proc/loadavg: 5.33 7.45 7.82 2/347 23306
/proc/meminfo: memFree=24006428/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=24176 CPUtime=0.1 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) R 23304 23306 22319 0 -1 4202496 4139 1250 0 0 10 0 0 0 22 0 1 0 653760613 24756224 4069 33554432000 4194304 4417452 140737199771584 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23306/statm: 6044 4069 149 55 0 3930 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 24176

[startup+0.20115 s]
/proc/loadavg: 5.33 7.45 7.82 2/347 23306
/proc/meminfo: memFree=24006428/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=37224 CPUtime=0.19 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) R 23304 23306 22319 0 -1 4202496 7475 1250 0 0 18 1 0 0 23 0 1 0 653760613 38117376 7331 33554432000 4194304 4417452 140737199771584 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23306/statm: 9306 7331 149 55 0 7192 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37224

[startup+0.30113 s]
/proc/loadavg: 5.33 7.45 7.82 2/347 23306
/proc/meminfo: memFree=24006428/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=40296 CPUtime=0.29 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) R 23304 23306 22319 0 -1 4202496 8243 1250 0 0 28 1 0 0 23 0 1 0 653760613 41263104 8099 33554432000 4194304 4417452 140737199771584 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23306/statm: 10074 8099 149 55 0 7960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40296

[startup+0.701047 s]
/proc/loadavg: 5.33 7.45 7.82 2/347 23306
/proc/meminfo: memFree=24006428/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=91508 CPUtime=0.69 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) R 23304 23306 22319 0 -1 4202496 21146 1250 0 0 67 2 0 0 25 0 1 0 653760613 93704192 20902 33554432000 4194304 4417452 140737199771584 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23306/statm: 22877 20902 149 55 0 20763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91508

[startup+1.50089 s]
/proc/loadavg: 5.33 7.45 7.82 3/348 23312
/proc/meminfo: memFree=23801516/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=174072 CPUtime=1.48 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) R 23304 23306 22319 0 -1 4202496 41787 1250 0 0 143 5 0 0 25 0 1 0 653760613 178249728 41543 33554432000 4194304 4417452 140737199771584 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/23306/statm: 43518 41543 149 55 0 41404 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 174072

[startup+3.1005 s]
/proc/loadavg: 5.33 7.45 7.82 6/352 23316
/proc/meminfo: memFree=23663416/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=328824 CPUtime=6.6 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 87450 1250 0 0 648 12 0 0 25 0 5 0 653760613 336715776 64097 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 82206 64097 174 55 0 80092 0
[pid=23306/tid=23313] ppid=23304 vsize=328824 CPUtime=1.18 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 10220 1250 0 0 118 0 0 0 25 0 5 0 653760804 336715776 64097 33554432000 4194304 4417452 140737199771584 18446744073709551615 4286255 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=328824 CPUtime=1.15 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 6654 1250 0 0 114 1 0 0 25 0 5 0 653760804 336715776 64097 33554432000 4194304 4417452 140737199771584 18446744073709551615 4287624 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=328824 CPUtime=1.17 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 7965 1250 0 0 116 1 0 0 25 0 5 0 653760804 336715776 64097 33554432000 4194304 4417452 140737199771584 18446744073709551615 4288818 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=328824 CPUtime=1.16 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 4428 1250 0 0 116 0 0 0 19 0 5 0 653760804 336715776 64097 33554432000 4194304 4417452 140737199771584 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 328824

[startup+6.30086 s]
/proc/loadavg: 5.30 7.41 7.80 6/355 23327
/proc/meminfo: memFree=23496348/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=357344 CPUtime=19.36 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 154994 1250 0 0 1915 21 0 0 25 0 5 0 653760613 365920256 66156 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 89336 66156 178 55 0 87222 0
[pid=23306/tid=23313] ppid=23304 vsize=357344 CPUtime=4.38 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 28901 1250 0 0 434 4 0 0 25 0 5 0 653760804 365920256 66156 33554432000 4194304 4417452 140737199771584 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=357344 CPUtime=4.35 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 31344 1250 0 0 431 4 0 0 25 0 5 0 653760804 365920256 66156 33554432000 4194304 4417452 140737199771584 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=357344 CPUtime=4.37 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 31626 1250 0 0 433 4 0 0 25 0 5 0 653760804 365920256 66156 33554432000 4194304 4417452 140737199771584 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=357344 CPUtime=4.32 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 4940 1250 0 0 432 0 0 0 25 0 5 0 653760804 365920256 66156 33554432000 4194304 4417452 140737199771584 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.36
Current children cumulated vsize (KiB) 357344

[startup+12.7006 s]
/proc/loadavg: 5.28 7.37 7.79 6/355 23327
/proc/meminfo: memFree=22853736/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=364568 CPUtime=44.89 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 156801 1250 0 0 4467 22 0 0 25 0 5 0 653760613 373317632 67963 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 91142 67963 179 55 0 89028 0
[pid=23306/tid=23313] ppid=23304 vsize=364568 CPUtime=10.78 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 28901 1250 0 0 1074 4 0 0 25 0 5 0 653760804 373317632 67963 33554432000 4194304 4417452 140737199771584 18446744073709551615 4253513 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=364568 CPUtime=10.75 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 31344 1250 0 0 1071 4 0 0 25 0 5 0 653760804 373317632 67963 33554432000 4194304 4417452 140737199771584 18446744073709551615 4254441 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=364568 CPUtime=10.77 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 32436 1250 0 0 1073 4 0 0 25 0 5 0 653760804 373317632 67963 33554432000 4194304 4417452 140737199771584 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=364568 CPUtime=10.64 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 5937 1250 0 0 1064 0 0 0 25 0 5 0 653760804 373317632 67963 33554432000 4194304 4417452 140737199771584 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.89
Current children cumulated vsize (KiB) 364568

[startup+25.501 s]
/proc/loadavg: 5.88 7.40 7.79 9/359 23332
/proc/meminfo: memFree=22737152/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=423880 CPUtime=95.93 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 173097 1250 0 0 9570 23 0 0 25 0 5 0 653760613 434053120 84244 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 105970 84244 179 55 0 103856 0
[pid=23306/tid=23313] ppid=23304 vsize=423880 CPUtime=23.58 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 32806 1250 0 0 2354 4 0 0 25 0 5 0 653760804 434053120 84244 33554432000 4194304 4417452 140737199771584 18446744073709551615 4356816 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=423880 CPUtime=23.54 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 35633 1250 0 0 2350 4 0 0 25 0 5 0 653760804 434053120 84244 33554432000 4194304 4417452 140737199771584 18446744073709551615 4232755 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=423880 CPUtime=23.57 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 34227 1250 0 0 2353 4 0 0 25 0 5 0 653760804 434053120 84244 33554432000 4194304 4417452 140737199771584 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=423880 CPUtime=23.29 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 12248 1250 0 0 2328 1 0 0 25 0 5 0 653760804 434053120 84244 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 95.93
Current children cumulated vsize (KiB) 423880

[startup+51.101 s]
/proc/loadavg: 6.60 7.45 7.80 9/359 23332
/proc/meminfo: memFree=22640752/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=486356 CPUtime=197.97 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 200986 1250 0 0 19770 27 0 0 25 0 5 0 653760613 498028544 103623 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 121589 103623 179 55 0 119475 0
[pid=23306/tid=23313] ppid=23304 vsize=486356 CPUtime=49.18 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 38589 1250 0 0 4913 5 0 0 25 0 5 0 653760804 498028544 103623 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=486356 CPUtime=49.15 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 41528 1250 0 0 4910 5 0 0 25 0 5 0 653760804 498028544 103623 33554432000 4194304 4417452 140737199771584 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=486356 CPUtime=49.17 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 36539 1250 0 0 4913 4 0 0 25 0 5 0 653760804 498028544 103623 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=486356 CPUtime=48.53 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 26147 1250 0 0 4850 3 0 0 25 0 5 0 653760804 498028544 103623 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 197.97
Current children cumulated vsize (KiB) 486356

[startup+102.301 s]
/proc/loadavg: 7.44 7.55 7.81 9/359 23334
/proc/meminfo: memFree=22469912/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=582532 CPUtime=402.22 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 274786 1250 0 0 40185 37 0 0 25 0 5 0 653760613 596512768 132787 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 145633 132787 179 55 0 143519 0
[pid=23306/tid=23313] ppid=23304 vsize=582532 CPUtime=100.4 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 40308 1250 0 0 10035 5 0 0 25 0 5 0 653760804 596512768 132787 33554432000 4194304 4417452 140737199771584 18446744073709551615 4358082 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=582532 CPUtime=100.36 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 76209 1250 0 0 10026 10 0 0 25 0 5 0 653760804 596512768 132787 33554432000 4194304 4417452 140737199771584 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=582532 CPUtime=100.39 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 56484 1250 0 0 10032 7 0 0 25 0 5 0 653760804 596512768 132787 33554432000 4194304 4417452 140737199771584 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=582532 CPUtime=99.13 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 43602 1250 0 0 9908 5 0 0 25 0 5 0 653760804 596512768 132787 33554432000 4194304 4417452 140737199771584 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 582532

[startup+162.301 s]
/proc/loadavg: 7.88 7.66 7.83 9/359 23335
/proc/meminfo: memFree=22274844/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=724580 CPUtime=641.48 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 334493 1250 0 0 64102 46 0 0 25 0 5 0 653760613 741969920 165351 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 181145 165351 180 55 0 179031 0
[pid=23306/tid=23313] ppid=23304 vsize=724580 CPUtime=160.38 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 57021 1250 0 0 16031 7 0 0 25 0 5 0 653760804 741969920 165351 33554432000 4194304 4417452 140737199771584 18446744073709551615 4254983 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=724580 CPUtime=160.35 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 90609 1250 0 0 16023 12 0 0 25 0 5 0 653760804 741969920 165351 33554432000 4194304 4417452 140737199771584 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=724580 CPUtime=159.81 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 66499 1250 0 0 15973 8 0 0 25 0 5 0 653760804 741969920 165351 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=724580 CPUtime=158.99 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 62181 1250 0 0 15890 9 0 0 25 0 5 0 653760804 741969920 165351 33554432000 4194304 4417452 140737199771584 18446744073709551615 4320821 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 641.48
Current children cumulated vsize (KiB) 724580

[startup+222.314 s]
/proc/loadavg: 7.99 7.73 7.84 9/359 23337
/proc/meminfo: memFree=22240476/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=782816 CPUtime=880.83 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 379325 1250 0 0 88030 53 0 0 25 0 5 0 653760613 801603584 176964 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 195704 176964 180 55 0 193590 0
[pid=23306/tid=23313] ppid=23304 vsize=782816 CPUtime=220.4 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 70691 1250 0 0 22031 9 0 0 25 0 5 0 653760804 801603584 176964 33554432000 4194304 4417452 140737199771584 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0

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

[pid=23306/tid=23313] ppid=23304 vsize=891244 CPUtime=340.4 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 95279 1250 0 0 34027 13 0 0 25 0 5 0 653760804 912633856 193565 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=891244 CPUtime=340.36 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 169839 1250 0 0 34012 24 0 0 25 0 5 0 653760804 912633856 193565 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=891244 CPUtime=337.69 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 86159 1250 0 0 33757 12 0 0 25 0 5 0 653760804 912633856 193565 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=891244 CPUtime=339 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 128937 1250 0 0 33882 18 0 0 25 0 5 0 653760804 912633856 193565 33554432000 4194304 4417452 140737199771584 18446744073709551615 4250447 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1359.38
Current children cumulated vsize (KiB) 891244

[startup+402.301 s]
/proc/loadavg: 8.08 7.90 7.89 9/359 23342
/proc/meminfo: memFree=21719844/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=1096008 CPUtime=1598.69 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 621621 1250 0 0 159782 87 0 0 25 0 5 0 653760613 1122312192 258952 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 274002 258952 180 55 0 271888 0
[pid=23306/tid=23313] ppid=23304 vsize=1096008 CPUtime=400.4 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 107906 1250 0 0 40026 14 0 0 25 0 5 0 653760804 1122312192 258952 33554432000 4194304 4417452 140737199771584 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=1096008 CPUtime=400.36 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 192157 1250 0 0 40009 27 0 0 25 0 5 0 653760804 1122312192 258952 33554432000 4194304 4417452 140737199771584 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=1096008 CPUtime=396.99 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 112768 1250 0 0 39684 15 0 0 25 0 5 0 653760804 1122312192 258952 33554432000 4194304 4417452 140737199771584 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=1096008 CPUtime=399 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 150607 1250 0 0 39879 21 0 0 25 0 5 0 653760804 1122312192 258952 33554432000 4194304 4417452 140737199771584 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1598.69
Current children cumulated vsize (KiB) 1096008

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

[startup+409.601 s]
/proc/loadavg: 8.15 7.92 7.89 9/359 23342
/proc/meminfo: memFree=21625600/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=1191644 CPUtime=1627.79 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 645993 1250 0 0 162690 89 0 0 25 0 5 0 653760613 1220243456 282740 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 297911 282740 180 55 0 295797 0
[pid=23306/tid=23313] ppid=23304 vsize=1191644 CPUtime=407.69 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 40755 14 0 0 25 0 5 0 653760804 1220243456 282740 33554432000 4194304 4417452 140737199771584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=1191644 CPUtime=407.66 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 192157 1250 0 0 40739 27 0 0 25 0 5 0 653760804 1220243456 282740 33554432000 4194304 4417452 140737199771584 18446744073709551615 4312946 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=1191644 CPUtime=404.21 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 117825 1250 0 0 40405 16 0 0 25 0 5 0 653760804 1220243456 282740 33554432000 4194304 4417452 140737199771584 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=1191644 CPUtime=406.3 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 164865 1250 0 0 40607 23 0 0 25 0 5 0 653760804 1220243456 282740 33554432000 4194304 4417452 140737199771584 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1627.79
Current children cumulated vsize (KiB) 1191644

[startup+422.401 s]
/proc/loadavg: 8.13 7.93 7.89 9/359 23342
/proc/meminfo: memFree=21642340/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=1183164 CPUtime=1678.89 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 657603 1250 0 0 167798 91 0 0 25 0 5 0 653760613 1211559936 278805 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 295791 278805 180 55 0 293677 0
[pid=23306/tid=23313] ppid=23304 vsize=1183164 CPUtime=420.51 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 42037 14 0 0 25 0 5 0 653760804 1211559936 278805 33554432000 4194304 4417452 140737199771584 18446744073709551615 4306366 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=1183164 CPUtime=420.48 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 192157 1250 0 0 42021 27 0 0 25 0 5 0 653760804 1211559936 278805 33554432000 4194304 4417452 140737199771584 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=1183164 CPUtime=416.86 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 117825 1250 0 0 41670 16 0 0 25 0 5 0 653760804 1211559936 278805 33554432000 4194304 4417452 140737199771584 18446744073709551615 4357957 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=1183164 CPUtime=419.11 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 176475 1250 0 0 41886 25 0 0 25 0 5 0 653760804 1211559936 278805 33554432000 4194304 4417452 140737199771584 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1678.89
Current children cumulated vsize (KiB) 1183164

[startup+435.201 s]
/proc/loadavg: 8.10 7.93 7.89 9/359 23342
/proc/meminfo: memFree=21682884/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=1104840 CPUtime=1729.91 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 662487 1250 0 0 172898 93 0 0 25 0 5 0 653760613 1131356160 259205 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 276210 259205 180 55 0 274096 0
[pid=23306/tid=23313] ppid=23304 vsize=1104840 CPUtime=433.29 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 43315 14 0 0 25 0 5 0 653760804 1131356160 259205 33554432000 4194304 4417452 140737199771584 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=1104840 CPUtime=433.26 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 192157 1250 0 0 43299 27 0 0 25 0 5 0 653760804 1131356160 259205 33554432000 4194304 4417452 140737199771584 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=1104840 CPUtime=429.5 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 117825 1250 0 0 42934 16 0 0 25 0 5 0 653760804 1131356160 259205 33554432000 4194304 4417452 140737199771584 18446744073709551615 4307792 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=1104840 CPUtime=431.9 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 181359 1250 0 0 43164 26 0 0 25 0 5 0 653760804 1131356160 259205 33554432000 4194304 4417452 140737199771584 18446744073709551615 4250929 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1729.91
Current children cumulated vsize (KiB) 1104840

[startup+441.6 s]
/proc/loadavg: 8.09 7.93 7.89 9/359 23343
/proc/meminfo: memFree=21673944/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=1105036 CPUtime=1755.43 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 665132 1250 0 0 175450 93 0 0 25 0 5 0 653760613 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 276259 258123 180 55 0 274145 0
[pid=23306/tid=23313] ppid=23304 vsize=1105036 CPUtime=439.69 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 43955 14 0 0 25 0 5 0 653760804 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 4258550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=1105036 CPUtime=439.67 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 194802 1250 0 0 43939 28 0 0 25 0 5 0 653760804 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 4353830 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=1105036 CPUtime=435.83 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 117825 1250 0 0 43567 16 0 0 25 0 5 0 653760804 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 4287606 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=1105036 CPUtime=438.3 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 181359 1250 0 0 43804 26 0 0 25 0 5 0 653760804 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1755.43
Current children cumulated vsize (KiB) 1105036

[startup+444.801 s]
/proc/loadavg: 8.08 7.93 7.89 9/359 23343
/proc/meminfo: memFree=21675184/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=1105036 CPUtime=1768.19 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 665132 1250 0 0 176726 93 0 0 25 0 5 0 653760613 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 276259 258123 180 55 0 274145 0
[pid=23306/tid=23313] ppid=23304 vsize=1105036 CPUtime=442.89 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 44275 14 0 0 25 0 5 0 653760804 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=1105036 CPUtime=442.87 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 194802 1250 0 0 44259 28 0 0 25 0 5 0 653760804 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=1105036 CPUtime=438.99 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 117825 1250 0 0 43883 16 0 0 25 0 5 0 653760804 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 4310225 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=1105036 CPUtime=441.5 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 181359 1250 0 0 44124 26 0 0 25 0 5 0 653760804 1131556864 258123 33554432000 4194304 4417452 140737199771584 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1768.19
Current children cumulated vsize (KiB) 1105036

[startup+446.4 s]
/proc/loadavg: 8.08 7.93 7.89 9/359 23343
/proc/meminfo: memFree=21839112/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=941348 CPUtime=1774.58 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 665284 1250 0 0 177364 94 0 0 25 0 5 0 653760613 963940352 217201 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 235337 217201 180 55 0 233223 0
[pid=23306/tid=23313] ppid=23304 vsize=941348 CPUtime=444.49 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 44435 14 0 0 25 0 5 0 653760804 963940352 217201 33554432000 4194304 4417452 140737199771584 18446744073709551615 4250022 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=941348 CPUtime=444.47 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 194802 1250 0 0 44419 28 0 0 25 0 5 0 653760804 963940352 217201 33554432000 4194304 4417452 140737199771584 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=941348 CPUtime=440.58 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 117825 1250 0 0 44042 16 0 0 25 0 5 0 653760804 963940352 217201 33554432000 4194304 4417452 140737199771584 18446744073709551615 4300629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=941348 CPUtime=443.1 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 181511 1250 0 0 44284 26 0 0 25 0 5 0 653760804 963940352 217201 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1774.58
Current children cumulated vsize (KiB) 941348

[startup+447.201 s]
/proc/loadavg: 8.08 7.93 7.89 9/359 23343
/proc/meminfo: memFree=21839112/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=942220 CPUtime=1777.77 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 665502 1250 0 0 177683 94 0 0 25 0 5 0 653760613 964833280 217419 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 235555 217419 180 55 0 233441 0
[pid=23306/tid=23313] ppid=23304 vsize=942220 CPUtime=445.29 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 44515 14 0 0 25 0 5 0 653760804 964833280 217419 33554432000 4194304 4417452 140737199771584 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23306/tid=23314] ppid=23304 vsize=942220 CPUtime=445.27 cores=1,3,5,7
/proc/23306/task/23314/stat : 23314 (plingeling) R 23304 23306 22319 0 -1 4202560 194802 1250 0 0 44499 28 0 0 25 0 5 0 653760804 964833280 217419 33554432000 4194304 4417452 140737199771584 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23306/tid=23315] ppid=23304 vsize=942220 CPUtime=441.36 cores=1,3,5,7
/proc/23306/task/23315/stat : 23315 (plingeling) R 23304 23306 22319 0 -1 4202560 117825 1250 0 0 44120 16 0 0 25 0 5 0 653760804 964833280 217419 33554432000 4194304 4417452 140737199771584 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23306/tid=23316] ppid=23304 vsize=942220 CPUtime=443.9 cores=1,3,5,7
/proc/23306/task/23316/stat : 23316 (plingeling) R 23304 23306 22319 0 -1 4202560 181729 1250 0 0 44364 26 0 0 25 0 5 0 653760804 964833280 217419 33554432000 4194304 4417452 140737199771584 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1777.77
Current children cumulated vsize (KiB) 942220

[startup+447.601 s]
/proc/loadavg: 8.08 7.93 7.89 9/359 23343
/proc/meminfo: memFree=21839112/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=942220 CPUtime=1779.22 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 665503 1250 0 0 177828 94 0 0 25 0 2 0 653760613 964833280 217420 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 235555 217420 181 55 0 233441 0
[pid=23306/tid=23313] ppid=23304 vsize=942220 CPUtime=445.69 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 44555 14 0 0 25 0 2 0 653760804 964833280 217420 33554432000 4194304 4417452 140737199771584 18446744073709551615 4302912 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1779.22
Current children cumulated vsize (KiB) 942220

[startup+447.701 s]
/proc/loadavg: 8.08 7.93 7.89 6/356 23343
/proc/meminfo: memFree=21855256/32950928 swapFree=45937192/67111528
[pid=23306] ppid=23304 vsize=942220 CPUtime=1779.33 cores=1,3,5,7
/proc/23306/stat : 23306 (plingeling) S 23304 23306 22319 0 -1 4202496 665503 1250 0 0 177839 94 0 0 25 0 2 0 653760613 964833280 217420 33554432000 4194304 4417452 140737199771584 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/23306/statm: 235555 217420 181 55 0 233441 0
[pid=23306/tid=23313] ppid=23304 vsize=942220 CPUtime=445.81 cores=1,3,5,7
/proc/23306/task/23313/stat : 23313 (plingeling) R 23304 23306 22319 0 -1 4202560 112963 1250 0 0 44567 14 0 0 25 0 2 0 653760804 964833280 217420 33554432000 4194304 4417452 140737199771584 18446744073709551615 4270832 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1779.33
Current children cumulated vsize (KiB) 942220

Child status: 20
Real time (s): 447.762
CPU time (s): 1779.39
CPU user time (s): 1778.41
CPU system time (s): 0.98585
CPU usage (%): 397.397
Max. virtual memory (cumulated for all children) (KiB): 1203796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.41
system time used= 0.98585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666756
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= 105
involuntary context switches= 8554

runsolver used 1.39979 second user time and 3.89841 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 03:07:19
IDJOB=3371414
IDBENCH=82403
IDSOLVER=1848
FILE ID=node149/3371414-1305421638
RUNJOBID= node149-1305421638-23293
PBS_JOBID= 13324565
Free space on /tmp= 73492 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-3371414-1305421638/watcher-3371414-1305421638 -o /tmp/evaluation-result-3371414-1305421638/solver-3371414-1305421638 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371414-1305421638.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=154976381

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24006584 kB
Buffers:        314000 kB
Cached:        3993400 kB
SwapCached:      19984 kB
Active:        6381384 kB
Inactive:      2266344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24006584 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           82460 kB
Writeback:           0 kB
AnonPages:     4333136 kB
Mapped:          13608 kB
Slab:           159940 kB
PageTables:      71956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80193928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73352 MiB
End job on node149 at 2011-05-15 03:14:47