Trace number 3394736

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 13176.8 1656.32

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1952.87
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
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 558298

Solver Data

13176.81/1656.31	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394736-1306104756/watcher-3394736-1306104756 -o /tmp/evaluation-result-3394736-1306104756/solver-3394736-1306104756 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394736-1306104756.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.45 7.93 7.98 1/551 32647
/proc/meminfo: memFree=25544932/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=12368 CPUtime=0.01 cores=0-7
/proc/32647/stat : 32647 (plingeling) R 32645 32647 32431 0 -1 4202496 1185 1260 0 0 1 0 0 0 23 0 1 0 800706266 12664832 1115 33554432000 4194304 4417452 140737284022096 18446744073709551615 224284925696 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32647/statm: 3092 1115 148 55 0 978 0

[startup+0.0652519 s]
/proc/loadavg: 7.45 7.93 7.98 1/551 32647
/proc/meminfo: memFree=25544932/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=21356 CPUtime=0.05 cores=0-7
/proc/32647/stat : 32647 (plingeling) R 32645 32647 32431 0 -1 4202496 3686 1260 0 0 5 0 0 0 23 0 1 0 800706266 21868544 3362 33554432000 4194304 4417452 140737284022096 18446744073709551615 4323399 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32647/statm: 5339 3362 148 55 0 3225 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21356

[startup+0.100245 s]
/proc/loadavg: 7.45 7.93 7.98 1/551 32647
/proc/meminfo: memFree=25544932/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=25452 CPUtime=0.09 cores=0-7
/proc/32647/stat : 32647 (plingeling) R 32645 32647 32431 0 -1 4202496 4710 1260 0 0 9 0 0 0 23 0 1 0 800706266 26062848 4386 33554432000 4194304 4417452 140737284022096 18446744073709551615 4231499 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32647/statm: 6363 4386 148 55 0 4249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25452

[startup+0.30021 s]
/proc/loadavg: 7.45 7.93 7.98 1/551 32647
/proc/meminfo: memFree=25544932/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=147000 CPUtime=0.33 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 17040 1260 0 0 32 1 0 0 25 0 9 0 800706266 150528000 14318 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 36750 14318 167 55 0 34636 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 147000

[startup+0.701113 s]
/proc/loadavg: 7.45 7.93 7.98 1/551 32647
/proc/meminfo: memFree=25544932/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=165744 CPUtime=3.52 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 24794 1260 0 0 348 4 0 0 25 0 9 0 800706266 169721856 19016 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 41436 19016 178 55 0 39322 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 165744

[startup+1.50097 s]
/proc/loadavg: 7.45 7.93 7.98 9/560 32661
/proc/meminfo: memFree=25474064/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=218044 CPUtime=9.89 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 28334 1260 0 0 985 4 0 0 25 0 9 0 800706266 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 54511 15686 179 55 0 52397 0
[pid=32647/tid=32654] ppid=32645 vsize=218044 CPUtime=1.2 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 1111 1260 0 0 120 0 0 0 19 0 9 0 800706295 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 4358200 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=218044 CPUtime=1.2 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 1587 1260 0 0 120 0 0 0 25 0 9 0 800706295 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=218044 CPUtime=1.2 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 1959 1260 0 0 120 0 0 0 25 0 9 0 800706295 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=218044 CPUtime=1.2 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 1438 1260 0 0 120 0 0 0 25 0 9 0 800706295 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=218044 CPUtime=1.2 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 1234 1260 0 0 120 0 0 0 19 0 9 0 800706295 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=218044 CPUtime=1.19 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 1450 1260 0 0 119 0 0 0 19 0 9 0 800706295 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 4357787 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=218044 CPUtime=1.16 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 1420 1260 0 0 116 0 0 0 25 0 9 0 800706295 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=218044 CPUtime=1.19 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 1121 1260 0 0 119 0 0 0 25 0 9 0 800706295 223277056 15686 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 218044

[startup+3.10071 s]
/proc/loadavg: 7.45 7.93 7.98 9/560 32661
/proc/meminfo: memFree=25477412/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=228264 CPUtime=22.67 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 41688 1260 0 0 2259 8 0 0 25 0 9 0 800706266 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 57066 18259 179 55 0 54952 0
[pid=32647/tid=32654] ppid=32645 vsize=228264 CPUtime=2.8 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 2460 1260 0 0 280 0 0 0 23 0 9 0 800706295 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=228264 CPUtime=2.8 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 2823 1260 0 0 280 0 0 0 25 0 9 0 800706295 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 4277897 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=228264 CPUtime=2.8 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 4625 1260 0 0 279 1 0 0 25 0 9 0 800706295 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=228264 CPUtime=2.8 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 3275 1260 0 0 280 0 0 0 25 0 9 0 800706295 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=228264 CPUtime=2.79 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 3786 1260 0 0 279 0 0 0 23 0 9 0 800706295 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 4254084 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=228264 CPUtime=2.79 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 2657 1260 0 0 279 0 0 0 23 0 9 0 800706295 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=228264 CPUtime=2.74 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 2842 1260 0 0 274 0 0 0 25 0 9 0 800706295 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=228264 CPUtime=2.79 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 2206 1260 0 0 279 0 0 0 25 0 9 0 800706295 233742336 18259 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.67
Current children cumulated vsize (KiB) 228264

[startup+6.30118 s]
/proc/loadavg: 7.57 7.95 7.99 9/560 32661
/proc/meminfo: memFree=25468632/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=230368 CPUtime=48.22 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 65403 1260 0 0 4808 14 0 0 25 0 9 0 800706266 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 57592 18787 179 55 0 55478 0
[pid=32647/tid=32654] ppid=32645 vsize=230368 CPUtime=6 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 4700 1260 0 0 599 1 0 0 25 0 9 0 800706295 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=230368 CPUtime=6 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 5397 1260 0 0 599 1 0 0 25 0 9 0 800706295 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=230368 CPUtime=6 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 8558 1260 0 0 598 2 0 0 25 0 9 0 800706295 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=230368 CPUtime=6 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 5986 1260 0 0 599 1 0 0 25 0 9 0 800706295 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=230368 CPUtime=5.99 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 6639 1260 0 0 598 1 0 0 25 0 9 0 800706295 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=230368 CPUtime=5.99 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 6774 1260 0 0 598 1 0 0 25 0 9 0 800706295 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=230368 CPUtime=5.88 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 5340 1260 0 0 588 0 0 0 25 0 9 0 800706295 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=230368 CPUtime=5.99 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 4995 1260 0 0 599 0 0 0 25 0 9 0 800706295 235896832 18787 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.22
Current children cumulated vsize (KiB) 230368

[startup+12.7011 s]
/proc/loadavg: 7.60 7.95 7.99 9/560 32661
/proc/meminfo: memFree=25457364/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=243300 CPUtime=99.3 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 102472 1260 0 0 9909 21 0 0 25 0 9 0 800706266 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 60825 22000 179 55 0 58711 0
[pid=32647/tid=32654] ppid=32645 vsize=243300 CPUtime=12.4 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 10646 1260 0 0 1238 2 0 0 25 0 9 0 800706295 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=243300 CPUtime=12.4 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 10139 1260 0 0 1239 1 0 0 25 0 9 0 800706295 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 4254936 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=243300 CPUtime=12.4 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 13530 1260 0 0 1237 3 0 0 25 0 9 0 800706295 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=243300 CPUtime=12.39 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 10544 1260 0 0 1238 1 0 0 25 0 9 0 800706295 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=243300 CPUtime=12.4 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 10143 1260 0 0 1238 2 0 0 25 0 9 0 800706295 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=243300 CPUtime=12.4 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 11449 1260 0 0 1237 3 0 0 25 0 9 0 800706295 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=243300 CPUtime=12.16 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 9309 1260 0 0 1215 1 0 0 25 0 9 0 800706295 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=243300 CPUtime=12.39 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 9698 1260 0 0 1238 1 0 0 25 0 9 0 800706295 249139200 22000 33554432000 4194304 4417452 140737284022096 18446744073709551615 4242850 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.3
Current children cumulated vsize (KiB) 243300

[startup+25.501 s]
/proc/loadavg: 7.69 7.95 7.99 9/560 32661
/proc/meminfo: memFree=25447016/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=254824 CPUtime=201.45 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 163157 1260 0 0 20112 33 0 0 25 0 9 0 800706266 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 63706 24879 179 55 0 61592 0
[pid=32647/tid=32654] ppid=32645 vsize=254824 CPUtime=25.2 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 17358 1260 0 0 2517 3 0 0 25 0 9 0 800706295 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 4343748 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=254824 CPUtime=25.2 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 17997 1260 0 0 2517 3 0 0 25 0 9 0 800706295 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=254824 CPUtime=25.2 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 21293 1260 0 0 2515 5 0 0 25 0 9 0 800706295 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=254824 CPUtime=25.2 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 18236 1260 0 0 2517 3 0 0 25 0 9 0 800706295 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=254824 CPUtime=25.19 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 18597 1260 0 0 2516 3 0 0 25 0 9 0 800706295 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=254824 CPUtime=25.19 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 19610 1260 0 0 2515 4 0 0 25 0 9 0 800706295 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=254824 CPUtime=24.72 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 16047 1260 0 0 2469 3 0 0 25 0 9 0 800706295 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=254824 CPUtime=25.19 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 17005 1260 0 0 2516 3 0 0 25 0 9 0 800706295 260939776 24879 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366688 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 201.45
Current children cumulated vsize (KiB) 254824

[startup+51.1007 s]
/proc/loadavg: 7.80 7.96 7.99 9/560 32663
/proc/meminfo: memFree=25404520/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=303656 CPUtime=405.78 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 273118 1260 0 0 40525 53 0 0 25 0 9 0 800706266 310943744 37084 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 75914 37084 179 55 0 73800 0
[pid=32647/tid=32654] ppid=32645 vsize=303656 CPUtime=50.8 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 30470 1260 0 0 5075 5 0 0 25 0 9 0 800706295 310943744 37084 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=303656 CPUtime=50.79 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 31512 1260 0 0 5074 5 0 0 25 0 9 0 800706295 310943744 37084 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=303656 CPUtime=50.79 cores=0-7

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

/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 311598 1260 0 0 154149 50 0 0 25 0 9 0 800706295 778399744 151209 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=760156 CPUtime=1542.01 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 335008 1260 0 0 154146 55 0 0 25 0 9 0 800706295 778399744 151209 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=760156 CPUtime=1513.11 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 151265 46 0 0 25 0 9 0 800706295 778399744 151209 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=760156 CPUtime=1541.55 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 320436 1260 0 0 154099 56 0 0 25 0 9 0 800706295 778399744 151209 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12307.1
Current children cumulated vsize (KiB) 760156

[startup+1602.3 s]
/proc/loadavg: 8.04 8.07 8.01 9/560 32712
/proc/meminfo: memFree=24907120/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=771196 CPUtime=12785.9 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 2458752 1260 0 0 1278149 445 0 0 25 0 9 0 800706266 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 192799 153969 180 55 0 190685 0
[pid=32647/tid=32654] ppid=32645 vsize=771196 CPUtime=1602 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 361899 1260 0 0 160136 64 0 0 25 0 9 0 800706295 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=771196 CPUtime=1602.02 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 347945 1260 0 0 160142 60 0 0 25 0 9 0 800706295 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=771196 CPUtime=1602.01 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 330720 1260 0 0 160142 59 0 0 25 0 9 0 800706295 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 4343760 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=771196 CPUtime=1602.02 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 213106 1260 0 0 160156 46 0 0 25 0 9 0 800706295 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=771196 CPUtime=1601.99 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 316875 1260 0 0 160148 51 0 0 25 0 9 0 800706295 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=771196 CPUtime=1602.01 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 342536 1260 0 0 160145 56 0 0 25 0 9 0 800706295 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=771196 CPUtime=1572 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 157154 46 0 0 25 0 9 0 800706295 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=771196 CPUtime=1601.54 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 325787 1260 0 0 160097 57 0 0 25 0 9 0 800706295 789704704 153969 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12785.9
Current children cumulated vsize (KiB) 771196

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

[startup+1612.7 s]
/proc/loadavg: 8.03 8.07 8.01 9/560 32714
/proc/meminfo: memFree=24926944/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=771988 CPUtime=12868.9 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 2458950 1260 0 0 1286449 445 0 0 25 0 9 0 800706266 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 192997 154167 180 55 0 190883 0
[pid=32647/tid=32654] ppid=32645 vsize=771988 CPUtime=1612.39 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 361899 1260 0 0 161175 64 0 0 25 0 9 0 800706295 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=771988 CPUtime=1612.41 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 348016 1260 0 0 161181 60 0 0 25 0 9 0 800706295 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=771988 CPUtime=1612.41 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 330720 1260 0 0 161182 59 0 0 25 0 9 0 800706295 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=771988 CPUtime=1612.42 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 213106 1260 0 0 161196 46 0 0 25 0 9 0 800706295 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=771988 CPUtime=1612.39 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 316962 1260 0 0 161188 51 0 0 25 0 9 0 800706295 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=771988 CPUtime=1612.41 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 342536 1260 0 0 161185 56 0 0 25 0 9 0 800706295 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=771988 CPUtime=1582.2 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 158174 46 0 0 25 0 9 0 800706295 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=771988 CPUtime=1611.94 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 325827 1260 0 0 161137 57 0 0 25 0 9 0 800706295 790515712 154167 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12868.9
Current children cumulated vsize (KiB) 771988

[startup+1638.3 s]
/proc/loadavg: 8.02 8.06 8.01 9/560 32714
/proc/meminfo: memFree=24923956/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=775216 CPUtime=13073.3 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 2489963 1260 0 0 1306875 451 0 0 25 0 9 0 800706266 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 193804 154974 180 55 0 191690 0
[pid=32647/tid=32654] ppid=32645 vsize=775216 CPUtime=1637.99 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 364259 1260 0 0 163735 64 0 0 25 0 9 0 800706295 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=775216 CPUtime=1638.02 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 350548 1260 0 0 163741 61 0 0 25 0 9 0 800706295 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=775216 CPUtime=1638.01 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 333338 1260 0 0 163741 60 0 0 25 0 9 0 800706295 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=775216 CPUtime=1638.02 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 221298 1260 0 0 163755 47 0 0 25 0 9 0 800706295 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=775216 CPUtime=1638 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 320442 1260 0 0 163748 52 0 0 25 0 9 0 800706295 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=775216 CPUtime=1638.02 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 347028 1260 0 0 163745 57 0 0 25 0 9 0 800706295 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=775216 CPUtime=1607.33 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 160687 46 0 0 25 0 9 0 800706295 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=775216 CPUtime=1637.52 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 333166 1260 0 0 163694 58 0 0 25 0 9 0 800706295 793821184 154974 33554432000 4194304 4417452 140737284022096 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13073.3
Current children cumulated vsize (KiB) 775216

[startup+1644.7 s]
/proc/loadavg: 8.02 8.06 8.01 9/560 32714
/proc/meminfo: memFree=24921476/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=777604 CPUtime=13124.3 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 2496132 1260 0 0 1311982 452 0 0 25 0 9 0 800706266 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 194401 155571 180 55 0 192287 0
[pid=32647/tid=32654] ppid=32645 vsize=777604 CPUtime=1644.39 cores=0-7
/proc/32647/task/32654/stat : 32654 (plingeling) R 32645 32647 32431 0 -1 4202560 365991 1260 0 0 164375 64 0 0 25 0 9 0 800706295 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 4365062 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32655] ppid=32645 vsize=777604 CPUtime=1644.42 cores=0-7
/proc/32647/task/32655/stat : 32655 (plingeling) R 32645 32647 32431 0 -1 4202560 350568 1260 0 0 164381 61 0 0 25 0 9 0 800706295 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32647/tid=32656] ppid=32645 vsize=777604 CPUtime=1644.41 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 334585 1260 0 0 164381 60 0 0 25 0 9 0 800706295 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=777604 CPUtime=1644.42 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 221298 1260 0 0 164395 47 0 0 25 0 9 0 800706295 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32658] ppid=32645 vsize=777604 CPUtime=1644.4 cores=0-7
/proc/32647/task/32658/stat : 32658 (plingeling) R 32645 32647 32431 0 -1 4202560 320453 1260 0 0 164388 52 0 0 25 0 9 0 800706295 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32647/tid=32659] ppid=32645 vsize=777604 CPUtime=1644.41 cores=0-7
/proc/32647/task/32659/stat : 32659 (plingeling) R 32645 32647 32431 0 -1 4202560 348692 1260 0 0 164384 57 0 0 25 0 9 0 800706295 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=777604 CPUtime=1613.6 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 161314 46 0 0 25 0 9 0 800706295 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=777604 CPUtime=1643.93 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 334661 1260 0 0 164334 59 0 0 25 0 9 0 800706295 796266496 155571 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13124.3
Current children cumulated vsize (KiB) 777604

[startup+1651.12 s]
/proc/loadavg: 8.02 8.06 8.00 5/556 32714
/proc/meminfo: memFree=24910180/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=789256 CPUtime=13167.8 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 2500655 1260 0 0 1316331 453 0 0 18 0 5 0 800706266 808198144 158485 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 197314 158485 181 55 0 195200 0
[pid=32647/tid=32656] ppid=32645 vsize=789256 CPUtime=1650.83 cores=0-7
/proc/32647/task/32656/stat : 32656 (plingeling) R 32645 32647 32431 0 -1 4202560 334585 1260 0 0 165023 60 0 0 25 0 5 0 800706295 808198144 158485 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32647/tid=32657] ppid=32645 vsize=789256 CPUtime=1650.84 cores=0-7
/proc/32647/task/32657/stat : 32657 (plingeling) R 32645 32647 32431 0 -1 4202560 221298 1260 0 0 165037 47 0 0 25 0 5 0 800706295 808198144 158485 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32647/tid=32660] ppid=32645 vsize=789256 CPUtime=1619.96 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 161950 46 0 0 25 0 5 0 800706295 808198144 158485 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32647/tid=32661] ppid=32645 vsize=789256 CPUtime=1650.35 cores=0-7
/proc/32647/task/32661/stat : 32661 (plingeling) R 32645 32647 32431 0 -1 4202560 334661 1260 0 0 164976 59 0 0 25 0 5 0 800706295 808198144 158485 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13167.8
Current children cumulated vsize (KiB) 789256

[startup+1654.3 s]
/proc/loadavg: 7.53 7.96 7.97 2/553 32714
/proc/meminfo: memFree=24910204/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=758524 CPUtime=13174.8 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 2500655 1260 0 0 1317030 453 0 0 18 0 2 0 800706266 776728576 158479 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 189631 158479 181 55 0 187517 0
[pid=32647/tid=32660] ppid=32645 vsize=758524 CPUtime=1623.16 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 162270 46 0 0 25 0 2 0 800706295 776728576 158479 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13174.8
Current children cumulated vsize (KiB) 758524

[startup+1655.1 s]
/proc/loadavg: 7.53 7.96 7.97 2/553 32714
/proc/meminfo: memFree=24910204/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=758524 CPUtime=13175.6 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 2500655 1260 0 0 1317108 453 0 0 18 0 2 0 800706266 776728576 158479 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 189631 158479 181 55 0 187517 0
[pid=32647/tid=32660] ppid=32645 vsize=758524 CPUtime=1623.94 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 162348 46 0 0 25 0 2 0 800706295 776728576 158479 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13175.6
Current children cumulated vsize (KiB) 758524

[startup+1655.9 s]
/proc/loadavg: 7.53 7.96 7.97 2/553 32714
/proc/meminfo: memFree=24910208/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=758524 CPUtime=13176.4 cores=0-7
/proc/32647/stat : 32647 (plingeling) S 32645 32647 32431 0 -1 4202496 2500655 1260 0 0 1317188 453 0 0 18 0 2 0 800706266 776728576 158479 33554432000 4194304 4417452 140737284022096 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32647/statm: 189631 158479 181 55 0 187517 0
[pid=32647/tid=32660] ppid=32645 vsize=758524 CPUtime=1624.74 cores=0-7
/proc/32647/task/32660/stat : 32660 (plingeling) R 32645 32647 32431 0 -1 4202560 202870 1260 0 0 162428 46 0 0 25 0 2 0 800706295 776728576 158479 33554432000 4194304 4417452 140737284022096 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13176.4
Current children cumulated vsize (KiB) 758524

[startup+1656.3 s]
/proc/loadavg: 7.53 7.96 7.97 2/553 32714
/proc/meminfo: memFree=24910208/32951124 swapFree=39849776/67111528
[pid=32647] ppid=32645 vsize=381740 CPUtime=13176.8 cores=0-7
/proc/32647/stat : 32647 (plingeling) R 32645 32647 32431 0 -1 4202496 2500655 1260 0 0 1317226 455 0 0 18 0 1 0 800706266 390901760 63707 33554432000 4194304 4417452 140737284022096 18446744073709551615 224284969095 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/32647/statm: 95435 63195 181 55 0 93321 0
Current children cumulated CPU time (s) 13176.8
Current children cumulated vsize (KiB) 381740

Child status: 20
Real time (s): 1656.32
CPU time (s): 13176.8
CPU user time (s): 13172.3
CPU system time (s): 4.5733
CPU usage (%): 795.551
Max. virtual memory (cumulated for all children) (KiB): 851908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13172.3
system time used= 4.5733
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2501918
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= 264
involuntary context switches= 62242

runsolver used 8.79466 second user time and 22.2276 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-23 00:52:36
IDJOB=3394736
IDBENCH=84004
IDSOLVER=1851
FILE ID=node118/3394736-1306104756
RUNJOBID= node118-1306099741-32445
PBS_JOBID= 13387979
Free space on /tmp= 72944 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394736-1306104756/watcher-3394736-1306104756 -o /tmp/evaluation-result-3394736-1306104756/solver-3394736-1306104756 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394736-1306104756.cnf

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=1764776088

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25545212 kB
Buffers:         13896 kB
Cached:         149064 kB
SwapCached:      51996 kB
Active:         484188 kB
Inactive:      6659576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25545212 kB
SwapTotal:    67111528 kB
SwapFree:     39849776 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:     6941496 kB
Mapped:          25164 kB
Slab:            74616 kB
PageTables:     114640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 183771464 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= 72940 MiB
End job on node118 at 2011-05-23 01:20:12