Trace number 3263134

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 587UNSAT 4524.73 1136.29

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

Solver Data

4524.63/1136.29	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263134-1304098739/watcher-3263134-1304098739 -o /tmp/evaluation-result-3263134-1304098739/solver-3263134-1304098739 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3263134-1304098739.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.84 7.56 7.84 2/177 19972
/proc/meminfo: memFree=17885812/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=9304 CPUtime=0 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) R 19970 19972 19929 0 -1 4202496 401 1255 0 0 0 0 0 0 25 0 1 0 521476534 9527296 331 33554432000 4194304 4417332 140735827966640 18446744073709551615 216634515200 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/19972/statm: 2326 331 146 55 0 212 0

[startup+0.09864 s]
/proc/loadavg: 5.84 7.56 7.84 2/177 19972
/proc/meminfo: memFree=17885812/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=25288 CPUtime=0.09 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) R 19970 19972 19929 0 -1 4202496 4522 1255 0 0 9 0 0 0 25 0 1 0 521476534 25894912 4344 33554432000 4194304 4417332 140735827966640 18446744073709551615 216634515200 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/19972/statm: 6322 4344 147 55 0 4208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25288

[startup+0.100624 s]
/proc/loadavg: 5.84 7.56 7.84 2/177 19972
/proc/meminfo: memFree=17885812/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=25288 CPUtime=0.09 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) R 19970 19972 19929 0 -1 4202496 4522 1255 0 0 9 0 0 0 25 0 1 0 521476534 25894912 4344 33554432000 4194304 4417332 140735827966640 18446744073709551615 4235973 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/19972/statm: 6322 4344 147 55 0 4208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25288

[startup+0.30056 s]
/proc/loadavg: 5.84 7.56 7.84 2/177 19972
/proc/meminfo: memFree=17885812/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=88932 CPUtime=0.78 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 11958 1255 0 0 77 1 0 0 25 0 5 0 521476534 91066368 10047 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 22233 10047 177 55 0 20119 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 88932

[startup+0.700489 s]
/proc/loadavg: 5.84 7.56 7.84 2/177 19972
/proc/meminfo: memFree=17885812/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=85164 CPUtime=2.38 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 12395 1255 0 0 237 1 0 0 25 0 5 0 521476534 87207936 9076 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 21291 9076 178 55 0 19177 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 85164

[startup+1.50035 s]
/proc/loadavg: 5.84 7.56 7.84 10/186 19986
/proc/meminfo: memFree=17853260/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=81116 CPUtime=5.58 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 14759 1255 0 0 556 2 0 0 25 0 5 0 521476534 83062784 8084 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 20279 8084 178 55 0 18165 0
[pid=19972/tid=19983] ppid=19970 vsize=81116 CPUtime=1.36 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 2003 1255 0 0 136 0 0 0 25 0 5 0 521476547 83062784 8084 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=81116 CPUtime=1.36 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 1751 1255 0 0 136 0 0 0 25 0 5 0 521476547 83062784 8084 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=81116 CPUtime=1.36 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 2538 1255 0 0 136 0 0 0 25 0 5 0 521476547 83062784 8084 33554432000 4194304 4417332 140735827966640 18446744073709551615 4365975 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=81116 CPUtime=1.35 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 1885 1255 0 0 135 0 0 0 25 0 5 0 521476547 83062784 8084 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 81116

[startup+3.10107 s]
/proc/loadavg: 5.84 7.56 7.84 10/186 19986
/proc/meminfo: memFree=17844084/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=84492 CPUtime=11.98 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 21321 1255 0 0 1195 3 0 0 25 0 5 0 521476534 86519808 8931 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 21123 8931 178 55 0 19009 0
[pid=19972/tid=19983] ppid=19970 vsize=84492 CPUtime=2.96 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 3411 1255 0 0 296 0 0 0 25 0 5 0 521476547 86519808 8931 33554432000 4194304 4417332 140735827966640 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=84492 CPUtime=2.95 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 3589 1255 0 0 295 0 0 0 25 0 5 0 521476547 86519808 8931 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=84492 CPUtime=2.96 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 4223 1255 0 0 296 0 0 0 25 0 5 0 521476547 86519808 8931 33554432000 4194304 4417332 140735827966640 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=84492 CPUtime=2.94 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 3516 1255 0 0 294 0 0 0 25 0 5 0 521476547 86519808 8931 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364365 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 84492

[startup+6.30051 s]
/proc/loadavg: 6.01 7.56 7.84 10/186 19986
/proc/meminfo: memFree=17824080/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=88580 CPUtime=24.76 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 33322 1255 0 0 2471 5 0 0 25 0 5 0 521476534 90705920 9936 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 22145 9936 178 55 0 20031 0
[pid=19972/tid=19983] ppid=19970 vsize=88580 CPUtime=6.16 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 5763 1255 0 0 616 0 0 0 25 0 5 0 521476547 90705920 9936 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=88580 CPUtime=6.15 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 6775 1255 0 0 614 1 0 0 25 0 5 0 521476547 90705920 9936 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=88580 CPUtime=6.16 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 7742 1255 0 0 615 1 0 0 25 0 5 0 521476547 90705920 9936 33554432000 4194304 4417332 140735827966640 18446744073709551615 4357618 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=88580 CPUtime=6.13 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 6460 1255 0 0 612 1 0 0 25 0 5 0 521476547 90705920 9936 33554432000 4194304 4417332 140735827966640 18446744073709551615 4366716 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 88580

[startup+12.7004 s]
/proc/loadavg: 6.17 7.57 7.84 9/186 19986
/proc/meminfo: memFree=17801124/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=95612 CPUtime=50.32 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 52609 1255 0 0 5023 9 0 0 25 0 5 0 521476534 97906688 11688 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 23903 11688 178 55 0 21789 0
[pid=19972/tid=19983] ppid=19970 vsize=95612 CPUtime=12.56 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 9661 1255 0 0 1255 1 0 0 25 0 5 0 521476547 97906688 11688 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=95612 CPUtime=12.56 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 11675 1255 0 0 1254 2 0 0 25 0 5 0 521476547 97906688 11688 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=95612 CPUtime=12.56 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 12136 1255 0 0 1254 2 0 0 25 0 5 0 521476547 97906688 11688 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=95612 CPUtime=12.49 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 12555 1255 0 0 1247 2 0 0 25 0 5 0 521476547 97906688 11688 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 95612

[startup+25.5011 s]
/proc/loadavg: 6.58 7.59 7.84 10/186 19987
/proc/meminfo: memFree=17755296/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=104384 CPUtime=101.45 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 87728 1255 0 0 10130 15 0 0 25 0 5 0 521476534 106889216 13882 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 26096 13882 178 55 0 23982 0
[pid=19972/tid=19983] ppid=19970 vsize=104384 CPUtime=25.36 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 17348 1255 0 0 2534 2 0 0 25 0 5 0 521476547 106889216 13882 33554432000 4194304 4417332 140735827966640 18446744073709551615 4356922 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=104384 CPUtime=25.35 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 20825 1255 0 0 2532 3 0 0 25 0 5 0 521476547 106889216 13882 33554432000 4194304 4417332 140735827966640 18446744073709551615 18446744073699065955 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=104384 CPUtime=25.36 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 18892 1255 0 0 2533 3 0 0 25 0 5 0 521476547 106889216 13882 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=104384 CPUtime=25.22 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 24081 1255 0 0 2518 4 0 0 25 0 5 0 521476547 106889216 13882 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 104384

[startup+51.1006 s]
/proc/loadavg: 7.06 7.62 7.84 9/186 19987
/proc/meminfo: memFree=17698424/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=127004 CPUtime=203.71 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 149388 1255 0 0 20347 24 0 0 25 0 5 0 521476534 130052096 19557 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 31751 19557 178 55 0 29637 0
[pid=19972/tid=19983] ppid=19970 vsize=127004 CPUtime=50.96 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 31624 1255 0 0 5091 5 0 0 25 0 5 0 521476547 130052096 19557 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=127004 CPUtime=50.96 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 37645 1255 0 0 5090 6 0 0 25 0 5 0 521476547 130052096 19557 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=127004 CPUtime=50.96 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 33645 1255 0 0 5091 5 0 0 25 0 5 0 521476547 130052096 19557 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=127004 CPUtime=50.68 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 39892 1255 0 0 5062 6 0 0 25 0 5 0 521476547 130052096 19557 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 127004

[startup+102.307 s]
/proc/loadavg: 7.63 7.69 7.85 9/186 19989
/proc/meminfo: memFree=17594724/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=196800 CPUtime=408.26 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 244299 1255 0 0 40788 38 0 0 25 0 5 0 521476534 201523200 20660 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 49200 20660 178 55 0 47086 0
[pid=19972/tid=19983] ppid=19970 vsize=196800 CPUtime=102.17 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 53682 1255 0 0 10209 8 0 0 25 0 5 0 521476547 201523200 20660 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=196800 CPUtime=102.16 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 63394 1255 0 0 10206 10 0 0 25 0 5 0 521476547 201523200 20660 33554432000 4194304 4417332 140735827966640 18446744073709551615 4358088 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=196800 CPUtime=102.16 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 57026 1255 0 0 10208 8 0 0 25 0 5 0 521476547 201523200 20660 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=196800 CPUtime=101.61 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 63615 1255 0 0 10151 10 0 0 25 0 5 0 521476547 201523200 20660 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 196800

[startup+162.301 s]
/proc/loadavg: 7.90 7.76 7.86 9/186 19990
/proc/meminfo: memFree=17490020/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=211452 CPUtime=647.92 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 333365 1255 0 0 64741 51 0 0 25 0 5 0 521476534 216526848 24315 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 52863 24315 178 55 0 50749 0
[pid=19972/tid=19983] ppid=19970 vsize=211452 CPUtime=162.16 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 75974 1255 0 0 16205 11 0 0 25 0 5 0 521476547 216526848 24315 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=211452 CPUtime=162.16 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 85821 1255 0 0 16203 13 0 0 25 0 5 0 521476547 216526848 24315 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=211452 CPUtime=162.16 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 76517 1255 0 0 16205 11 0 0 25 0 5 0 521476547 216526848 24315 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=211452 CPUtime=161.28 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 88471 1255 0 0 16114 14 0 0 25 0 5 0 521476547 216526848 24315 33554432000 4194304 4417332 140735827966640 18446744073709551615 18446744073699065947 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.92
Current children cumulated vsize (KiB) 211452


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

/proc/loadavg: 8.19 8.13 8.00 9/186 20009
/proc/meminfo: memFree=16911660/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=350608 CPUtime=3524.06 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1019525 1255 0 0 352249 157 0 0 25 0 5 0 521476534 359022592 59081 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 87652 59081 178 55 0 85538 0
[pid=19972/tid=19983] ppid=19970 vsize=350608 CPUtime=882.18 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 294742 1255 0 0 88174 44 0 0 25 0 5 0 521476547 359022592 59081 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=350608 CPUtime=882.17 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 270902 1255 0 0 88176 41 0 0 25 0 5 0 521476547 359022592 59081 33554432000 4194304 4417332 140735827966640 18446744073709551615 18446744073699065971 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=350608 CPUtime=882.17 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 258006 1255 0 0 88178 39 0 0 25 0 5 0 521476547 359022592 59081 33554432000 4194304 4417332 140735827966640 18446744073709551615 4365379 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=350608 CPUtime=877.36 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 189293 1255 0 0 87706 30 0 0 25 0 5 0 521476547 359022592 59081 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.06
Current children cumulated vsize (KiB) 350608

[startup+942.301 s]
/proc/loadavg: 8.22 8.15 8.02 9/186 20011
/proc/meminfo: memFree=16892152/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=373560 CPUtime=3763.74 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1059282 1255 0 0 376211 163 0 0 25 0 5 0 521476534 382525440 64819 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 93390 64819 178 55 0 91276 0
[pid=19972/tid=19983] ppid=19970 vsize=373560 CPUtime=942.18 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 309258 1255 0 0 94172 46 0 0 25 0 5 0 521476547 382525440 64819 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=373560 CPUtime=942.18 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 281651 1255 0 0 94175 43 0 0 25 0 5 0 521476547 382525440 64819 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=373560 CPUtime=942.18 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 267389 1255 0 0 94177 41 0 0 25 0 5 0 521476547 382525440 64819 33554432000 4194304 4417332 140735827966640 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=373560 CPUtime=937.04 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 194402 1255 0 0 93673 31 0 0 25 0 5 0 521476547 382525440 64819 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.74
Current children cumulated vsize (KiB) 373560

[startup+1002.3 s]
/proc/loadavg: 8.23 8.16 8.03 10/186 20013
/proc/meminfo: memFree=16896824/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=439708 CPUtime=4003.41 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1108223 1255 0 0 400171 170 0 0 25 0 5 0 521476534 450260992 81356 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 109927 81356 178 55 0 107813 0
[pid=19972/tid=19983] ppid=19970 vsize=439708 CPUtime=1002.18 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 322212 1255 0 0 100170 48 0 0 25 0 5 0 521476547 450260992 81356 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=439708 CPUtime=1002.18 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 291376 1255 0 0 100174 44 0 0 25 0 5 0 521476547 450260992 81356 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=439708 CPUtime=1002.18 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 274908 1255 0 0 100176 42 0 0 25 0 5 0 521476547 450260992 81356 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=439708 CPUtime=996.71 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213145 1255 0 0 99637 34 0 0 25 0 5 0 521476547 450260992 81356 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 439708

[startup+1062.3 s]
/proc/loadavg: 8.20 8.17 8.04 10/186 20014
/proc/meminfo: memFree=16892456/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=439488 CPUtime=4243.1 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1132879 1255 0 0 424137 173 0 0 25 0 5 0 521476534 450035712 81301 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 109872 81301 178 55 0 107758 0
[pid=19972/tid=19983] ppid=19970 vsize=439488 CPUtime=1062.19 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 329387 1255 0 0 106170 49 0 0 25 0 5 0 521476547 450035712 81301 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=439488 CPUtime=1062.18 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 300236 1255 0 0 106173 45 0 0 25 0 5 0 521476547 450035712 81301 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=439488 CPUtime=1062.18 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 283042 1255 0 0 106176 42 0 0 25 0 5 0 521476547 450035712 81301 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=439488 CPUtime=1056.39 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 105605 34 0 0 25 0 5 0 521476547 450035712 81301 33554432000 4194304 4417332 140735827966640 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.1
Current children cumulated vsize (KiB) 439488

[startup+1122.3 s]
/proc/loadavg: 8.30 8.20 8.05 9/186 20016
/proc/meminfo: memFree=16868860/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=430952 CPUtime=4482.77 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1161223 1255 0 0 448099 178 0 0 25 0 5 0 521476534 441294848 79167 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 107738 79167 178 55 0 105624 0
[pid=19972/tid=19983] ppid=19970 vsize=430952 CPUtime=1122.18 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 336018 1255 0 0 112168 50 0 0 25 0 5 0 521476547 441294848 79167 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=430952 CPUtime=1122.18 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 310366 1255 0 0 112171 47 0 0 25 0 5 0 521476547 441294848 79167 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=430952 CPUtime=1122.18 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 294625 1255 0 0 112174 44 0 0 25 0 5 0 521476547 441294848 79167 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=430952 CPUtime=1116.06 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 111572 34 0 0 25 0 5 0 521476547 441294848 79167 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.77
Current children cumulated vsize (KiB) 430952

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

[startup+1126.3 s]
/proc/loadavg: 8.27 8.20 8.05 9/186 20016
/proc/meminfo: memFree=16874804/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=425060 CPUtime=4498.76 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1163139 1255 0 0 449698 178 0 0 25 0 5 0 521476534 435261440 77711 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 106265 77711 178 55 0 104151 0
[pid=19972/tid=19983] ppid=19970 vsize=425060 CPUtime=1126.19 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 337918 1255 0 0 112568 51 0 0 25 0 5 0 521476547 435261440 77711 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19984] ppid=19970 vsize=425060 CPUtime=1126.19 cores=1,3,5,7
/proc/19972/task/19984/stat : 19984 (plingeling) R 19970 19972 19929 0 -1 4202560 310366 1255 0 0 112572 47 0 0 25 0 5 0 521476547 435261440 77711 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19972/tid=19985] ppid=19970 vsize=425060 CPUtime=1126.19 cores=1,3,5,7
/proc/19972/task/19985/stat : 19985 (plingeling) R 19970 19972 19929 0 -1 4202560 294641 1255 0 0 112575 44 0 0 25 0 5 0 521476547 435261440 77711 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=425060 CPUtime=1120.04 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 111970 34 0 0 25 0 5 0 521476547 435261440 77711 33554432000 4194304 4417332 140735827966640 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4498.76
Current children cumulated vsize (KiB) 425060

[startup+1132.7 s]
/proc/loadavg: 8.25 8.19 8.05 8/184 20016
/proc/meminfo: memFree=16886600/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=412616 CPUtime=4520.96 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1166221 1255 0 0 451917 179 0 0 25 0 3 0 521476534 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 103154 74602 180 55 0 101040 0
[pid=19972/tid=19983] ppid=19970 vsize=412616 CPUtime=1132.59 cores=1,3,5,7
/proc/19972/task/19983/stat : 19983 (plingeling) R 19970 19972 19929 0 -1 4202560 337977 1255 0 0 113208 51 0 0 25 0 3 0 521476547 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=19972/tid=19986] ppid=19970 vsize=412616 CPUtime=1126.41 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 112607 34 0 0 25 0 3 0 521476547 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4520.96
Current children cumulated vsize (KiB) 412616

[startup+1134.3 s]
/proc/loadavg: 7.99 8.14 8.03 7/183 20016
/proc/meminfo: memFree=16886608/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=412616 CPUtime=4522.73 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1166221 1255 0 0 452094 179 0 0 18 0 2 0 521476534 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 103154 74602 180 55 0 101040 0
[pid=19972/tid=19986] ppid=19970 vsize=412616 CPUtime=1128.01 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 112767 34 0 0 25 0 2 0 521476547 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4522.73
Current children cumulated vsize (KiB) 412616

[startup+1135.1 s]
/proc/loadavg: 7.99 8.14 8.03 7/183 20016
/proc/meminfo: memFree=16886608/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=412616 CPUtime=4523.53 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1166221 1255 0 0 452174 179 0 0 18 0 2 0 521476534 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 103154 74602 180 55 0 101040 0
[pid=19972/tid=19986] ppid=19970 vsize=412616 CPUtime=1128.82 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 112848 34 0 0 25 0 2 0 521476547 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4523.53
Current children cumulated vsize (KiB) 412616

[startup+1135.9 s]
/proc/loadavg: 7.99 8.14 8.03 7/183 20016
/proc/meminfo: memFree=16886608/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=412616 CPUtime=4524.33 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1166221 1255 0 0 452254 179 0 0 18 0 2 0 521476534 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 103154 74602 180 55 0 101040 0
[pid=19972/tid=19986] ppid=19970 vsize=412616 CPUtime=1129.61 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 112927 34 0 0 25 0 2 0 521476547 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4524.33
Current children cumulated vsize (KiB) 412616

[startup+1136.1 s]
/proc/loadavg: 7.99 8.14 8.03 7/183 20016
/proc/meminfo: memFree=16886608/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=412616 CPUtime=4524.53 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1166221 1255 0 0 452274 179 0 0 18 0 2 0 521476534 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 103154 74602 180 55 0 101040 0
[pid=19972/tid=19986] ppid=19970 vsize=412616 CPUtime=1129.81 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 112947 34 0 0 25 0 2 0 521476547 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4524.53
Current children cumulated vsize (KiB) 412616

[startup+1136.2 s]
/proc/loadavg: 7.99 8.14 8.03 7/183 20016
/proc/meminfo: memFree=16886608/32951124 swapFree=67111528/67111528
[pid=19972] ppid=19970 vsize=412616 CPUtime=4524.63 cores=1,3,5,7
/proc/19972/stat : 19972 (plingeling) S 19970 19972 19929 0 -1 4202496 1166221 1255 0 0 452284 179 0 0 18 0 2 0 521476534 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/19972/statm: 103154 74602 180 55 0 101040 0
[pid=19972/tid=19986] ppid=19970 vsize=412616 CPUtime=1129.92 cores=1,3,5,7
/proc/19972/task/19986/stat : 19986 (plingeling) R 19970 19972 19929 0 -1 4202560 213632 1255 0 0 112958 34 0 0 25 0 2 0 521476547 422518784 74602 33554432000 4194304 4417332 140735827966640 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4524.63
Current children cumulated vsize (KiB) 412616

Child status: 20
Real time (s): 1136.29
CPU time (s): 4524.73
CPU user time (s): 4522.92
CPU system time (s): 1.80772
CPU usage (%): 398.2
Max. virtual memory (cumulated for all children) (KiB): 458756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4522.92
system time used= 1.80773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1167479
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= 91
involuntary context switches= 31766

runsolver used 1.78173 second user time and 4.42233 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 19:38:59
IDJOB=3263134
IDBENCH=83930
IDSOLVER=1605
FILE ID=node103/3263134-1304098739
RUNJOBID= node103-1304098739-19948
PBS_JOBID= 13170621
Free space on /tmp= 71516 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263134-1304098739/watcher-3263134-1304098739 -o /tmp/evaluation-result-3263134-1304098739/solver-3263134-1304098739 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3263134-1304098739.cnf

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=875904222

node103.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.858
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.71
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.858
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.75
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.858
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      17887208 kB
Buffers:       2148860 kB
Cached:       12249572 kB
SwapCached:          0 kB
Active:        5600440 kB
Inactive:      8878196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17887208 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3272 kB
Writeback:           0 kB
AnonPages:       80232 kB
Mapped:          15196 kB
Slab:           519716 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   225820 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= 71516 MiB
End job on node103 at 2011-04-29 19:57:55