Trace number 3250328

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.25 1201.72

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_511.cnf
MD5SUM766a362c83d920a8f8dd49df62ed42c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables509
Number of clauses4478
Sum of the clauses size17912
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44478
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250328-1304091889/watcher-3250328-1304091889 -o /tmp/evaluation-result-3250328-1304091889/solver-3250328-1304091889 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3250328-1304091889.cnf 

running on 4 cores: 0,2,4,6

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: 6.96 7.90 7.76 2/172 2604
/proc/meminfo: memFree=20752156/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 216 0 0 0 0 0 0 0 23 0 1 0 599419598 8937472 146 33554432000 4194304 4417332 140736436197904 18446744073709551615 231895490304 0 0 4096 0 18446744071562362840 0 0 17 2 0 0 0
/proc/2604/statm: 2182 146 122 55 0 68 0

[startup+0.0249241 s]
/proc/loadavg: 6.96 7.90 7.76 2/172 2604
/proc/meminfo: memFree=20752156/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=117216 CPUtime=0.05 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 832 1255 0 0 5 0 0 0 23 0 5 0 599419598 120029184 735 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 29304 735 175 55 0 27190 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 117216

[startup+0.100922 s]
/proc/loadavg: 6.96 7.90 7.76 2/172 2604
/proc/meminfo: memFree=20752156/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=119056 CPUtime=0.35 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1318 1255 0 0 35 0 0 0 23 0 5 0 599419598 121913344 1195 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 29764 1195 178 55 0 27650 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 119056

[startup+0.300902 s]
/proc/loadavg: 6.96 7.90 7.76 2/172 2604
/proc/meminfo: memFree=20752156/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=121196 CPUtime=1.15 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 2677 1255 0 0 115 0 0 0 23 0 5 0 599419598 124104704 1720 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 30299 1720 178 55 0 28185 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 121196

[startup+0.700812 s]
/proc/loadavg: 6.96 7.90 7.76 2/172 2604
/proc/meminfo: memFree=20752156/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=123748 CPUtime=2.75 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 5535 1255 0 0 274 1 0 0 23 0 5 0 599419598 126717952 2357 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 30937 2357 178 55 0 28823 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 123748

[startup+1.50067 s]
/proc/loadavg: 6.96 7.90 7.76 6/179 2618
/proc/meminfo: memFree=20718448/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=127184 CPUtime=5.94 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 10900 1255 0 0 592 2 0 0 23 0 5 0 599419598 130236416 3230 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 31796 3230 178 55 0 29682 0
[pid=2604/tid=2611] ppid=2602 vsize=127184 CPUtime=1.48 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 2452 1255 0 0 148 0 0 0 25 0 5 0 599419599 130236416 3230 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=127184 CPUtime=1.47 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 2640 1255 0 0 147 0 0 0 25 0 5 0 599419599 130236416 3230 33554432000 4194304 4417332 140736436197904 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=127184 CPUtime=1.47 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 2694 1255 0 0 147 0 0 0 25 0 5 0 599419599 130236416 3230 33554432000 4194304 4417332 140736436197904 18446744073709551615 4251104 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=127184 CPUtime=1.48 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 2472 1255 0 0 148 0 0 0 25 0 5 0 599419599 130236416 3230 33554432000 4194304 4417332 140736436197904 18446744073709551615 4250623 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 127184

[startup+3.10031 s]
/proc/loadavg: 6.96 7.90 7.76 6/182 2629
/proc/meminfo: memFree=20584000/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=132612 CPUtime=12.33 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 20270 1255 0 0 1229 4 0 0 23 0 5 0 599419598 135794688 4557 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 33153 4557 178 55 0 31039 0
[pid=2604/tid=2611] ppid=2602 vsize=132612 CPUtime=3.08 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 4856 1255 0 0 307 1 0 0 25 0 5 0 599419599 135794688 4557 33554432000 4194304 4417332 140736436197904 18446744073709551615 4237237 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=132612 CPUtime=3.07 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 4674 1255 0 0 307 0 0 0 25 0 5 0 599419599 135794688 4557 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=132612 CPUtime=3.07 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 5069 1255 0 0 306 1 0 0 25 0 5 0 599419599 135794688 4557 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=132612 CPUtime=3.07 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 5029 1255 0 0 307 0 0 0 25 0 5 0 599419599 135794688 4557 33554432000 4194304 4417332 140736436197904 18446744073709551615 4353755 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 132612

[startup+6.30071 s]
/proc/loadavg: 7.04 7.90 7.76 9/186 2633
/proc/meminfo: memFree=20489488/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=136360 CPUtime=25.11 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 35055 1255 0 0 2504 7 0 0 23 0 5 0 599419598 139632640 5492 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 34090 5492 178 55 0 31976 0
[pid=2604/tid=2611] ppid=2602 vsize=136360 CPUtime=6.27 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 8169 1255 0 0 626 1 0 0 25 0 5 0 599419599 139632640 5492 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=136360 CPUtime=6.28 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 8146 1255 0 0 627 1 0 0 25 0 5 0 599419599 139632640 5492 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=136360 CPUtime=6.25 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 9529 1255 0 0 623 2 0 0 25 0 5 0 599419599 139632640 5492 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=136360 CPUtime=6.27 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 8569 1255 0 0 626 1 0 0 25 0 5 0 599419599 139632640 5492 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 136360

[startup+12.7005 s]
/proc/loadavg: 7.12 7.90 7.76 9/186 2633
/proc/meminfo: memFree=20469804/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=144904 CPUtime=50.68 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 62812 1255 0 0 5055 13 0 0 23 0 5 0 599419598 148381696 7482 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 36226 7503 178 55 0 34112 0
[pid=2604/tid=2611] ppid=2602 vsize=144904 CPUtime=12.68 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 14326 1255 0 0 1265 3 0 0 25 0 5 0 599419599 148381696 7516 33554432000 4194304 4417332 140736436197904 18446744073709551615 231895184477 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=144904 CPUtime=12.68 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 14550 1255 0 0 1265 3 0 0 25 0 5 0 599419599 148381696 7530 33554432000 4194304 4417332 140736436197904 18446744073709551615 4236670 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=144904 CPUtime=12.61 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 17364 1255 0 0 1258 3 0 0 25 0 5 0 599419599 148381696 7546 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=144904 CPUtime=12.67 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 15965 1255 0 0 1265 2 0 0 25 0 5 0 599419599 148381696 7560 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 144904

[startup+25.5011 s]
/proc/loadavg: 7.38 7.92 7.77 9/186 2634
/proc/meminfo: memFree=20445872/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=154872 CPUtime=101.81 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 109933 1255 0 0 10161 20 0 0 23 0 5 0 599419598 158588928 10133 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 38718 10133 178 55 0 36604 0
[pid=2604/tid=2611] ppid=2602 vsize=154872 CPUtime=25.48 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 28489 1255 0 0 2544 4 0 0 25 0 5 0 599419599 158588928 10133 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=154872 CPUtime=25.48 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 27073 1255 0 0 2543 5 0 0 25 0 5 0 599419599 158588928 10133 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=154872 CPUtime=25.34 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 28097 1255 0 0 2529 5 0 0 25 0 5 0 599419599 158588928 10133 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=154872 CPUtime=25.47 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 25632 1255 0 0 2544 3 0 0 25 0 5 0 599419599 158588928 10133 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 154872

[startup+51.1003 s]
/proc/loadavg: 7.59 7.93 7.78 9/186 2634
/proc/meminfo: memFree=20398560/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=174444 CPUtime=204.06 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 182290 1255 0 0 20373 33 0 0 23 0 5 0 599419598 178630656 15013 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 43611 15013 178 55 0 41497 0
[pid=2604/tid=2611] ppid=2602 vsize=174444 CPUtime=51.08 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 49546 1255 0 0 5100 8 0 0 25 0 5 0 599419599 178630656 15013 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=174444 CPUtime=51.07 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 46080 1255 0 0 5098 9 0 0 25 0 5 0 599419599 178630656 15013 33554432000 4194304 4417332 140736436197904 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=174444 CPUtime=50.8 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 44042 1255 0 0 5072 8 0 0 25 0 5 0 599419599 178630656 15013 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=174444 CPUtime=51.06 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 41980 1255 0 0 5100 6 0 0 25 0 5 0 599419599 178630656 15013 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 174444

[startup+102.307 s]
/proc/loadavg: 7.82 7.94 7.79 9/186 2636
/proc/meminfo: memFree=20332328/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=193280 CPUtime=408.6 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 286405 1255 0 0 40811 49 0 0 23 0 5 0 599419598 197918720 19722 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 48320 19722 178 55 0 46206 0
[pid=2604/tid=2611] ppid=2602 vsize=193280 CPUtime=102.29 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 76247 1255 0 0 10216 13 0 0 25 0 5 0 599419599 197918720 19722 33554432000 4194304 4417332 140736436197904 18446744073709551615 18446744073699065955 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=193280 CPUtime=102.28 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 74644 1255 0 0 10215 13 0 0 25 0 5 0 599419599 197918720 19722 33554432000 4194304 4417332 140736436197904 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=193280 CPUtime=101.73 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 67269 1255 0 0 10162 11 0 0 25 0 5 0 599419599 197918720 19722 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=193280 CPUtime=102.27 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 67603 1255 0 0 10217 10 0 0 25 0 5 0 599419599 197918720 19722 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 193280

[startup+162.3 s]
/proc/loadavg: 7.93 7.94 7.80 9/186 2637
/proc/meminfo: memFree=20296324/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=191812 CPUtime=648.25 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 394684 1255 0 0 64759 66 0 0 23 0 5 0 599419598 196415488 19253 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 47953 19253 178 55 0 45839 0
[pid=2604/tid=2611] ppid=2602 vsize=191812 CPUtime=162.29 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 102570 1255 0 0 16212 17 0 0 25 0 5 0 599419599 196415488 19253 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=191812 CPUtime=162.27 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 104061 1255 0 0 16210 17 0 0 25 0 5 0 599419599 196415488 19253 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=191812 CPUtime=161.4 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 94530 1255 0 0 16124 16 0 0 25 0 5 0 599419599 196415488 19253 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=191812 CPUtime=162.25 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 92881 1255 0 0 16211 14 0 0 25 0 5 0 599419599 196415488 19253 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.25
Current children cumulated vsize (KiB) 191812


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

[pid=2604/tid=2612] ppid=2602 vsize=268704 CPUtime=762.3 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 266989 1255 0 0 76188 42 0 0 25 0 5 0 599419599 275152896 38578 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=268704 CPUtime=758.15 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 246309 1255 0 0 75776 39 0 0 25 0 5 0 599419599 275152896 38578 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=268704 CPUtime=762.21 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 252150 1255 0 0 76183 38 0 0 25 0 5 0 599419599 275152896 38578 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 268704

[startup+822.301 s]
/proc/loadavg: 8.15 8.08 7.93 9/186 2655
/proc/meminfo: memFree=19779364/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=274376 CPUtime=3284.66 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1050754 1255 0 0 328303 163 0 0 23 0 5 0 599419598 280961024 39996 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 68594 39996 178 55 0 66480 0
[pid=2604/tid=2611] ppid=2602 vsize=274376 CPUtime=822.3 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 252599 1255 0 0 82192 38 0 0 25 0 5 0 599419599 280961024 39996 33554432000 4194304 4417332 140736436197904 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=274376 CPUtime=822.3 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 276106 1255 0 0 82186 44 0 0 25 0 5 0 599419599 280961024 39996 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=274376 CPUtime=817.82 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 259289 1255 0 0 81742 40 0 0 25 0 5 0 599419599 280961024 39996 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=274376 CPUtime=822.2 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 262118 1255 0 0 82181 39 0 0 25 0 5 0 599419599 280961024 39996 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 274376

[startup+882.3 s]
/proc/loadavg: 8.16 8.10 7.94 9/186 2657
/proc/meminfo: memFree=19842936/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=318888 CPUtime=3524.34 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1105804 1255 0 0 352262 172 0 0 23 0 5 0 599419598 326541312 51124 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 79722 51124 178 55 0 77608 0
[pid=2604/tid=2611] ppid=2602 vsize=318888 CPUtime=882.31 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 265745 1255 0 0 88190 41 0 0 25 0 5 0 599419599 326541312 51124 33554432000 4194304 4417332 140736436197904 18446744073709551615 4353706 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=318888 CPUtime=882.3 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 290170 1255 0 0 88184 46 0 0 25 0 5 0 599419599 326541312 51124 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=318888 CPUtime=877.5 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 272331 1255 0 0 87708 42 0 0 25 0 5 0 599419599 326541312 51124 33554432000 4194304 4417332 140736436197904 18446744073709551615 4251048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=318888 CPUtime=882.19 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 276916 1255 0 0 88178 41 0 0 25 0 5 0 599419599 326541312 51124 33554432000 4194304 4417332 140736436197904 18446744073709551615 4354444 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 318888

[startup+942.301 s]
/proc/loadavg: 8.15 8.11 7.95 9/186 2658
/proc/meminfo: memFree=19817360/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=291976 CPUtime=3764.02 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1151375 1255 0 0 376223 179 0 0 23 0 5 0 599419598 298983424 44396 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 72994 44396 178 55 0 70880 0
[pid=2604/tid=2611] ppid=2602 vsize=291976 CPUtime=942.31 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 272720 1255 0 0 94189 42 0 0 25 0 5 0 599419599 298983424 44396 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=291976 CPUtime=942.3 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 298654 1255 0 0 94183 47 0 0 25 0 5 0 599419599 298983424 44396 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=291976 CPUtime=937.18 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 288533 1255 0 0 93672 46 0 0 25 0 5 0 599419599 298983424 44396 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=291976 CPUtime=942.19 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 290826 1255 0 0 94176 43 0 0 25 0 5 0 599419599 298983424 44396 33554432000 4194304 4417332 140736436197904 18446744073709551615 4366029 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 291976

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 7.96 9/186 2669
/proc/meminfo: memFree=19773712/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=313192 CPUtime=4003.67 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1193509 1255 0 0 400181 186 0 0 23 0 5 0 599419598 320708608 49700 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 78298 49700 178 55 0 76184 0
[pid=2604/tid=2611] ppid=2602 vsize=313192 CPUtime=1002.31 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 280996 1255 0 0 100188 43 0 0 25 0 5 0 599419599 320708608 49700 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=313192 CPUtime=1002.3 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 308873 1255 0 0 100181 49 0 0 25 0 5 0 599419599 320708608 49700 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=313192 CPUtime=996.84 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 299610 1255 0 0 99636 48 0 0 25 0 5 0 599419599 320708608 49700 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=313192 CPUtime=1002.19 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 303388 1255 0 0 100174 45 0 0 25 0 5 0 599419599 320708608 49700 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 313192

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 7.97 9/186 2670
/proc/meminfo: memFree=19740200/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=321492 CPUtime=4243.35 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1236333 1255 0 0 424142 193 0 0 23 0 5 0 599419598 329207808 51775 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 80373 51775 178 55 0 78259 0
[pid=2604/tid=2611] ppid=2602 vsize=321492 CPUtime=1062.32 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 292259 1255 0 0 106187 45 0 0 25 0 5 0 599419599 329207808 51775 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=321492 CPUtime=1062.3 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 316874 1255 0 0 106180 50 0 0 25 0 5 0 599419599 329207808 51775 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=321492 CPUtime=1056.52 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 310578 1255 0 0 105602 50 0 0 25 0 5 0 599419599 329207808 51775 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=321492 CPUtime=1062.18 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 315980 1255 0 0 106171 47 0 0 25 0 5 0 599419599 329207808 51775 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 321492

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 7.98 9/186 2672
/proc/meminfo: memFree=19580832/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=339332 CPUtime=4483.02 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1283623 1255 0 0 448101 201 0 0 23 0 5 0 599419598 347475968 56235 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 84833 56235 178 55 0 82719 0
[pid=2604/tid=2611] ppid=2602 vsize=339332 CPUtime=1122.32 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 301326 1255 0 0 112186 46 0 0 25 0 5 0 599419599 347475968 56235 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=339332 CPUtime=1122.31 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 331163 1255 0 0 112178 53 0 0 25 0 5 0 599419599 347475968 56235 33554432000 4194304 4417332 140736436197904 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=339332 CPUtime=1116.19 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 323239 1255 0 0 111567 52 0 0 25 0 5 0 599419599 347475968 56235 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=339332 CPUtime=1122.18 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 327253 1255 0 0 112169 49 0 0 25 0 5 0 599419599 347475968 56235 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 339332

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 7.98 9/186 2674
/proc/meminfo: memFree=19565056/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=362632 CPUtime=4722.7 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1323996 1255 0 0 472062 208 0 0 23 0 5 0 599419598 371335168 62060 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 90658 62060 178 55 0 88544 0
[pid=2604/tid=2611] ppid=2602 vsize=362632 CPUtime=1182.32 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 308268 1255 0 0 118185 47 0 0 25 0 5 0 599419599 371335168 62060 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=362632 CPUtime=1182.31 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 339925 1255 0 0 118176 55 0 0 25 0 5 0 599419599 371335168 62060 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=362632 CPUtime=1175.86 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 332341 1255 0 0 117533 53 0 0 25 0 5 0 599419599 371335168 62060 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=362632 CPUtime=1182.17 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 342820 1255 0 0 118166 51 0 0 25 0 5 0 599419599 371335168 62060 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 362632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.12 7.99 9/186 2674
/proc/meminfo: memFree=19581912/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=326484 CPUtime=4800.2 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1337881 1255 0 0 479810 210 0 0 23 0 5 0 599419598 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 81621 53023 178 55 0 79507 0
[pid=2604/tid=2611] ppid=2602 vsize=326484 CPUtime=1201.73 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 311406 1255 0 0 120125 48 0 0 25 0 5 0 599419599 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=326484 CPUtime=1201.71 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 342239 1255 0 0 120116 55 0 0 25 0 5 0 599419599 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=326484 CPUtime=1195.16 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 338491 1255 0 0 119462 54 0 0 25 0 5 0 599419599 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=326484 CPUtime=1201.57 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 345103 1255 0 0 120106 51 0 0 25 0 5 0 599419599 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 326484

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

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

[startup+1201.7 s]
/proc/loadavg: 8.12 8.12 7.99 9/186 2674
/proc/meminfo: memFree=19581912/32950928 swapFree=67111524/67111528
[pid=2604] ppid=2602 vsize=326484 CPUtime=4800.2 cores=0,2,4,6
/proc/2604/stat : 2604 (plingeling) S 2602 2604 567 0 -1 4202496 1337881 1255 0 0 479810 210 0 0 23 0 5 0 599419598 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 231907293157 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/2604/statm: 81621 53023 178 55 0 79507 0
[pid=2604/tid=2611] ppid=2602 vsize=326484 CPUtime=1201.73 cores=0,2,4,6
/proc/2604/task/2611/stat : 2611 (plingeling) R 2602 2604 567 0 -1 4202560 311406 1255 0 0 120125 48 0 0 25 0 5 0 599419599 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=2604/tid=2612] ppid=2602 vsize=326484 CPUtime=1201.71 cores=0,2,4,6
/proc/2604/task/2612/stat : 2612 (plingeling) R 2602 2604 567 0 -1 4202560 342239 1255 0 0 120116 55 0 0 25 0 5 0 599419599 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=2604/tid=2613] ppid=2602 vsize=326484 CPUtime=1195.16 cores=0,2,4,6
/proc/2604/task/2613/stat : 2613 (plingeling) R 2602 2604 567 0 -1 4202560 338491 1255 0 0 119462 54 0 0 25 0 5 0 599419599 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=2604/tid=2614] ppid=2602 vsize=326484 CPUtime=1201.57 cores=0,2,4,6
/proc/2604/task/2614/stat : 2614 (plingeling) R 2602 2604 567 0 -1 4202560 345103 1255 0 0 120106 51 0 0 25 0 5 0 599419599 334319616 53023 33554432000 4194304 4417332 140736436197904 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 326484

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.25
CPU user time (s): 4798.13
CPU system time (s): 2.11868
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 379712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.13
system time used= 2.11868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1339136
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= 69
involuntary context switches= 22805

runsolver used 2.01769 second user time and 4.54731 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 17:44:49
IDJOB=3250328
IDBENCH=83250
IDSOLVER=1605
FILE ID=node114/3250328-1304091889
RUNJOBID= node114-1304091889-2594
PBS_JOBID= 13170509
Free space on /tmp= 71804 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_511.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250328-1304091889/watcher-3250328-1304091889 -o /tmp/evaluation-result-3250328-1304091889/solver-3250328-1304091889 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3250328-1304091889.cnf

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
RANDOM SEED=1087611736

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20752188 kB
Buffers:       2224164 kB
Cached:        9329604 kB
SwapCached:          4 kB
Active:        2831584 kB
Inactive:      8786384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20752188 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             444 kB
Writeback:          12 kB
AnonPages:       63668 kB
Mapped:          14488 kB
Slab:           516312 kB
PageTables:       4380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189364 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= 71780 MiB
End job on node114 at 2011-04-29 18:04:53