Trace number 3372974

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 8635.97 1098.61

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark552.98
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

8635.78/1098.60	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-3372974-1305446028/watcher-3372974-1305446028 -o /tmp/evaluation-result-3372974-1305446028/solver-3372974-1305446028 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372974-1305446028.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.51 7.94 7.96 2/351 5368
/proc/meminfo: memFree=23587392/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=15412 CPUtime=0 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 1938 1260 0 0 0 0 0 0 24 0 1 0 656203413 15781888 1868 33554432000 4194304 4417452 140735336427456 18446744073709551615 253640520389 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/5368/statm: 3853 1870 146 55 0 1739 0

[startup+0.039511 s]
/proc/loadavg: 7.51 7.94 7.96 2/351 5368
/proc/meminfo: memFree=23587392/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=22088 CPUtime=0.03 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 3586 1260 0 0 3 0 0 0 24 0 1 0 656203413 22618112 3516 33554432000 4194304 4417452 140735336427456 18446744073709551615 253640553453 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/5368/statm: 5522 3546 149 55 0 3408 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22088

[startup+0.100479 s]
/proc/loadavg: 7.51 7.94 7.96 2/351 5368
/proc/meminfo: memFree=23587392/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=30840 CPUtime=0.09 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 5804 1260 0 0 8 1 0 0 24 0 1 0 656203413 31580160 5734 33554432000 4194304 4417452 140735336427456 18446744073709551615 4209458 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/5368/statm: 7710 5734 149 55 0 5596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30840

[startup+0.300442 s]
/proc/loadavg: 7.51 7.94 7.96 2/351 5368
/proc/meminfo: memFree=23587392/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=62032 CPUtime=0.28 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 13259 1260 0 0 27 1 0 0 25 0 1 0 656203413 63520768 13172 33554432000 4194304 4417452 140735336427456 18446744073709551615 253640553565 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/5368/statm: 15508 13199 149 55 0 13394 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62032

[startup+0.700367 s]
/proc/loadavg: 7.51 7.94 7.96 2/351 5368
/proc/meminfo: memFree=23587392/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=135620 CPUtime=0.69 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 32067 1260 0 0 65 4 0 0 25 0 1 0 656203413 138874880 31929 33554432000 4194304 4417452 140735336427456 18446744073709551615 4227832 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/5368/statm: 33905 31929 149 55 0 31791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135620

[startup+1.77517 s]
/proc/loadavg: 7.51 7.94 7.96 2/351 5368
/proc/meminfo: memFree=23587392/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=255444 CPUtime=1.77 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 62023 1260 0 0 169 8 0 0 25 0 1 0 656203413 261574656 61885 33554432000 4194304 4417452 140735336427456 18446744073709551615 253640478300 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5368/statm: 63861 61885 149 55 0 61747 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 255444

[startup+3.11193 s]
/proc/loadavg: 7.51 7.94 7.96 2/352 5374
/proc/meminfo: memFree=23173796/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=419284 CPUtime=3.1 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 102983 1260 0 0 298 12 0 0 25 0 1 0 656203413 429346816 102845 33554432000 4194304 4417452 140735336427456 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5368/statm: 104821 102845 149 55 0 102707 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 419284

[startup+6.30035 s]
/proc/loadavg: 6.99 7.83 7.93 2/352 5374
/proc/meminfo: memFree=22775788/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=821160 CPUtime=6.29 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 203465 1260 0 0 605 24 0 0 25 0 1 0 656203413 840867840 203314 33554432000 4194304 4417452 140735336427456 18446744073709551615 253640859392 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5368/statm: 205290 203314 149 55 0 203176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 821160

[startup+12.7002 s]
/proc/loadavg: 6.51 7.71 7.89 2/352 5374
/proc/meminfo: memFree=21969160/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=1626012 CPUtime=12.68 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 404813 1260 0 0 1224 44 0 0 25 0 1 0 656203413 1665036288 404527 33554432000 4194304 4417452 140735336427456 18446744073709551615 253640478256 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5368/statm: 406503 404527 149 55 0 404389 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1626012

[startup+25.5008 s]
/proc/loadavg: 5.85 7.50 7.82 9/360 5383
/proc/meminfo: memFree=21503864/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=2236316 CPUtime=65.79 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 734947 1260 0 0 6482 97 0 0 18 0 9 0 656203413 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 559079 514136 177 55 0 556965 0
[pid=5368/tid=5376] ppid=5366 vsize=2236316 CPUtime=5.71 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 24150 1260 0 0 567 4 0 0 25 0 9 0 656205384 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 4302131 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=2236316 CPUtime=5.76 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 28630 1260 0 0 572 4 0 0 25 0 9 0 656205384 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=2236316 CPUtime=5.77 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 48534 1260 0 0 569 8 0 0 25 0 9 0 656205384 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 4274905 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=2236316 CPUtime=5.74 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 14270 1260 0 0 572 2 0 0 25 0 9 0 656205384 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=2236316 CPUtime=5.77 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 28703 1260 0 0 572 5 0 0 25 0 9 0 656205384 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=2236316 CPUtime=5.76 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 28587 1260 0 0 571 5 0 0 25 0 9 0 656205385 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 4269726 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=2236316 CPUtime=5.75 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 58068 1260 0 0 567 8 0 0 25 0 9 0 656205385 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 4274913 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=2236316 CPUtime=5.75 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 24165 1260 0 0 572 3 0 0 25 0 9 0 656205385 2289987584 514136 33554432000 4194304 4417452 140735336427456 18446744073709551615 4302448 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 65.79
Current children cumulated vsize (KiB) 2236316

[startup+51.1011 s]
/proc/loadavg: 6.58 7.54 7.82 9/360 5383
/proc/meminfo: memFree=20488384/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=3285748 CPUtime=269.89 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 1565602 1260 0 0 26699 290 0 0 18 0 9 0 656203413 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 821437 774356 180 55 0 819323 0
[pid=5368/tid=5376] ppid=5366 vsize=3285748 CPUtime=31.23 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 143892 1260 0 0 3088 35 0 0 25 0 9 0 656205384 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=3285748 CPUtime=30.97 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 151340 1260 0 0 3062 35 0 0 25 0 9 0 656205384 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=3285748 CPUtime=31.36 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 145943 1260 0 0 3107 29 0 0 25 0 9 0 656205384 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236607 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=3285748 CPUtime=31.31 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 14270 1260 0 0 3129 2 0 0 25 0 9 0 656205384 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=3285748 CPUtime=31.3 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 175094 1260 0 0 3092 38 0 0 25 0 9 0 656205384 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=3285748 CPUtime=31.36 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 143322 1260 0 0 3106 30 0 0 25 0 9 0 656205385 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=3285748 CPUtime=31.28 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 153541 1260 0 0 3101 27 0 0 25 0 9 0 656205385 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=3285748 CPUtime=31.3 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 158360 1260 0 0 3093 37 0 0 25 0 9 0 656205385 3364605952 774356 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 269.89
Current children cumulated vsize (KiB) 3285748

[startup+102.301 s]
/proc/loadavg: 7.38 7.61 7.82 9/360 5385
/proc/meminfo: memFree=20474228/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=3302088 CPUtime=678.87 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 1569687 1260 0 0 67597 290 0 0 18 0 9 0 656203413 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 825522 778441 180 55 0 823408 0
[pid=5368/tid=5376] ppid=5366 vsize=3302088 CPUtime=82.43 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 145826 1260 0 0 8208 35 0 0 25 0 9 0 656205384 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=3302088 CPUtime=81.56 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 151340 1260 0 0 8121 35 0 0 25 0 9 0 656205384 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=3302088 CPUtime=82.57 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 145943 1260 0 0 8228 29 0 0 25 0 9 0 656205384 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=3302088 CPUtime=82.5 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 14270 1260 0 0 8248 2 0 0 25 0 9 0 656205384 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=3302088 CPUtime=82.5 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 175094 1260 0 0 8212 38 0 0 25 0 9 0 656205384 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=3302088 CPUtime=82.56 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 143322 1260 0 0 8226 30 0 0 25 0 9 0 656205385 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=3302088 CPUtime=82.48 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 155692 1260 0 0 8221 27 0 0 25 0 9 0 656205385 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=3302088 CPUtime=82.51 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 158360 1260 0 0 8214 37 0 0 25 0 9 0 656205385 3381338112 778441 33554432000 4194304 4417452 140735336427456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 678.87
Current children cumulated vsize (KiB) 3302088

[startup+162.301 s]
/proc/loadavg: 7.82 7.69 7.84 9/360 5386
/proc/meminfo: memFree=20289912/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=3369700 CPUtime=1158.17 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 1636304 1260 0 0 115519 298 0 0 18 0 9 0 656203413 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 842425 807859 180 55 0 840311 0
[pid=5368/tid=5376] ppid=5366 vsize=3369700 CPUtime=142.43 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 153562 1260 0 0 14207 36 0 0 25 0 9 0 656205384 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=3369700 CPUtime=140.85 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 157143 1260 0 0 14050 35 0 0 25 0 9 0 656205384 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=3369700 CPUtime=142.57 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 152395 1260 0 0 14227 30 0 0 25 0 9 0 656205384 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=3369700 CPUtime=142.49 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 14270 1260 0 0 14247 2 0 0 25 0 9 0 656205384 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=3369700 CPUtime=142.5 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 213284 1260 0 0 14208 42 0 0 25 0 9 0 656205384 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 4260714 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=3369700 CPUtime=142.56 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 147563 1260 0 0 14226 30 0 0 25 0 9 0 656205385 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=3369700 CPUtime=142.49 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 159887 1260 0 0 14221 28 0 0 25 0 9 0 656205385 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=3369700 CPUtime=142.51 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 158360 1260 0 0 14214 37 0 0 25 0 9 0 656205385 3450572800 807859 33554432000 4194304 4417452 140735336427456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1158.17
Current children cumulated vsize (KiB) 3369700


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

/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 284737 1260 0 0 104186 52 0 0 25 0 9 0 656205384 2438496256 560814 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=2381344 CPUtime=1042.6 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 219818 1260 0 0 104218 42 0 0 25 0 9 0 656205385 2438496256 560814 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=2381344 CPUtime=1042.48 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 267027 1260 0 0 104205 43 0 0 25 0 9 0 656205385 2438496256 560814 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364461 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=2381344 CPUtime=1042.51 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 241604 1260 0 0 104203 48 0 0 25 0 9 0 656205385 2438496256 560814 33554432000 4194304 4417452 140735336427456 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8346.65
Current children cumulated vsize (KiB) 2381344

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

[startup+1076 s]
/proc/loadavg: 8.04 8.04 7.95 9/360 5423
/proc/meminfo: memFree=21343724/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=2381328 CPUtime=8456.05 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 2243169 1260 0 0 845218 387 0 0 18 0 9 0 656203413 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 595332 560810 180 55 0 593218 0
[pid=5368/tid=5376] ppid=5366 vsize=2381328 CPUtime=1056.13 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 231982 1260 0 0 105565 48 0 0 25 0 9 0 656205384 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=2381328 CPUtime=1043.77 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 238925 1260 0 0 104329 48 0 0 25 0 9 0 656205384 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=2381328 CPUtime=1055.62 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 261111 1260 0 0 105517 45 0 0 25 0 9 0 656205384 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=2381328 CPUtime=1056.03 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 18125 1260 0 0 105601 2 0 0 25 0 9 0 656205384 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=2381328 CPUtime=1056.07 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 284737 1260 0 0 105555 52 0 0 25 0 9 0 656205384 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=2381328 CPUtime=1056.29 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 219818 1260 0 0 105587 42 0 0 25 0 9 0 656205385 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 4233447 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=2381328 CPUtime=1056.17 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 267027 1260 0 0 105574 43 0 0 25 0 9 0 656205385 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=2381328 CPUtime=1056.2 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 241604 1260 0 0 105572 48 0 0 25 0 9 0 656205385 2438479872 560810 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8456.05
Current children cumulated vsize (KiB) 2381328

[startup+1088.81 s]
/proc/loadavg: 8.11 8.05 7.96 9/360 5423
/proc/meminfo: memFree=21409200/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=2315648 CPUtime=8558.38 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 2243169 1260 0 0 855451 387 0 0 18 0 9 0 656203413 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 578912 544390 180 55 0 576798 0
[pid=5368/tid=5376] ppid=5366 vsize=2315648 CPUtime=1068.94 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 231982 1260 0 0 106846 48 0 0 25 0 9 0 656205384 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=2315648 CPUtime=1056.42 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 238925 1260 0 0 105594 48 0 0 25 0 9 0 656205384 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 4265383 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=2315648 CPUtime=1068.43 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 261111 1260 0 0 106798 45 0 0 25 0 9 0 656205384 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=2315648 CPUtime=1068.83 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 18125 1260 0 0 106881 2 0 0 25 0 9 0 656205384 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=2315648 CPUtime=1068.88 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 284737 1260 0 0 106836 52 0 0 25 0 9 0 656205384 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=2315648 CPUtime=1069.1 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 219818 1260 0 0 106868 42 0 0 25 0 9 0 656205385 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=2315648 CPUtime=1068.98 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 267027 1260 0 0 106855 43 0 0 25 0 9 0 656205385 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=2315648 CPUtime=1069.01 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 241604 1260 0 0 106853 48 0 0 25 0 9 0 656205385 2371223552 544390 33554432000 4194304 4417452 140735336427456 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8558.38
Current children cumulated vsize (KiB) 2315648

[startup+1095.2 s]
/proc/loadavg: 8.09 8.05 7.96 9/360 5423
/proc/meminfo: memFree=21410812/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=2314672 CPUtime=8609.41 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 2243377 1260 0 0 860554 387 0 0 18 0 9 0 656203413 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 578668 544146 180 55 0 576554 0
[pid=5368/tid=5376] ppid=5366 vsize=2314672 CPUtime=1075.33 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 231982 1260 0 0 107485 48 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=2314672 CPUtime=1062.75 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 238925 1260 0 0 106227 48 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=2314672 CPUtime=1074.82 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 261111 1260 0 0 107437 45 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=2314672 CPUtime=1075.22 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 18125 1260 0 0 107520 2 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236766 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=2314672 CPUtime=1075.27 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 284737 1260 0 0 107475 52 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=2314672 CPUtime=1075.48 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 219818 1260 0 0 107506 42 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=2314672 CPUtime=1075.37 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 267027 1260 0 0 107494 43 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=2314672 CPUtime=1075.4 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 241812 1260 0 0 107492 48 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8609.41
Current children cumulated vsize (KiB) 2314672

[startup+1096.8 s]
/proc/loadavg: 8.09 8.05 7.96 9/360 5423
/proc/meminfo: memFree=21410904/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=2314672 CPUtime=8622.19 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 2243377 1260 0 0 861832 387 0 0 18 0 9 0 656203413 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 578668 544146 180 55 0 576554 0
[pid=5368/tid=5376] ppid=5366 vsize=2314672 CPUtime=1076.93 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 231982 1260 0 0 107645 48 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=2314672 CPUtime=1064.32 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 238925 1260 0 0 106384 48 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=2314672 CPUtime=1076.42 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 261111 1260 0 0 107597 45 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=2314672 CPUtime=1076.82 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 18125 1260 0 0 107680 2 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=2314672 CPUtime=1076.87 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 284737 1260 0 0 107635 52 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=2314672 CPUtime=1077.08 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 219818 1260 0 0 107666 42 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=2314672 CPUtime=1076.97 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 267027 1260 0 0 107654 43 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=2314672 CPUtime=1077 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 241812 1260 0 0 107652 48 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8622.19
Current children cumulated vsize (KiB) 2314672

[startup+1097.61 s]
/proc/loadavg: 8.09 8.05 7.96 9/360 5423
/proc/meminfo: memFree=21411028/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=2314672 CPUtime=8628.68 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 2243377 1260 0 0 862481 387 0 0 18 0 9 0 656203413 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 578668 544146 180 55 0 576554 0
[pid=5368/tid=5376] ppid=5366 vsize=2314672 CPUtime=1077.74 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 231982 1260 0 0 107726 48 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=2314672 CPUtime=1065.12 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 238925 1260 0 0 106464 48 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=2314672 CPUtime=1077.23 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 261111 1260 0 0 107678 45 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=2314672 CPUtime=1077.63 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 18125 1260 0 0 107761 2 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=2314672 CPUtime=1077.68 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 284737 1260 0 0 107716 52 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=2314672 CPUtime=1077.9 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 219818 1260 0 0 107748 42 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=2314672 CPUtime=1077.78 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 267027 1260 0 0 107735 43 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236607 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=2314672 CPUtime=1077.81 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 241812 1260 0 0 107733 48 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4357087 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8628.68
Current children cumulated vsize (KiB) 2314672

[startup+1098.4 s]
/proc/loadavg: 8.09 8.05 7.96 9/360 5423
/proc/meminfo: memFree=21411028/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=2314672 CPUtime=8634.98 cores=0-7
/proc/5368/stat : 5368 (plingeling) S 5366 5368 5156 0 -1 4202496 2243377 1260 0 0 863111 387 0 0 18 0 9 0 656203413 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5368/statm: 578668 544146 180 55 0 576554 0
[pid=5368/tid=5376] ppid=5366 vsize=2314672 CPUtime=1078.53 cores=0-7
/proc/5368/task/5376/stat : 5376 (plingeling) R 5366 5368 5156 0 -1 4202560 231982 1260 0 0 107805 48 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5368/tid=5377] ppid=5366 vsize=2314672 CPUtime=1065.91 cores=0-7
/proc/5368/task/5377/stat : 5377 (plingeling) R 5366 5368 5156 0 -1 4202560 238925 1260 0 0 106543 48 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5368/tid=5378] ppid=5366 vsize=2314672 CPUtime=1078.02 cores=0-7
/proc/5368/task/5378/stat : 5378 (plingeling) R 5366 5368 5156 0 -1 4202560 261111 1260 0 0 107757 45 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5368/tid=5379] ppid=5366 vsize=2314672 CPUtime=1078.42 cores=0-7
/proc/5368/task/5379/stat : 5379 (plingeling) R 5366 5368 5156 0 -1 4202560 18125 1260 0 0 107840 2 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4232640 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5368/tid=5380] ppid=5366 vsize=2314672 CPUtime=1078.47 cores=0-7
/proc/5368/task/5380/stat : 5380 (plingeling) R 5366 5368 5156 0 -1 4202560 284737 1260 0 0 107795 52 0 0 25 0 9 0 656205384 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5368/tid=5381] ppid=5366 vsize=2314672 CPUtime=1078.69 cores=0-7
/proc/5368/task/5381/stat : 5381 (plingeling) R 5366 5368 5156 0 -1 4202560 219818 1260 0 0 107827 42 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5368/tid=5382] ppid=5366 vsize=2314672 CPUtime=1078.57 cores=0-7
/proc/5368/task/5382/stat : 5382 (plingeling) R 5366 5368 5156 0 -1 4202560 267027 1260 0 0 107814 43 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5368/tid=5383] ppid=5366 vsize=2314672 CPUtime=1078.6 cores=0-7
/proc/5368/task/5383/stat : 5383 (plingeling) R 5366 5368 5156 0 -1 4202560 241812 1260 0 0 107812 48 0 0 25 0 9 0 656205385 2370224128 544146 33554432000 4194304 4417452 140735336427456 18446744073709551615 4364456 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8634.98
Current children cumulated vsize (KiB) 2314672

[startup+1098.6 s]
/proc/loadavg: 8.09 8.05 7.96 2/352 5423
/proc/meminfo: memFree=23411704/32951124 swapFree=56449224/67111528
[pid=5368] ppid=5366 vsize=467172 CPUtime=8635.96 cores=0-7
/proc/5368/stat : 5368 (plingeling) R 5366 5368 5156 0 -1 4202496 2243378 1260 0 0 863201 395 0 0 17 0 1 0 656203413 478384128 9440 33554432000 4194304 4417452 140735336427456 18446744073709551615 253640885354 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/5368/statm: 116793 9440 181 55 0 114679 0
Current children cumulated CPU time (s) 8635.96
Current children cumulated vsize (KiB) 467172

Child status: 20
Real time (s): 1098.61
CPU time (s): 8635.97
CPU user time (s): 8632.01
CPU system time (s): 3.9594
CPU usage (%): 786.079
Max. virtual memory (cumulated for all children) (KiB): 3544384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8632.01
system time used= 3.9594
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2244641
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= 442
involuntary context switches= 31198

runsolver used 3.41348 second user time and 9.55755 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 09:53:50
IDJOB=3372974
IDBENCH=88159
IDSOLVER=1851
FILE ID=node106/3372974-1305446028
RUNJOBID= node106-1305441018-5170
PBS_JOBID= 13324781
Free space on /tmp= 73276 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372974-1305446028/watcher-3372974-1305446028 -o /tmp/evaluation-result-3372974-1305446028/solver-3372974-1305446028 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372974-1305446028.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=732951836

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23587920 kB
Buffers:        281276 kB
Cached:        6091956 kB
SwapCached:      27544 kB
Active:         953168 kB
Inactive:      8171288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23587920 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:          193120 kB
Writeback:           0 kB
AnonPages:     2732260 kB
Mapped:           9676 kB
Slab:           125244 kB
PageTables:      47368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74989652 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= 73276 MiB
End job on node106 at 2011-05-15 10:12:09