Trace number 3282583

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 587? (TO) 4800.1 1202.02

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
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: 935)

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

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

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


[startup+0 s]
/proc/loadavg: 7.62 7.23 6.68 5/181 18543
/proc/meminfo: memFree=18461692/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=16004 CPUtime=0 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) R 18541 18543 18457 0 -1 4202496 1734 1253 0 0 0 0 0 0 21 0 1 0 594467994 16388096 1664 33554432000 4194304 4417332 140734643599792 18446744073709551615 256415085661 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/18543/statm: 4001 1676 143 55 0 1887 0

[startup+0.0770371 s]
/proc/loadavg: 7.62 7.23 6.68 5/181 18543
/proc/meminfo: memFree=18461692/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=36788 CPUtime=0.06 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) R 18541 18543 18457 0 -1 4202496 7298 1253 0 0 6 0 0 0 21 0 1 0 594467994 37670912 7220 33554432000 4194304 4417332 140734643599792 18446744073709551615 256415010403 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/18543/statm: 9197 7220 148 55 0 7083 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36788

[startup+0.101036 s]
/proc/loadavg: 7.62 7.23 6.68 5/181 18543
/proc/meminfo: memFree=18461692/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=36788 CPUtime=0.08 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) R 18541 18543 18457 0 -1 4202496 7298 1253 0 0 8 0 0 0 21 0 1 0 594467994 37670912 7220 33554432000 4194304 4417332 140734643599792 18446744073709551615 4264934 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/18543/statm: 9197 7220 148 55 0 7083 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36788

[startup+0.300993 s]
/proc/loadavg: 7.62 7.23 6.68 5/181 18543
/proc/meminfo: memFree=18461692/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=80196 CPUtime=0.29 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) R 18541 18543 18457 0 -1 4202496 18150 1253 0 0 27 2 0 0 22 0 1 0 594467994 82120704 18072 33554432000 4194304 4417332 140734643599792 18446744073709551615 256415010273 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/18543/statm: 20049 18072 148 55 0 17935 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80196

[startup+0.700861 s]
/proc/loadavg: 7.62 7.23 6.68 5/181 18543
/proc/meminfo: memFree=18461692/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=181028 CPUtime=1.75 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 28399 1253 0 0 171 4 0 0 22 0 5 0 594467994 185372672 17665 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 45257 17665 171 55 0 43143 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 181028

[startup+1.50071 s]
/proc/loadavg: 7.62 7.23 6.68 9/186 18553
/proc/meminfo: memFree=18387136/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=182648 CPUtime=4.94 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 36287 1253 0 0 489 5 0 0 22 0 5 0 594467994 187031552 18610 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 45662 18610 171 55 0 43548 0
[pid=18543/tid=18550] ppid=18541 vsize=182648 CPUtime=1.15 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 7264 1253 0 0 114 1 0 0 19 0 5 0 594468028 187031552 18610 33554432000 4194304 4417332 140734643599792 18446744073709551615 4306602 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=182648 CPUtime=1.14 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 5146 1253 0 0 114 0 0 0 25 0 5 0 594468028 187031552 18610 33554432000 4194304 4417332 140734643599792 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=182648 CPUtime=1.14 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 3979 1253 0 0 114 0 0 0 25 0 5 0 594468028 187031552 18610 33554432000 4194304 4417332 140734643599792 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=182648 CPUtime=1.14 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 1736 1253 0 0 114 0 0 0 25 0 5 0 594468028 187031552 18610 33554432000 4194304 4417332 140734643599792 18446744073709551615 4352400 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 182648

[startup+3.10041 s]
/proc/loadavg: 7.65 7.24 6.69 9/186 18553
/proc/meminfo: memFree=18390488/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=190284 CPUtime=11.33 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 51842 1253 0 0 1126 7 0 0 22 0 5 0 594467994 194850816 20169 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 47571 20169 179 55 0 45457 0
[pid=18543/tid=18550] ppid=18541 vsize=190284 CPUtime=2.74 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 18300 1253 0 0 272 2 0 0 23 0 5 0 594468028 194850816 20169 33554432000 4194304 4417332 140734643599792 18446744073709551615 4320455 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=190284 CPUtime=2.75 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 8224 1253 0 0 274 1 0 0 25 0 5 0 594468028 194850816 20169 33554432000 4194304 4417332 140734643599792 18446744073709551615 4330435 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=190284 CPUtime=2.74 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 5418 1253 0 0 274 0 0 0 25 0 5 0 594468028 194850816 20169 33554432000 4194304 4417332 140734643599792 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=190284 CPUtime=2.73 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 1738 1253 0 0 273 0 0 0 25 0 5 0 594468028 194850816 20169 33554432000 4194304 4417332 140734643599792 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 190284

[startup+6.3008 s]
/proc/loadavg: 7.65 7.24 6.69 9/186 18553
/proc/meminfo: memFree=18376240/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=206664 CPUtime=24.12 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 56465 1253 0 0 2404 8 0 0 22 0 5 0 594467994 211623936 24788 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 51666 24788 179 55 0 49552 0
[pid=18543/tid=18550] ppid=18541 vsize=206664 CPUtime=5.95 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 20869 1253 0 0 592 3 0 0 25 0 5 0 594468028 211623936 24788 33554432000 4194304 4417332 140734643599792 18446744073709551615 4252176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=206664 CPUtime=5.94 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 10278 1253 0 0 593 1 0 0 25 0 5 0 594468028 211623936 24788 33554432000 4194304 4417332 140734643599792 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=206664 CPUtime=5.94 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 5418 1253 0 0 594 0 0 0 25 0 5 0 594468028 211623936 24788 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=206664 CPUtime=5.92 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 1738 1253 0 0 592 0 0 0 25 0 5 0 594468028 211623936 24788 33554432000 4194304 4417332 140734643599792 18446744073709551615 4357340 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.12
Current children cumulated vsize (KiB) 206664

[startup+12.7006 s]
/proc/loadavg: 7.71 7.27 6.70 9/186 18553
/proc/meminfo: memFree=18373088/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=206368 CPUtime=49.68 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 56465 1253 0 0 4960 8 0 0 22 0 5 0 594467994 211320832 24714 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 51592 24714 179 55 0 49478 0
[pid=18543/tid=18550] ppid=18541 vsize=206368 CPUtime=12.35 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 20869 1253 0 0 1232 3 0 0 25 0 5 0 594468028 211320832 24714 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=206368 CPUtime=12.34 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 10278 1253 0 0 1233 1 0 0 25 0 5 0 594468028 211320832 24714 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=206368 CPUtime=12.34 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 5418 1253 0 0 1234 0 0 0 25 0 5 0 594468028 211320832 24714 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=206368 CPUtime=12.28 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 1738 1253 0 0 1228 0 0 0 25 0 5 0 594468028 211320832 24714 33554432000 4194304 4417332 140734643599792 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 206368

[startup+25.5012 s]
/proc/loadavg: 7.75 7.29 6.71 9/186 18553
/proc/meminfo: memFree=18356596/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=216756 CPUtime=100.82 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 59062 1253 0 0 10073 9 0 0 22 0 5 0 594467994 221958144 27311 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 54189 27311 179 55 0 52075 0
[pid=18543/tid=18550] ppid=18541 vsize=216756 CPUtime=25.15 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 21597 1253 0 0 2512 3 0 0 25 0 5 0 594468028 221958144 27311 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=216756 CPUtime=25.14 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 10519 1253 0 0 2513 1 0 0 25 0 5 0 594468028 221958144 27311 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=216756 CPUtime=25.14 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 5628 1253 0 0 2514 0 0 0 25 0 5 0 594468028 221958144 27311 33554432000 4194304 4417332 140734643599792 18446744073709551615 4236755 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=216756 CPUtime=25.01 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 3156 1253 0 0 2501 0 0 0 25 0 5 0 594468028 221958144 27311 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.82
Current children cumulated vsize (KiB) 216756

[startup+51.1004 s]
/proc/loadavg: 7.83 7.35 6.75 9/186 18554
/proc/meminfo: memFree=18303620/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=238360 CPUtime=203.08 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 67630 1253 0 0 20298 10 0 0 22 0 5 0 594467994 244080640 32712 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 59590 32712 179 55 0 57476 0
[pid=18543/tid=18550] ppid=18541 vsize=238360 CPUtime=50.75 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 21622 1253 0 0 5072 3 0 0 25 0 5 0 594468028 244080640 32712 33554432000 4194304 4417332 140734643599792 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=238360 CPUtime=50.74 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 13241 1253 0 0 5073 1 0 0 25 0 5 0 594468028 244080640 32712 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=238360 CPUtime=50.74 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 6288 1253 0 0 5074 0 0 0 25 0 5 0 594468028 244080640 32712 33554432000 4194304 4417332 140734643599792 18446744073709551615 4275847 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=238360 CPUtime=50.47 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 8317 1253 0 0 5046 1 0 0 25 0 5 0 594468028 244080640 32712 33554432000 4194304 4417332 140734643599792 18446744073709551615 4353489 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.08
Current children cumulated vsize (KiB) 238360

[startup+102.307 s]
/proc/loadavg: 7.93 7.45 6.82 9/186 18564
/proc/meminfo: memFree=18257872/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=247244 CPUtime=407.61 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 82276 1253 0 0 40750 11 0 0 22 0 5 0 594467994 253177856 34934 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 61811 34934 180 55 0 59697 0
[pid=18543/tid=18550] ppid=18541 vsize=247244 CPUtime=101.94 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 26199 1253 0 0 10191 3 0 0 25 0 5 0 594468028 253177856 34934 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=247244 CPUtime=101.96 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 15593 1253 0 0 10194 2 0 0 25 0 5 0 594468028 253177856 34934 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=247244 CPUtime=101.96 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 7587 1253 0 0 10195 1 0 0 25 0 5 0 594468028 253177856 34934 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=247244 CPUtime=101.4 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 14735 1253 0 0 10138 2 0 0 25 0 5 0 594468028 253177856 34934 33554432000 4194304 4417332 140734643599792 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.61
Current children cumulated vsize (KiB) 247244

[startup+162.3 s]
/proc/loadavg: 8.23 7.61 6.90 10/191 18980
/proc/meminfo: memFree=18202264/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=254184 CPUtime=646.82 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 95692 1253 0 0 64668 14 0 0 22 0 5 0 594467994 260284416 36669 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 63546 36669 180 55 0 61432 0
[pid=18543/tid=18550] ppid=18541 vsize=254184 CPUtime=161.6 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 32647 1253 0 0 16156 4 0 0 25 0 5 0 594468028 260284416 36669 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=254184 CPUtime=161.91 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 16485 1253 0 0 16189 2 0 0 25 0 5 0 594468028 260284416 36669 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=254184 CPUtime=161.88 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 7647 1253 0 0 16187 1 0 0 25 0 5 0 594468028 260284416 36669 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=254184 CPUtime=161.05 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 20751 1253 0 0 16102 3 0 0 25 0 5 0 594468028 260284416 36669 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.82
Current children cumulated vsize (KiB) 254184


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

[pid=18543/tid=18551] ppid=18541 vsize=342036 CPUtime=701.93 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 89831 1253 0 0 70180 13 0 0 25 0 5 0 594468028 350244864 58639 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=342036 CPUtime=701.9 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 68581 1253 0 0 70178 12 0 0 25 0 5 0 594468028 350244864 58639 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=342036 CPUtime=698.1 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 117466 1253 0 0 69789 21 0 0 25 0 5 0 594468028 350244864 58639 33554432000 4194304 4417332 140734643599792 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2803.91
Current children cumulated vsize (KiB) 342036

[startup+762.307 s]
/proc/loadavg: 8.07 8.03 7.47 9/186 19048
/proc/meminfo: memFree=17691468/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=320260 CPUtime=3043.61 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 427923 1253 0 0 304289 72 0 0 22 0 5 0 594467994 327946240 52747 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 80065 52767 180 55 0 77951 0
[pid=18543/tid=18550] ppid=18541 vsize=320260 CPUtime=761.61 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 107197 1253 0 0 76144 17 0 0 25 0 5 0 594468028 327946240 52780 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250852 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=320260 CPUtime=761.94 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 104279 1253 0 0 76178 16 0 0 25 0 5 0 594468028 327946240 52795 33554432000 4194304 4417332 140734643599792 18446744073709551615 256415085631 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=320260 CPUtime=761.91 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 74258 1253 0 0 76178 13 0 0 25 0 5 0 594468028 327946240 52812 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364397 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=320260 CPUtime=757.78 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 124076 1253 0 0 75756 22 0 0 25 0 5 0 594468028 327946240 52826 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.61
Current children cumulated vsize (KiB) 320260

[startup+822.301 s]
/proc/loadavg: 8.07 8.04 7.51 9/186 19050
/proc/meminfo: memFree=17587280/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=306232 CPUtime=3283.27 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 461783 1253 0 0 328250 77 0 0 22 0 5 0 594467994 313581568 49688 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 76558 49688 180 55 0 74444 0
[pid=18543/tid=18550] ppid=18541 vsize=306232 CPUtime=821.6 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 115490 1253 0 0 82142 18 0 0 25 0 5 0 594468028 313581568 49688 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=306232 CPUtime=821.93 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 121431 1253 0 0 82175 18 0 0 25 0 5 0 594468028 313581568 49688 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=306232 CPUtime=821.91 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 81835 1253 0 0 82176 15 0 0 25 0 5 0 594468028 313581568 49688 33554432000 4194304 4417332 140734643599792 18446744073709551615 4352370 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=306232 CPUtime=817.45 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 124865 1253 0 0 81723 22 0 0 25 0 5 0 594468028 313581568 49688 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364336 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.27
Current children cumulated vsize (KiB) 306232

[startup+882.3 s]
/proc/loadavg: 8.13 8.06 7.55 9/186 19051
/proc/meminfo: memFree=17520044/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=323680 CPUtime=3522.94 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 489196 1253 0 0 352212 82 0 0 22 0 5 0 594467994 331448320 54050 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 80920 54050 180 55 0 78806 0
[pid=18543/tid=18550] ppid=18541 vsize=323680 CPUtime=881.61 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 123591 1253 0 0 88141 20 0 0 25 0 5 0 594468028 331448320 54050 33554432000 4194304 4417332 140734643599792 18446744073709551615 4355764 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=323680 CPUtime=881.93 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 125732 1253 0 0 88174 19 0 0 25 0 5 0 594468028 331448320 54050 33554432000 4194304 4417332 140734643599792 18446744073709551615 4366119 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=323680 CPUtime=881.9 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 92821 1253 0 0 88174 16 0 0 25 0 5 0 594468028 331448320 54050 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250852 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=323680 CPUtime=877.13 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 128890 1253 0 0 87690 23 0 0 25 0 5 0 594468028 331448320 54050 33554432000 4194304 4417332 140734643599792 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.94
Current children cumulated vsize (KiB) 323680

[startup+942.301 s]
/proc/loadavg: 8.08 8.06 7.58 9/186 19053
/proc/meminfo: memFree=17707628/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=332712 CPUtime=3762.63 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 524084 1253 0 0 376174 89 0 0 22 0 5 0 594467994 340697088 56308 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 83178 56308 180 55 0 81064 0
[pid=18543/tid=18550] ppid=18541 vsize=332712 CPUtime=941.6 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 134517 1253 0 0 94138 22 0 0 25 0 5 0 594468028 340697088 56308 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=332712 CPUtime=941.94 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 133787 1253 0 0 94173 21 0 0 25 0 5 0 594468028 340697088 56308 33554432000 4194304 4417332 140734643599792 18446744073709551615 4366381 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=332712 CPUtime=941.91 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 97348 1253 0 0 94173 18 0 0 25 0 5 0 594468028 340697088 56308 33554432000 4194304 4417332 140734643599792 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=332712 CPUtime=936.8 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 140270 1253 0 0 93656 24 0 0 25 0 5 0 594468028 340697088 56308 33554432000 4194304 4417332 140734643599792 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.63
Current children cumulated vsize (KiB) 332712

[startup+1002.3 s]
/proc/loadavg: 8.06 8.06 7.61 9/186 19054
/proc/meminfo: memFree=17656764/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=304608 CPUtime=4002.3 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 548095 1253 0 0 400138 92 0 0 22 0 5 0 594467994 311918592 49282 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 76152 49282 180 55 0 74038 0
[pid=18543/tid=18550] ppid=18541 vsize=304608 CPUtime=1001.6 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 138854 1253 0 0 100137 23 0 0 25 0 5 0 594468028 311918592 49282 33554432000 4194304 4417332 140734643599792 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=304608 CPUtime=1001.94 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 148863 1253 0 0 100171 23 0 0 25 0 5 0 594468028 311918592 49282 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=304608 CPUtime=1001.91 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 98487 1253 0 0 100173 18 0 0 25 0 5 0 594468028 311918592 49282 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=304608 CPUtime=996.48 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 143729 1253 0 0 99623 25 0 0 25 0 5 0 594468028 311918592 49282 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.3
Current children cumulated vsize (KiB) 304608

[startup+1062.3 s]
/proc/loadavg: 8.02 8.05 7.63 9/186 19056
/proc/meminfo: memFree=17501984/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=316776 CPUtime=4241.99 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 581346 1253 0 0 424101 98 0 0 22 0 5 0 594467994 324378624 52324 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 79194 52324 180 55 0 77080 0
[pid=18543/tid=18550] ppid=18541 vsize=316776 CPUtime=1061.61 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 148100 1253 0 0 106137 24 0 0 25 0 5 0 594468028 324378624 52324 33554432000 4194304 4417332 140734643599792 18446744073709551615 4366017 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=316776 CPUtime=1061.94 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 161123 1253 0 0 106169 25 0 0 25 0 5 0 594468028 324378624 52324 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=316776 CPUtime=1061.91 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 99304 1253 0 0 106173 18 0 0 25 0 5 0 594468028 324378624 52324 33554432000 4194304 4417332 140734643599792 18446744073709551615 4353734 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=316776 CPUtime=1056.16 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 154657 1253 0 0 105589 27 0 0 25 0 5 0 594468028 324378624 52324 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.99
Current children cumulated vsize (KiB) 316776

[startup+1122.3 s]
/proc/loadavg: 7.84 7.97 7.63 10/186 19095
/proc/meminfo: memFree=18388296/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=312204 CPUtime=4481.67 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 616213 1253 0 0 448063 104 0 0 22 0 5 0 594467994 319696896 51181 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 78051 51181 180 55 0 75937 0
[pid=18543/tid=18550] ppid=18541 vsize=312204 CPUtime=1121.61 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 155675 1253 0 0 112136 25 0 0 25 0 5 0 594468028 319696896 51181 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=312204 CPUtime=1121.95 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 170842 1253 0 0 112168 27 0 0 25 0 5 0 594468028 319696896 51181 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=312204 CPUtime=1121.91 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 104286 1253 0 0 112172 19 0 0 25 0 5 0 594468028 319696896 51181 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=312204 CPUtime=1115.83 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 167248 1253 0 0 111554 29 0 0 25 0 5 0 594468028 319696896 51181 33554432000 4194304 4417332 140734643599792 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.67
Current children cumulated vsize (KiB) 312204

[startup+1182.3 s]
/proc/loadavg: 8.00 7.99 7.66 10/186 19096
/proc/meminfo: memFree=18328376/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=362580 CPUtime=4721.35 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 641799 1253 0 0 472027 108 0 0 22 0 5 0 594467994 371281920 63775 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 90645 63775 180 55 0 88531 0
[pid=18543/tid=18550] ppid=18541 vsize=362580 CPUtime=1181.61 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 162088 1253 0 0 118135 26 0 0 25 0 5 0 594468028 371281920 63775 33554432000 4194304 4417332 140734643599792 18446744073709551615 4366447 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=362580 CPUtime=1181.95 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 173086 1253 0 0 118168 27 0 0 25 0 5 0 594468028 371281920 63775 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=362580 CPUtime=1181.91 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 109617 1253 0 0 118171 20 0 0 25 0 5 0 594468028 371281920 63775 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=362580 CPUtime=1175.51 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 178846 1253 0 0 117520 31 0 0 25 0 5 0 594468028 371281920 63775 33554432000 4194304 4417332 140734643599792 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.35
Current children cumulated vsize (KiB) 362580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.00 7.99 7.66 9/186 19097
/proc/meminfo: memFree=18401892/32950928 swapFree=67111524/67111528
[pid=18543] ppid=18541 vsize=288320 CPUtime=4800.06 cores=1,3,5,7
/proc/18543/stat : 18543 (plingeling) S 18541 18543 18457 0 -1 4202496 656792 1253 0 0 479895 111 0 0 22 0 5 0 594467994 295239680 45210 33554432000 4194304 4417332 140734643599792 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/18543/statm: 72080 45210 180 55 0 69966 0
[pid=18543/tid=18550] ppid=18541 vsize=288320 CPUtime=1201.31 cores=1,3,5,7
/proc/18543/task/18550/stat : 18550 (plingeling) R 18541 18543 18457 0 -1 4202560 166698 1253 0 0 120104 27 0 0 25 0 5 0 594468028 295239680 45210 33554432000 4194304 4417332 140734643599792 18446744073709551615 4353424 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=18543/tid=18551] ppid=18541 vsize=288320 CPUtime=1201.65 cores=1,3,5,7
/proc/18543/task/18551/stat : 18551 (plingeling) R 18541 18543 18457 0 -1 4202560 173324 1253 0 0 120138 27 0 0 25 0 5 0 594468028 295239680 45210 33554432000 4194304 4417332 140734643599792 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=18543/tid=18552] ppid=18541 vsize=288320 CPUtime=1201.63 cores=1,3,5,7
/proc/18543/task/18552/stat : 18552 (plingeling) R 18541 18543 18457 0 -1 4202560 115405 1253 0 0 120141 22 0 0 25 0 5 0 594468028 295239680 45210 33554432000 4194304 4417332 140734643599792 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=18543/tid=18553] ppid=18541 vsize=288320 CPUtime=1195.1 cores=1,3,5,7
/proc/18543/task/18553/stat : 18553 (plingeling) R 18541 18543 18457 0 -1 4202560 183203 1253 0 0 119478 32 0 0 25 0 5 0 594468028 295239680 45210 33554432000 4194304 4417332 140734643599792 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 288320

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.02
CPU time (s): 4800.1
CPU user time (s): 4798.98
CPU system time (s): 1.12683
CPU usage (%): 399.336
Max. virtual memory (cumulated for all children) (KiB): 380352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.98
system time used= 1.12683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658045
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= 109
involuntary context switches= 37264

runsolver used 1.88271 second user time and 4.68929 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 03:59:33
IDJOB=3282583
IDBENCH=70829
IDSOLVER=1605
FILE ID=node115/3282583-1304042373
RUNJOBID= node115-1304042252-18476
PBS_JOBID= 13170384
Free space on /tmp= 72724 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282583-1304042373/watcher-3282583-1304042373 -o /tmp/evaluation-result-3282583-1304042373/solver-3282583-1304042373 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3282583-1304042373.cnf

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=127993691

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18461972 kB
Buffers:       2315764 kB
Cached:       11386528 kB
SwapCached:          4 kB
Active:        6950296 kB
Inactive:      6984084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18461972 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3960 kB
Writeback:           0 kB
AnonPages:      231200 kB
Mapped:          15476 kB
Slab:           489268 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   425192 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= 72728 MiB
End job on node115 at 2011-04-29 04:19:37