Trace number 3371170

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) 4800.37 1204.27

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g4.cnf
MD5SUMb2f1edd9e4045a375bcfedb2d5e5bd0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.2682
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-3371170-1305419041/watcher-3371170-1305419041 -o /tmp/evaluation-result-3371170-1305419041/solver-3371170-1305419041 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371170-1305419041.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.54 7.74 7.66 6/417 9601
/proc/meminfo: memFree=21174252/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=9132 CPUtime=0 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) R 9599 9601 9516 0 -1 4202496 363 1254 0 0 0 0 0 0 25 0 1 0 732134868 9351168 294 33554432000 4194304 4417452 140735362105616 18446744073709551615 215988592384 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/9601/statm: 2283 294 147 55 0 169 0

[startup+0.086367 s]
/proc/loadavg: 7.54 7.74 7.66 6/417 9601
/proc/meminfo: memFree=21174252/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=132496 CPUtime=0.09 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 4621 1254 0 0 9 0 0 0 25 0 5 0 732134868 135675904 4548 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 33124 4548 171 55 0 31010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 132496

[startup+0.186351 s]
/proc/loadavg: 7.54 7.74 7.66 6/417 9601
/proc/meminfo: memFree=21174252/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=139064 CPUtime=0.5 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 7660 1254 0 0 49 1 0 0 25 0 5 0 732134868 142401536 5712 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 34766 5737 176 55 0 32652 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 139064

[startup+0.300331 s]
/proc/loadavg: 7.54 7.74 7.66 6/417 9601
/proc/meminfo: memFree=21174252/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=138604 CPUtime=0.95 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 9242 1254 0 0 94 1 0 0 25 0 5 0 732134868 141930496 6126 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 34651 6126 179 55 0 32537 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 138604

[startup+0.700258 s]
/proc/loadavg: 7.54 7.74 7.66 6/417 9601
/proc/meminfo: memFree=21174252/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=145728 CPUtime=2.55 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 12639 1254 0 0 253 2 0 0 25 0 5 0 732134868 149225472 7876 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 36432 7876 180 55 0 34318 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 145728

[startup+1.50112 s]
/proc/loadavg: 7.54 7.74 7.66 10/422 9611
/proc/meminfo: memFree=21140600/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=152740 CPUtime=5.74 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 16701 1254 0 0 572 2 0 0 25 0 5 0 732134868 156405760 9629 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 38185 9629 180 55 0 36071 0
[pid=9601/tid=9608] ppid=9599 vsize=152740 CPUtime=1.42 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 1821 1254 0 0 142 0 0 0 25 0 5 0 732134875 156405760 9629 33554432000 4194304 4417452 140735362105616 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=152740 CPUtime=1.4 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 1131 1254 0 0 140 0 0 0 25 0 5 0 732134875 156405760 9629 33554432000 4194304 4417452 140735362105616 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=152740 CPUtime=1.41 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 1692 1254 0 0 141 0 0 0 25 0 5 0 732134875 156405760 9629 33554432000 4194304 4417452 140735362105616 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=152740 CPUtime=1.42 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 7479 1254 0 0 141 1 0 0 25 0 5 0 732134875 156405760 9629 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 152740

[startup+3.10084 s]
/proc/loadavg: 7.54 7.74 7.66 10/422 9611
/proc/meminfo: memFree=21131196/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=157656 CPUtime=12.12 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 25281 1254 0 0 1209 3 0 0 25 0 5 0 732134868 161439744 10858 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 39414 10858 180 55 0 37300 0
[pid=9601/tid=9608] ppid=9599 vsize=157656 CPUtime=3.02 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 2537 1254 0 0 302 0 0 0 25 0 5 0 732134875 161439744 10858 33554432000 4194304 4417452 140735362105616 18446744073709551615 4258176 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=157656 CPUtime=2.98 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 1131 1254 0 0 298 0 0 0 25 0 5 0 732134875 161439744 10858 33554432000 4194304 4417452 140735362105616 18446744073709551615 4337153 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=157656 CPUtime=3.01 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 1975 1254 0 0 301 0 0 0 25 0 5 0 732134875 161439744 10858 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=157656 CPUtime=3.01 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 15060 1254 0 0 299 2 0 0 25 0 5 0 732134875 161439744 10858 33554432000 4194304 4417452 140735362105616 18446744073709551615 4321680 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 157656

[startup+6.30028 s]
/proc/loadavg: 7.57 7.74 7.66 9/422 9611
/proc/meminfo: memFree=21128368/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=182776 CPUtime=24.88 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 34186 1254 0 0 2483 5 0 0 25 0 5 0 732134868 187162624 17140 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 45694 17140 180 55 0 43580 0
[pid=9601/tid=9608] ppid=9599 vsize=182776 CPUtime=6.22 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 2537 1254 0 0 622 0 0 0 25 0 5 0 732134875 187162624 17140 33554432000 4194304 4417452 140735362105616 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=182776 CPUtime=6.14 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 1131 1254 0 0 614 0 0 0 25 0 5 0 732134875 187162624 17140 33554432000 4194304 4417452 140735362105616 18446744073709551615 4258389 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=182776 CPUtime=6.21 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 2214 1254 0 0 621 0 0 0 25 0 5 0 732134875 187162624 17140 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=182776 CPUtime=6.21 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 23726 1254 0 0 618 3 0 0 25 0 5 0 732134875 187162624 17140 33554432000 4194304 4417452 140735362105616 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 182776

[startup+12.7012 s]
/proc/loadavg: 7.61 7.75 7.67 9/422 9612
/proc/meminfo: memFree=21051596/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=186836 CPUtime=50.39 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 53950 1254 0 0 5031 8 0 0 25 0 5 0 732134868 191320064 18153 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 46709 18153 180 55 0 44595 0
[pid=9601/tid=9608] ppid=9599 vsize=186836 CPUtime=12.62 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 3252 1254 0 0 1262 0 0 0 25 0 5 0 732134875 191320064 18153 33554432000 4194304 4417452 140735362105616 18446744073709551615 4235443 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=186836 CPUtime=12.45 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 2562 1254 0 0 1245 0 0 0 25 0 5 0 732134875 191320064 18153 33554432000 4194304 4417452 140735362105616 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=186836 CPUtime=12.62 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 2214 1254 0 0 1262 0 0 0 25 0 5 0 732134875 191320064 18153 33554432000 4194304 4417452 140735362105616 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=186836 CPUtime=12.61 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 41344 1254 0 0 1255 6 0 0 25 0 5 0 732134875 191320064 18153 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 186836

[startup+25.5009 s]
/proc/loadavg: 7.69 7.76 7.67 10/422 9612
/proc/meminfo: memFree=21026052/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=214696 CPUtime=101.41 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 81606 1254 0 0 10128 13 0 0 25 0 5 0 732134868 219848704 25118 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 53674 25118 180 55 0 51560 0
[pid=9601/tid=9608] ppid=9599 vsize=214696 CPUtime=25.42 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 3563 1254 0 0 2542 0 0 0 25 0 5 0 732134875 219848704 25118 33554432000 4194304 4417452 140735362105616 18446744073709551615 4249948 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=214696 CPUtime=25.07 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 2562 1254 0 0 2507 0 0 0 25 0 5 0 732134875 219848704 25118 33554432000 4194304 4417452 140735362105616 18446744073709551615 4310248 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=214696 CPUtime=25.41 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 4228 1254 0 0 2541 0 0 0 25 0 5 0 732134875 219848704 25118 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=214696 CPUtime=25.42 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 66675 1254 0 0 2531 11 0 0 25 0 5 0 732134875 219848704 25118 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 214696

[startup+51.1004 s]
/proc/loadavg: 7.85 7.79 7.68 9/422 9613
/proc/meminfo: memFree=20929060/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=294312 CPUtime=203.46 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 129966 1254 0 0 20326 20 0 0 25 0 5 0 732134868 301375488 45022 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 73578 45022 180 55 0 71464 0
[pid=9601/tid=9608] ppid=9599 vsize=294312 CPUtime=51.02 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 5832 1254 0 0 5102 0 0 0 25 0 5 0 732134875 301375488 45022 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=294312 CPUtime=50.32 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 3138 1254 0 0 5032 0 0 0 25 0 5 0 732134875 301375488 45022 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=294312 CPUtime=51.01 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 4984 1254 0 0 5101 0 0 0 25 0 5 0 732134875 301375488 45022 33554432000 4194304 4417452 140735362105616 18446744073709551615 4308795 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=294312 CPUtime=51.02 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 111434 1254 0 0 5084 18 0 0 25 0 5 0 732134875 301375488 45022 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.46
Current children cumulated vsize (KiB) 294312

[startup+102.315 s]
/proc/loadavg: 8.05 7.85 7.71 9/422 9614
/proc/meminfo: memFree=20839756/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=361116 CPUtime=407.63 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 200680 1254 0 0 40731 32 0 0 25 0 5 0 732134868 369782784 61723 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 90279 61723 180 55 0 88165 0
[pid=9601/tid=9608] ppid=9599 vsize=361116 CPUtime=102.23 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 9177 1254 0 0 10223 0 0 0 25 0 5 0 732134875 369782784 61723 33554432000 4194304 4417452 140735362105616 18446744073709551615 4311326 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=361116 CPUtime=100.83 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 5186 1254 0 0 10083 0 0 0 25 0 5 0 732134875 369782784 61723 33554432000 4194304 4417452 140735362105616 18446744073709551615 4250274 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=361116 CPUtime=102.23 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 7561 1254 0 0 10223 0 0 0 25 0 5 0 732134875 369782784 61723 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=361116 CPUtime=102.23 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 174178 1254 0 0 10195 28 0 0 25 0 5 0 732134875 369782784 61723 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.63
Current children cumulated vsize (KiB) 361116

[startup+162.301 s]
/proc/loadavg: 8.12 7.91 7.73 10/422 9616
/proc/meminfo: memFree=20579324/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=567872 CPUtime=646.76 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 265681 1254 0 0 64633 43 0 0 25 0 5 0 732134868 581500928 113412 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 141968 113412 180 55 0 139854 0
[pid=9601/tid=9608] ppid=9599 vsize=567872 CPUtime=162.22 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 13253 1254 0 0 16221 1 0 0 25 0 5 0 732134875 581500928 113412 33554432000 4194304 4417452 140735362105616 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=567872 CPUtime=160.01 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 10907 1254 0 0 15999 2 0 0 25 0 5 0 732134875 581500928 113412 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=567872 CPUtime=162.21 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 15627 1254 0 0 16220 1 0 0 25 0 5 0 732134875 581500928 113412 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=567872 CPUtime=162.22 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 221316 1254 0 0 16184 38 0 0 25 0 5 0 732134875 581500928 113412 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.76
Current children cumulated vsize (KiB) 567872


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

[pid=9601/tid=9609] ppid=9599 vsize=803796 CPUtime=692.65 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 30915 1254 0 0 69261 4 0 0 25 0 5 0 732134875 823087104 172405 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=803796 CPUtime=702.23 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 49668 1254 0 0 70218 5 0 0 25 0 5 0 732134875 823087104 172405 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=803796 CPUtime=702.23 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 550816 1254 0 0 70132 91 0 0 25 0 5 0 732134875 823087104 172405 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2799.44
Current children cumulated vsize (KiB) 803796

[startup+762.316 s]
/proc/loadavg: 8.13 8.08 7.90 10/422 9632
/proc/meminfo: memFree=19731600/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=858588 CPUtime=3038.69 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 691065 1254 0 0 303760 109 0 0 25 0 5 0 732134868 879194112 186135 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 214647 186135 180 55 0 212533 0
[pid=9601/tid=9608] ppid=9599 vsize=858588 CPUtime=762.25 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 30737 1254 0 0 76221 4 0 0 25 0 5 0 732134875 879194112 186135 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=858588 CPUtime=751.84 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 30915 1254 0 0 75180 4 0 0 25 0 5 0 732134875 879194112 186135 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=858588 CPUtime=762.24 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 62368 1254 0 0 76218 6 0 0 25 0 5 0 732134875 879194112 186135 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=858588 CPUtime=762.24 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 562467 1254 0 0 76132 92 0 0 25 0 5 0 732134875 879194112 186135 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3038.69
Current children cumulated vsize (KiB) 858588

[startup+822.3 s]
/proc/loadavg: 8.18 8.10 7.92 10/422 9633
/proc/meminfo: memFree=19656436/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=920828 CPUtime=3277.81 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 717444 1254 0 0 327669 112 0 0 25 0 5 0 732134868 942927872 201695 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 230207 201695 180 55 0 228093 0
[pid=9601/tid=9608] ppid=9599 vsize=920828 CPUtime=822.23 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 30737 1254 0 0 82219 4 0 0 25 0 5 0 732134875 942927872 201695 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=920828 CPUtime=811.02 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 30915 1254 0 0 81098 4 0 0 25 0 5 0 732134875 942927872 201695 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=920828 CPUtime=822.23 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 71135 1254 0 0 82216 7 0 0 25 0 5 0 732134875 942927872 201695 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=920828 CPUtime=822.23 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 580079 1254 0 0 82129 94 0 0 25 0 5 0 732134875 942927872 201695 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3277.81
Current children cumulated vsize (KiB) 920828

[startup+882.301 s]
/proc/loadavg: 8.13 8.09 7.92 10/422 9635
/proc/meminfo: memFree=19719892/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=908912 CPUtime=3517 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 726453 1254 0 0 351587 113 0 0 25 0 5 0 732134868 930725888 198716 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 227228 198716 180 55 0 225114 0
[pid=9601/tid=9608] ppid=9599 vsize=908912 CPUtime=882.24 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 30737 1254 0 0 88220 4 0 0 25 0 5 0 732134875 930725888 198716 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=908912 CPUtime=870.2 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 30915 1254 0 0 87016 4 0 0 25 0 5 0 732134875 930725888 198716 33554432000 4194304 4417452 140735362105616 18446744073709551615 4250795 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=908912 CPUtime=882.23 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 80144 1254 0 0 88215 8 0 0 25 0 5 0 732134875 930725888 198716 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=908912 CPUtime=882.23 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 580079 1254 0 0 88129 94 0 0 25 0 5 0 732134875 930725888 198716 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3517
Current children cumulated vsize (KiB) 908912

[startup+942.301 s]
/proc/loadavg: 8.29 8.15 7.95 9/422 9639
/proc/meminfo: memFree=19474608/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=1013860 CPUtime=3756.18 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 761658 1254 0 0 375499 119 0 0 25 0 5 0 732134868 1038192640 224953 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 253465 224953 180 55 0 251351 0
[pid=9601/tid=9608] ppid=9599 vsize=1013860 CPUtime=942.24 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 30737 1254 0 0 94220 4 0 0 25 0 5 0 732134875 1038192640 224953 33554432000 4194304 4417452 140735362105616 18446744073709551615 4259609 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=1013860 CPUtime=929.38 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 32963 1254 0 0 92934 4 0 0 25 0 5 0 732134875 1038192640 224953 33554432000 4194304 4417452 140735362105616 18446744073709551615 4310486 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=1013860 CPUtime=942.23 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 85404 1254 0 0 94214 9 0 0 25 0 5 0 732134875 1038192640 224953 33554432000 4194304 4417452 140735362105616 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=1013860 CPUtime=942.24 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 607976 1254 0 0 94124 100 0 0 25 0 5 0 732134875 1038192640 224953 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3756.18
Current children cumulated vsize (KiB) 1013860

[startup+1002.3 s]
/proc/loadavg: 8.16 8.13 7.96 9/422 9641
/proc/meminfo: memFree=19280896/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=1042108 CPUtime=3995.37 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 814015 1254 0 0 399409 128 0 0 25 0 5 0 732134868 1067118592 232015 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 260527 232015 180 55 0 258413 0
[pid=9601/tid=9608] ppid=9599 vsize=1042108 CPUtime=1002.24 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 40450 1254 0 0 100218 6 0 0 25 0 5 0 732134875 1067118592 232015 33554432000 4194304 4417452 140735362105616 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=1042108 CPUtime=988.56 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 36196 1254 0 0 98851 5 0 0 25 0 5 0 732134875 1067118592 232015 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=1042108 CPUtime=1002.23 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 108374 1254 0 0 100211 12 0 0 25 0 5 0 732134875 1067118592 232015 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=1042108 CPUtime=1002.23 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 624417 1254 0 0 100120 103 0 0 25 0 5 0 732134875 1067118592 232015 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3995.37
Current children cumulated vsize (KiB) 1042108

[startup+1062.3 s]
/proc/loadavg: 8.06 8.11 7.96 10/422 9643
/proc/meminfo: memFree=19215908/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=1052048 CPUtime=4234.56 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 840415 1254 0 0 423324 132 0 0 25 0 5 0 732134868 1077297152 234468 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 263012 234468 180 55 0 260898 0
[pid=9601/tid=9608] ppid=9599 vsize=1052048 CPUtime=1062.24 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 54874 1254 0 0 106216 8 0 0 25 0 5 0 732134875 1077297152 234468 33554432000 4194304 4417452 140735362105616 18446744073709551615 4262955 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=1052048 CPUtime=1047.75 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 36196 1254 0 0 104770 5 0 0 25 0 5 0 732134875 1077297152 234468 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=1052048 CPUtime=1062.23 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 120350 1254 0 0 106210 13 0 0 25 0 5 0 732134875 1077297152 234468 33554432000 4194304 4417452 140735362105616 18446744073709551615 4310106 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=1052048 CPUtime=1062.23 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 624417 1254 0 0 106120 103 0 0 25 0 5 0 732134875 1077297152 234468 33554432000 4194304 4417452 140735362105616 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4234.56
Current children cumulated vsize (KiB) 1052048

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 7.97 10/422 9644
/proc/meminfo: memFree=18977664/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=1238128 CPUtime=4473.75 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 914660 1254 0 0 447230 145 0 0 25 0 5 0 732134868 1267843072 280988 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 309532 280988 180 55 0 307418 0
[pid=9601/tid=9608] ppid=9599 vsize=1238128 CPUtime=1122.23 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 62317 1254 0 0 112214 9 0 0 25 0 5 0 732134875 1267843072 280988 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=1238128 CPUtime=1106.93 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 38244 1254 0 0 110688 5 0 0 25 0 5 0 732134875 1267843072 280988 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=1238128 CPUtime=1122.24 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 135324 1254 0 0 112209 15 0 0 25 0 5 0 732134875 1267843072 280988 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=1238128 CPUtime=1122.24 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 674197 1254 0 0 112111 113 0 0 25 0 5 0 732134875 1267843072 280988 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4473.75
Current children cumulated vsize (KiB) 1238128

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 7.98 10/422 9683
/proc/meminfo: memFree=19900268/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=1223744 CPUtime=4712.94 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 944675 1254 0 0 471145 149 0 0 25 0 5 0 732134868 1253113856 277392 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 305936 277392 180 55 0 303822 0
[pid=9601/tid=9608] ppid=9599 vsize=1223744 CPUtime=1182.23 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 76203 1254 0 0 118212 11 0 0 25 0 5 0 732134875 1253113856 277392 33554432000 4194304 4417452 140735362105616 18446744073709551615 4237743 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=1223744 CPUtime=1166.12 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 38244 1254 0 0 116607 5 0 0 25 0 5 0 732134875 1253113856 277392 33554432000 4194304 4417452 140735362105616 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=1223744 CPUtime=1182.24 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 141370 1254 0 0 118208 16 0 0 25 0 5 0 732134875 1253113856 277392 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=1223744 CPUtime=1182.24 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 684280 1254 0 0 118110 114 0 0 25 0 5 0 732134875 1253113856 277392 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4712.94
Current children cumulated vsize (KiB) 1223744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.24 8.14 7.99 9/422 9683
/proc/meminfo: memFree=19903716/32950940 swapFree=67111356/67111528
[pid=9601] ppid=9599 vsize=1227936 CPUtime=4800.26 cores=1,3,5,7
/proc/9601/stat : 9601 (plingeling) S 9599 9601 9516 0 -1 4202496 952735 1254 0 0 479876 150 0 0 25 0 5 0 732134868 1257406464 278440 33554432000 4194304 4417452 140735362105616 18446744073709551615 216000395237 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/9601/statm: 306984 278440 180 55 0 304870 0
[pid=9601/tid=9608] ppid=9599 vsize=1227936 CPUtime=1204.15 cores=1,3,5,7
/proc/9601/task/9608/stat : 9608 (plingeling) R 9599 9601 9516 0 -1 4202560 80679 1254 0 0 120403 12 0 0 25 0 5 0 732134875 1257406464 278440 33554432000 4194304 4417452 140735362105616 18446744073709551615 4366500 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9601/tid=9609] ppid=9599 vsize=1227936 CPUtime=1187.72 cores=1,3,5,7
/proc/9601/task/9609/stat : 9609 (plingeling) R 9599 9601 9516 0 -1 4202560 40292 1254 0 0 118767 5 0 0 25 0 5 0 732134875 1257406464 278440 33554432000 4194304 4417452 140735362105616 18446744073709551615 4342592 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9601/tid=9610] ppid=9599 vsize=1227936 CPUtime=1204.15 cores=1,3,5,7
/proc/9601/task/9610/stat : 9610 (plingeling) R 9599 9601 9516 0 -1 4202560 142906 1254 0 0 120399 16 0 0 25 0 5 0 732134875 1257406464 278440 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9601/tid=9611] ppid=9599 vsize=1227936 CPUtime=1204.15 cores=1,3,5,7
/proc/9601/task/9611/stat : 9611 (plingeling) R 9599 9601 9516 0 -1 4202560 684280 1254 0 0 120301 114 0 0 25 0 5 0 732134875 1257406464 278440 33554432000 4194304 4417452 140735362105616 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1227936

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.27
CPU time (s): 4800.37
CPU user time (s): 4798.82
CPU system time (s): 1.55376
CPU usage (%): 398.612
Max. virtual memory (cumulated for all children) (KiB): 1271572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.82
system time used= 1.55376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 953989
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= 174
involuntary context switches= 33305

runsolver used 4.6183 second user time and 11.8202 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 02:24:01
IDJOB=3371170
IDBENCH=71317
IDSOLVER=1848
FILE ID=node117/3371170-1305419041
RUNJOBID= node117-1305418966-9535
PBS_JOBID= 13324567
Free space on /tmp= 73412 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g4.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371170-1305419041/watcher-3371170-1305419041 -o /tmp/evaluation-result-3371170-1305419041/solver-3371170-1305419041 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371170-1305419041.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b2f1edd9e4045a375bcfedb2d5e5bd0e
RANDOM SEED=1482019969

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21174416 kB
Buffers:        301824 kB
Cached:        3088932 kB
SwapCached:          0 kB
Active:        9534704 kB
Inactive:      1888208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21174416 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1192 kB
Writeback:           0 kB
AnonPages:     8032516 kB
Mapped:          32540 kB
Slab:           243580 kB
PageTables:      44668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100622512 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= 73412 MiB
End job on node117 at 2011-05-15 02:44:07