Trace number 3371481

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.36 1202.82

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371481-1305428942/watcher-3371481-1305428942 -o /tmp/evaluation-result-3371481-1305428942/solver-3371481-1305428942 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371481-1305428942.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: 8.12 8.12 7.55 5/295 13888
/proc/meminfo: memFree=16587744/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=9576 CPUtime=0 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) R 13886 13888 13510 0 -1 4202496 479 1256 0 0 0 0 0 0 25 0 1 0 654496967 9805824 410 33554432000 4194304 4417452 140737422814720 18446744073709551615 218370651117 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/13888/statm: 2427 423 148 55 0 313 0

[startup+0.123692 s]
/proc/loadavg: 8.12 8.12 7.55 5/295 13888
/proc/meminfo: memFree=16587744/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=119196 CPUtime=0.43 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1373 1256 0 0 43 0 0 0 25 0 5 0 654496967 122056704 1214 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 29799 1214 180 55 0 27685 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 119196

[startup+0.200679 s]
/proc/loadavg: 8.12 8.12 7.55 5/295 13888
/proc/meminfo: memFree=16587744/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=120064 CPUtime=0.74 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1741 1256 0 0 74 0 0 0 25 0 5 0 654496967 122945536 1454 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 30016 1454 180 55 0 27902 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 120064

[startup+0.300661 s]
/proc/loadavg: 8.12 8.12 7.55 5/295 13888
/proc/meminfo: memFree=16587744/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=121180 CPUtime=1.14 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 2029 1256 0 0 114 0 0 0 25 0 5 0 654496967 124088320 1742 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 30295 1742 180 55 0 28181 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 121180

[startup+0.70059 s]
/proc/loadavg: 8.12 8.12 7.55 5/295 13888
/proc/meminfo: memFree=16587744/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=123812 CPUtime=2.73 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 3396 1256 0 0 273 0 0 0 25 0 5 0 654496967 126783488 2386 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 30953 2386 180 55 0 28839 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 123812

[startup+1.50045 s]
/proc/loadavg: 8.11 8.12 7.55 9/300 13898
/proc/meminfo: memFree=16573436/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=126016 CPUtime=5.93 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 6385 1256 0 0 592 1 0 0 25 0 5 0 654496967 129040384 2919 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 31504 2919 180 55 0 29390 0
[pid=13888/tid=13895] ppid=13886 vsize=126016 CPUtime=1.48 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 953 1256 0 0 148 0 0 0 25 0 5 0 654496969 129040384 2919 33554432000 4194304 4417452 140737422814720 18446744073709551615 4366197 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=126016 CPUtime=1.47 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 1239 1256 0 0 147 0 0 0 25 0 5 0 654496969 129040384 2919 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=126016 CPUtime=1.47 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 1519 1256 0 0 147 0 0 0 25 0 5 0 654496969 129040384 2919 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=126016 CPUtime=1.46 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 1805 1256 0 0 146 0 0 0 25 0 5 0 654496969 129040384 2919 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 126016

[startup+3.10116 s]
/proc/loadavg: 8.11 8.12 7.55 9/300 13898
/proc/meminfo: memFree=16582612/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=129760 CPUtime=12.32 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 10938 1256 0 0 1230 2 0 0 25 0 5 0 654496967 132874240 3812 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 32440 3812 180 55 0 30326 0
[pid=13888/tid=13895] ppid=13886 vsize=129760 CPUtime=3.07 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 2395 1256 0 0 307 0 0 0 25 0 5 0 654496969 132874240 3812 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=129760 CPUtime=3.07 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 2167 1256 0 0 307 0 0 0 25 0 5 0 654496969 132874240 3812 33554432000 4194304 4417452 140737422814720 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=129760 CPUtime=3.07 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 2468 1256 0 0 307 0 0 0 25 0 5 0 654496969 132874240 3812 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=129760 CPUtime=3.05 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 3039 1256 0 0 305 0 0 0 25 0 5 0 654496969 132874240 3812 33554432000 4194304 4417452 140737422814720 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 129760

[startup+6.3006 s]
/proc/loadavg: 8.10 8.12 7.55 9/300 13898
/proc/meminfo: memFree=16556240/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=134960 CPUtime=25.08 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 18469 1256 0 0 2505 3 0 0 25 0 5 0 654496967 138199040 5155 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 33740 5155 180 55 0 31626 0
[pid=13888/tid=13895] ppid=13886 vsize=134960 CPUtime=6.28 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 5220 1256 0 0 627 1 0 0 25 0 5 0 654496969 138199040 5155 33554432000 4194304 4417452 140737422814720 18446744073709551615 4353661 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=134960 CPUtime=6.27 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 3564 1256 0 0 627 0 0 0 25 0 5 0 654496969 138199040 5155 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=134960 CPUtime=6.27 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 3696 1256 0 0 627 0 0 0 25 0 5 0 654496969 138199040 5155 33554432000 4194304 4417452 140737422814720 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=134960 CPUtime=6.22 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 5120 1256 0 0 622 0 0 0 25 0 5 0 654496969 138199040 5155 33554432000 4194304 4417452 140737422814720 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 134960

[startup+12.7005 s]
/proc/loadavg: 8.09 8.11 7.55 9/300 13898
/proc/meminfo: memFree=16554312/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=146664 CPUtime=50.62 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 31992 1256 0 0 5057 5 0 0 25 0 5 0 654496967 150183936 8086 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 36666 8086 180 55 0 34552 0
[pid=13888/tid=13895] ppid=13886 vsize=146664 CPUtime=12.67 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 8658 1256 0 0 1266 1 0 0 25 0 5 0 654496969 150183936 8086 33554432000 4194304 4417452 140737422814720 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=146664 CPUtime=12.67 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 7726 1256 0 0 1266 1 0 0 21 0 5 0 654496969 150183936 8086 33554432000 4194304 4417452 140737422814720 18446744073709551615 4251063 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=146664 CPUtime=12.68 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 7068 1256 0 0 1267 1 0 0 25 0 5 0 654496969 150183936 8086 33554432000 4194304 4417452 140737422814720 18446744073709551615 4354074 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=146664 CPUtime=12.56 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 7671 1256 0 0 1255 1 0 0 25 0 5 0 654496969 150183936 8086 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 146664

[startup+25.5012 s]
/proc/loadavg: 8.08 8.11 7.56 9/300 13899
/proc/meminfo: memFree=16549728/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=166136 CPUtime=101.7 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 59934 1256 0 0 10160 10 0 0 25 0 5 0 654496967 170123264 12954 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 41534 12954 180 55 0 39420 0
[pid=13888/tid=13895] ppid=13886 vsize=166136 CPUtime=25.47 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 14937 1256 0 0 2545 2 0 0 25 0 5 0 654496969 170123264 12954 33554432000 4194304 4417452 140737422814720 18446744073709551615 4232743 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=166136 CPUtime=25.47 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 14561 1256 0 0 2545 2 0 0 25 0 5 0 654496969 170123264 12954 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=166136 CPUtime=25.48 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 12908 1256 0 0 2546 2 0 0 25 0 5 0 654496969 170123264 12954 33554432000 4194304 4417452 140737422814720 18446744073709551615 4366402 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=166136 CPUtime=25.24 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 16659 1256 0 0 2522 2 0 0 25 0 5 0 654496969 170123264 12954 33554432000 4194304 4417452 140737422814720 18446744073709551615 4250731 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 166136

[startup+51.1006 s]
/proc/loadavg: 8.05 8.10 7.57 9/300 13899
/proc/meminfo: memFree=16515748/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=173724 CPUtime=203.87 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 108255 1256 0 0 20368 19 0 0 25 0 5 0 654496967 177893376 14851 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 43431 14851 180 55 0 41317 0
[pid=13888/tid=13895] ppid=13886 vsize=173724 CPUtime=51.08 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 29234 1256 0 0 5103 5 0 0 25 0 5 0 654496969 177893376 14851 33554432000 4194304 4417452 140737422814720 18446744073709551615 4366402 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=173724 CPUtime=51.07 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 24093 1256 0 0 5103 4 0 0 25 0 5 0 654496969 177893376 14851 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=173724 CPUtime=51.07 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 20118 1256 0 0 5104 3 0 0 25 0 5 0 654496969 177893376 14851 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=173724 CPUtime=50.62 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 33941 1256 0 0 5056 6 0 0 25 0 5 0 654496969 177893376 14851 33554432000 4194304 4417452 140737422814720 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 173724

[startup+102.301 s]
/proc/loadavg: 8.02 8.08 7.59 9/300 13901
/proc/meminfo: memFree=16473196/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=194624 CPUtime=408.24 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 200617 1256 0 0 40790 34 0 0 25 0 5 0 654496967 199294976 20076 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 48656 20076 180 55 0 46542 0
[pid=13888/tid=13895] ppid=13886 vsize=194696 CPUtime=102.29 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 58882 1256 0 0 10220 9 0 0 25 0 5 0 654496969 199368704 20094 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=194696 CPUtime=102.28 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 41367 1256 0 0 10221 7 0 0 25 0 5 0 654496969 199368704 20094 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=194696 CPUtime=102.28 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 38122 1256 0 0 10222 6 0 0 25 0 5 0 654496969 199368704 20094 33554432000 4194304 4417452 140737422814720 18446744073709551615 4352624 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=194696 CPUtime=101.35 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 61395 1256 0 0 10125 10 0 0 25 0 5 0 654496969 199368704 20094 33554432000 4194304 4417452 140737422814720 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 194624

[startup+162.301 s]
/proc/loadavg: 8.00 8.06 7.61 9/300 13902
/proc/meminfo: memFree=16495852/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=197548 CPUtime=647.67 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 295421 1256 0 0 64719 48 0 0 25 0 5 0 654496967 202289152 20807 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 49387 20807 180 55 0 47273 0
[pid=13888/tid=13895] ppid=13886 vsize=197548 CPUtime=162.28 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 81007 1256 0 0 16216 12 0 0 25 0 5 0 654496969 202289152 20807 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364399 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=197548 CPUtime=162.27 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 60226 1256 0 0 16217 10 0 0 25 0 5 0 654496969 202289152 20807 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=197548 CPUtime=162.27 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 61275 1256 0 0 16218 9 0 0 25 0 5 0 654496969 202289152 20807 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=197548 CPUtime=160.8 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 92044 1256 0 0 16065 15 0 0 25 0 5 0 654496969 202289152 20807 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.67
Current children cumulated vsize (KiB) 197548


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

[pid=13888/tid=13896] ppid=13886 vsize=273976 CPUtime=762.28 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 203450 1256 0 0 76196 32 0 0 25 0 5 0 654496969 280551424 39930 33554432000 4194304 4417452 140737422814720 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=273976 CPUtime=762.3 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 191507 1256 0 0 76202 28 0 0 25 0 5 0 654496969 280551424 39930 33554432000 4194304 4417452 140737422814720 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=273976 CPUtime=755.37 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 300792 1256 0 0 75489 48 0 0 25 0 5 0 654496969 280551424 39930 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.29
Current children cumulated vsize (KiB) 273976

[startup+822.301 s]
/proc/loadavg: 8.05 8.04 7.82 9/300 13957
/proc/meminfo: memFree=16417784/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=304084 CPUtime=3281.73 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1024132 1256 0 0 328013 160 0 0 25 0 5 0 654496967 311382016 47461 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 76021 47461 180 55 0 73907 0
[pid=13888/tid=13895] ppid=13886 vsize=304084 CPUtime=822.3 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 283435 1256 0 0 82186 44 0 0 25 0 5 0 654496969 311382016 47461 33554432000 4194304 4417452 140737422814720 18446744073709551615 4366087 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=304084 CPUtime=822.27 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 217025 1256 0 0 82194 33 0 0 25 0 5 0 654496969 311382016 47461 33554432000 4194304 4417452 140737422814720 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=304084 CPUtime=822.3 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 203971 1256 0 0 82199 31 0 0 25 0 5 0 654496969 311382016 47461 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=304084 CPUtime=814.83 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 318832 1256 0 0 81431 52 0 0 25 0 5 0 654496969 311382016 47461 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.73
Current children cumulated vsize (KiB) 304084

[startup+882.311 s]
/proc/loadavg: 8.11 8.06 7.84 9/300 13958
/proc/meminfo: memFree=16355000/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=256512 CPUtime=3521.22 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1064692 1256 0 0 351955 167 0 0 25 0 5 0 654496967 262668288 35568 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 64128 35568 180 55 0 62014 0
[pid=13888/tid=13895] ppid=13886 vsize=256512 CPUtime=882.31 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 290417 1256 0 0 88186 45 0 0 25 0 5 0 654496969 262668288 35568 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=256512 CPUtime=882.28 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 224197 1256 0 0 88194 34 0 0 25 0 5 0 654496969 262668288 35568 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=256512 CPUtime=882.3 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 214515 1256 0 0 88198 32 0 0 25 0 5 0 654496969 262668288 35568 33554432000 4194304 4417452 140737422814720 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=256512 CPUtime=874.28 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 334694 1256 0 0 87374 54 0 0 25 0 5 0 654496969 262668288 35568 33554432000 4194304 4417452 140737422814720 18446744073709551615 4250432 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.22
Current children cumulated vsize (KiB) 256512

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 7.85 9/300 13960
/proc/meminfo: memFree=16284788/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=278988 CPUtime=3760.64 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1122229 1256 0 0 375887 177 0 0 25 0 5 0 654496967 285683712 41187 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 69747 41187 180 55 0 67633 0
[pid=13888/tid=13895] ppid=13886 vsize=278988 CPUtime=942.3 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 303444 1256 0 0 94183 47 0 0 25 0 5 0 654496969 285683712 41187 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=278988 CPUtime=942.27 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 236273 1256 0 0 94190 37 0 0 25 0 5 0 654496969 285683712 41187 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=278988 CPUtime=942.29 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 229585 1256 0 0 94195 34 0 0 25 0 5 0 654496969 285683712 41187 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=278988 CPUtime=933.74 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 352058 1256 0 0 93317 57 0 0 25 0 5 0 654496969 285683712 41187 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.64
Current children cumulated vsize (KiB) 278988

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 7.87 9/300 13962
/proc/meminfo: memFree=16231188/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=299388 CPUtime=4000.11 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1170597 1256 0 0 399826 185 0 0 25 0 5 0 654496967 306573312 46267 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 74847 46267 180 55 0 72733 0
[pid=13888/tid=13895] ppid=13886 vsize=299388 CPUtime=1002.3 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 314712 1256 0 0 100182 48 0 0 25 0 5 0 654496969 306573312 46267 33554432000 4194304 4417452 140737422814720 18446744073709551615 4250943 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=299388 CPUtime=1002.27 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 246923 1256 0 0 100188 39 0 0 25 0 5 0 654496969 306573312 46267 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=299388 CPUtime=1002.29 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 240483 1256 0 0 100193 36 0 0 25 0 5 0 654496969 306573312 46267 33554432000 4194304 4417452 140737422814720 18446744073709551615 4354704 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=299388 CPUtime=993.19 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 367610 1256 0 0 99260 59 0 0 25 0 5 0 654496969 306573312 46267 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4000.11
Current children cumulated vsize (KiB) 299388

[startup+1062.3 s]
/proc/loadavg: 8.08 8.08 7.88 9/300 13963
/proc/meminfo: memFree=16164192/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=274364 CPUtime=4239.56 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1219131 1256 0 0 423764 192 0 0 25 0 5 0 654496967 280948736 40011 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 68591 40011 180 55 0 66477 0
[pid=13888/tid=13895] ppid=13886 vsize=274364 CPUtime=1062.3 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 326443 1256 0 0 106180 50 0 0 25 0 5 0 654496969 280948736 40011 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=274364 CPUtime=1062.27 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 257493 1256 0 0 106186 41 0 0 25 0 5 0 654496969 280948736 40011 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=274364 CPUtime=1062.3 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 252038 1256 0 0 106191 39 0 0 25 0 5 0 654496969 280948736 40011 33554432000 4194304 4417452 140737422814720 18446744073709551615 4354696 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=274364 CPUtime=1052.65 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 382288 1256 0 0 105204 61 0 0 25 0 5 0 654496969 280948736 40011 33554432000 4194304 4417452 140737422814720 18446744073709551615 4366700 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.56
Current children cumulated vsize (KiB) 274364

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 7.90 9/300 13965
/proc/meminfo: memFree=16100544/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=294988 CPUtime=4479.02 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1272341 1256 0 0 447702 200 0 0 25 0 5 0 654496967 302067712 45167 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 73747 45167 180 55 0 71633 0
[pid=13888/tid=13895] ppid=13886 vsize=294988 CPUtime=1122.31 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 339934 1256 0 0 112179 52 0 0 25 0 5 0 654496969 302067712 45167 33554432000 4194304 4417452 140737422814720 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=294988 CPUtime=1122.27 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 268731 1256 0 0 112184 43 0 0 25 0 5 0 654496969 302067712 45167 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=294988 CPUtime=1122.3 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 264146 1256 0 0 112190 40 0 0 25 0 5 0 654496969 302067712 45167 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=294988 CPUtime=1112.11 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 398661 1256 0 0 111148 63 0 0 25 0 5 0 654496969 302067712 45167 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4479.02
Current children cumulated vsize (KiB) 294988

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 7.91 9/300 13966
/proc/meminfo: memFree=16101632/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=327016 CPUtime=4718.49 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1323125 1256 0 0 471642 207 0 0 25 0 5 0 654496967 334864384 53174 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 81754 53174 180 55 0 79640 0
[pid=13888/tid=13895] ppid=13886 vsize=327016 CPUtime=1182.3 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 350700 1256 0 0 118177 53 0 0 25 0 5 0 654496969 334864384 53174 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=327016 CPUtime=1182.27 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 282739 1256 0 0 118182 45 0 0 25 0 5 0 654496969 334864384 53174 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=327016 CPUtime=1182.3 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 275502 1256 0 0 118188 42 0 0 25 0 5 0 654496969 334864384 53174 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=327016 CPUtime=1171.57 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 413315 1256 0 0 117092 65 0 0 25 0 5 0 654496969 334864384 53174 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.49
Current children cumulated vsize (KiB) 327016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.09 8.08 7.91 9/300 13967
/proc/meminfo: memFree=16107948/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=279336 CPUtime=4800.31 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1336631 1256 0 0 479822 209 0 0 25 0 5 0 654496967 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 69834 41254 180 55 0 67720 0
[pid=13888/tid=13895] ppid=13886 vsize=279336 CPUtime=1202.82 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 351756 1256 0 0 120228 54 0 0 25 0 5 0 654496969 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 4251243 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=279336 CPUtime=1202.78 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 286453 1256 0 0 120232 46 0 0 25 0 5 0 654496969 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=279336 CPUtime=1202.81 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 276568 1256 0 0 120239 42 0 0 25 0 5 0 654496969 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=279336 CPUtime=1191.88 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 420985 1256 0 0 119122 66 0 0 25 0 5 0 654496969 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 279336

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

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

[startup+1202.8 s]
/proc/loadavg: 8.09 8.08 7.91 9/300 13967
/proc/meminfo: memFree=16107948/32951124 swapFree=52307768/67111528
[pid=13888] ppid=13886 vsize=279336 CPUtime=4800.31 cores=1,3,5,7
/proc/13888/stat : 13888 (plingeling) S 13886 13888 13510 0 -1 4202496 1336631 1256 0 0 479822 209 0 0 25 0 5 0 654496967 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/13888/statm: 69834 41254 180 55 0 67720 0
[pid=13888/tid=13895] ppid=13886 vsize=279336 CPUtime=1202.82 cores=1,3,5,7
/proc/13888/task/13895/stat : 13895 (plingeling) R 13886 13888 13510 0 -1 4202560 351756 1256 0 0 120228 54 0 0 25 0 5 0 654496969 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 4251243 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13888/tid=13896] ppid=13886 vsize=279336 CPUtime=1202.78 cores=1,3,5,7
/proc/13888/task/13896/stat : 13896 (plingeling) R 13886 13888 13510 0 -1 4202560 286453 1256 0 0 120232 46 0 0 25 0 5 0 654496969 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13888/tid=13897] ppid=13886 vsize=279336 CPUtime=1202.81 cores=1,3,5,7
/proc/13888/task/13897/stat : 13897 (plingeling) R 13886 13888 13510 0 -1 4202560 276568 1256 0 0 120239 42 0 0 25 0 5 0 654496969 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13888/tid=13898] ppid=13886 vsize=279336 CPUtime=1191.88 cores=1,3,5,7
/proc/13888/task/13898/stat : 13898 (plingeling) R 13886 13888 13510 0 -1 4202560 420985 1256 0 0 119122 66 0 0 25 0 5 0 654496969 286040064 41254 33554432000 4194304 4417452 140737422814720 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 279336

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.82
CPU time (s): 4800.36
CPU user time (s): 4798.26
CPU system time (s): 2.10768
CPU usage (%): 399.091
Max. virtual memory (cumulated for all children) (KiB): 327016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.26
system time used= 2.10768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1337887
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= 79
involuntary context switches= 33395

runsolver used 3.06653 second user time and 7.8828 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 05:09:02
IDJOB=3371481
IDBENCH=83416
IDSOLVER=1848
FILE ID=node101/3371481-1305428942
RUNJOBID= node101-1305426532-13529
PBS_JOBID= 13324601
Free space on /tmp= 73756 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_4_keyfind_1.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371481-1305428942/watcher-3371481-1305428942 -o /tmp/evaluation-result-3371481-1305428942/solver-3371481-1305428942 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371481-1305428942.cnf

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=1358624392

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:      16588024 kB
Buffers:        329956 kB
Cached:        5978804 kB
SwapCached:      14848 kB
Active:       10968224 kB
Inactive:      5118944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16588024 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:              56 kB
Writeback:           0 kB
AnonPages:     9774976 kB
Mapped:          15104 kB
Slab:           150968 kB
PageTables:      62516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42159648 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 05:29:07