Trace number 3395018

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)? (TO) 40000.6 5012.79

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.465928
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3395018-1306110537/watcher-3395018-1306110537 -o /tmp/evaluation-result-3395018-1306110537/solver-3395018-1306110537 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3395018-1306110537.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: 8.05 8.04 8.00 2/507 6382
/proc/meminfo: memFree=15314924/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=11472 CPUtime=0 cores=0-7
/proc/6382/stat : 6382 (plingeling) R 6380 6382 6081 0 -1 4202496 928 1257 0 0 0 0 0 0 18 0 1 0 801284465 11747328 859 33554432000 4194304 4417452 140734212362192 18446744073709551615 215988286411 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/6382/statm: 2868 859 147 55 0 754 0

[startup+0.0631221 s]
/proc/loadavg: 8.05 8.04 8.00 2/507 6382
/proc/meminfo: memFree=15314924/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=15600 CPUtime=0.05 cores=0-7
/proc/6382/stat : 6382 (plingeling) R 6380 6382 6081 0 -1 4202496 2129 1257 0 0 5 0 0 0 18 0 1 0 801284465 15974400 1924 33554432000 4194304 4417452 140734212362192 18446744073709551615 4236008 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/6382/statm: 3900 1924 148 55 0 1786 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15600

[startup+0.101098 s]
/proc/loadavg: 8.05 8.04 8.00 2/507 6382
/proc/meminfo: memFree=15314924/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=19696 CPUtime=0.09 cores=0-7
/proc/6382/stat : 6382 (plingeling) R 6380 6382 6081 0 -1 4202496 3153 1257 0 0 9 0 0 0 18 0 1 0 801284465 20168704 2948 33554432000 4194304 4417452 140734212362192 18446744073709551615 4231387 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/6382/statm: 4924 2948 148 55 0 2810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19696

[startup+0.30106 s]
/proc/loadavg: 8.05 8.04 8.00 2/507 6382
/proc/meminfo: memFree=15314924/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=77040 CPUtime=0.29 cores=0-7
/proc/6382/stat : 6382 (plingeling) R 6380 6382 6081 0 -1 4202496 17489 1257 0 0 27 2 0 0 19 0 1 0 801284465 78888960 17284 33554432000 4194304 4417452 140734212362192 18446744073709551615 4259612 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/6382/statm: 19260 17284 148 55 0 17146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77040

[startup+0.700923 s]
/proc/loadavg: 8.05 8.04 8.00 2/507 6382
/proc/meminfo: memFree=15314924/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=142576 CPUtime=0.69 cores=0-7
/proc/6382/stat : 6382 (plingeling) R 6380 6382 6081 0 -1 4202496 33873 1257 0 0 65 4 0 0 19 0 1 0 801284465 145997824 33668 33554432000 4194304 4417452 140734212362192 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/6382/statm: 35644 33668 148 55 0 33530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142576

[startup+1.50078 s]
/proc/loadavg: 8.05 8.04 8.00 2/508 6388
/proc/meminfo: memFree=15179900/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=422368 CPUtime=2.03 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 67133 1257 0 0 195 8 0 0 23 0 9 0 801284465 432504832 66884 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 105592 66884 170 55 0 103478 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 422368

[startup+3.10051 s]
/proc/loadavg: 8.05 8.04 8.00 9/516 6396
/proc/meminfo: memFree=15036616/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=471292 CPUtime=14.73 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 131371 1257 0 0 1451 22 0 0 23 0 9 0 801284465 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 117823 79084 179 55 0 115709 0
[pid=6382/tid=6389] ppid=6380 vsize=471292 CPUtime=1.65 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 8278 1257 0 0 164 1 0 0 25 0 9 0 801284607 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=471292 CPUtime=1.66 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 11336 1257 0 0 164 2 0 0 25 0 9 0 801284607 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 4240020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=471292 CPUtime=1.67 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 8382 1257 0 0 166 1 0 0 25 0 9 0 801284607 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=471292 CPUtime=1.67 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 8813 1257 0 0 166 1 0 0 25 0 9 0 801284607 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=471292 CPUtime=1.65 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 10942 1257 0 0 163 2 0 0 25 0 9 0 801284607 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 4240106 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=471292 CPUtime=1.65 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 4287 1257 0 0 165 0 0 0 25 0 9 0 801284608 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=471292 CPUtime=1.65 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 8409 1257 0 0 163 2 0 0 18 0 9 0 801284608 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 4239991 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=471292 CPUtime=1.64 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 4268 1257 0 0 164 0 0 0 25 0 9 0 801284608 482603008 79084 33554432000 4194304 4417452 140734212362192 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.73
Current children cumulated vsize (KiB) 471292

[startup+6.30094 s]
/proc/loadavg: 8.05 8.04 8.00 9/516 6396
/proc/meminfo: memFree=14940272/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=557584 CPUtime=40.27 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 161623 1257 0 0 4001 26 0 0 23 0 9 0 801284465 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 139396 100626 180 55 0 137282 0
[pid=6382/tid=6389] ppid=6380 vsize=557584 CPUtime=4.85 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 10354 1257 0 0 484 1 0 0 25 0 9 0 801284607 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=557584 CPUtime=4.86 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 13077 1257 0 0 484 2 0 0 25 0 9 0 801284607 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=557584 CPUtime=4.87 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 10122 1257 0 0 486 1 0 0 25 0 9 0 801284607 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 4258377 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=557584 CPUtime=4.87 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 27853 1257 0 0 483 4 0 0 25 0 9 0 801284607 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=557584 CPUtime=4.85 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 12682 1257 0 0 483 2 0 0 25 0 9 0 801284607 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=557584 CPUtime=4.86 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 6462 1257 0 0 485 1 0 0 25 0 9 0 801284608 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=557584 CPUtime=4.85 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 10149 1257 0 0 483 2 0 0 25 0 9 0 801284608 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=557584 CPUtime=4.78 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 4268 1257 0 0 478 0 0 0 25 0 9 0 801284608 570966016 100626 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.27
Current children cumulated vsize (KiB) 557584

[startup+12.7008 s]
/proc/loadavg: 8.04 8.04 8.00 9/516 6396
/proc/meminfo: memFree=14863792/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=604872 CPUtime=91.35 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 197017 1257 0 0 9105 30 0 0 23 0 9 0 801284465 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 151218 112448 180 55 0 149104 0
[pid=6382/tid=6389] ppid=6380 vsize=604872 CPUtime=11.25 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 10354 1257 0 0 1124 1 0 0 25 0 9 0 801284607 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 4248923 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=604872 CPUtime=11.26 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 13077 1257 0 0 1124 2 0 0 25 0 9 0 801284607 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 4258206 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=604872 CPUtime=11.25 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 10122 1257 0 0 1124 1 0 0 25 0 9 0 801284607 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=604872 CPUtime=11.27 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 52808 1257 0 0 1120 7 0 0 25 0 9 0 801284607 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 4250873 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=604872 CPUtime=11.25 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 16161 1257 0 0 1123 2 0 0 25 0 9 0 801284607 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=604872 CPUtime=11.25 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 9942 1257 0 0 1124 1 0 0 25 0 9 0 801284608 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249601 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=604872 CPUtime=11.25 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 10149 1257 0 0 1123 2 0 0 25 0 9 0 801284608 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=604872 CPUtime=11.08 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 7748 1257 0 0 1107 1 0 0 25 0 9 0 801284608 619388928 112448 33554432000 4194304 4417452 140734212362192 18446744073709551615 4258604 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 91.35
Current children cumulated vsize (KiB) 604872

[startup+25.5006 s]
/proc/loadavg: 8.03 8.04 8.00 9/516 6397
/proc/meminfo: memFree=14783412/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=686648 CPUtime=193.5 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 278177 1257 0 0 19304 46 0 0 23 0 9 0 801284465 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 171662 132892 180 55 0 169548 0
[pid=6382/tid=6389] ppid=6380 vsize=686648 CPUtime=24.05 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 14697 1257 0 0 2403 2 0 0 25 0 9 0 801284607 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=686648 CPUtime=24.06 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 13110 1257 0 0 2404 2 0 0 25 0 9 0 801284607 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=686648 CPUtime=24.06 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 13101 1257 0 0 2404 2 0 0 25 0 9 0 801284607 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 4250013 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=686648 CPUtime=24.06 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 116839 1257 0 0 2385 21 0 0 25 0 9 0 801284607 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=686648 CPUtime=24.05 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 25935 1257 0 0 2402 3 0 0 25 0 9 0 801284607 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 4311347 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=686648 CPUtime=24.05 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 9942 1257 0 0 2404 1 0 0 25 0 9 0 801284608 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=686648 CPUtime=24.04 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 10149 1257 0 0 2402 2 0 0 25 0 9 0 801284608 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=686648 CPUtime=23.64 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 7748 1257 0 0 2363 1 0 0 25 0 9 0 801284608 703127552 132892 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 193.5
Current children cumulated vsize (KiB) 686648

[startup+51.1011 s]
/proc/loadavg: 8.02 8.03 8.00 9/516 6397
/proc/meminfo: memFree=14595148/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=870160 CPUtime=397.84 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 355440 1257 0 0 39726 58 0 0 23 0 9 0 801284465 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 217540 179479 180 55 0 215426 0
[pid=6382/tid=6389] ppid=6380 vsize=870160 CPUtime=49.64 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 14697 1257 0 0 4962 2 0 0 25 0 9 0 801284607 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 4291101 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=870160 CPUtime=49.66 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 13110 1257 0 0 4964 2 0 0 25 0 9 0 801284607 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 4305888 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=870160 CPUtime=49.65 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 17622 1257 0 0 4963 2 0 0 25 0 9 0 801284607 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=870160 CPUtime=49.66 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 180432 1257 0 0 4935 31 0 0 25 0 9 0 801284607 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 4250532 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=870160 CPUtime=49.65 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 30403 1257 0 0 4961 4 0 0 25 0 9 0 801284607 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=870160 CPUtime=49.65 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 12455 1257 0 0 4963 2 0 0 25 0 9 0 801284608 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=870160 CPUtime=49.64 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 12113 1257 0 0 4962 2 0 0 25 0 9 0 801284608 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 4236311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=870160 CPUtime=48.8 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 7952 1257 0 0 4879 1 0 0 25 0 9 0 801284608 891043840 179479 33554432000 4194304 4417452 140734212362192 18446744073709551615 4310255 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 397.84
Current children cumulated vsize (KiB) 870160

[startup+102.32 s]
/proc/loadavg: 8.06 8.04 8.00 9/516 6399

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

[pid=6382/tid=6391] ppid=6380 vsize=8290684 CPUtime=4703.82 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 1551515 1257 0 0 470159 223 0 0 25 0 9 0 801284607 8489660416 2033753 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=8290684 CPUtime=4720.96 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 2117628 1257 0 0 471663 433 0 0 25 0 9 0 801284607 8489660416 2033753 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=8290684 CPUtime=4720.87 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 1395563 1257 0 0 471873 214 0 0 25 0 9 0 801284607 8489660416 2033753 33554432000 4194304 4417452 140734212362192 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=8290684 CPUtime=4720.94 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 1330823 1257 0 0 471896 198 0 0 25 0 9 0 801284608 8489660416 2033753 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=8290684 CPUtime=4720.89 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 1300966 1257 0 0 471886 203 0 0 25 0 9 0 801284608 8489660416 2033753 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=8290684 CPUtime=4709.47 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 1580423 1257 0 0 470718 229 0 0 25 0 9 0 801284608 8489660416 2033753 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37684.5
Current children cumulated vsize (KiB) 8290684

[startup+4782.3 s]
/proc/loadavg: 8.11 8.09 8.02 9/516 6539
/proc/meminfo: memFree=6776412/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=8678564 CPUtime=38163.3 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 12124334 1257 0 0 3814386 1944 0 0 23 0 9 0 801284465 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 2169641 2130723 180 55 0 2167527 0
[pid=6382/tid=6389] ppid=6380 vsize=8678564 CPUtime=4725.01 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 1185971 1257 0 0 472329 172 0 0 25 0 9 0 801284607 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=8678564 CPUtime=4779.98 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 1420472 1257 0 0 477771 227 0 0 25 0 9 0 801284607 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=8678564 CPUtime=4763.81 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 1567899 1257 0 0 476156 225 0 0 25 0 9 0 801284607 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=8678564 CPUtime=4780.95 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 2166452 1257 0 0 477647 448 0 0 25 0 9 0 801284607 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=8678564 CPUtime=4780.85 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 1439136 1257 0 0 477863 222 0 0 25 0 9 0 801284607 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=8678564 CPUtime=4780.91 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 1363591 1257 0 0 477890 201 0 0 25 0 9 0 801284608 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=8678564 CPUtime=4780.87 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 1333734 1257 0 0 477880 207 0 0 25 0 9 0 801284608 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=8678564 CPUtime=4769.43 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 1580423 1257 0 0 476714 229 0 0 25 0 9 0 801284608 8886849536 2130723 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38163.3
Current children cumulated vsize (KiB) 8678564

[startup+4842.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/516 6540
/proc/meminfo: memFree=6812956/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=8641804 CPUtime=38642.2 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 12390879 1257 0 0 3862237 1985 0 0 23 0 9 0 801284465 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 2160451 2121533 180 55 0 2158337 0
[pid=6382/tid=6389] ppid=6380 vsize=8641804 CPUtime=4783.95 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 1225229 1257 0 0 478218 177 0 0 25 0 9 0 801284607 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=8641804 CPUtime=4839.98 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 1590093 1257 0 0 483743 255 0 0 25 0 9 0 801284607 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=8641804 CPUtime=4823.81 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 1567899 1257 0 0 482156 225 0 0 25 0 9 0 801284607 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=8641804 CPUtime=4840.95 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 2166452 1257 0 0 483647 448 0 0 25 0 9 0 801284607 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=8641804 CPUtime=4840.85 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 1475158 1257 0 0 483856 229 0 0 25 0 9 0 801284607 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=8641804 CPUtime=4840.92 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 1368851 1257 0 0 483890 202 0 0 25 0 9 0 801284608 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=8641804 CPUtime=4840.87 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 1350118 1257 0 0 483878 209 0 0 25 0 9 0 801284608 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=8641804 CPUtime=4829.42 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 1580423 1257 0 0 482713 229 0 0 25 0 9 0 801284608 8849207296 2121533 33554432000 4194304 4417452 140734212362192 18446744073709551615 4356894 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38642.2
Current children cumulated vsize (KiB) 8641804

[startup+4902.3 s]
/proc/loadavg: 8.04 8.07 8.02 9/516 6542
/proc/meminfo: memFree=6879640/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=8576220 CPUtime=39121.2 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 12508391 1257 0 0 3910117 2003 0 0 23 0 9 0 801284465 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 2144055 2105137 180 55 0 2141941 0
[pid=6382/tid=6389] ppid=6380 vsize=8576220 CPUtime=4842.92 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 1241613 1257 0 0 484112 180 0 0 25 0 9 0 801284607 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=8576220 CPUtime=4899.98 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 1639893 1257 0 0 489738 260 0 0 25 0 9 0 801284607 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=8576220 CPUtime=4883.81 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 1567899 1257 0 0 488156 225 0 0 25 0 9 0 801284607 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=8576220 CPUtime=4900.95 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 2166452 1257 0 0 489647 448 0 0 25 0 9 0 801284607 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=8576220 CPUtime=4900.86 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 1475158 1257 0 0 489857 229 0 0 25 0 9 0 801284607 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=8576220 CPUtime=4900.92 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 1368851 1257 0 0 489890 202 0 0 25 0 9 0 801284608 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 4311315 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=8576220 CPUtime=4900.86 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 1382886 1257 0 0 489874 212 0 0 25 0 9 0 801284608 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=8576220 CPUtime=4889.41 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 1598983 1257 0 0 488706 235 0 0 25 0 9 0 801284608 8782049280 2105137 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39121.2
Current children cumulated vsize (KiB) 8576220

[startup+4962.3 s]
/proc/loadavg: 8.01 8.05 8.01 9/516 6543
/proc/meminfo: memFree=5701116/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=9752248 CPUtime=39600.1 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 13023384 1257 0 0 3957906 2107 0 0 23 0 9 0 801284465 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 2438062 2399144 180 55 0 2435948 0
[pid=6382/tid=6389] ppid=6380 vsize=9752248 CPUtime=4901.87 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 1387037 1257 0 0 489982 205 0 0 25 0 9 0 801284607 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=9752248 CPUtime=4959.99 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 1672661 1257 0 0 495735 264 0 0 25 0 9 0 801284607 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=9752248 CPUtime=4943.81 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 1623022 1257 0 0 494148 233 0 0 25 0 9 0 801284607 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=9752248 CPUtime=4960.95 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 2303602 1257 0 0 495603 492 0 0 25 0 9 0 801284607 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=9752248 CPUtime=4960.86 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 1475158 1257 0 0 495857 229 0 0 25 0 9 0 801284607 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=9752248 CPUtime=4960.92 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 1480611 1257 0 0 495870 222 0 0 25 0 9 0 801284608 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=9752248 CPUtime=4960.86 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 1415654 1257 0 0 495870 216 0 0 25 0 9 0 801284608 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=9752248 CPUtime=4949.39 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 1598983 1257 0 0 494704 235 0 0 25 0 9 0 801284608 9986301952 2399144 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39600.1
Current children cumulated vsize (KiB) 9752248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.4 s]
/proc/loadavg: 8.00 8.04 8.01 9/516 6545
/proc/meminfo: memFree=5732956/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=9718952 CPUtime=40000.1 cores=0-7
/proc/6382/stat : 6382 (plingeling) S 6380 6382 6081 0 -1 4202496 13162516 1257 0 0 3997882 2130 0 0 23 0 9 0 801284465 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 2429738 2390820 180 55 0 2427624 0
[pid=6382/tid=6389] ppid=6380 vsize=9718952 CPUtime=4951.12 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4202560 1419805 1257 0 0 494903 209 0 0 25 0 9 0 801284607 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6382/tid=6390] ppid=6380 vsize=9718952 CPUtime=5010.1 cores=0-7
/proc/6382/task/6390/stat : 6390 (plingeling) R 6380 6382 6081 0 -1 4202560 1689909 1257 0 0 500744 266 0 0 25 0 9 0 801284607 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6382/tid=6391] ppid=6380 vsize=9718952 CPUtime=4993.93 cores=0-7
/proc/6382/task/6391/stat : 6391 (plingeling) R 6380 6382 6081 0 -1 4202560 1655790 1257 0 0 499156 237 0 0 25 0 9 0 801284607 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6382/tid=6392] ppid=6380 vsize=9718952 CPUtime=5011.07 cores=0-7
/proc/6382/task/6392/stat : 6392 (plingeling) R 6380 6382 6081 0 -1 4202560 2303602 1257 0 0 500615 492 0 0 25 0 9 0 801284607 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6382/tid=6393] ppid=6380 vsize=9718952 CPUtime=5010.98 cores=0-7
/proc/6382/task/6393/stat : 6393 (plingeling) R 6380 6382 6081 0 -1 4202560 1475158 1257 0 0 500869 229 0 0 25 0 9 0 801284607 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=6382/tid=6394] ppid=6380 vsize=9718952 CPUtime=5011.04 cores=0-7
/proc/6382/task/6394/stat : 6394 (plingeling) R 6380 6382 6081 0 -1 4202560 1480611 1257 0 0 500882 222 0 0 25 0 9 0 801284608 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6382/tid=6395] ppid=6380 vsize=9718952 CPUtime=5010.98 cores=0-7
/proc/6382/task/6395/stat : 6395 (plingeling) R 6380 6382 6081 0 -1 4202560 1454210 1257 0 0 500876 222 0 0 25 0 9 0 801284608 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6382/tid=6396] ppid=6380 vsize=9718952 CPUtime=4999.49 cores=0-7
/proc/6382/task/6396/stat : 6396 (plingeling) R 6380 6382 6081 0 -1 4202560 1616775 1257 0 0 499709 240 0 0 25 0 9 0 801284608 9952206848 2390820 33554432000 4194304 4417452 140734212362192 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 9718952

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5012.6 s]
/proc/loadavg: 8.00 8.04 8.01 2/510 6546
/proc/meminfo: memFree=10332660/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=0 CPUtime=40000.4 cores=0-7
/proc/6382/stat : 6382 (plingeling) Z 6380 6382 6081 0 -1 4203548 13162516 1257 0 0 3997895 2148 0 0 18 0 2 0 801284465 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 0 0 0 0 0 0 0
[pid=6382/tid=6389] ppid=6380 vsize=0 CPUtime=4951.32 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4203588 1419805 1257 0 0 494903 229 0 0 25 0 2 0 801284607 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

[startup+5012.72 s]
/proc/loadavg: 8.00 8.04 8.01 2/510 6546
/proc/meminfo: memFree=10332660/32950940 swapFree=67111364/67111528
[pid=6382] ppid=6380 vsize=0 CPUtime=40000.5 cores=0-7
/proc/6382/stat : 6382 (plingeling) Z 6380 6382 6081 0 -1 4203548 13162516 1257 0 0 3997895 2159 0 0 18 0 2 0 801284465 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6382/statm: 0 0 0 0 0 0 0
[pid=6382/tid=6389] ppid=6380 vsize=0 CPUtime=4951.42 cores=0-7
/proc/6382/task/6389/stat : 6389 (plingeling) R 6380 6382 6081 0 -1 4203588 1419805 1257 0 0 494903 239 0 0 25 0 2 0 801284607 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5012.79
CPU time (s): 40000.6
CPU user time (s): 39979
CPU system time (s): 21.6737
CPU usage (%): 797.971
Max. virtual memory (cumulated for all children) (KiB): 9908268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39979
system time used= 21.6737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13163773
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= 614
involuntary context switches= 194163

runsolver used 24.4343 second user time and 62.1426 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-23 02:28:57
IDJOB=3395018
IDBENCH=88217
IDSOLVER=1851
FILE ID=node117/3395018-1306110537
RUNJOBID= node117-1306105079-6095
PBS_JOBID= 13388018
Free space on /tmp= 73288 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3395018-1306110537/watcher-3395018-1306110537 -o /tmp/evaluation-result-3395018-1306110537/solver-3395018-1306110537 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3395018-1306110537.cnf

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=1828054427

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15315328 kB
Buffers:        369212 kB
Cached:        7105300 kB
SwapCached:          0 kB
Active:       12812616 kB
Inactive:      4447016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15315328 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           14784 kB
Writeback:           0 kB
AnonPages:     9785416 kB
Mapped:          41608 kB
Slab:           247812 kB
PageTables:      57960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149470324 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= 73288 MiB
End job on node117 at 2011-05-23 03:52:31