Trace number 3371041

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.4 1203.14

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.855
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

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-3371041-1305430370/watcher-3371041-1305430370 -o /tmp/evaluation-result-3371041-1305430370/solver-3371041-1305430370 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371041-1305430370.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: 1.08 1.64 1.86 5/311 29586
/proc/meminfo: memFree=18001156/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=49996 CPUtime=0 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 377 1252 0 0 0 0 0 0 23 0 5 0 654636691 51195904 302 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 12499 302 174 55 0 10385 0
[pid=29586/tid=29592] ppid=29584 vsize=50156 CPUtime=0 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 46 1252 0 0 0 0 0 0 24 0 5 0 654636691 51359744 328 33554432000 4194304 4417452 140737480004080 18446744073709551615 4257622 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=50156 CPUtime=0 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 0 1252 0 0 0 0 0 0 25 0 5 0 654636691 51359744 328 33554432000 4194304 4417452 140737480004080 18446744073709551615 274474023921 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=50156 CPUtime=0 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 0 1252 0 0 0 0 0 0 25 0 5 0 654636691 51359744 328 33554432000 4194304 4417452 140737480004080 18446744073709551615 274474023921 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=50156 CPUtime=0 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 18 1252 0 0 0 0 0 0 25 0 5 0 654636691 51359744 328 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 1 0 0 0

[startup+0.034691 s]
/proc/loadavg: 1.08 1.64 1.86 5/311 29586
/proc/meminfo: memFree=18001156/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=50764 CPUtime=0.08 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 559 1252 0 0 8 0 0 0 23 0 5 0 654636691 51982336 484 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 12691 484 179 55 0 10577 0
[pid=29586/tid=29592] ppid=29584 vsize=50764 CPUtime=0.03 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 46 1252 0 0 3 0 0 0 25 0 5 0 654636691 51982336 484 33554432000 4194304 4417452 140737480004080 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=50764 CPUtime=0 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 1 1252 0 0 0 0 0 0 25 0 5 0 654636691 51982336 484 33554432000 4194304 4417452 140737480004080 18446744073709551615 274474072558 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=50764 CPUtime=0.02 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 67 1252 0 0 2 0 0 0 25 0 5 0 654636691 51982336 484 33554432000 4194304 4417452 140737480004080 18446744073709551615 4234284 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=50764 CPUtime=0.02 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 106 1252 0 0 2 0 0 0 25 0 5 0 654636691 51982336 484 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50764

[startup+0.100679 s]
/proc/loadavg: 1.08 1.64 1.86 5/311 29586
/proc/meminfo: memFree=18001156/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=52320 CPUtime=0.27 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 1111 1252 0 0 27 0 0 0 23 0 5 0 654636691 53575680 906 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 13080 906 180 55 0 10966 0
[pid=29586/tid=29592] ppid=29584 vsize=52320 CPUtime=0.09 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 182 1252 0 0 9 0 0 0 25 0 5 0 654636691 53575680 906 33554432000 4194304 4417452 140737480004080 18446744073709551615 4365191 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=52320 CPUtime=0 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 1 1252 0 0 0 0 0 0 25 0 5 0 654636691 53575680 906 33554432000 4194304 4417452 140737480004080 18446744073709551615 274474072558 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=52320 CPUtime=0.08 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 223 1252 0 0 8 0 0 0 25 0 5 0 654636691 53575680 906 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=52320 CPUtime=0.09 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 366 1252 0 0 9 0 0 0 25 0 5 0 654636691 53575680 906 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 52320

[startup+0.300645 s]
/proc/loadavg: 1.08 1.64 1.86 5/311 29586
/proc/meminfo: memFree=18001156/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=54488 CPUtime=1 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 2388 1252 0 0 100 0 0 0 23 0 5 0 654636691 55795712 1449 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 13622 1449 180 55 0 11508 0
[pid=29586/tid=29592] ppid=29584 vsize=54488 CPUtime=0.24 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 499 1252 0 0 24 0 0 0 25 0 5 0 654636691 55795712 1449 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=54488 CPUtime=0.17 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 220 1252 0 0 17 0 0 0 25 0 5 0 654636691 55795712 1449 33554432000 4194304 4417452 140737480004080 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=54488 CPUtime=0.28 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 707 1252 0 0 28 0 0 0 25 0 5 0 654636691 55795712 1449 33554432000 4194304 4417452 140737480004080 18446744073709551615 4278298 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=54488 CPUtime=0.29 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 623 1252 0 0 29 0 0 0 25 0 5 0 654636691 55795712 1449 33554432000 4194304 4417452 140737480004080 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 54488

[startup+0.700575 s]
/proc/loadavg: 1.08 1.64 1.86 5/311 29586
/proc/meminfo: memFree=18001156/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=57032 CPUtime=2.59 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 4593 1252 0 0 259 0 0 0 23 0 5 0 654636691 58400768 2087 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 14258 2087 180 55 0 12144 0
[pid=29586/tid=29592] ppid=29584 vsize=57032 CPUtime=0.64 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 985 1252 0 0 64 0 0 0 25 0 5 0 654636691 58400768 2087 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=57032 CPUtime=0.57 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 900 1252 0 0 57 0 0 0 25 0 5 0 654636691 58400768 2087 33554432000 4194304 4417452 140737480004080 18446744073709551615 18446744073699065918 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=57032 CPUtime=0.68 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 1286 1252 0 0 68 0 0 0 25 0 5 0 654636691 58400768 2087 33554432000 4194304 4417452 140737480004080 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=57032 CPUtime=0.68 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 1083 1252 0 0 68 0 0 0 25 0 5 0 654636691 58400768 2087 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 57032

[startup+1.50044 s]
/proc/loadavg: 1.64 1.75 1.90 9/316 29596
/proc/meminfo: memFree=17981300/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=61116 CPUtime=5.79 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 8756 1252 0 0 578 1 0 0 23 0 5 0 654636691 62582784 3115 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 15279 3115 180 55 0 13165 0
[pid=29586/tid=29592] ppid=29584 vsize=61116 CPUtime=1.44 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 1923 1252 0 0 144 0 0 0 25 0 5 0 654636691 62582784 3115 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=61116 CPUtime=1.37 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 1969 1252 0 0 137 0 0 0 25 0 5 0 654636691 62582784 3115 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=61116 CPUtime=1.47 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 2457 1252 0 0 147 0 0 0 25 0 5 0 654636691 62582784 3115 33554432000 4194304 4417452 140737480004080 18446744073709551615 4366092 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=61116 CPUtime=1.48 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 2068 1252 0 0 148 0 0 0 25 0 5 0 654636691 62582784 3115 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 61116

[startup+3.10115 s]
/proc/loadavg: 1.64 1.75 1.90 10/316 29596
/proc/meminfo: memFree=17974156/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=63112 CPUtime=12.17 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 15415 1252 0 0 1215 2 0 0 23 0 5 0 654636691 64626688 3589 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 15778 3589 180 55 0 13664 0
[pid=29586/tid=29592] ppid=29584 vsize=63112 CPUtime=3.03 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 3226 1252 0 0 303 0 0 0 25 0 5 0 654636691 64626688 3589 33554432000 4194304 4417452 140737480004080 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=63112 CPUtime=2.96 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 3416 1252 0 0 296 0 0 0 25 0 5 0 654636691 64626688 3589 33554432000 4194304 4417452 140737480004080 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=63112 CPUtime=3.06 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 4178 1252 0 0 306 0 0 0 25 0 5 0 654636691 64626688 3589 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=63112 CPUtime=3.08 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 4256 1252 0 0 308 0 0 0 25 0 5 0 654636691 64626688 3589 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364903 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 63112

[startup+6.30059 s]
/proc/loadavg: 1.64 1.75 1.90 10/316 29596
/proc/meminfo: memFree=17956148/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=73148 CPUtime=24.95 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 27977 1252 0 0 2490 5 0 0 23 0 5 0 654636691 74903552 6091 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 18287 6091 180 55 0 16173 0
[pid=29586/tid=29592] ppid=29584 vsize=73148 CPUtime=6.24 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 5998 1252 0 0 623 1 0 0 25 0 5 0 654636691 74903552 6091 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=73148 CPUtime=6.16 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 6735 1252 0 0 616 0 0 0 25 0 5 0 654636691 74903552 6091 33554432000 4194304 4417452 140737480004080 18446744073709551615 4365130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=73148 CPUtime=6.23 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 7538 1252 0 0 622 1 0 0 25 0 5 0 654636691 74903552 6091 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=73148 CPUtime=6.28 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 7367 1252 0 0 627 1 0 0 25 0 5 0 654636691 74903552 6091 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 73148

[startup+12.7005 s]
/proc/loadavg: 2.69 1.97 1.97 9/316 29597
/proc/meminfo: memFree=17946144/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=79016 CPUtime=50.49 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 45844 1252 0 0 5042 7 0 0 23 0 5 0 654636691 80912384 7585 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 19754 7585 180 55 0 17640 0
[pid=29586/tid=29592] ppid=29584 vsize=79016 CPUtime=12.63 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 9555 1252 0 0 1262 1 0 0 25 0 5 0 654636691 80912384 7585 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=79016 CPUtime=12.56 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 11836 1252 0 0 1255 1 0 0 25 0 5 0 654636691 80912384 7585 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=79016 CPUtime=12.57 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 12320 1252 0 0 1256 1 0 0 25 0 5 0 654636691 80912384 7585 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=79016 CPUtime=12.68 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 11794 1252 0 0 1267 1 0 0 25 0 5 0 654636691 80912384 7585 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 79016

[startup+25.5012 s]
/proc/loadavg: 3.51 2.17 2.03 10/316 29597
/proc/meminfo: memFree=17916372/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=89228 CPUtime=101.56 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 76842 1252 0 0 10144 12 0 0 23 0 5 0 654636691 91369472 10111 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 22307 10111 180 55 0 20193 0
[pid=29586/tid=29592] ppid=29584 vsize=89228 CPUtime=25.44 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 16862 1252 0 0 2541 3 0 0 25 0 5 0 654636691 91369472 10111 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=89228 CPUtime=25.37 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 20541 1252 0 0 2534 3 0 0 25 0 5 0 654636691 91369472 10111 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=89228 CPUtime=25.25 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 20166 1252 0 0 2523 2 0 0 25 0 5 0 654636691 91369472 10111 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=89228 CPUtime=25.48 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 18934 1252 0 0 2546 2 0 0 25 0 5 0 654636691 91369472 10111 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 89228

[startup+51.1007 s]
/proc/loadavg: 5.27 2.72 2.22 10/316 29597
/proc/meminfo: memFree=17891916/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=104844 CPUtime=203.71 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 119470 1252 0 0 20353 18 0 0 23 0 5 0 654636691 107360256 14015 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 26211 14015 180 55 0 24097 0
[pid=29586/tid=29592] ppid=29584 vsize=104844 CPUtime=51.04 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 28079 1252 0 0 5099 5 0 0 25 0 5 0 654636691 107360256 14015 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=104844 CPUtime=50.96 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 31561 1252 0 0 5092 4 0 0 25 0 5 0 654636691 107360256 14015 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=104844 CPUtime=50.59 cores=1,3,5,7

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

[pid=29586/tid=29593] ppid=29584 vsize=427988 CPUtime=762.2 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 114289 1252 0 0 76203 17 0 0 25 0 5 0 654636691 438259712 94800 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=427988 CPUtime=754.72 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 98253 1252 0 0 75455 17 0 0 25 0 5 0 654636691 438259712 94800 33554432000 4194304 4417452 140737480004080 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=427988 CPUtime=762.31 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 210584 1252 0 0 76198 33 0 0 25 0 5 0 654636691 438259712 94800 33554432000 4194304 4417452 140737480004080 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.52
Current children cumulated vsize (KiB) 427988

[startup+822.301 s]
/proc/loadavg: 8.07 7.67 5.51 10/316 29618
/proc/meminfo: memFree=17240712/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=419824 CPUtime=3280.89 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 575467 1252 0 0 327994 95 0 0 23 0 5 0 654636691 429899776 92760 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 104956 92760 180 55 0 102842 0
[pid=29586/tid=29592] ppid=29584 vsize=419824 CPUtime=822.25 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 130830 1252 0 0 82202 23 0 0 25 0 5 0 654636691 429899776 92760 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=419824 CPUtime=822.19 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 114289 1252 0 0 82202 17 0 0 25 0 5 0 654636691 429899776 92760 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=419824 CPUtime=814.11 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 111025 1252 0 0 81392 19 0 0 25 0 5 0 654636691 429899776 92760 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=419824 CPUtime=822.3 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 218984 1252 0 0 82196 34 0 0 25 0 5 0 654636691 429899776 92760 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.89
Current children cumulated vsize (KiB) 419824

[startup+882.3 s]
/proc/loadavg: 8.07 7.74 5.66 10/316 29620
/proc/meminfo: memFree=17261260/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=387916 CPUtime=3520.28 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 614007 1252 0 0 351927 101 0 0 23 0 5 0 654636691 397225984 84783 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 96979 84783 180 55 0 94865 0
[pid=29586/tid=29592] ppid=29584 vsize=387916 CPUtime=882.26 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 131175 1252 0 0 88202 24 0 0 25 0 5 0 654636691 397225984 84783 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=387916 CPUtime=882.18 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 137678 1252 0 0 88197 21 0 0 25 0 5 0 654636691 397225984 84783 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=387916 CPUtime=873.51 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 111025 1252 0 0 87332 19 0 0 25 0 5 0 654636691 397225984 84783 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=387916 CPUtime=882.3 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 233790 1252 0 0 88194 36 0 0 25 0 5 0 654636691 397225984 84783 33554432000 4194304 4417452 140737480004080 18446744073709551615 4251258 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3520.28
Current children cumulated vsize (KiB) 387916

[startup+942.301 s]
/proc/loadavg: 8.10 7.81 5.82 9/316 29621
/proc/meminfo: memFree=17204568/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=387976 CPUtime=3759.7 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 624273 1252 0 0 375867 103 0 0 23 0 5 0 654636691 397287424 84818 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 96994 84818 180 55 0 94880 0
[pid=29586/tid=29592] ppid=29584 vsize=387976 CPUtime=942.26 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 131175 1252 0 0 94202 24 0 0 25 0 5 0 654636691 397287424 84818 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=387976 CPUtime=942.19 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 137678 1252 0 0 94198 21 0 0 25 0 5 0 654636691 397287424 84818 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=387976 CPUtime=932.91 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 111025 1252 0 0 93272 19 0 0 25 0 5 0 654636691 397287424 84818 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=387976 CPUtime=942.3 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 244056 1252 0 0 94193 37 0 0 25 0 5 0 654636691 397287424 84818 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.7
Current children cumulated vsize (KiB) 387976

[startup+1002.3 s]
/proc/loadavg: 8.07 7.86 5.96 9/316 29623
/proc/meminfo: memFree=17119588/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=386604 CPUtime=3999.09 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 632220 1252 0 0 399805 104 0 0 23 0 5 0 654636691 395882496 84475 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 96651 84475 180 55 0 94537 0
[pid=29586/tid=29592] ppid=29584 vsize=386604 CPUtime=1002.26 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 131635 1252 0 0 100202 24 0 0 25 0 5 0 654636691 395882496 84475 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=386604 CPUtime=1002.19 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 138308 1252 0 0 100198 21 0 0 25 0 5 0 654636691 395882496 84475 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=386604 CPUtime=992.31 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 111025 1252 0 0 99212 19 0 0 25 0 5 0 654636691 395882496 84475 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=386604 CPUtime=1002.31 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 250913 1252 0 0 100192 39 0 0 25 0 5 0 654636691 395882496 84475 33554432000 4194304 4417452 140737480004080 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3999.09
Current children cumulated vsize (KiB) 386604

[startup+1062.3 s]
/proc/loadavg: 8.14 7.91 6.09 10/316 29625
/proc/meminfo: memFree=17045148/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=428964 CPUtime=4238.5 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 648079 1252 0 0 423743 107 0 0 23 0 5 0 654636691 439259136 95045 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 107241 95045 180 55 0 105127 0
[pid=29586/tid=29592] ppid=29584 vsize=428964 CPUtime=1062.27 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 140077 1252 0 0 106201 26 0 0 25 0 5 0 654636691 439259136 95045 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=428964 CPUtime=1062.19 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 138308 1252 0 0 106198 21 0 0 25 0 5 0 654636691 439259136 95045 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=428964 CPUtime=1051.72 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 111447 1252 0 0 105153 19 0 0 25 0 5 0 654636691 439259136 95045 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=428964 CPUtime=1062.31 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 257908 1252 0 0 106191 40 0 0 25 0 5 0 654636691 439259136 95045 33554432000 4194304 4417452 140737480004080 18446744073709551615 4232615 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4238.5
Current children cumulated vsize (KiB) 428964

[startup+1122.3 s]
/proc/loadavg: 8.12 7.94 6.21 11/316 29626
/proc/meminfo: memFree=16854008/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=569704 CPUtime=4477.91 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 693975 1252 0 0 447676 115 0 0 23 0 5 0 654636691 583376896 130236 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 142426 130236 180 55 0 140312 0
[pid=29586/tid=29592] ppid=29584 vsize=569704 CPUtime=1122.27 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 148269 1252 0 0 112200 27 0 0 25 0 5 0 654636691 583376896 130236 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=569704 CPUtime=1122.2 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 147100 1252 0 0 112197 23 0 0 25 0 5 0 654636691 583376896 130236 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=569704 CPUtime=1111.11 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 130612 1252 0 0 111088 23 0 0 25 0 5 0 654636691 583376896 130236 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=569704 CPUtime=1122.31 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 267655 1252 0 0 112190 41 0 0 25 0 5 0 654636691 583376896 130236 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4477.91
Current children cumulated vsize (KiB) 569704

[startup+1182.3 s]
/proc/loadavg: 8.12 7.96 6.33 10/316 29628
/proc/meminfo: memFree=16725124/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=574692 CPUtime=4717.32 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 700874 1252 0 0 471615 117 0 0 23 0 5 0 654636691 588484608 131477 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 143673 131477 180 55 0 141559 0
[pid=29586/tid=29592] ppid=29584 vsize=574692 CPUtime=1182.27 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 148269 1252 0 0 118200 27 0 0 25 0 5 0 654636691 588484608 131477 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=574692 CPUtime=1182.2 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 147100 1252 0 0 118197 23 0 0 25 0 5 0 654636691 588484608 131477 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=574692 CPUtime=1170.52 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 130612 1252 0 0 117029 23 0 0 25 0 5 0 654636691 588484608 131477 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=574692 CPUtime=1182.31 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 274554 1252 0 0 118188 43 0 0 25 0 5 0 654636691 588484608 131477 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4717.32
Current children cumulated vsize (KiB) 574692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.09 7.97 6.36 9/316 29628
/proc/meminfo: memFree=16726212/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=573732 CPUtime=4800.34 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 706148 1252 0 0 479916 118 0 0 23 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 143433 131237 180 55 0 141319 0
[pid=29586/tid=29592] ppid=29584 vsize=573732 CPUtime=1203.08 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 148269 1252 0 0 120281 27 0 0 25 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=573732 CPUtime=1203.01 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 147100 1252 0 0 120278 23 0 0 25 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=573732 CPUtime=1191.11 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 131456 1252 0 0 119088 23 0 0 25 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=573732 CPUtime=1203.12 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 278984 1252 0 0 120268 44 0 0 25 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 573732

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

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

[startup+1203.1 s]
/proc/loadavg: 8.09 7.97 6.36 9/316 29628
/proc/meminfo: memFree=16726212/32950928 swapFree=67111348/67111528
[pid=29586] ppid=29584 vsize=573732 CPUtime=4800.34 cores=1,3,5,7
/proc/29586/stat : 29586 (plingeling) S 29584 29586 20898 0 -1 4202496 706148 1252 0 0 479916 118 0 0 23 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29586/statm: 143433 131237 180 55 0 141319 0
[pid=29586/tid=29592] ppid=29584 vsize=573732 CPUtime=1203.08 cores=1,3,5,7
/proc/29586/task/29592/stat : 29592 (plingeling) R 29584 29586 20898 0 -1 4202560 148269 1252 0 0 120281 27 0 0 25 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29586/tid=29593] ppid=29584 vsize=573732 CPUtime=1203.01 cores=1,3,5,7
/proc/29586/task/29593/stat : 29593 (plingeling) R 29584 29586 20898 0 -1 4202560 147100 1252 0 0 120278 23 0 0 25 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29586/tid=29594] ppid=29584 vsize=573732 CPUtime=1191.11 cores=1,3,5,7
/proc/29586/task/29594/stat : 29594 (plingeling) R 29584 29586 20898 0 -1 4202560 131456 1252 0 0 119088 23 0 0 25 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29586/tid=29595] ppid=29584 vsize=573732 CPUtime=1203.12 cores=1,3,5,7
/proc/29586/task/29595/stat : 29595 (plingeling) R 29584 29586 20898 0 -1 4202560 278984 1252 0 0 120268 44 0 0 25 0 5 0 654636691 587501568 131237 33554432000 4194304 4417452 140737480004080 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 573732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.4
CPU user time (s): 4799.19
CPU system time (s): 1.21281
CPU usage (%): 398.988
Max. virtual memory (cumulated for all children) (KiB): 586572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.19
system time used= 1.21281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707400
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= 72
involuntary context switches= 32418

runsolver used 3.38948 second user time and 8.63069 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 05:32:50
IDJOB=3371041
IDBENCH=84030
IDSOLVER=1848
FILE ID=node125/3371041-1305430370
RUNJOBID= node125-1305430370-29558
PBS_JOBID= 13324587
Free space on /tmp= 73232 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371041-1305430370/watcher-3371041-1305430370 -o /tmp/evaluation-result-3371041-1305430370/solver-3371041-1305430370 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371041-1305430370.cnf

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=951674077

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18001436 kB
Buffers:        266848 kB
Cached:        4253288 kB
SwapCached:          0 kB
Active:       11170884 kB
Inactive:      3405800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18001436 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             500 kB
Writeback:           0 kB
AnonPages:    10056512 kB
Mapped:          29776 kB
Slab:           274228 kB
PageTables:      35656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51052068 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= 73232 MiB
End job on node125 at 2011-05-15 05:52:55