Trace number 3394730

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.5 5011.32

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
MD5SUM5bd7c76aed56f767985526812cdb8e0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark870.448
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses31962
Sum of the clauses size64344
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231947
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

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-3394730-1306104619/watcher-3394730-1306104619 -o /tmp/evaluation-result-3394730-1306104619/solver-3394730-1306104619 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394730-1306104619.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.06 8.02 1/504 24242
/proc/meminfo: memFree=10279444/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=11200 CPUtime=0.01 cores=0-7
/proc/24242/stat : 24242 (plingeling) R 24240 24242 24215 0 -1 4202496 926 1252 0 0 1 0 0 0 25 0 1 0 702878026 11468800 823 33554432000 4194304 4417452 140736067298416 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24242/statm: 2800 823 148 55 0 686 0

[startup+0.0409571 s]
/proc/loadavg: 8.05 8.06 8.02 1/504 24242
/proc/meminfo: memFree=10279444/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=17384 CPUtime=0.03 cores=0-7
/proc/24242/stat : 24242 (plingeling) R 24240 24242 24215 0 -1 4202496 2592 1252 0 0 3 0 0 0 25 0 1 0 702878026 17801216 2369 33554432000 4194304 4417452 140736067298416 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24242/statm: 4346 2369 148 55 0 2232 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17384

[startup+0.774735 s]
/proc/loadavg: 8.05 8.06 8.02 1/504 24242
/proc/meminfo: memFree=10279444/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=187888 CPUtime=7.22 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 13381 1252 0 0 720 2 0 0 18 0 9 0 702878026 192397312 8215 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 46972 8215 180 55 0 44858 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 187888

[startup+1.05973 s]
/proc/loadavg: 8.05 8.06 8.02 1/504 24242
/proc/meminfo: memFree=10279444/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=190804 CPUtime=8.02 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 14880 1252 0 0 800 2 0 0 18 0 9 0 702878026 195383296 8944 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 47701 8944 180 55 0 45587 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 190804

[startup+1.15972 s]
/proc/loadavg: 8.05 8.06 8.02 1/504 24242
/proc/meminfo: memFree=10279444/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=190712 CPUtime=8.82 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 15511 1252 0 0 880 2 0 0 18 0 9 0 702878026 195289088 8826 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 47678 8826 180 55 0 45564 0
Current children cumulated CPU time (s) 8.82
Current children cumulated vsize (KiB) 190712

[startup+1.50066 s]
/proc/loadavg: 8.05 8.06 8.02 1/504 24242
/proc/meminfo: memFree=10279444/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=200476 CPUtime=11.55 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 19256 1252 0 0 1152 3 0 0 18 0 9 0 702878026 205287424 11291 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 50119 11291 180 55 0 48005 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 200476

[startup+3.10038 s]
/proc/loadavg: 8.05 8.06 8.01 9/513 24256
/proc/meminfo: memFree=10223200/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=213660 CPUtime=24.3 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 33645 1252 0 0 2425 5 0 0 18 0 9 0 702878026 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 53415 14658 180 55 0 51301 0
[pid=24242/tid=24249] ppid=24240 vsize=213660 CPUtime=3.04 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 466 1252 0 0 304 0 0 0 25 0 9 0 702878031 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=213660 CPUtime=3.05 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 805 1252 0 0 305 0 0 0 25 0 9 0 702878031 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 4337170 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=213660 CPUtime=3 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 8199 1252 0 0 299 1 0 0 25 0 9 0 702878031 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=213660 CPUtime=3.04 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 11613 1252 0 0 302 2 0 0 25 0 9 0 702878031 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=213660 CPUtime=2.95 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 503 1252 0 0 295 0 0 0 25 0 9 0 702878031 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 4258188 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=213660 CPUtime=3.04 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 754 1252 0 0 304 0 0 0 25 0 9 0 702878031 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 4258436 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=213660 CPUtime=3.04 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 8038 1252 0 0 303 1 0 0 25 0 9 0 702878031 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=213660 CPUtime=3.04 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 659 1252 0 0 304 0 0 0 25 0 9 0 702878031 218787840 14658 33554432000 4194304 4417452 140736067298416 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 213660

[startup+6.31981 s]
/proc/loadavg: 8.04 8.06 8.01 9/513 24256
/proc/meminfo: memFree=10163680/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=279228 CPUtime=50.01 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 72540 1252 0 0 4988 13 0 0 18 0 9 0 702878026 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 69807 31018 180 55 0 67693 0
[pid=24242/tid=24249] ppid=24240 vsize=279228 CPUtime=6.26 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 3090 1252 0 0 626 0 0 0 25 0 9 0 702878031 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=279228 CPUtime=6.26 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 4134 1252 0 0 626 0 0 0 25 0 9 0 702878031 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=279228 CPUtime=6.17 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 16607 1252 0 0 614 3 0 0 25 0 9 0 702878031 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=279228 CPUtime=6.26 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 19814 1252 0 0 622 4 0 0 25 0 9 0 702878031 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=279228 CPUtime=6.17 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 2692 1252 0 0 617 0 0 0 25 0 9 0 702878031 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=279228 CPUtime=6.26 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 3224 1252 0 0 626 0 0 0 25 0 9 0 702878031 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=279228 CPUtime=6.26 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 16913 1252 0 0 624 2 0 0 25 0 9 0 702878031 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=279228 CPUtime=6.26 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 3458 1252 0 0 626 0 0 0 25 0 9 0 702878031 285929472 31018 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 279228

[startup+12.7007 s]
/proc/loadavg: 8.04 8.06 8.01 9/513 24256
/proc/meminfo: memFree=10090048/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=338420 CPUtime=100.96 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 169778 1252 0 0 10067 29 0 0 18 0 9 0 702878026 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 84605 45817 180 55 0 82491 0
[pid=24242/tid=24249] ppid=24240 vsize=338420 CPUtime=12.64 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 10250 1252 0 0 1263 1 0 0 25 0 9 0 702878031 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=338420 CPUtime=12.64 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 16536 1252 0 0 1263 1 0 0 25 0 9 0 702878031 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 4310524 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=338420 CPUtime=12.45 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 38102 1252 0 0 1239 6 0 0 25 0 9 0 702878031 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=338420 CPUtime=12.64 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 28628 1252 0 0 1258 6 0 0 25 0 9 0 702878031 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=338420 CPUtime=12.54 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 11414 1252 0 0 1253 1 0 0 25 0 9 0 702878031 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=338420 CPUtime=12.64 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 11633 1252 0 0 1263 1 0 0 25 0 9 0 702878031 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=338420 CPUtime=12.64 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 37333 1252 0 0 1258 6 0 0 25 0 9 0 702878031 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=338420 CPUtime=12.64 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 13274 1252 0 0 1262 2 0 0 25 0 9 0 702878031 346542080 45817 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.96
Current children cumulated vsize (KiB) 338420

[startup+25.5004 s]
/proc/loadavg: 8.03 8.06 8.01 9/513 24256
/proc/meminfo: memFree=9978844/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=483668 CPUtime=203.13 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 317498 1252 0 0 20256 57 0 0 18 0 9 0 702878026 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 120917 82140 180 55 0 118803 0
[pid=24242/tid=24249] ppid=24240 vsize=483668 CPUtime=25.44 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 26544 1252 0 0 2541 3 0 0 25 0 9 0 702878031 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=483668 CPUtime=25.45 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 30851 1252 0 0 2541 4 0 0 25 0 9 0 702878031 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=483668 CPUtime=25.03 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 56346 1252 0 0 2492 11 0 0 25 0 9 0 702878031 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=483668 CPUtime=25.44 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 47285 1252 0 0 2533 11 0 0 25 0 9 0 702878031 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 4354492 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=483668 CPUtime=25.35 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 22315 1252 0 0 2531 4 0 0 25 0 9 0 702878031 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=483668 CPUtime=25.45 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 31765 1252 0 0 2540 5 0 0 25 0 9 0 702878031 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=483668 CPUtime=25.44 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 74089 1252 0 0 2533 11 0 0 25 0 9 0 702878031 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=483668 CPUtime=25.44 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 25695 1252 0 0 2539 5 0 0 25 0 9 0 702878031 495276032 82140 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.13
Current children cumulated vsize (KiB) 483668

[startup+51.1009 s]
/proc/loadavg: 8.02 8.05 8.01 9/513 24257
/proc/meminfo: memFree=9874152/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=583908 CPUtime=407.48 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 610466 1252 0 0 40647 101 0 0 18 0 9 0 702878026 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 145977 107200 180 55 0 143863 0
[pid=24242/tid=24249] ppid=24240 vsize=583908 CPUtime=51.04 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 55596 1252 0 0 5097 7 0 0 25 0 9 0 702878031 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=583908 CPUtime=51.04 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 56449 1252 0 0 5096 8 0 0 25 0 9 0 702878031 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=583908 CPUtime=50.19 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 131978 1252 0 0 4996 23 0 0 25 0 9 0 702878031 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=583908 CPUtime=51.04 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 69892 1252 0 0 5089 15 0 0 25 0 9 0 702878031 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=583908 CPUtime=50.93 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 41195 1252 0 0 5087 6 0 0 25 0 9 0 702878031 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=583908 CPUtime=51.04 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 59372 1252 0 0 5095 9 0 0 25 0 9 0 702878031 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=583908 CPUtime=51.04 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 148148 1252 0 0 5084 20 0 0 25 0 9 0 702878031 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=583908 CPUtime=51.04 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 45228 1252 0 0 5096 8 0 0 25 0 9 0 702878031 597921792 107200 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.48
Current children cumulated vsize (KiB) 583908

[startup+102.301 s]
/proc/loadavg: 8.07 8.06 8.01 9/513 24258

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

[pid=24242/tid=24251] ppid=24240 vsize=5428816 CPUtime=4717.94 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 5095266 1252 0 0 471123 671 0 0 25 0 9 0 702878031 5559107584 1318775 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=5428816 CPUtime=4722.35 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 1070749 1252 0 0 472034 201 0 0 25 0 9 0 702878031 5559107584 1318775 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=5428816 CPUtime=4720.86 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 4313273 1252 0 0 471510 576 0 0 25 0 9 0 702878031 5559107584 1318775 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=5428816 CPUtime=4722.32 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 5514290 1252 0 0 471499 733 0 0 25 0 9 0 702878031 5559107584 1318775 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=5428816 CPUtime=4722.34 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 5448198 1252 0 0 471521 713 0 0 25 0 9 0 702878031 5559107584 1318775 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=5428816 CPUtime=4722.3 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 5479928 1252 0 0 471511 719 0 0 25 0 9 0 702878031 5559107584 1318775 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 37694.7
Current children cumulated vsize (KiB) 5428816

[startup+4782.3 s]
/proc/loadavg: 8.04 8.05 8.01 9/513 24404
/proc/meminfo: memFree=5041876/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=5412704 CPUtime=38173.7 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 34839132 1252 0 0 3812679 4690 0 0 18 0 9 0 702878026 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 1353176 1314747 180 55 0 1351062 0
[pid=24242/tid=24249] ppid=24240 vsize=5412704 CPUtime=4782.18 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 2775990 1252 0 0 477842 376 0 0 25 0 9 0 702878031 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=5412704 CPUtime=4703.3 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 4536650 1252 0 0 469707 623 0 0 25 0 9 0 702878031 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=5412704 CPUtime=4777.94 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 5234530 1252 0 0 477108 686 0 0 25 0 9 0 702878031 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=5412704 CPUtime=4782.35 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 1070749 1252 0 0 478034 201 0 0 25 0 9 0 702878031 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=5412704 CPUtime=4780.86 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 4329657 1252 0 0 477504 582 0 0 25 0 9 0 702878031 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=5412704 CPUtime=4782.31 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 5751858 1252 0 0 477470 761 0 0 25 0 9 0 702878031 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=5412704 CPUtime=4782.33 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 5652998 1252 0 0 477496 737 0 0 25 0 9 0 702878031 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=5412704 CPUtime=4782.3 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 5484092 1252 0 0 477510 720 0 0 25 0 9 0 702878031 5542608896 1314747 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38173.7
Current children cumulated vsize (KiB) 5412704

[startup+4842.3 s]
/proc/loadavg: 8.01 8.03 8.01 9/513 24406
/proc/meminfo: memFree=5315172/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=5075096 CPUtime=38652.6 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 35259073 1252 0 0 3860513 4752 0 0 18 0 9 0 702878026 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 1268774 1230345 180 55 0 1266660 0
[pid=24242/tid=24249] ppid=24240 vsize=5075096 CPUtime=4842.18 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 2776681 1252 0 0 483841 377 0 0 25 0 9 0 702878031 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=5075096 CPUtime=4762.27 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 4559953 1252 0 0 475596 631 0 0 25 0 9 0 702878031 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=5075096 CPUtime=4837.94 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 5357410 1252 0 0 483093 701 0 0 25 0 9 0 702878031 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=5075096 CPUtime=4842.35 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 1087133 1252 0 0 484032 203 0 0 25 0 9 0 702878031 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=5075096 CPUtime=4840.85 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 4329657 1252 0 0 483503 582 0 0 25 0 9 0 702878031 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=5075096 CPUtime=4842.32 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 5768242 1252 0 0 483469 763 0 0 25 0 9 0 702878031 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=5075096 CPUtime=4842.34 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 5890313 1252 0 0 483463 771 0 0 25 0 9 0 702878031 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=5075096 CPUtime=4842.3 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 5487076 1252 0 0 483510 720 0 0 25 0 9 0 702878031 5196898304 1230345 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38652.6
Current children cumulated vsize (KiB) 5075096

[startup+4902.3 s]
/proc/loadavg: 8.04 8.04 8.01 9/513 24407
/proc/meminfo: memFree=5228732/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=5193244 CPUtime=39131.7 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 35606427 1252 0 0 3908373 4799 0 0 18 0 9 0 702878026 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 1298311 1259882 180 55 0 1296197 0
[pid=24242/tid=24249] ppid=24240 vsize=5193244 CPUtime=4902.21 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 2778063 1252 0 0 489843 378 0 0 25 0 9 0 702878031 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=5193244 CPUtime=4821.24 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 4559953 1252 0 0 481493 631 0 0 25 0 9 0 702878031 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=5193244 CPUtime=4897.96 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 5422946 1252 0 0 489088 708 0 0 25 0 9 0 702878031 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=5193244 CPUtime=4902.37 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 1109485 1252 0 0 490031 206 0 0 25 0 9 0 702878031 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=5193244 CPUtime=4900.84 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 4346041 1252 0 0 489500 584 0 0 25 0 9 0 702878031 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=5193244 CPUtime=4902.34 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 5776434 1252 0 0 489470 764 0 0 25 0 9 0 702878031 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=5193244 CPUtime=4902.36 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 6005001 1252 0 0 489451 785 0 0 25 0 9 0 702878031 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=5193244 CPUtime=4902.33 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 5605896 1252 0 0 489492 741 0 0 25 0 9 0 702878031 5317881856 1259882 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39131.7
Current children cumulated vsize (KiB) 5193244

[startup+4962.3 s]
/proc/loadavg: 8.16 8.06 8.01 9/513 24409
/proc/meminfo: memFree=5032428/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=5357468 CPUtime=39610.5 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 36206045 1252 0 0 3956171 4883 0 0 18 0 9 0 702878026 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 1339367 1300938 180 55 0 1337253 0
[pid=24242/tid=24249] ppid=24240 vsize=5357468 CPUtime=4962.18 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 2789018 1252 0 0 495839 379 0 0 25 0 9 0 702878031 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=5357468 CPUtime=4880.19 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 4665288 1252 0 0 487364 655 0 0 25 0 9 0 702878031 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=5357468 CPUtime=4957.94 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 5554018 1252 0 0 495071 723 0 0 25 0 9 0 702878031 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=5357468 CPUtime=4962.35 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 1109485 1252 0 0 496029 206 0 0 25 0 9 0 702878031 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=5357468 CPUtime=4960.81 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 4346041 1252 0 0 495497 584 0 0 25 0 9 0 702878031 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=5357468 CPUtime=4962.32 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 5776434 1252 0 0 495468 764 0 0 25 0 9 0 702878031 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=5357468 CPUtime=4962.33 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 6234377 1252 0 0 495421 812 0 0 25 0 9 0 702878031 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=5357468 CPUtime=4962.3 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 5728776 1252 0 0 495474 756 0 0 25 0 9 0 702878031 5486047232 1300938 33554432000 4194304 4417452 140736067298416 18446744073709551615 4365078 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39610.5
Current children cumulated vsize (KiB) 5357468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.1 s]
/proc/loadavg: 8.15 8.07 8.01 9/513 24410
/proc/meminfo: memFree=4944632/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=5477948 CPUtime=40000.2 cores=0-7
/proc/24242/stat : 24242 (plingeling) S 24240 24242 24215 0 -1 4202496 36804669 1252 0 0 3995057 4964 0 0 18 0 9 0 702878026 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 1369487 1331059 180 55 0 1367373 0
[pid=24242/tid=24249] ppid=24240 vsize=5477948 CPUtime=5011 cores=0-7
/proc/24242/task/24249/stat : 24249 (plingeling) R 24240 24242 24215 0 -1 4202560 2873961 1252 0 0 500704 396 0 0 25 0 9 0 702878031 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=5477948 CPUtime=4928.16 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4202560 4665288 1252 0 0 492161 655 0 0 25 0 9 0 702878031 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24242/tid=24251] ppid=24240 vsize=5477948 CPUtime=5006.77 cores=0-7
/proc/24242/task/24251/stat : 24251 (plingeling) R 24240 24242 24215 0 -1 4202560 5709666 1252 0 0 499936 741 0 0 25 0 9 0 702878031 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24242/tid=24252] ppid=24240 vsize=5477948 CPUtime=5011.17 cores=0-7
/proc/24242/task/24252/stat : 24252 (plingeling) R 24240 24242 24215 0 -1 4202560 1109485 1252 0 0 500911 206 0 0 25 0 9 0 702878031 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24242/tid=24253] ppid=24240 vsize=5477948 CPUtime=5009.62 cores=0-7
/proc/24242/task/24253/stat : 24253 (plingeling) R 24240 24242 24215 0 -1 4202560 4346041 1252 0 0 500378 584 0 0 25 0 9 0 702878031 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24242/tid=24254] ppid=24240 vsize=5477948 CPUtime=5011.14 cores=0-7
/proc/24242/task/24254/stat : 24254 (plingeling) R 24240 24242 24215 0 -1 4202560 5801010 1252 0 0 500346 768 0 0 25 0 9 0 702878031 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24242/tid=24255] ppid=24240 vsize=5477948 CPUtime=5011.15 cores=0-7
/proc/24242/task/24255/stat : 24255 (plingeling) R 24240 24242 24215 0 -1 4202560 6414601 1252 0 0 500283 832 0 0 25 0 9 0 702878031 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24242/tid=24256] ppid=24240 vsize=5477948 CPUtime=5011.12 cores=0-7
/proc/24242/task/24256/stat : 24256 (plingeling) R 24240 24242 24215 0 -1 4202560 5882009 1252 0 0 500333 779 0 0 25 0 9 0 702878031 5609418752 1331059 33554432000 4194304 4417452 140736067298416 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 5477948

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

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

[startup+5011.23 s]
/proc/loadavg: 8.15 8.07 8.01 2/507 24411
/proc/meminfo: memFree=7697604/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=0 CPUtime=40000.4 cores=0-7
/proc/24242/stat : 24242 (plingeling) Z 24240 24242 24215 0 -1 4203548 36804669 1252 0 0 3995064 4975 0 0 18 0 2 0 702878026 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 0 0 0 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=0 CPUtime=4928.28 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4203588 4665288 1252 0 0 492161 667 0 0 25 0 2 0 702878031 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

[startup+5011.32 s]
/proc/loadavg: 8.15 8.07 8.01 2/507 24411
/proc/meminfo: memFree=7697604/32951124 swapFree=67111364/67111528
[pid=24242] ppid=24240 vsize=0 CPUtime=40000.5 cores=0-7
/proc/24242/stat : 24242 (plingeling) Z 24240 24242 24215 0 -1 4203548 36804669 1252 0 0 3995064 4983 0 0 18 0 2 0 702878026 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24242/statm: 0 0 0 0 0 0 0
[pid=24242/tid=24250] ppid=24240 vsize=0 CPUtime=4928.36 cores=0-7
/proc/24242/task/24250/stat : 24250 (plingeling) R 24240 24242 24215 0 -1 4203588 4665288 1252 0 0 492161 675 0 0 25 0 2 0 702878031 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 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): 5011.32
CPU time (s): 40000.5
CPU user time (s): 39950.6
CPU system time (s): 49.8404
CPU usage (%): 798.202
Max. virtual memory (cumulated for all children) (KiB): 5711624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39950.6
system time used= 49.8404
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36805921
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= 479
involuntary context switches= 191996

runsolver used 23.6964 second user time and 62.8724 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-23 00:50:19
IDJOB=3394730
IDBENCH=83985
IDSOLVER=1851
FILE ID=node144/3394730-1306104619
RUNJOBID= node144-1306104619-24229
PBS_JOBID= 13388013
Free space on /tmp= 73264 MiB

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

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

MD5SUM BENCH= 5bd7c76aed56f767985526812cdb8e0e
RANDOM SEED=1301921651

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10279476 kB
Buffers:        344428 kB
Cached:        6781984 kB
SwapCached:          0 kB
Active:       18435356 kB
Inactive:      3852728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10279476 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:    15161740 kB
Mapped:          41760 kB
Slab:           242548 kB
PageTables:      69960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157740432 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= 73260 MiB
End job on node144 at 2011-05-23 02:13:52