Trace number 3372575

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 22252 2785.87

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1004.79
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

22251.90/2785.81	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-3372575-1305438902/watcher-3372575-1305438902 -o /tmp/evaluation-result-3372575-1305438902/solver-3372575-1305438902 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372575-1305438902.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.79 7.86 6.75 2/272 30460
/proc/meminfo: memFree=24719460/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=11536 CPUtime=0 cores=0-7
/proc/30460/stat : 30460 (plingeling) R 30458 30460 30315 0 -1 4202496 978 1258 0 0 0 0 0 0 22 0 1 0 636305564 11812864 907 33554432000 4194304 4417452 140735688180640 18446744073709551615 254261310415 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30460/statm: 2884 907 148 55 0 770 0

[startup+0.0522289 s]
/proc/loadavg: 7.79 7.86 6.75 2/272 30460
/proc/meminfo: memFree=24719460/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=20548 CPUtime=0.04 cores=0-7
/proc/30460/stat : 30460 (plingeling) R 30458 30460 30315 0 -1 4202496 3232 1258 0 0 4 0 0 0 22 0 1 0 636305564 21041152 3161 33554432000 4194304 4417452 140735688180640 18446744073709551615 4259095 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30460/statm: 5137 3161 149 55 0 3023 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20548

[startup+0.100223 s]
/proc/loadavg: 7.79 7.86 6.75 2/272 30460
/proc/meminfo: memFree=24719460/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=27720 CPUtime=0.09 cores=0-7
/proc/30460/stat : 30460 (plingeling) R 30458 30460 30315 0 -1 4202496 5025 1258 0 0 9 0 0 0 22 0 1 0 636305564 28385280 4954 33554432000 4194304 4417452 140735688180640 18446744073709551615 4232736 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30460/statm: 6930 4954 149 55 0 4816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27720

[startup+0.300199 s]
/proc/loadavg: 7.79 7.86 6.75 2/272 30460
/proc/meminfo: memFree=24719460/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=80768 CPUtime=0.28 cores=0-7
/proc/30460/stat : 30460 (plingeling) R 30458 30460 30315 0 -1 4202496 18288 1258 0 0 27 1 0 0 23 0 1 0 636305564 82706432 18216 33554432000 4194304 4417452 140735688180640 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30460/statm: 20192 18216 149 55 0 18078 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 80768

[startup+0.701086 s]
/proc/loadavg: 7.79 7.86 6.75 2/272 30460
/proc/meminfo: memFree=24719460/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=297016 CPUtime=1.14 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 53090 1258 0 0 107 7 0 0 18 0 9 0 636305564 304144384 39092 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 74254 39092 169 55 0 72140 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 297016

[startup+1.50094 s]
/proc/loadavg: 7.81 7.86 6.76 9/281 30474
/proc/meminfo: memFree=24557320/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=314680 CPUtime=7.52 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 65049 1258 0 0 744 8 0 0 18 0 9 0 636305564 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 78670 41135 174 55 0 76556 0
[pid=30460/tid=30467] ppid=30458 vsize=314680 CPUtime=0.85 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 7327 1258 0 0 84 1 0 0 19 0 9 0 636305627 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 4282397 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=314680 CPUtime=0.86 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 2455 1258 0 0 86 0 0 0 25 0 9 0 636305627 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=314680 CPUtime=0.83 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 5400 1258 0 0 83 0 0 0 25 0 9 0 636305627 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 4283557 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=314680 CPUtime=0.86 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 2055 1258 0 0 86 0 0 0 18 0 9 0 636305627 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=314680 CPUtime=0.85 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 2961 1258 0 0 85 0 0 0 21 0 9 0 636305627 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 4282402 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=314680 CPUtime=0.86 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 2441 1258 0 0 86 0 0 0 19 0 9 0 636305627 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=314680 CPUtime=0.86 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 4149 1258 0 0 86 0 0 0 19 0 9 0 636305627 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=314680 CPUtime=0.86 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 2353 1258 0 0 86 0 0 0 23 0 9 0 636305628 322232320 41135 33554432000 4194304 4417452 140735688180640 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 314680

[startup+3.10066 s]
/proc/loadavg: 7.81 7.86 6.76 9/281 30474
/proc/meminfo: memFree=24555336/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=376576 CPUtime=20.3 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 86660 1258 0 0 2019 11 0 0 18 0 9 0 636305564 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 94144 44813 177 55 0 92030 0
[pid=30460/tid=30467] ppid=30458 vsize=376576 CPUtime=2.44 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 16899 1258 0 0 242 2 0 0 22 0 9 0 636305627 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 4346298 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=376576 CPUtime=2.46 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 3479 1258 0 0 246 0 0 0 25 0 9 0 636305627 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=376576 CPUtime=2.42 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 7571 1258 0 0 242 0 0 0 25 0 9 0 636305627 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=376576 CPUtime=2.46 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 2055 1258 0 0 246 0 0 0 22 0 9 0 636305627 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=376576 CPUtime=2.45 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 3995 1258 0 0 245 0 0 0 25 0 9 0 636305627 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=376576 CPUtime=2.46 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 3466 1258 0 0 246 0 0 0 22 0 9 0 636305627 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=376576 CPUtime=2.45 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 5868 1258 0 0 245 0 0 0 22 0 9 0 636305627 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=376576 CPUtime=2.46 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 7419 1258 0 0 245 1 0 0 25 0 9 0 636305628 385613824 44813 33554432000 4194304 4417452 140735688180640 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.3
Current children cumulated vsize (KiB) 376576

[startup+6.30109 s]
/proc/loadavg: 7.81 7.86 6.76 9/281 30474
/proc/meminfo: memFree=24470024/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=460236 CPUtime=45.87 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 114333 1258 0 0 4572 15 0 0 18 0 9 0 636305564 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 115059 66622 179 55 0 112945 0
[pid=30460/tid=30467] ppid=30458 vsize=460236 CPUtime=5.61 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 23557 1258 0 0 558 3 0 0 25 0 9 0 636305627 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 4239418 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=460236 CPUtime=5.66 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 9656 1258 0 0 565 1 0 0 25 0 9 0 636305627 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 4253043 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=460236 CPUtime=5.62 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 9107 1258 0 0 562 0 0 0 25 0 9 0 636305627 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=460236 CPUtime=5.66 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 2055 1258 0 0 566 0 0 0 25 0 9 0 636305627 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=460236 CPUtime=5.65 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 8609 1258 0 0 564 1 0 0 25 0 9 0 636305627 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 4252064 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=460236 CPUtime=5.66 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 6544 1258 0 0 566 0 0 0 25 0 9 0 636305627 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 4236249 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=460236 CPUtime=5.65 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 6894 1258 0 0 565 0 0 0 25 0 9 0 636305627 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=460236 CPUtime=5.65 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 12003 1258 0 0 564 1 0 0 25 0 9 0 636305628 471281664 66622 33554432000 4194304 4417452 140735688180640 18446744073709551615 4252133 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.87
Current children cumulated vsize (KiB) 460236

[startup+12.701 s]
/proc/loadavg: 7.84 7.87 6.77 9/281 30474
/proc/meminfo: memFree=24494120/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=417924 CPUtime=97.02 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 114526 1258 0 0 9686 16 0 0 18 0 9 0 636305564 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 104481 56045 180 55 0 102367 0
[pid=30460/tid=30467] ppid=30458 vsize=417924 CPUtime=11.95 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 23572 1258 0 0 1192 3 0 0 25 0 9 0 636305627 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=417924 CPUtime=12.06 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 9684 1258 0 0 1205 1 0 0 25 0 9 0 636305627 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=417924 CPUtime=12.02 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 9153 1258 0 0 1202 0 0 0 25 0 9 0 636305627 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 4236935 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=417924 CPUtime=12.06 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 2055 1258 0 0 1206 0 0 0 25 0 9 0 636305627 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 4236750 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=417924 CPUtime=12.05 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 8621 1258 0 0 1204 1 0 0 25 0 9 0 636305627 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 4365579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=417924 CPUtime=12.06 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 6574 1258 0 0 1206 0 0 0 25 0 9 0 636305627 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=417924 CPUtime=12.05 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 6941 1258 0 0 1205 0 0 0 25 0 9 0 636305627 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364456 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=417924 CPUtime=12.05 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 12018 1258 0 0 1204 1 0 0 25 0 9 0 636305628 427954176 56045 33554432000 4194304 4417452 140735688180640 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.02
Current children cumulated vsize (KiB) 417924

[startup+25.5007 s]
/proc/loadavg: 7.86 7.87 6.78 9/281 30475
/proc/meminfo: memFree=24488492/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=425936 CPUtime=199.29 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 116798 1258 0 0 19913 16 0 0 18 0 9 0 636305564 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 106484 58060 180 55 0 104370 0
[pid=30460/tid=30467] ppid=30458 vsize=425936 CPUtime=24.63 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 23599 1258 0 0 2460 3 0 0 25 0 9 0 636305627 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=425936 CPUtime=24.86 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 9694 1258 0 0 2485 1 0 0 25 0 9 0 636305627 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364791 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=425936 CPUtime=24.82 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 9215 1258 0 0 2482 0 0 0 25 0 9 0 636305627 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=425936 CPUtime=24.86 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 4103 1258 0 0 2486 0 0 0 25 0 9 0 636305627 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 4358038 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=425936 CPUtime=24.85 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 8657 1258 0 0 2484 1 0 0 25 0 9 0 636305627 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=425936 CPUtime=24.85 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 6587 1258 0 0 2485 0 0 0 25 0 9 0 636305627 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=425936 CPUtime=24.86 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 6993 1258 0 0 2485 1 0 0 25 0 9 0 636305627 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364399 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=425936 CPUtime=24.85 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 12042 1258 0 0 2484 1 0 0 25 0 9 0 636305628 436158464 58060 33554432000 4194304 4417452 140735688180640 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.29
Current children cumulated vsize (KiB) 425936

[startup+51.1012 s]
/proc/loadavg: 7.91 7.88 6.82 9/281 30475
/proc/meminfo: memFree=24479004/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=458544 CPUtime=403.87 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 126548 1258 0 0 40370 17 0 0 18 0 9 0 636305564 469549056 66581 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 114636 66581 180 55 0 112522 0
[pid=30460/tid=30467] ppid=30458 vsize=458544 CPUtime=50.01 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 24251 1258 0 0 4998 3 0 0 25 0 9 0 636305627 469549056 66581 33554432000 4194304 4417452 140735688180640 18446744073709551615 4260613 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=458544 CPUtime=50.46 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 15329 1258 0 0 5044 2 0 0 25 0 9 0 636305627 469549056 66581 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=458544 CPUtime=50.42 cores=0-7

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

[pid=30460/tid=30472] ppid=30458 vsize=2638416 CPUtime=2741.19 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 2151180 1258 0 0 273720 399 0 0 25 0 9 0 636305627 2701737984 611178 33554432000 4194304 4417452 140735688180640 18446744073709551615 4270300 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=2638416 CPUtime=2740.73 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 1757966 1258 0 0 273795 278 0 0 25 0 9 0 636305627 2701737984 611178 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=2638416 CPUtime=2741.53 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 1729928 1258 0 0 273864 289 0 0 25 0 9 0 636305628 2701737984 611178 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21908.3
Current children cumulated vsize (KiB) 2638416

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

[startup+2764.7 s]
/proc/loadavg: 8.00 8.03 7.95 9/281 30560
/proc/meminfo: memFree=22011400/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=2899380 CPUtime=22087.2 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 14182387 1258 0 0 2206228 2491 0 0 18 0 9 0 636305564 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 724845 676419 180 55 0 722731 0
[pid=30460/tid=30467] ppid=30458 vsize=2899380 CPUtime=2762.72 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 2118897 1258 0 0 275937 335 0 0 25 0 9 0 636305627 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=2899380 CPUtime=2763.81 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 1796829 1258 0 0 276056 325 0 0 25 0 9 0 636305627 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=2899380 CPUtime=2748.44 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 2195889 1258 0 0 274442 402 0 0 25 0 9 0 636305627 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=2899380 CPUtime=2756.96 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 367752 1258 0 0 275632 64 0 0 25 0 9 0 636305627 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=2899380 CPUtime=2763.95 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 1957831 1258 0 0 276022 373 0 0 25 0 9 0 636305627 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=2899380 CPUtime=2763.57 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 2214593 1258 0 0 275940 417 0 0 25 0 9 0 636305627 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=2899380 CPUtime=2763.13 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 1764760 1258 0 0 276034 279 0 0 25 0 9 0 636305627 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=2899380 CPUtime=2763.92 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 1729928 1258 0 0 276103 289 0 0 25 0 9 0 636305628 2968965120 676419 33554432000 4194304 4417452 140735688180640 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22087.2
Current children cumulated vsize (KiB) 2899380

[startup+2777.51 s]
/proc/loadavg: 8.00 8.03 7.95 9/281 30560
/proc/meminfo: memFree=22079484/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=2831960 CPUtime=22189.6 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 14206056 1258 0 0 2216461 2495 0 0 18 0 9 0 636305564 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 707990 659564 180 55 0 705876 0
[pid=30460/tid=30467] ppid=30458 vsize=2831960 CPUtime=2775.53 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 2132698 1258 0 0 277216 337 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4357256 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=2831960 CPUtime=2776.62 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 1796829 1258 0 0 277337 325 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=2831960 CPUtime=2761.13 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 2201171 1258 0 0 275710 403 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4250747 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=2831960 CPUtime=2769.77 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 367752 1258 0 0 276913 64 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4354594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=2831960 CPUtime=2776.76 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 1957831 1258 0 0 277303 373 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=2831960 CPUtime=2776.38 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 2214593 1258 0 0 277221 417 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=2831960 CPUtime=2775.93 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 1769346 1258 0 0 277314 279 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=2831960 CPUtime=2776.73 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 1729928 1258 0 0 277384 289 0 0 25 0 9 0 636305628 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22189.6
Current children cumulated vsize (KiB) 2831960

[startup+2780.7 s]
/proc/loadavg: 8.00 8.03 7.95 9/281 30560
/proc/meminfo: memFree=22079476/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=2831960 CPUtime=22215.1 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 14206056 1258 0 0 2219017 2495 0 0 18 0 9 0 636305564 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 707990 659564 180 55 0 705876 0
[pid=30460/tid=30467] ppid=30458 vsize=2831960 CPUtime=2778.73 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 2132698 1258 0 0 277536 337 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=2831960 CPUtime=2779.82 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 1796829 1258 0 0 277657 325 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=2831960 CPUtime=2764.31 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 2201171 1258 0 0 276028 403 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=2831960 CPUtime=2772.96 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 367752 1258 0 0 277232 64 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=2831960 CPUtime=2779.96 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 1957831 1258 0 0 277623 373 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=2831960 CPUtime=2779.58 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 2214593 1258 0 0 277541 417 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=2831960 CPUtime=2779.13 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 1769346 1258 0 0 277634 279 0 0 25 0 9 0 636305627 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=2831960 CPUtime=2779.93 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 1729928 1258 0 0 277704 289 0 0 25 0 9 0 636305628 2899927040 659564 33554432000 4194304 4417452 140735688180640 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22215.1
Current children cumulated vsize (KiB) 2831960

[startup+2783.9 s]
/proc/loadavg: 8.00 8.03 7.95 9/281 30560
/proc/meminfo: memFree=22033472/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=2877972 CPUtime=22240.6 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 14217559 1258 0 0 2221566 2497 0 0 18 0 9 0 636305564 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 719493 671067 180 55 0 717379 0
[pid=30460/tid=30467] ppid=30458 vsize=2877972 CPUtime=2781.92 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 2135218 1258 0 0 277854 338 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=2877972 CPUtime=2783.01 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 1796829 1258 0 0 277976 325 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=2877972 CPUtime=2767.48 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 2201171 1258 0 0 276345 403 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=2877972 CPUtime=2776.15 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 367752 1258 0 0 277551 64 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=2877972 CPUtime=2783.15 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 1957831 1258 0 0 277942 373 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=2877972 CPUtime=2782.77 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 2214593 1258 0 0 277860 417 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=2877972 CPUtime=2782.32 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 1778329 1258 0 0 277952 280 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=2877972 CPUtime=2783.12 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 1729928 1258 0 0 278023 289 0 0 25 0 9 0 636305628 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22240.6
Current children cumulated vsize (KiB) 2877972

[startup+2784.7 s]
/proc/loadavg: 8.00 8.03 7.95 9/281 30560
/proc/meminfo: memFree=22033472/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=2877972 CPUtime=22247 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 14217559 1258 0 0 2222205 2497 0 0 18 0 9 0 636305564 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 719493 671067 180 55 0 717379 0
[pid=30460/tid=30467] ppid=30458 vsize=2877972 CPUtime=2782.72 cores=0-7
/proc/30460/task/30467/stat : 30467 (plingeling) R 30458 30460 30315 0 -1 4202560 2135218 1258 0 0 277934 338 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30468] ppid=30458 vsize=2877972 CPUtime=2783.81 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 1796829 1258 0 0 278056 325 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30469] ppid=30458 vsize=2877972 CPUtime=2768.27 cores=0-7
/proc/30460/task/30469/stat : 30469 (plingeling) R 30458 30460 30315 0 -1 4202560 2201171 1258 0 0 276424 403 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30460/tid=30470] ppid=30458 vsize=2877972 CPUtime=2776.95 cores=0-7
/proc/30460/task/30470/stat : 30470 (plingeling) R 30458 30460 30315 0 -1 4202560 367752 1258 0 0 277631 64 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=2877972 CPUtime=2783.95 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 1957831 1258 0 0 278022 373 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=2877972 CPUtime=2783.57 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 2214593 1258 0 0 277940 417 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30460/tid=30473] ppid=30458 vsize=2877972 CPUtime=2783.12 cores=0-7
/proc/30460/task/30473/stat : 30473 (plingeling) R 30458 30460 30315 0 -1 4202560 1778329 1258 0 0 278032 280 0 0 25 0 9 0 636305627 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30460/tid=30474] ppid=30458 vsize=2877972 CPUtime=2783.92 cores=0-7
/proc/30460/task/30474/stat : 30474 (plingeling) R 30458 30460 30315 0 -1 4202560 1729928 1258 0 0 278103 289 0 0 25 0 9 0 636305628 2947043328 671067 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22247
Current children cumulated vsize (KiB) 2877972

[startup+2785.5 s]
/proc/loadavg: 8.00 8.03 7.95 6/278 30560
/proc/meminfo: memFree=22019980/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=2891504 CPUtime=22251.6 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 14220943 1258 0 0 2222659 2497 0 0 18 0 4 0 636305564 2960900096 674451 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 722876 674451 181 55 0 720762 0
[pid=30460/tid=30468] ppid=30458 vsize=2891504 CPUtime=2784.61 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 1800212 1258 0 0 278136 325 0 0 25 0 4 0 636305627 2960900096 674451 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30460/tid=30471] ppid=30458 vsize=2891504 CPUtime=2784.75 cores=0-7
/proc/30460/task/30471/stat : 30471 (plingeling) R 30458 30460 30315 0 -1 4202560 1957831 1258 0 0 278102 373 0 0 25 0 4 0 636305627 2960900096 674451 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30460/tid=30472] ppid=30458 vsize=2891504 CPUtime=2784.37 cores=0-7
/proc/30460/task/30472/stat : 30472 (plingeling) R 30458 30460 30315 0 -1 4202560 2214593 1258 0 0 278020 417 0 0 25 0 4 0 636305627 2960900096 674451 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22251.6
Current children cumulated vsize (KiB) 2891504

[startup+2785.7 s]
/proc/loadavg: 8.00 8.03 7.95 6/278 30560
/proc/meminfo: memFree=22019980/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=2891504 CPUtime=22251.8 cores=0-7
/proc/30460/stat : 30460 (plingeling) S 30458 30460 30315 0 -1 4202496 14220943 1258 0 0 2222682 2497 0 0 18 0 2 0 636305564 2960900096 674451 33554432000 4194304 4417452 140735688180640 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30460/statm: 722876 674451 181 55 0 720762 0
[pid=30460/tid=30468] ppid=30458 vsize=2891504 CPUtime=2784.81 cores=0-7
/proc/30460/task/30468/stat : 30468 (plingeling) R 30458 30460 30315 0 -1 4202560 1800212 1258 0 0 278156 325 0 0 25 0 2 0 636305627 2960900096 674451 33554432000 4194304 4417452 140735688180640 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22251.8
Current children cumulated vsize (KiB) 2891504

[startup+2785.8 s]
/proc/loadavg: 8.00 8.03 7.95 6/278 30560
/proc/meminfo: memFree=22019980/32951124 swapFree=67057896/67111528
[pid=30460] ppid=30458 vsize=1779640 CPUtime=22251.9 cores=0-7
/proc/30460/stat : 30460 (plingeling) R 30458 30460 30315 0 -1 4202496 14220943 1258 0 0 2222687 2503 0 0 15 0 1 0 636305564 1822351360 362614 33554432000 4194304 4417452 140735688180640 18446744073709551615 254261659783 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30460/statm: 444910 362614 181 55 0 442796 0
Current children cumulated CPU time (s) 22251.9
Current children cumulated vsize (KiB) 1779640

Child status: 20
Real time (s): 2785.87
CPU time (s): 22252
CPU user time (s): 22226.9
CPU system time (s): 25.1112
CPU usage (%): 798.743
Max. virtual memory (cumulated for all children) (KiB): 3124592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22226.9
system time used= 25.1112
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14222204
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= 1145
involuntary context switches= 106656

runsolver used 6.97394 second user time and 16.9094 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-15 07:55:02
IDJOB=3372575
IDBENCH=82467
IDSOLVER=1851
FILE ID=node140/3372575-1305438902
RUNJOBID= node140-1305437514-30329
PBS_JOBID= 13324780
Free space on /tmp= 73504 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372575-1305438902/watcher-3372575-1305438902 -o /tmp/evaluation-result-3372575-1305438902/solver-3372575-1305438902 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372575-1305438902.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=661028658

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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	: 5226.14
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.833
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.833
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.833
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.833
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.74
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.833
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.833
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:      24719616 kB
Buffers:        310208 kB
Cached:        4079224 kB
SwapCached:       8056 kB
Active:        4914780 kB
Inactive:      3003388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24719616 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            4696 kB
Writeback:           0 kB
AnonPages:     3526128 kB
Mapped:          22980 kB
Slab:           223980 kB
PageTables:      21552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45562840 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= 73504 MiB
End job on node140 at 2011-05-15 08:41:28