Trace number 3371050

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.29 1204.14

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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-3371050-1305431808/watcher-3371050-1305431808 -o /tmp/evaluation-result-3371050-1305431808/solver-3371050-1305431808 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371050-1305431808.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: 3.45 4.49 5.40 6/389 5475
/proc/meminfo: memFree=26913900/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=10452 CPUtime=0 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) R 5473 5475 29676 0 -1 4202496 675 1255 0 0 0 0 0 0 25 0 1 0 654779487 10702848 604 33554432000 4194304 4417452 140736419231184 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5475/statm: 2613 604 148 55 0 499 0

[startup+0.023348 s]
/proc/loadavg: 3.45 4.49 5.40 6/389 5475
/proc/meminfo: memFree=26913900/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=12336 CPUtime=0.01 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) R 5473 5475 29676 0 -1 4202496 1212 1255 0 0 1 0 0 0 25 0 1 0 654779487 12632064 1108 33554432000 4194304 4417452 140736419231184 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5475/statm: 3084 1108 149 55 0 970 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12336

[startup+0.151329 s]
/proc/loadavg: 3.45 4.49 5.40 6/389 5475
/proc/meminfo: memFree=26913900/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=58496 CPUtime=0.45 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 3273 1255 0 0 45 0 0 0 25 0 5 0 654779487 59899904 2441 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 14624 2441 179 55 0 12510 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 58496

[startup+0.300304 s]
/proc/loadavg: 3.45 4.49 5.40 6/389 5475
/proc/meminfo: memFree=26913900/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=60484 CPUtime=1.04 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 3961 1255 0 0 104 0 0 0 25 0 5 0 654779487 61935616 2939 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 15121 2939 179 55 0 13007 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 60484

[startup+0.700237 s]
/proc/loadavg: 3.45 4.49 5.40 6/389 5475
/proc/meminfo: memFree=26913900/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=63520 CPUtime=2.64 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 5819 1255 0 0 264 0 0 0 25 0 5 0 654779487 65044480 3708 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 15880 3708 179 55 0 13766 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 63520

[startup+1.5011 s]
/proc/loadavg: 3.45 4.49 5.40 9/394 5485
/proc/meminfo: memFree=26892912/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=69996 CPUtime=5.84 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 11823 1255 0 0 582 2 0 0 25 0 5 0 654779487 71675904 5297 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 17499 5297 179 55 0 15385 0
[pid=5475/tid=5482] ppid=5473 vsize=69996 CPUtime=1.45 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 1747 1255 0 0 145 0 0 0 25 0 5 0 654779492 71675904 5297 33554432000 4194304 4417452 140736419231184 18446744073709551615 4236706 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=69996 CPUtime=1.44 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 2225 1255 0 0 144 0 0 0 25 0 5 0 654779492 71675904 5297 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=69996 CPUtime=1.44 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 2237 1255 0 0 144 0 0 0 25 0 5 0 654779492 71675904 5297 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=69996 CPUtime=1.43 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 3301 1255 0 0 143 0 0 0 25 0 5 0 654779492 71675904 5297 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 69996

[startup+3.10083 s]
/proc/loadavg: 3.45 4.49 5.40 9/394 5485
/proc/meminfo: memFree=26882152/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=78072 CPUtime=12.22 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 22099 1255 0 0 1219 3 0 0 25 0 5 0 654779487 79945728 7338 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 19518 7338 179 55 0 17404 0
[pid=5475/tid=5482] ppid=5473 vsize=78072 CPUtime=3.04 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 4539 1255 0 0 304 0 0 0 25 0 5 0 654779492 79945728 7338 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=78072 CPUtime=3.04 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 4743 1255 0 0 304 0 0 0 25 0 5 0 654779492 79945728 7338 33554432000 4194304 4417452 140736419231184 18446744073709551615 4265387 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=78072 CPUtime=3.04 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 4786 1255 0 0 304 0 0 0 25 0 5 0 654779492 79945728 7338 33554432000 4194304 4417452 140736419231184 18446744073709551615 4319682 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=78072 CPUtime=3.01 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 5718 1255 0 0 301 0 0 0 25 0 5 0 654779492 79945728 7338 33554432000 4194304 4417452 140736419231184 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 78072

[startup+6.3003 s]
/proc/loadavg: 3.81 4.55 5.41 9/394 5485
/proc/meminfo: memFree=26866404/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=147236 CPUtime=24.97 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 35344 1255 0 0 2491 6 0 0 25 0 5 0 654779487 150769664 8269 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 36809 8269 179 55 0 34695 0
[pid=5475/tid=5482] ppid=5473 vsize=147236 CPUtime=6.24 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 7691 1255 0 0 623 1 0 0 25 0 5 0 654779492 150769664 8269 33554432000 4194304 4417452 140736419231184 18446744073709551615 4237371 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=147236 CPUtime=6.24 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 7619 1255 0 0 623 1 0 0 25 0 5 0 654779492 150769664 8269 33554432000 4194304 4417452 140736419231184 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=147236 CPUtime=6.24 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 8462 1255 0 0 623 1 0 0 25 0 5 0 654779492 150769664 8269 33554432000 4194304 4417452 140736419231184 18446744073709551615 4365078 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=147236 CPUtime=6.18 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 9259 1255 0 0 617 1 0 0 25 0 5 0 654779492 150769664 8269 33554432000 4194304 4417452 140736419231184 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 147236

[startup+12.7002 s]
/proc/loadavg: 4.15 4.61 5.42 9/394 5485
/proc/meminfo: memFree=26835952/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=166180 CPUtime=50.49 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 60331 1255 0 0 5038 11 0 0 25 0 5 0 654779487 170168320 12975 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 41545 12975 179 55 0 39431 0
[pid=5475/tid=5482] ppid=5473 vsize=166180 CPUtime=12.64 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 14452 1255 0 0 1262 2 0 0 25 0 5 0 654779492 170168320 12975 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=166180 CPUtime=12.64 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 14111 1255 0 0 1261 3 0 0 25 0 5 0 654779492 170168320 12975 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=166180 CPUtime=12.64 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 14447 1255 0 0 1262 2 0 0 25 0 5 0 654779492 170168320 12975 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=166180 CPUtime=12.49 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 15008 1255 0 0 1247 2 0 0 25 0 5 0 654779492 170168320 12975 33554432000 4194304 4417452 140736419231184 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 166180

[startup+25.5011 s]
/proc/loadavg: 5.00 4.77 5.47 9/394 5485
/proc/meminfo: memFree=26797024/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=203680 CPUtime=101.54 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 96415 1255 0 0 10137 17 0 0 25 0 5 0 654779487 208568320 22363 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 50920 22363 179 55 0 48806 0
[pid=5475/tid=5482] ppid=5473 vsize=203680 CPUtime=25.45 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 23201 1255 0 0 2541 4 0 0 25 0 5 0 654779492 208568320 22363 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=203680 CPUtime=25.44 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 22545 1255 0 0 2540 4 0 0 25 0 5 0 654779492 208568320 22363 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=203680 CPUtime=25.44 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 23189 1255 0 0 2541 3 0 0 25 0 5 0 654779492 208568320 22363 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=203680 CPUtime=25.13 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 25167 1255 0 0 2509 4 0 0 25 0 5 0 654779492 208568320 22363 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 203680

[startup+51.1008 s]
/proc/loadavg: 6.10 5.05 5.54 9/394 5486
/proc/meminfo: memFree=26732256/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=247516 CPUtime=203.61 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 138990 1255 0 0 20337 24 0 0 25 0 5 0 654779487 253456384 33309 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 61879 33309 179 55 0 59765 0
[pid=5475/tid=5482] ppid=5473 vsize=247516 CPUtime=51.05 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 34890 1255 0 0 5099 6 0 0 25 0 5 0 654779492 253456384 33309 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=247516 CPUtime=51.04 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 33755 1255 0 0 5098 6 0 0 25 0 5 0 654779492 253456384 33309 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=247516 CPUtime=51.05 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 33839 1255 0 0 5099 6 0 0 25 0 5 0 654779492 253456384 33309 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=247516 CPUtime=50.4 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 34193 1255 0 0 5035 5 0 0 25 0 5 0 654779492 253456384 33309 33554432000 4194304 4417452 140736419231184 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.61
Current children cumulated vsize (KiB) 247516

[startup+102.314 s]
/proc/loadavg: 7.17 5.50 5.66 9/394 5487
/proc/meminfo: memFree=26675080/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=298516 CPUtime=407.82 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 199818 1255 0 0 40747 35 0 0 25 0 5 0 654779487 305680384 46059 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 74629 46059 179 55 0 72515 0
[pid=5475/tid=5482] ppid=5473 vsize=298516 CPUtime=102.26 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 51287 1255 0 0 10218 8 0 0 25 0 5 0 654779492 305680384 46059 33554432000 4194304 4417452 140736419231184 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=298516 CPUtime=102.25 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 50939 1255 0 0 10216 9 0 0 25 0 5 0 654779492 305680384 46059 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=298516 CPUtime=102.26 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 51718 1255 0 0 10218 8 0 0 25 0 5 0 654779492 305680384 46059 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=298516 CPUtime=100.97 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 43561 1255 0 0 10089 8 0 0 25 0 5 0 654779492 305680384 46059 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.82
Current children cumulated vsize (KiB) 298516

[startup+162.301 s]
/proc/loadavg: 7.70 5.95 5.81 9/394 5489
/proc/meminfo: memFree=26559748/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=380380 CPUtime=647.01 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 250222 1255 0 0 64659 42 0 0 25 0 5 0 654779487 389509120 66525 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 95095 66525 179 55 0 92981 0
[pid=5475/tid=5482] ppid=5473 vsize=380380 CPUtime=162.24 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 60679 1255 0 0 16215 9 0 0 25 0 5 0 654779492 389509120 66525 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=380380 CPUtime=162.24 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 69974 1255 0 0 16212 12 0 0 25 0 5 0 654779492 389509120 66525 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=380380 CPUtime=162.24 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 63593 1255 0 0 16215 9 0 0 25 0 5 0 654779492 389509120 66525 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=380380 CPUtime=160.2 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 53663 1255 0 0 16011 9 0 0 25 0 5 0 654779492 389509120 66525 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.01
Current children cumulated vsize (KiB) 380380


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

[pid=5475/tid=5483] ppid=5473 vsize=706984 CPUtime=762.26 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 158377 1255 0 0 76201 25 0 0 25 0 5 0 654779492 723951616 148176 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=706984 CPUtime=762.27 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 172214 1255 0 0 76203 24 0 0 25 0 5 0 654779492 723951616 148176 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=706984 CPUtime=751.77 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 114118 1255 0 0 75158 19 0 0 25 0 5 0 654779492 723951616 148176 33554432000 4194304 4417452 140736419231184 18446744073709551615 4236601 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3038.63
Current children cumulated vsize (KiB) 706984

[startup+822.301 s]
/proc/loadavg: 8.18 7.93 6.99 9/394 5519
/proc/meminfo: memFree=26134672/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=740136 CPUtime=3277.82 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 614163 1255 0 0 327686 96 0 0 25 0 5 0 654779487 757899264 156464 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 185034 156464 179 55 0 182920 0
[pid=5475/tid=5482] ppid=5473 vsize=740136 CPUtime=822.24 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 167045 1255 0 0 82198 26 0 0 25 0 5 0 654779492 757899264 156464 33554432000 4194304 4417452 140736419231184 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=740136 CPUtime=822.25 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 158377 1255 0 0 82200 25 0 0 25 0 5 0 654779492 757899264 156464 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=740136 CPUtime=822.25 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 172214 1255 0 0 82201 24 0 0 25 0 5 0 654779492 757899264 156464 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=740136 CPUtime=811 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 114214 1255 0 0 81081 19 0 0 25 0 5 0 654779492 757899264 156464 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3277.82
Current children cumulated vsize (KiB) 740136

[startup+882.301 s]
/proc/loadavg: 8.13 7.95 7.06 9/394 5520
/proc/meminfo: memFree=26188480/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=668300 CPUtime=3517.05 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 642091 1255 0 0 351603 102 0 0 25 0 5 0 654779487 684339200 138505 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 167075 138505 179 55 0 164961 0
[pid=5475/tid=5482] ppid=5473 vsize=668300 CPUtime=882.24 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 167830 1255 0 0 88198 26 0 0 25 0 5 0 654779492 684339200 138505 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=668300 CPUtime=882.25 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 181120 1255 0 0 88195 30 0 0 25 0 5 0 654779492 684339200 138505 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=668300 CPUtime=882.25 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 172214 1255 0 0 88201 24 0 0 25 0 5 0 654779492 684339200 138505 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=668300 CPUtime=870.23 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 118614 1255 0 0 87003 20 0 0 25 0 5 0 654779492 684339200 138505 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3517.05
Current children cumulated vsize (KiB) 668300

[startup+942.301 s]
/proc/loadavg: 8.11 7.98 7.12 9/394 5522
/proc/meminfo: memFree=26161064/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=711236 CPUtime=3756.3 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 666992 1255 0 0 375524 106 0 0 25 0 5 0 654779487 728305664 149239 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 177809 149239 179 55 0 175695 0
[pid=5475/tid=5482] ppid=5473 vsize=711236 CPUtime=942.24 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 173291 1255 0 0 94197 27 0 0 25 0 5 0 654779492 728305664 149239 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=711236 CPUtime=942.26 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 183049 1255 0 0 94195 31 0 0 25 0 5 0 654779492 728305664 149239 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=711236 CPUtime=942.25 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 186915 1255 0 0 94199 26 0 0 25 0 5 0 654779492 728305664 149239 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=711236 CPUtime=929.48 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 121424 1255 0 0 92928 20 0 0 25 0 5 0 654779492 728305664 149239 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3756.3
Current children cumulated vsize (KiB) 711236

[startup+1002.3 s]
/proc/loadavg: 8.13 8.01 7.18 9/394 5523
/proc/meminfo: memFree=26194160/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=665492 CPUtime=3995.54 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 680776 1255 0 0 399446 108 0 0 25 0 5 0 654779487 681463808 137803 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 166373 137803 179 55 0 164259 0
[pid=5475/tid=5482] ppid=5473 vsize=665492 CPUtime=1002.23 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 176577 1255 0 0 100196 27 0 0 25 0 5 0 654779492 681463808 137803 33554432000 4194304 4417452 140736419231184 18446744073709551615 4308228 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=665492 CPUtime=1002.25 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 185685 1255 0 0 100194 31 0 0 25 0 5 0 654779492 681463808 137803 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=665492 CPUtime=1002.26 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 194777 1255 0 0 100199 27 0 0 25 0 5 0 654779492 681463808 137803 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=665492 CPUtime=988.71 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 121424 1255 0 0 98851 20 0 0 25 0 5 0 654779492 681463808 137803 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3995.54
Current children cumulated vsize (KiB) 665492

[startup+1062.3 s]
/proc/loadavg: 8.18 8.03 7.24 9/394 5525
/proc/meminfo: memFree=26019304/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=799180 CPUtime=4234.78 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 733402 1255 0 0 423363 115 0 0 25 0 5 0 654779487 818360320 171225 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 199795 171225 179 55 0 197681 0
[pid=5475/tid=5482] ppid=5473 vsize=799180 CPUtime=1062.24 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 198994 1255 0 0 106193 31 0 0 25 0 5 0 654779492 818360320 171225 33554432000 4194304 4417452 140736419231184 18446744073709551615 4263067 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=799180 CPUtime=1062.25 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 195404 1255 0 0 106193 32 0 0 25 0 5 0 654779492 818360320 171225 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=799180 CPUtime=1062.26 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 204370 1255 0 0 106198 28 0 0 25 0 5 0 654779492 818360320 171225 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=799180 CPUtime=1047.95 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 132321 1255 0 0 104773 22 0 0 25 0 5 0 654779492 818360320 171225 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4234.78
Current children cumulated vsize (KiB) 799180

[startup+1122.3 s]
/proc/loadavg: 8.16 8.05 7.29 9/394 5527
/proc/meminfo: memFree=25989028/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=810368 CPUtime=4474.01 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 736199 1255 0 0 447285 116 0 0 25 0 5 0 654779487 829816832 174022 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 202592 174022 179 55 0 200478 0
[pid=5475/tid=5482] ppid=5473 vsize=810368 CPUtime=1122.24 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 198994 1255 0 0 112193 31 0 0 25 0 5 0 654779492 829816832 174022 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=810368 CPUtime=1122.25 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 195941 1255 0 0 112193 32 0 0 25 0 5 0 654779492 829816832 174022 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=810368 CPUtime=1122.26 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 206630 1255 0 0 112197 29 0 0 25 0 5 0 654779492 829816832 174022 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=810368 CPUtime=1107.18 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 132321 1255 0 0 110696 22 0 0 25 0 5 0 654779492 829816832 174022 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4474.01
Current children cumulated vsize (KiB) 810368

[startup+1182.3 s]
/proc/loadavg: 8.17 8.07 7.35 9/394 5528
/proc/meminfo: memFree=26090444/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=713848 CPUtime=4713.26 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 799717 1255 0 0 471199 127 0 0 25 0 5 0 654779487 730980352 149892 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 178462 149892 179 55 0 176348 0
[pid=5475/tid=5482] ppid=5473 vsize=713848 CPUtime=1182.24 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 216062 1255 0 0 118189 35 0 0 25 0 5 0 654779492 730980352 149892 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=713848 CPUtime=1182.26 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 211841 1255 0 0 118191 35 0 0 25 0 5 0 654779492 730980352 149892 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=713848 CPUtime=1182.26 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 224179 1255 0 0 118195 31 0 0 25 0 5 0 654779492 730980352 149892 33554432000 4194304 4417452 140736419231184 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=713848 CPUtime=1166.43 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 145322 1255 0 0 116618 25 0 0 25 0 5 0 654779492 730980352 149892 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4713.26
Current children cumulated vsize (KiB) 713848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 7.79 8.00 7.34 5/388 5530
/proc/meminfo: memFree=26286288/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=749540 CPUtime=4800.21 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 820263 1255 0 0 479892 129 0 0 25 0 5 0 654779487 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 187385 158815 179 55 0 185271 0
[pid=5475/tid=5482] ppid=5473 vsize=749540 CPUtime=1204.05 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 224254 1255 0 0 120370 35 0 0 25 0 5 0 654779492 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=749540 CPUtime=1204.07 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 224145 1255 0 0 120371 36 0 0 25 0 5 0 654779492 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=749540 CPUtime=1204.07 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 224179 1255 0 0 120376 31 0 0 25 0 5 0 654779492 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=749540 CPUtime=1187.95 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 145372 1255 0 0 118770 25 0 0 25 0 5 0 654779492 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 749540

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

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

[startup+1204.1 s]
/proc/loadavg: 7.79 8.00 7.34 5/388 5530
/proc/meminfo: memFree=26286288/32950928 swapFree=44388876/67111528
[pid=5475] ppid=5473 vsize=749540 CPUtime=4800.21 cores=1,3,5,7
/proc/5475/stat : 5475 (plingeling) S 5473 5475 29676 0 -1 4202496 820263 1255 0 0 479892 129 0 0 25 0 5 0 654779487 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5475/statm: 187385 158815 179 55 0 185271 0
[pid=5475/tid=5482] ppid=5473 vsize=749540 CPUtime=1204.05 cores=1,3,5,7
/proc/5475/task/5482/stat : 5482 (plingeling) R 5473 5475 29676 0 -1 4202560 224254 1255 0 0 120370 35 0 0 25 0 5 0 654779492 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5475/tid=5483] ppid=5473 vsize=749540 CPUtime=1204.07 cores=1,3,5,7
/proc/5475/task/5483/stat : 5483 (plingeling) R 5473 5475 29676 0 -1 4202560 224145 1255 0 0 120371 36 0 0 25 0 5 0 654779492 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5475/tid=5484] ppid=5473 vsize=749540 CPUtime=1204.07 cores=1,3,5,7
/proc/5475/task/5484/stat : 5484 (plingeling) R 5473 5475 29676 0 -1 4202560 224179 1255 0 0 120376 31 0 0 25 0 5 0 654779492 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5475/tid=5485] ppid=5473 vsize=749540 CPUtime=1187.95 cores=1,3,5,7
/proc/5475/task/5485/stat : 5485 (plingeling) R 5473 5475 29676 0 -1 4202560 145372 1255 0 0 118770 25 0 0 25 0 5 0 654779492 767528960 158815 33554432000 4194304 4417452 140736419231184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 749540

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.14
CPU time (s): 4800.29
CPU user time (s): 4798.96
CPU system time (s): 1.3218
CPU usage (%): 398.647
Max. virtual memory (cumulated for all children) (KiB): 810368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.96
system time used= 1.3218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 821518
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= 102
involuntary context switches= 33880

runsolver used 4.66329 second user time and 10.6554 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 05:56:48
IDJOB=3371050
IDBENCH=85793
IDSOLVER=1848
FILE ID=node126/3371050-1305431808
RUNJOBID= node126-1305431806-5411
PBS_JOBID= 13324566
Free space on /tmp= 73364 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371050-1305431808/watcher-3371050-1305431808 -o /tmp/evaluation-result-3371050-1305431808/solver-3371050-1305431808 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371050-1305431808.cnf

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=185161431

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26914180 kB
Buffers:        270300 kB
Cached:        2541736 kB
SwapCached:      92524 kB
Active:         816880 kB
Inactive:      4967212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26914180 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            1228 kB
Writeback:           0 kB
AnonPages:     2891808 kB
Mapped:          15868 kB
Slab:           111492 kB
PageTables:      75308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88160952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73364 MiB
End job on node126 at 2011-05-15 06:16:54