Trace number 3394704

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.8 5012.56

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_28_70_8-dir.shuffled-as.sat03-215.cnf
MD5SUM731331ace9dcb7404987f98927f5c914
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of clauses72688
Sum of the clauses size146160
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272660
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 528

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-3394704-1306103229/watcher-3394704-1306103229 -o /tmp/evaluation-result-3394704-1306103229/solver-3394704-1306103229 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394704-1306103229.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: 5.75 4.92 5.05 1/565 17433
/proc/meminfo: memFree=26646136/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=10532 CPUtime=0.01 cores=0-7
/proc/17433/stat : 17433 (plingeling) R 17431 17433 17364 0 -1 4202496 733 1250 0 0 1 0 0 0 24 0 1 0 721921690 10784768 655 33554432000 4194304 4417452 140735807245984 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/17433/statm: 2633 655 147 55 0 519 0

[startup+0.11306 s]
/proc/loadavg: 5.75 4.92 5.05 1/565 17433
/proc/meminfo: memFree=26646136/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=77104 CPUtime=0.1 cores=0-7
/proc/17433/stat : 17433 (plingeling) R 17431 17433 17364 0 -1 4202496 4703 1250 0 0 10 0 0 0 25 0 6 0 721921690 78954496 4515 33554432000 4194304 4417452 140735807245984 18446744073709551615 268272732250 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/17433/statm: 19276 4515 160 55 0 17162 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 77104

[startup+0.96391 s]
/proc/loadavg: 5.75 4.92 5.05 1/565 17433
/proc/meminfo: memFree=26646136/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=191352 CPUtime=6.89 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 14544 1250 0 0 688 1 0 0 25 0 9 0 721921690 195944448 9085 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 47838 9085 180 55 0 45724 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 191352

[startup+1.0009 s]
/proc/loadavg: 5.75 4.92 5.05 1/565 17433
/proc/meminfo: memFree=26646136/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=191352 CPUtime=7.19 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 14544 1250 0 0 718 1 0 0 25 0 9 0 721921690 195944448 9085 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 47838 9085 180 55 0 45724 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 191352

[startup+1.10088 s]
/proc/loadavg: 5.75 4.92 5.05 1/565 17433
/proc/meminfo: memFree=26646136/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=190196 CPUtime=7.99 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 15709 1250 0 0 798 1 0 0 25 0 9 0 721921690 194760704 8796 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 47549 8796 180 55 0 45435 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 190196

[startup+1.50081 s]
/proc/loadavg: 5.75 4.92 5.05 1/565 17433
/proc/meminfo: memFree=26646136/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=197712 CPUtime=11.19 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 18120 1250 0 0 1117 2 0 0 25 0 9 0 721921690 202457088 10675 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 49428 10675 180 55 0 47314 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 197712

[startup+3.10053 s]
/proc/loadavg: 5.45 4.87 5.03 9/574 17447
/proc/meminfo: memFree=26584676/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=217520 CPUtime=23.94 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 26240 1250 0 0 2391 3 0 0 25 0 9 0 721921690 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 54380 15627 180 55 0 52266 0
[pid=17433/tid=17440] ppid=17431 vsize=217520 CPUtime=2.98 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 564 1250 0 0 298 0 0 0 25 0 9 0 721921701 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 4258627 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=217520 CPUtime=2.98 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 986 1250 0 0 298 0 0 0 24 0 9 0 721921701 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 4249958 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=217520 CPUtime=2.98 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 2182 1250 0 0 298 0 0 0 25 0 9 0 721921701 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 4259767 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=217520 CPUtime=2.98 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 12378 1250 0 0 296 2 0 0 25 0 9 0 721921701 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=217520 CPUtime=2.98 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 1178 1250 0 0 298 0 0 0 25 0 9 0 721921701 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 4250013 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=217520 CPUtime=2.98 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 804 1250 0 0 298 0 0 0 24 0 9 0 721921701 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=217520 CPUtime=2.98 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 3069 1250 0 0 298 0 0 0 24 0 9 0 721921701 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 4282787 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=217520 CPUtime=2.94 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 391 1250 0 0 294 0 0 0 24 0 9 0 721921701 222740480 15627 33554432000 4194304 4417452 140735807245984 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.94
Current children cumulated vsize (KiB) 217520

[startup+6.32196 s]
/proc/loadavg: 5.65 4.92 5.05 9/574 17447
/proc/meminfo: memFree=26577004/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=229064 CPUtime=49.65 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 42584 1250 0 0 4958 7 0 0 25 0 9 0 721921690 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 57266 18544 180 55 0 55152 0
[pid=17433/tid=17440] ppid=17431 vsize=229064 CPUtime=6.2 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 1127 1250 0 0 620 0 0 0 25 0 9 0 721921701 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=229064 CPUtime=6.2 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 986 1250 0 0 620 0 0 0 25 0 9 0 721921701 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 4358947 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=229064 CPUtime=6.18 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 4849 1250 0 0 618 0 0 0 25 0 9 0 721921701 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=229064 CPUtime=6.2 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 21507 1250 0 0 616 4 0 0 25 0 9 0 721921701 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=229064 CPUtime=6.2 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 1816 1250 0 0 620 0 0 0 25 0 9 0 721921701 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=229064 CPUtime=6.2 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 896 1250 0 0 620 0 0 0 25 0 9 0 721921701 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=229064 CPUtime=6.19 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 6324 1250 0 0 619 0 0 0 25 0 9 0 721921701 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=229064 CPUtime=6.1 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 391 1250 0 0 610 0 0 0 25 0 9 0 721921701 234561536 18544 33554432000 4194304 4417452 140735807245984 18446744073709551615 4356834 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (KiB) 229064

[startup+12.7008 s]
/proc/loadavg: 5.84 4.97 5.06 9/574 17447
/proc/meminfo: memFree=26507612/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=304408 CPUtime=100.57 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 92630 1250 0 0 10039 18 0 0 25 0 9 0 721921690 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 76102 37380 180 55 0 73988 0
[pid=17433/tid=17440] ppid=17431 vsize=304408 CPUtime=12.57 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 5186 1250 0 0 1257 0 0 0 25 0 9 0 721921701 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 4366670 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=304408 CPUtime=12.57 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 3701 1250 0 0 1257 0 0 0 25 0 9 0 721921701 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=304408 CPUtime=12.57 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 11381 1250 0 0 1255 2 0 0 25 0 9 0 721921701 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=304408 CPUtime=12.58 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 35237 1250 0 0 1251 7 0 0 25 0 9 0 721921701 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=304408 CPUtime=12.57 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 5125 1250 0 0 1257 0 0 0 25 0 9 0 721921701 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=304408 CPUtime=12.58 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 5374 1250 0 0 1257 1 0 0 25 0 9 0 721921701 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=304408 CPUtime=12.58 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 15754 1250 0 0 1255 3 0 0 25 0 9 0 721921701 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=304408 CPUtime=12.37 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 6184 1250 0 0 1237 0 0 0 25 0 9 0 721921701 311713792 37380 33554432000 4194304 4417452 140735807245984 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.57
Current children cumulated vsize (KiB) 304408

[startup+25.5006 s]
/proc/loadavg: 6.17 5.07 5.09 9/574 17448
/proc/meminfo: memFree=26359736/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=447608 CPUtime=202.72 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 192322 1250 0 0 20232 40 0 0 25 0 9 0 721921690 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 111902 73180 180 55 0 109788 0
[pid=17433/tid=17440] ppid=17431 vsize=447608 CPUtime=25.37 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 15355 1250 0 0 2535 2 0 0 25 0 9 0 721921701 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=447608 CPUtime=25.37 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 18963 1250 0 0 2534 3 0 0 25 0 9 0 721921701 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=447608 CPUtime=25.37 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 21900 1250 0 0 2533 4 0 0 25 0 9 0 721921701 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=447608 CPUtime=25.38 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 54103 1250 0 0 2525 13 0 0 25 0 9 0 721921701 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=447608 CPUtime=25.37 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 13612 1250 0 0 2535 2 0 0 25 0 9 0 721921701 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=447608 CPUtime=25.38 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 15311 1250 0 0 2535 3 0 0 25 0 9 0 721921701 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=447608 CPUtime=25.37 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 26405 1250 0 0 2532 5 0 0 25 0 9 0 721921701 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 4249976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=447608 CPUtime=24.92 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 21985 1250 0 0 2489 3 0 0 25 0 9 0 721921701 458350592 73180 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.72
Current children cumulated vsize (KiB) 447608

[startup+51.101 s]
/proc/loadavg: 6.94 5.36 5.19 9/574 17448
/proc/meminfo: memFree=26226080/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=588168 CPUtime=407.03 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 388304 1250 0 0 40626 77 0 0 25 0 9 0 721921690 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 147042 108320 180 55 0 144928 0
[pid=17433/tid=17440] ppid=17431 vsize=588168 CPUtime=50.97 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 36691 1250 0 0 5091 6 0 0 25 0 9 0 721921701 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=588168 CPUtime=50.97 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 42431 1250 0 0 5090 7 0 0 25 0 9 0 721921701 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=588168 CPUtime=50.95 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 43171 1250 0 0 5087 8 0 0 25 0 9 0 721921701 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=588168 CPUtime=50.98 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 87132 1250 0 0 5077 21 0 0 25 0 9 0 721921701 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=588168 CPUtime=50.97 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 30489 1250 0 0 5092 5 0 0 25 0 9 0 721921701 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 4316256 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=588168 CPUtime=50.98 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 34879 1250 0 0 5091 7 0 0 25 0 9 0 721921701 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 4236823 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=588168 CPUtime=50.98 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 46434 1250 0 0 5088 10 0 0 25 0 9 0 721921701 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=588168 CPUtime=50.05 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 62389 1250 0 0 4997 8 0 0 25 0 9 0 721921701 602284032 108320 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.03
Current children cumulated vsize (KiB) 588168

[startup+102.301 s]
/proc/loadavg: 7.54 5.77 5.34 9/574 17450

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

[pid=17433/tid=17442] ppid=17431 vsize=6746404 CPUtime=4720.13 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 1354149 1250 0 0 471806 207 0 0 25 0 9 0 721921701 6908317696 1647879 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=6746404 CPUtime=4722.29 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 917265 1250 0 0 471986 243 0 0 25 0 9 0 721921701 6908317696 1647879 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=6746404 CPUtime=4722.12 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 1576537 1250 0 0 471942 270 0 0 25 0 9 0 721921701 6908317696 1647879 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=6746404 CPUtime=4722.26 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 940678 1250 0 0 472076 150 0 0 25 0 9 0 721921701 6908317696 1647879 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=6746404 CPUtime=4722.29 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 1945579 1250 0 0 471914 315 0 0 25 0 9 0 721921701 6908317696 1647879 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=6746404 CPUtime=4712.61 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 1887066 1250 0 0 470999 262 0 0 25 0 9 0 721921701 6908317696 1647879 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37685.8
Current children cumulated vsize (KiB) 6746404

[startup+4782.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/574 17587
/proc/meminfo: memFree=19882292/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=6901752 CPUtime=38164.7 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 11162442 1250 0 0 3814529 1942 0 0 25 0 9 0 721921690 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 1725438 1686716 180 55 0 1723324 0
[pid=17433/tid=17440] ppid=17431 vsize=6901752 CPUtime=4782.25 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 1209687 1250 0 0 478002 223 0 0 25 0 9 0 721921701 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=6901752 CPUtime=4700.59 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 1213695 1250 0 0 469824 235 0 0 25 0 9 0 721921701 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=6901752 CPUtime=4780.11 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 1434479 1250 0 0 477784 227 0 0 25 0 9 0 721921701 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=6901752 CPUtime=4782.29 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 917265 1250 0 0 477985 244 0 0 25 0 9 0 721921701 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=6901752 CPUtime=4782.12 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 1609305 1250 0 0 477931 281 0 0 25 0 9 0 721921701 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=6901752 CPUtime=4782.26 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 940678 1250 0 0 478076 150 0 0 25 0 9 0 721921701 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=6901752 CPUtime=4782.29 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 1945579 1250 0 0 477914 315 0 0 25 0 9 0 721921701 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=6901752 CPUtime=4772.61 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 1887066 1250 0 0 476999 262 0 0 25 0 9 0 721921701 7067394048 1686716 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38164.7
Current children cumulated vsize (KiB) 6901752

[startup+4842.3 s]
/proc/loadavg: 8.12 8.07 8.00 9/574 17588
/proc/meminfo: memFree=19779804/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=7003968 CPUtime=38643.6 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 11281928 1250 0 0 3862388 1967 0 0 25 0 9 0 721921690 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 1750992 1712270 180 55 0 1748878 0
[pid=17433/tid=17440] ppid=17431 vsize=7003968 CPUtime=4842.26 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 1209687 1250 0 0 484002 224 0 0 25 0 9 0 721921701 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=7003968 CPUtime=4759.45 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 1246463 1250 0 0 475699 246 0 0 25 0 9 0 721921701 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=7003968 CPUtime=4840.09 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 1517587 1250 0 0 483769 240 0 0 25 0 9 0 721921701 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=7003968 CPUtime=4842.29 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 917265 1250 0 0 483985 244 0 0 25 0 9 0 721921701 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=7003968 CPUtime=4842.12 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 1609305 1250 0 0 483931 281 0 0 25 0 9 0 721921701 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=7003968 CPUtime=4842.26 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 940678 1250 0 0 484076 150 0 0 25 0 9 0 721921701 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=7003968 CPUtime=4842.29 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 1949189 1250 0 0 483913 316 0 0 25 0 9 0 721921701 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=7003968 CPUtime=4832.6 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 1887066 1250 0 0 482998 262 0 0 25 0 9 0 721921701 7172063232 1712270 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38643.6
Current children cumulated vsize (KiB) 7003968

[startup+4902.3 s]
/proc/loadavg: 8.11 8.07 8.00 9/574 17590
/proc/meminfo: memFree=20842292/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=5943280 CPUtime=39122.5 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 11398888 1250 0 0 3910259 1991 0 0 25 0 9 0 721921690 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 1485820 1447098 180 55 0 1483706 0
[pid=17433/tid=17440] ppid=17431 vsize=5943280 CPUtime=4902.28 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 1226071 1250 0 0 490003 225 0 0 25 0 9 0 721921701 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=5943280 CPUtime=4818.31 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 1246463 1250 0 0 481585 246 0 0 25 0 9 0 721921701 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 4346482 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=5943280 CPUtime=4900.1 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 1560444 1250 0 0 489763 247 0 0 25 0 9 0 721921701 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=5943280 CPUtime=4902.32 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 917265 1250 0 0 489988 244 0 0 25 0 9 0 721921701 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=5943280 CPUtime=4902.14 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 1642073 1250 0 0 489923 291 0 0 25 0 9 0 721921701 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=5943280 CPUtime=4902.28 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 940678 1250 0 0 490078 150 0 0 25 0 9 0 721921701 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=5943280 CPUtime=4902.32 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 1965573 1250 0 0 489913 319 0 0 25 0 9 0 721921701 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=5943280 CPUtime=4892.62 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 1895633 1250 0 0 488997 265 0 0 25 0 9 0 721921701 6085918720 1447098 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39122.5
Current children cumulated vsize (KiB) 5943280

[startup+4962.3 s]
/proc/loadavg: 8.16 8.09 8.01 9/574 17591
/proc/meminfo: memFree=20584060/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=6202112 CPUtime=39601.2 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 11608658 1250 0 0 3958099 2024 0 0 25 0 9 0 721921690 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 1550528 1511806 180 55 0 1548414 0
[pid=17433/tid=17440] ppid=17431 vsize=6202112 CPUtime=4962.26 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 1242455 1250 0 0 495999 227 0 0 25 0 9 0 721921701 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=6202112 CPUtime=4877.16 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 1327195 1250 0 0 487454 262 0 0 25 0 9 0 721921701 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=6202112 CPUtime=4960.05 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 1570352 1250 0 0 495757 248 0 0 25 0 9 0 721921701 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=6202112 CPUtime=4962.3 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 917265 1250 0 0 495986 244 0 0 25 0 9 0 721921701 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=6202112 CPUtime=4962.12 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 1658457 1250 0 0 495919 293 0 0 25 0 9 0 721921701 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=6202112 CPUtime=4962.26 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 940678 1250 0 0 496076 150 0 0 25 0 9 0 721921701 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 4365047 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=6202112 CPUtime=4962.31 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 2049903 1250 0 0 495900 331 0 0 25 0 9 0 721921701 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=6202112 CPUtime=4952.6 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 1897665 1250 0 0 494995 265 0 0 25 0 9 0 721921701 6350962688 1511806 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39601.2
Current children cumulated vsize (KiB) 6202112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.3 s]
/proc/loadavg: 8.22 8.10 8.02 10/574 17593
/proc/meminfo: memFree=21233524/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=5552456 CPUtime=40000.5 cores=0-7
/proc/17433/stat : 17433 (plingeling) S 17431 17433 17364 0 -1 4202496 11728640 1250 0 0 3998010 2043 0 0 25 0 9 0 721921690 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 1388114 1349392 180 55 0 1386000 0
[pid=17433/tid=17440] ppid=17431 vsize=5552456 CPUtime=5012.3 cores=0-7
/proc/17433/task/17440/stat : 17440 (plingeling) R 17431 17433 17364 0 -1 4202560 1242455 1250 0 0 501003 227 0 0 25 0 9 0 721921701 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=5552456 CPUtime=4926.21 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4202560 1359963 1250 0 0 492355 266 0 0 25 0 9 0 721921701 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=5552456 CPUtime=5010.08 cores=0-7
/proc/17433/task/17442/stat : 17442 (plingeling) R 17431 17433 17364 0 -1 4202560 1572976 1250 0 0 500760 248 0 0 25 0 9 0 721921701 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17433/tid=17443] ppid=17431 vsize=5552456 CPUtime=5012.34 cores=0-7
/proc/17433/task/17443/stat : 17443 (plingeling) R 17431 17433 17364 0 -1 4202560 1001855 1250 0 0 500976 258 0 0 25 0 9 0 721921701 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=5552456 CPUtime=5012.16 cores=0-7
/proc/17433/task/17444/stat : 17444 (plingeling) R 17431 17433 17364 0 -1 4202560 1658457 1250 0 0 500923 293 0 0 25 0 9 0 721921701 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=5552456 CPUtime=5012.31 cores=0-7
/proc/17433/task/17445/stat : 17445 (plingeling) R 17431 17433 17364 0 -1 4202560 940678 1250 0 0 501081 150 0 0 25 0 9 0 721921701 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=5552456 CPUtime=5012.35 cores=0-7
/proc/17433/task/17446/stat : 17446 (plingeling) R 17431 17433 17364 0 -1 4202560 2049903 1250 0 0 500904 331 0 0 25 0 9 0 721921701 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17433/tid=17447] ppid=17431 vsize=5552456 CPUtime=5002.65 cores=0-7
/proc/17433/task/17447/stat : 17447 (plingeling) R 17431 17433 17364 0 -1 4202560 1897665 1250 0 0 499999 266 0 0 25 0 9 0 721921701 5685714944 1349392 33554432000 4194304 4417452 140735807245984 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 5552456

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

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

[startup+5012.45 s]
/proc/loadavg: 8.22 8.10 8.02 10/574 17593
/proc/meminfo: memFree=21233524/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=0 CPUtime=40000.7 cores=0-7
/proc/17433/stat : 17433 (plingeling) Z 17431 17433 17364 0 -1 4203548 11728640 1250 0 0 3998018 2053 0 0 18 0 2 0 721921690 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 0 0 0 0 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=0 CPUtime=4926.32 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4203588 1359963 1250 0 0 492356 276 0 0 25 0 2 0 721921701 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.7
Current children cumulated vsize (KiB) 0

[startup+5012.5 s]
/proc/loadavg: 8.22 8.10 8.02 10/574 17593
/proc/meminfo: memFree=21233524/32950928 swapFree=49808404/67111528
[pid=17433] ppid=17431 vsize=0 CPUtime=40000.8 cores=0-7
/proc/17433/stat : 17433 (plingeling) Z 17431 17433 17364 0 -1 4203548 11728640 1250 0 0 3998018 2059 0 0 18 0 2 0 721921690 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/17433/statm: 0 0 0 0 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=0 CPUtime=4926.37 cores=0-7
/proc/17433/task/17441/stat : 17441 (plingeling) R 17431 17433 17364 0 -1 4203588 1359963 1250 0 0 492356 281 0 0 25 0 2 0 721921701 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.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5012.56
CPU time (s): 40000.8
CPU user time (s): 39980.2
CPU system time (s): 20.6519
CPU usage (%): 798.012
Max. virtual memory (cumulated for all children) (KiB): 7266112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39980.2
system time used= 20.6519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11729890
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= 359
involuntary context switches= 193889

runsolver used 26.7929 second user time and 68.8875 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-23 00:27:09
IDJOB=3394704
IDBENCH=83907
IDSOLVER=1851
FILE ID=node122/3394704-1306103229
RUNJOBID= node122-1306102932-17378
PBS_JOBID= 13388003
Free space on /tmp= 73364 MiB

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

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

MD5SUM BENCH= 731331ace9dcb7404987f98927f5c914
RANDOM SEED=2024963397

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26646416 kB
Buffers:         12756 kB
Cached:         122976 kB
SwapCached:      59756 kB
Active:          78592 kB
Inactive:      6002948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26646416 kB
SwapTotal:    67111528 kB
SwapFree:     49808404 kB
Dirty:             896 kB
Writeback:           0 kB
AnonPages:     5899136 kB
Mapped:          10852 kB
Slab:            58272 kB
PageTables:      92636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180712176 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= 73364 MiB
End job on node122 at 2011-05-23 01:50:43