Trace number 3371139

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.35 1202.95

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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-3371139-1305430938/watcher-3371139-1305430938 -o /tmp/evaluation-result-3371139-1305430938/solver-3371139-1305430938 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371139-1305430938.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.68 4.24 5.63 2/288 14039
/proc/meminfo: memFree=16705664/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=9684 CPUtime=0 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) R 14037 14039 13510 0 -1 4202496 514 1253 0 0 0 0 0 0 22 0 1 0 654696559 9916416 443 33554432000 4194304 4417452 140733889238240 18446744073709551615 218370957056 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14039/statm: 2421 443 147 55 0 307 0

[startup+0.192233 s]
/proc/loadavg: 3.68 4.24 5.63 2/288 14039
/proc/meminfo: memFree=16705664/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=68332 CPUtime=0.48 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 5257 1253 0 0 48 0 0 0 22 0 5 0 654696559 69971968 4882 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 17083 4882 176 55 0 14969 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 68332

[startup+0.20023 s]
/proc/loadavg: 3.68 4.24 5.63 2/288 14039
/proc/meminfo: memFree=16705664/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=68464 CPUtime=0.52 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 5290 1253 0 0 52 0 0 0 22 0 5 0 654696559 70107136 4915 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 17116 4915 176 55 0 15002 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 68464

[startup+0.300214 s]
/proc/loadavg: 3.68 4.24 5.63 2/288 14039
/proc/meminfo: memFree=16705664/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=73092 CPUtime=0.92 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 8932 1253 0 0 91 1 0 0 22 0 5 0 654696559 74846208 6089 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 18273 6089 177 55 0 16159 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 73092

[startup+0.700142 s]
/proc/loadavg: 3.68 4.24 5.63 2/288 14039
/proc/meminfo: memFree=16705664/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=148212 CPUtime=2.52 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 12627 1253 0 0 250 2 0 0 22 0 5 0 654696559 151769088 8481 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 37053 8481 180 55 0 34939 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 148212

[startup+1.501 s]
/proc/loadavg: 3.68 4.24 5.63 10/300 14064
/proc/meminfo: memFree=16635280/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=155228 CPUtime=5.7 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 16959 1253 0 0 568 2 0 0 22 0 5 0 654696559 158953472 10235 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 38807 10235 180 55 0 36693 0
[pid=14039/tid=14057] ppid=14037 vsize=155228 CPUtime=1.4 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 1662 1253 0 0 140 0 0 0 19 0 5 0 654696568 158953472 10235 33554432000 4194304 4417452 140733889238240 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=155228 CPUtime=1.4 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 1718 1253 0 0 140 0 0 0 25 0 5 0 654696568 158953472 10235 33554432000 4194304 4417452 140733889238240 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=155228 CPUtime=1.39 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 1384 1253 0 0 139 0 0 0 25 0 5 0 654696568 158953472 10235 33554432000 4194304 4417452 140733889238240 18446744073709551615 4265517 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=155228 CPUtime=1.4 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 7568 1253 0 0 139 1 0 0 25 0 5 0 654696568 158953472 10235 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 155228

[startup+3.10072 s]
/proc/loadavg: 3.68 4.24 5.63 10/300 14064
/proc/meminfo: memFree=16616308/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=159840 CPUtime=12.1 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 22182 1253 0 0 1206 4 0 0 22 0 5 0 654696559 163676160 11405 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 39960 11405 180 55 0 37846 0
[pid=14039/tid=14057] ppid=14037 vsize=159840 CPUtime=3 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 1662 1253 0 0 300 0 0 0 23 0 5 0 654696568 163676160 11405 33554432000 4194304 4417452 140733889238240 18446744073709551615 4258241 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=159840 CPUtime=3 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 2515 1253 0 0 300 0 0 0 25 0 5 0 654696568 163676160 11405 33554432000 4194304 4417452 140733889238240 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=159840 CPUtime=2.98 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 1867 1253 0 0 298 0 0 0 25 0 5 0 654696568 163676160 11405 33554432000 4194304 4417452 140733889238240 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=159840 CPUtime=3 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 11511 1253 0 0 298 2 0 0 25 0 5 0 654696568 163676160 11405 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 159840

[startup+6.30115 s]
/proc/loadavg: 4.03 4.30 5.65 9/300 14064
/proc/meminfo: memFree=16607696/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=159944 CPUtime=24.87 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 34368 1253 0 0 2482 5 0 0 22 0 5 0 654696559 163782656 11446 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 39986 11446 180 55 0 37872 0
[pid=14039/tid=14057] ppid=14037 vsize=159944 CPUtime=6.2 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 1662 1253 0 0 620 0 0 0 25 0 5 0 654696568 163782656 11446 33554432000 4194304 4417452 140733889238240 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=159944 CPUtime=6.2 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 2515 1253 0 0 620 0 0 0 25 0 5 0 654696568 163782656 11446 33554432000 4194304 4417452 140733889238240 18446744073709551615 4258604 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=159944 CPUtime=6.15 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 1867 1253 0 0 615 0 0 0 25 0 5 0 654696568 163782656 11446 33554432000 4194304 4417452 140733889238240 18446744073709551615 4250532 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=159944 CPUtime=6.2 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 23697 1253 0 0 617 3 0 0 25 0 5 0 654696568 163782656 11446 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 159944

[startup+12.701 s]
/proc/loadavg: 4.35 4.36 5.66 10/300 14064
/proc/meminfo: memFree=16532016/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=196168 CPUtime=50.41 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 50200 1253 0 0 5033 8 0 0 22 0 5 0 654696559 200876032 20494 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 49042 20494 180 55 0 46928 0
[pid=14039/tid=14057] ppid=14037 vsize=196168 CPUtime=12.6 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 3280 1253 0 0 1260 0 0 0 25 0 5 0 654696568 200876032 20494 33554432000 4194304 4417452 140733889238240 18446744073709551615 4249882 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=196168 CPUtime=12.6 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 3312 1253 0 0 1260 0 0 0 25 0 5 0 654696568 200876032 20494 33554432000 4194304 4417452 140733889238240 18446744073709551615 4249704 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=196168 CPUtime=12.49 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 2376 1253 0 0 1249 0 0 0 25 0 5 0 654696568 200876032 20494 33554432000 4194304 4417452 140733889238240 18446744073709551615 4250332 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=196168 CPUtime=12.6 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 36605 1253 0 0 1254 6 0 0 25 0 5 0 654696568 200876032 20494 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 196168

[startup+25.5007 s]
/proc/loadavg: 5.24 4.56 5.70 9/300 14065
/proc/meminfo: memFree=16433056/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=268064 CPUtime=101.48 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 84470 1253 0 0 10135 13 0 0 22 0 5 0 654696559 274497536 38452 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 67016 38452 180 55 0 64902 0
[pid=14039/tid=14057] ppid=14037 vsize=268064 CPUtime=25.4 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 4161 1253 0 0 2540 0 0 0 25 0 5 0 654696568 274497536 38452 33554432000 4194304 4417452 140733889238240 18446744073709551615 4305920 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=268064 CPUtime=25.39 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 4995 1253 0 0 2539 0 0 0 25 0 5 0 654696568 274497536 38452 33554432000 4194304 4417452 140733889238240 18446744073709551615 4311128 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=268064 CPUtime=25.17 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 4946 1253 0 0 2517 0 0 0 25 0 5 0 654696568 274497536 38452 33554432000 4194304 4417452 140733889238240 18446744073709551615 4354488 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=268064 CPUtime=25.4 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 65741 1253 0 0 2530 10 0 0 25 0 5 0 654696568 274497536 38452 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 268064

[startup+51.1012 s]
/proc/loadavg: 6.24 4.85 5.77 9/300 14065
/proc/meminfo: memFree=16280512/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=351760 CPUtime=203.66 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 126445 1253 0 0 20347 19 0 0 22 0 5 0 654696559 360202240 59376 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 87940 59376 180 55 0 85826 0
[pid=14039/tid=14057] ppid=14037 vsize=351760 CPUtime=51 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 4611 1253 0 0 5100 0 0 0 25 0 5 0 654696568 360202240 59376 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=351760 CPUtime=51 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 6792 1253 0 0 5099 1 0 0 25 0 5 0 654696568 360202240 59376 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=351760 CPUtime=50.54 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 7746 1253 0 0 5054 0 0 0 25 0 5 0 654696568 360202240 59376 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=351760 CPUtime=51 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 102669 1253 0 0 5085 15 0 0 25 0 5 0 654696568 360202240 59376 33554432000 4194304 4417452 140733889238240 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 351760

[startup+102.301 s]
/proc/loadavg: 7.36 5.36 5.89 10/300 14067
/proc/meminfo: memFree=16048496/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=488716 CPUtime=408.01 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 207155 1253 0 0 40768 33 0 0 22 0 5 0 654696559 500445184 93615 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 122179 93615 180 55 0 120065 0
[pid=14039/tid=14057] ppid=14037 vsize=488716 CPUtime=102.21 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 7408 1253 0 0 10220 1 0 0 25 0 5 0 654696568 500445184 93615 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=488716 CPUtime=102.2 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 8904 1253 0 0 10219 1 0 0 25 0 5 0 654696568 500445184 93615 33554432000 4194304 4417452 140733889238240 18446744073709551615 4259008 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=488716 CPUtime=101.28 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 15635 1253 0 0 10127 1 0 0 25 0 5 0 654696568 500445184 93615 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=488716 CPUtime=102.21 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 170581 1253 0 0 10193 28 0 0 25 0 5 0 654696568 500445184 93615 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 488716

[startup+162.3 s]
/proc/loadavg: 7.88 5.87 6.03 9/300 14068
/proc/meminfo: memFree=15897060/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=481844 CPUtime=647.42 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 255783 1253 0 0 64701 41 0 0 22 0 5 0 654696559 493408256 91897 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 120461 91897 180 55 0 118347 0
[pid=14039/tid=14057] ppid=14037 vsize=481844 CPUtime=162.2 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 8432 1253 0 0 16219 1 0 0 25 0 5 0 654696568 493408256 91897 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=481844 CPUtime=162.17 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 10694 1253 0 0 16216 1 0 0 25 0 5 0 654696568 493408256 91897 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=481844 CPUtime=160.73 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 17438 1253 0 0 16072 1 0 0 25 0 5 0 654696568 493408256 91897 33554432000 4194304 4417452 140733889238240 18446744073709551615 4311285 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=481844 CPUtime=162.19 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 214592 1253 0 0 16184 35 0 0 25 0 5 0 654696568 493408256 91897 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.42
Current children cumulated vsize (KiB) 481844


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

[pid=14039/tid=14058] ppid=14037 vsize=795016 CPUtime=702.09 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 22471 1253 0 0 70207 2 0 0 25 0 5 0 654696568 814096384 170190 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=795016 CPUtime=695.84 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 104649 1253 0 0 69571 13 0 0 25 0 5 0 654696568 814096384 170190 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=795016 CPUtime=702.19 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 426853 1253 0 0 70150 69 0 0 25 0 5 0 654696568 814096384 170190 33554432000 4194304 4417452 140733889238240 18446744073709551615 4366102 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2802.46
Current children cumulated vsize (KiB) 795016

[startup+762.301 s]
/proc/loadavg: 8.30 7.86 7.02 10/300 14084
/proc/meminfo: memFree=15013560/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=889508 CPUtime=3041.93 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 660298 1253 0 0 304092 101 0 0 22 0 5 0 654696559 910856192 193815 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 222377 193815 180 55 0 220263 0
[pid=14039/tid=14057] ppid=14037 vsize=889508 CPUtime=761.69 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 56190 1253 0 0 76162 7 0 0 25 0 5 0 654696568 910856192 193815 33554432000 4194304 4417452 140733889238240 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=889508 CPUtime=762.1 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 34009 1253 0 0 76206 4 0 0 25 0 5 0 654696568 910856192 193815 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=889508 CPUtime=755.83 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 115754 1253 0 0 75569 14 0 0 25 0 5 0 654696568 910856192 193815 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=889508 CPUtime=762.21 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 449718 1253 0 0 76147 74 0 0 25 0 5 0 654696568 910856192 193815 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3041.93
Current children cumulated vsize (KiB) 889508

[startup+822.301 s]
/proc/loadavg: 8.24 7.91 7.09 9/300 14086
/proc/meminfo: memFree=14944476/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=938896 CPUtime=3281.35 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 687730 1253 0 0 328031 104 0 0 22 0 5 0 654696559 961429504 206174 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 234724 206174 180 55 0 232610 0
[pid=14039/tid=14057] ppid=14037 vsize=938896 CPUtime=821.14 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 60264 1253 0 0 82106 8 0 0 25 0 5 0 654696568 961429504 206174 33554432000 4194304 4417452 140733889238240 18446744073709551615 4250957 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=938896 CPUtime=822.09 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 34021 1253 0 0 82205 4 0 0 25 0 5 0 654696568 961429504 206174 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=938896 CPUtime=815.82 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 130908 1253 0 0 81566 16 0 0 25 0 5 0 654696568 961429504 206174 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=938896 CPUtime=822.2 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 457910 1253 0 0 82145 75 0 0 25 0 5 0 654696568 961429504 206174 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3281.35
Current children cumulated vsize (KiB) 938896

[startup+882.311 s]
/proc/loadavg: 8.25 7.97 7.16 9/300 14088
/proc/meminfo: memFree=14810412/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=1017964 CPUtime=3520.83 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 740362 1253 0 0 351970 113 0 0 22 0 5 0 654696559 1042395136 225941 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 254491 225941 180 55 0 252377 0
[pid=14039/tid=14057] ppid=14037 vsize=1017964 CPUtime=880.6 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 64739 1253 0 0 88051 9 0 0 25 0 5 0 654696568 1042395136 225941 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=1017964 CPUtime=882.08 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 36069 1253 0 0 88204 4 0 0 25 0 5 0 654696568 1042395136 225941 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=1017964 CPUtime=875.84 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 152505 1253 0 0 87565 19 0 0 25 0 5 0 654696568 1042395136 225941 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=1017964 CPUtime=882.21 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 482422 1253 0 0 88141 80 0 0 25 0 5 0 654696568 1042395136 225941 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3520.83
Current children cumulated vsize (KiB) 1017964

[startup+942.301 s]
/proc/loadavg: 8.22 8.00 7.22 10/300 14089
/proc/meminfo: memFree=14796996/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=1038416 CPUtime=3760.25 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 774564 1253 0 0 375906 119 0 0 22 0 5 0 654696559 1063337984 231040 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 259604 231040 180 55 0 257490 0
[pid=14039/tid=14057] ppid=14037 vsize=1038416 CPUtime=940.05 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 71041 1253 0 0 93995 10 0 0 25 0 5 0 654696568 1063337984 231040 33554432000 4194304 4417452 140733889238240 18446744073709551615 4366085 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=1038416 CPUtime=942.06 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 36516 1253 0 0 94202 4 0 0 25 0 5 0 654696568 1063337984 231040 33554432000 4194304 4417452 140733889238240 18446744073709551615 4236574 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=1038416 CPUtime=935.82 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 165494 1253 0 0 93562 20 0 0 25 0 5 0 654696568 1063337984 231040 33554432000 4194304 4417452 140733889238240 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=1038416 CPUtime=942.2 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 496886 1253 0 0 94137 83 0 0 25 0 5 0 654696568 1063337984 231040 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3760.25
Current children cumulated vsize (KiB) 1038416

[startup+1002.3 s]
/proc/loadavg: 8.14 8.01 7.27 9/300 14091
/proc/meminfo: memFree=15025248/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=1148288 CPUtime=3999.7 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 821922 1253 0 0 399845 125 0 0 22 0 5 0 654696559 1175846912 258508 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 287072 258508 180 55 0 284958 0
[pid=14039/tid=14057] ppid=14037 vsize=1148288 CPUtime=999.51 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 81138 1253 0 0 99939 12 0 0 25 0 5 0 654696568 1175846912 258508 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=1148288 CPUtime=1002.06 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 38564 1253 0 0 100202 4 0 0 25 0 5 0 654696568 1175846912 258508 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=1148288 CPUtime=995.82 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 179180 1253 0 0 99561 21 0 0 25 0 5 0 654696568 1175846912 258508 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=1148288 CPUtime=1002.19 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 518413 1253 0 0 100134 85 0 0 25 0 5 0 654696568 1175846912 258508 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3999.7
Current children cumulated vsize (KiB) 1148288

[startup+1062.3 s]
/proc/loadavg: 8.28 8.07 7.34 9/300 14092
/proc/meminfo: memFree=14855592/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=1295184 CPUtime=4239.15 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 877093 1253 0 0 423781 134 0 0 22 0 5 0 654696559 1326268416 295232 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 323796 295232 180 55 0 321682 0
[pid=14039/tid=14057] ppid=14037 vsize=1295184 CPUtime=1058.96 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 86891 1253 0 0 105884 12 0 0 25 0 5 0 654696568 1326268416 295232 33554432000 4194304 4417452 140733889238240 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=1295184 CPUtime=1062.04 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 42660 1253 0 0 106200 4 0 0 25 0 5 0 654696568 1326268416 295232 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=1295184 CPUtime=1055.82 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 193974 1253 0 0 105559 23 0 0 25 0 5 0 654696568 1326268416 295232 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=1295184 CPUtime=1062.2 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 548941 1253 0 0 106128 92 0 0 25 0 5 0 654696568 1326268416 295232 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4239.15
Current children cumulated vsize (KiB) 1295184

[startup+1122.3 s]
/proc/loadavg: 8.26 8.10 7.39 10/300 14094
/proc/meminfo: memFree=14792088/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=1290572 CPUtime=4478.6 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 897544 1253 0 0 447724 136 0 0 22 0 5 0 654696559 1321545728 294079 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 322643 294079 180 55 0 320529 0
[pid=14039/tid=14057] ppid=14037 vsize=1290572 CPUtime=1118.42 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 94734 1253 0 0 111829 13 0 0 25 0 5 0 654696568 1321545728 294079 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=1290572 CPUtime=1122.04 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 45710 1253 0 0 112199 5 0 0 25 0 5 0 654696568 1321545728 294079 33554432000 4194304 4417452 140733889238240 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=1290572 CPUtime=1115.83 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 203532 1253 0 0 111558 25 0 0 25 0 5 0 654696568 1321545728 294079 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=1290572 CPUtime=1122.2 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 548941 1253 0 0 112128 92 0 0 25 0 5 0 654696568 1321545728 294079 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4478.6
Current children cumulated vsize (KiB) 1290572

[startup+1182.3 s]
/proc/loadavg: 8.24 8.12 7.44 9/300 14105
/proc/meminfo: memFree=15227556/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=786988 CPUtime=4718.05 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 943770 1253 0 0 471660 145 0 0 22 0 5 0 654696559 805875712 168183 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 196747 168183 180 55 0 194633 0
[pid=14039/tid=14057] ppid=14037 vsize=786988 CPUtime=1177.88 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 102922 1253 0 0 117774 14 0 0 25 0 5 0 654696568 805875712 168183 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=786988 CPUtime=1182.03 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 49806 1253 0 0 118198 5 0 0 25 0 5 0 654696568 805875712 168183 33554432000 4194304 4417452 140733889238240 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=786988 CPUtime=1175.83 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 215127 1253 0 0 117557 26 0 0 25 0 5 0 654696568 805875712 168183 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=786988 CPUtime=1182.19 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 571288 1253 0 0 118122 97 0 0 25 0 5 0 654696568 805875712 168183 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4718.05
Current children cumulated vsize (KiB) 786988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.25 8.13 7.46 5/295 14106
/proc/meminfo: memFree=16037064/32951124 swapFree=52307768/67111528
[pid=14039] ppid=14037 vsize=778756 CPUtime=4800.27 cores=1,3,5,7
/proc/14039/stat : 14039 (plingeling) S 14037 14039 13510 0 -1 4202496 955794 1253 0 0 479881 146 0 0 22 0 5 0 654696559 797446144 166125 33554432000 4194304 4417452 140733889238240 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/14039/statm: 194689 166125 180 55 0 192575 0
[pid=14039/tid=14057] ppid=14037 vsize=778756 CPUtime=1198.29 cores=1,3,5,7
/proc/14039/task/14057/stat : 14057 (plingeling) R 14037 14039 13510 0 -1 4202560 104673 1253 0 0 119815 14 0 0 25 0 5 0 654696568 797446144 166125 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14039/tid=14058] ppid=14037 vsize=778756 CPUtime=1202.63 cores=1,3,5,7
/proc/14039/task/14058/stat : 14058 (plingeling) R 14037 14039 13510 0 -1 4202560 49806 1253 0 0 120258 5 0 0 25 0 5 0 654696568 797446144 166125 33554432000 4194304 4417452 140733889238240 18446744073709551615 4343760 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14039/tid=14059] ppid=14037 vsize=778756 CPUtime=1196.44 cores=1,3,5,7
/proc/14039/task/14059/stat : 14059 (plingeling) R 14037 14039 13510 0 -1 4202560 220584 1253 0 0 119617 27 0 0 25 0 5 0 654696568 797446144 166125 33554432000 4194304 4417452 140733889238240 18446744073709551615 4357229 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14039/tid=14060] ppid=14037 vsize=778756 CPUtime=1202.8 cores=1,3,5,7
/proc/14039/task/14060/stat : 14060 (plingeling) R 14037 14039 13510 0 -1 4202560 576104 1253 0 0 120183 97 0 0 25 0 5 0 654696568 797446144 166125 33554432000 4194304 4417452 140733889238240 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 778756

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.95
CPU time (s): 4800.35
CPU user time (s): 4798.85
CPU system time (s): 1.50277
CPU usage (%): 399.049
Max. virtual memory (cumulated for all children) (KiB): 1342864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.85
system time used= 1.50277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957047
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= 145
involuntary context switches= 37286

runsolver used 3.04354 second user time and 7.9078 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 05:42:18
IDJOB=3371139
IDBENCH=84560
IDSOLVER=1848
FILE ID=node101/3371139-1305430938
RUNJOBID= node101-1305430938-14026
PBS_JOBID= 13324601
Free space on /tmp= 73756 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371139-1305430938/watcher-3371139-1305430938 -o /tmp/evaluation-result-3371139-1305430938/solver-3371139-1305430938 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371139-1305430938.cnf

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=1079120246

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16706068 kB
Buffers:        330160 kB
Cached:        5980924 kB
SwapCached:      14848 kB
Active:       10849280 kB
Inactive:      5119536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16706068 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            1596 kB
Writeback:           0 kB
AnonPages:     9655456 kB
Mapped:          14296 kB
Slab:           151132 kB
PageTables:      61812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41981964 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= 73756 MiB
End job on node101 at 2011-05-15 06:02:23