Trace number 3251692

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.34 1201.89

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3251692-1304120289/watcher-3251692-1304120289 -o /tmp/evaluation-result-3251692-1304120289/solver-3251692-1304120289 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3251692-1304120289.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: 7.44 7.93 7.77 2/174 27809
/proc/meminfo: memFree=30938184/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=9680 CPUtime=0 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) R 27807 27809 26898 0 -1 4202496 496 1255 0 0 0 0 0 0 22 0 1 0 523626835 9912320 425 33554432000 4194304 4417332 140735381971744 18446744073709551615 228122407907 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/27809/statm: 2420 425 146 55 0 306 0

[startup+0.0512761 s]
/proc/loadavg: 7.44 7.93 7.77 2/174 27809
/proc/meminfo: memFree=30938184/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=17664 CPUtime=0.04 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) R 27807 27809 26898 0 -1 4202496 2565 1255 0 0 4 0 0 0 22 0 1 0 523626835 18087936 2438 33554432000 4194304 4417332 140735381971744 18446744073709551615 228122713856 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/27809/statm: 4416 2438 147 55 0 2302 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17664

[startup+0.10027 s]
/proc/loadavg: 7.44 7.93 7.77 2/174 27809
/proc/meminfo: memFree=30938184/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=25856 CPUtime=0.09 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) R 27807 27809 26898 0 -1 4202496 4613 1255 0 0 9 0 0 0 22 0 1 0 523626835 26476544 4486 33554432000 4194304 4417332 140735381971744 18446744073709551615 228122713856 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/27809/statm: 6464 4486 147 55 0 4350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25856

[startup+0.300183 s]
/proc/loadavg: 7.44 7.93 7.77 2/174 27809
/proc/meminfo: memFree=30938184/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=85840 CPUtime=0.68 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 9658 1255 0 0 67 1 0 0 23 0 5 0 523626835 87900160 9274 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 21460 9274 175 55 0 19346 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85840

[startup+0.701069 s]
/proc/loadavg: 7.44 7.93 7.77 2/174 27809
/proc/meminfo: memFree=30938184/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=94416 CPUtime=2.28 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 19767 1255 0 0 225 3 0 0 23 0 5 0 523626835 96681984 11390 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 23604 11390 179 55 0 21490 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 94416

[startup+1.50092 s]
/proc/loadavg: 7.44 7.93 7.77 9/186 27835
/proc/meminfo: memFree=30809368/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=101240 CPUtime=5.47 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 26086 1255 0 0 543 4 0 0 23 0 5 0 523626835 103669760 13097 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 25310 13097 180 55 0 23196 0
[pid=27809/tid=27828] ppid=27807 vsize=101240 CPUtime=1.32 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 2849 1255 0 0 132 0 0 0 25 0 5 0 523626852 103669760 13097 33554432000 4194304 4417332 140735381971744 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=101240 CPUtime=1.32 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 2814 1255 0 0 132 0 0 0 25 0 5 0 523626852 103669760 13097 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=101240 CPUtime=1.32 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 3362 1255 0 0 132 0 0 0 25 0 5 0 523626852 103669760 13097 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=101240 CPUtime=1.32 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 8340 1255 0 0 130 2 0 0 25 0 5 0 523626852 103669760 13097 33554432000 4194304 4417332 140735381971744 18446744073709551615 4251133 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 101240

[startup+3.10064 s]
/proc/loadavg: 7.44 7.93 7.77 9/186 27835
/proc/meminfo: memFree=30774648/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=119680 CPUtime=11.86 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 35797 1255 0 0 1181 5 0 0 23 0 5 0 523626835 122552320 17707 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 29920 17707 180 55 0 27806 0
[pid=27809/tid=27828] ppid=27807 vsize=119680 CPUtime=2.92 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 3359 1255 0 0 292 0 0 0 25 0 5 0 523626852 122552320 17707 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249831 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=119680 CPUtime=2.92 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 3653 1255 0 0 292 0 0 0 25 0 5 0 523626852 122552320 17707 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=119680 CPUtime=2.92 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 3362 1255 0 0 292 0 0 0 25 0 5 0 523626852 122552320 17707 33554432000 4194304 4417332 140735381971744 18446744073709551615 4258267 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=119680 CPUtime=2.91 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 16702 1255 0 0 288 3 0 0 25 0 5 0 523626852 122552320 17707 33554432000 4194304 4417332 140735381971744 18446744073709551615 18446744073699066057 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 119680

[startup+6.30106 s]
/proc/loadavg: 7.49 7.93 7.77 9/186 27835
/proc/meminfo: memFree=30729032/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=127788 CPUtime=24.64 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 46785 1255 0 0 2457 7 0 0 23 0 5 0 523626835 130854912 19766 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 31947 19766 180 55 0 29833 0
[pid=27809/tid=27828] ppid=27807 vsize=127788 CPUtime=6.12 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 3359 1255 0 0 612 0 0 0 25 0 5 0 523626852 130854912 19766 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=127788 CPUtime=6.12 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 3653 1255 0 0 612 0 0 0 25 0 5 0 523626852 130854912 19766 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=127788 CPUtime=6.12 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 3830 1255 0 0 612 0 0 0 25 0 5 0 523626852 130854912 19766 33554432000 4194304 4417332 140735381971744 18446744073709551615 4253440 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=127788 CPUtime=6.09 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 27222 1255 0 0 605 4 0 0 25 0 5 0 523626852 130854912 19766 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 127788

[startup+12.7009 s]
/proc/loadavg: 7.53 7.94 7.78 9/186 27835
/proc/meminfo: memFree=30662412/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=177852 CPUtime=50.21 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 68763 1255 0 0 5009 12 0 0 23 0 5 0 523626835 182120448 31739 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 44463 31739 180 55 0 42349 0
[pid=27809/tid=27828] ppid=27807 vsize=177852 CPUtime=12.53 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 3359 1255 0 0 1252 1 0 0 25 0 5 0 523626852 182120448 31739 33554432000 4194304 4417332 140735381971744 18446744073709551615 4250058 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=177852 CPUtime=12.52 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 3653 1255 0 0 1252 0 0 0 25 0 5 0 523626852 182120448 31739 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=177852 CPUtime=12.52 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 3830 1255 0 0 1252 0 0 0 25 0 5 0 523626852 182120448 31739 33554432000 4194304 4417332 140735381971744 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=177852 CPUtime=12.46 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 49200 1255 0 0 1237 9 0 0 25 0 5 0 523626852 182120448 31739 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 177852

[startup+25.5006 s]
/proc/loadavg: 7.70 7.95 7.78 9/186 27835
/proc/meminfo: memFree=30488928/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=181064 CPUtime=101.34 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 102806 1255 0 0 10117 17 0 0 23 0 5 0 523626835 185409536 33053 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 45266 33053 180 55 0 43152 0
[pid=27809/tid=27828] ppid=27807 vsize=181064 CPUtime=25.32 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 5385 1255 0 0 2531 1 0 0 25 0 5 0 523626852 185409536 33053 33554432000 4194304 4417332 140735381971744 18446744073709551615 4290605 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=181064 CPUtime=25.32 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 3946 1255 0 0 2532 0 0 0 25 0 5 0 523626852 185409536 33053 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=181064 CPUtime=25.32 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 6603 1255 0 0 2532 0 0 0 25 0 5 0 523626852 185409536 33053 33554432000 4194304 4417332 140735381971744 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=181064 CPUtime=25.19 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 78151 1255 0 0 2505 14 0 0 25 0 5 0 523626852 185409536 33053 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 181064

[startup+51.101 s]
/proc/loadavg: 7.80 7.96 7.79 9/186 27836
/proc/meminfo: memFree=30386548/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=240536 CPUtime=203.6 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 148721 1255 0 0 20335 25 0 0 23 0 5 0 523626835 246308864 47922 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 60134 47922 181 55 0 58020 0
[pid=27809/tid=27828] ppid=27807 vsize=240536 CPUtime=50.92 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 7342 1255 0 0 5091 1 0 0 25 0 5 0 523626852 246308864 47922 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=240536 CPUtime=50.92 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 8024 1255 0 0 5092 0 0 0 25 0 5 0 523626852 246308864 47922 33554432000 4194304 4417332 140735381971744 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=240536 CPUtime=50.92 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 7627 1255 0 0 5092 0 0 0 25 0 5 0 523626852 246308864 47922 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=240536 CPUtime=50.65 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 117007 1255 0 0 5044 21 0 0 25 0 5 0 523626852 246308864 47922 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 240536

[startup+102.307 s]
/proc/loadavg: 7.97 7.98 7.80 9/186 27837
/proc/meminfo: memFree=30029404/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=477068 CPUtime=408.14 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 271738 1255 0 0 40772 42 0 0 23 0 5 0 523626835 488517632 107055 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 119267 107055 181 55 0 117153 0
[pid=27809/tid=27828] ppid=27807 vsize=477068 CPUtime=102.13 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 23904 1255 0 0 10210 3 0 0 25 0 5 0 523626852 488517632 107055 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=477068 CPUtime=102.13 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 33681 1255 0 0 10209 4 0 0 25 0 5 0 523626852 488517632 107055 33554432000 4194304 4417332 140735381971744 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=477068 CPUtime=102.13 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 27391 1255 0 0 10210 3 0 0 25 0 5 0 523626852 488517632 107055 33554432000 4194304 4417332 140735381971744 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=477068 CPUtime=101.56 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 178041 1255 0 0 10126 30 0 0 25 0 5 0 523626852 488517632 107055 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.14
Current children cumulated vsize (KiB) 477068

[startup+162.301 s]
/proc/loadavg: 8.09 8.01 7.82 9/186 27839
/proc/meminfo: memFree=29822780/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=549976 CPUtime=647.8 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 400131 1255 0 0 64717 63 0 0 23 0 5 0 523626835 563175424 125282 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 137494 125282 181 55 0 135380 0
[pid=27809/tid=27828] ppid=27807 vsize=549976 CPUtime=162.11 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 52258 1255 0 0 16204 7 0 0 25 0 5 0 523626852 563175424 125282 33554432000 4194304 4417332 140735381971744 18446744073709551615 4309720 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=549976 CPUtime=162.13 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 49459 1255 0 0 16207 6 0 0 25 0 5 0 523626852 563175424 125282 33554432000 4194304 4417332 140735381971744 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=549976 CPUtime=162.13 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 52695 1255 0 0 16206 7 0 0 25 0 5 0 523626852 563175424 125282 33554432000 4194304 4417332 140735381971744 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=549976 CPUtime=161.24 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 236998 1255 0 0 16084 40 0 0 25 0 5 0 523626852 563175424 125282 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.8
Current children cumulated vsize (KiB) 549976


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

[pid=27809/tid=27829] ppid=27807 vsize=1698732 CPUtime=702.13 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 318915 1255 0 0 70168 45 0 0 25 0 5 0 523626852 1739501568 412503 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1698732 CPUtime=702.14 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 280635 1255 0 0 70174 40 0 0 25 0 5 0 523626852 1739501568 412503 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1698732 CPUtime=698.31 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 473726 1255 0 0 69747 84 0 0 25 0 5 0 523626852 1739501568 412503 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2804.9
Current children cumulated vsize (KiB) 1698732

[startup+762.307 s]
/proc/loadavg: 8.23 8.09 7.93 9/186 27855
/proc/meminfo: memFree=28341460/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1129036 CPUtime=3044.59 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1505531 1255 0 0 304224 235 0 0 23 0 5 0 523626835 1156132864 270047 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 282259 270047 181 55 0 280145 0
[pid=27809/tid=27828] ppid=27807 vsize=1129036 CPUtime=762.12 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 351022 1255 0 0 76160 52 0 0 25 0 5 0 523626852 1156132864 270047 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1129036 CPUtime=762.14 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 324128 1255 0 0 76167 47 0 0 25 0 5 0 523626852 1156132864 270047 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1129036 CPUtime=762.15 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 297019 1255 0 0 76173 42 0 0 25 0 5 0 523626852 1156132864 270047 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1129036 CPUtime=757.98 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 524641 1255 0 0 75707 91 0 0 25 0 5 0 523626852 1156132864 270047 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.59
Current children cumulated vsize (KiB) 1129036

[startup+822.301 s]
/proc/loadavg: 8.08 8.07 7.93 9/186 27856
/proc/meminfo: memFree=28114752/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1198072 CPUtime=3284.26 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1548786 1255 0 0 328183 243 0 0 23 0 5 0 523626835 1226825728 287306 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 299518 287306 181 55 0 297404 0
[pid=27809/tid=27828] ppid=27807 vsize=1198072 CPUtime=822.13 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 360857 1255 0 0 82159 54 0 0 25 0 5 0 523626852 1226825728 287306 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1198072 CPUtime=822.14 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 349167 1255 0 0 82162 52 0 0 25 0 5 0 523626852 1226825728 287306 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1198072 CPUtime=822.14 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 305211 1255 0 0 82171 43 0 0 25 0 5 0 523626852 1226825728 287306 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1198072 CPUtime=817.65 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 524830 1255 0 0 81674 91 0 0 25 0 5 0 523626852 1226825728 287306 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.26
Current children cumulated vsize (KiB) 1198072

[startup+882.3 s]
/proc/loadavg: 8.03 8.06 7.93 9/186 27858
/proc/meminfo: memFree=27892120/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1277364 CPUtime=3523.93 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1604171 1255 0 0 352143 250 0 0 23 0 5 0 523626835 1308020736 307129 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 319341 307129 181 55 0 317227 0
[pid=27809/tid=27828] ppid=27807 vsize=1277364 CPUtime=882.12 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 380693 1255 0 0 88156 56 0 0 25 0 5 0 523626852 1308020736 307129 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1277364 CPUtime=882.15 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 384716 1255 0 0 88158 57 0 0 25 0 5 0 523626852 1308020736 307129 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1277364 CPUtime=882.14 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 305211 1255 0 0 88171 43 0 0 25 0 5 0 523626852 1308020736 307129 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1277364 CPUtime=877.33 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 524830 1255 0 0 87642 91 0 0 25 0 5 0 523626852 1308020736 307129 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.93
Current children cumulated vsize (KiB) 1277364

[startup+942.3 s]
/proc/loadavg: 8.01 8.05 7.93 9/186 27860
/proc/meminfo: memFree=27477936/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1496628 CPUtime=3763.61 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1691364 1255 0 0 376097 264 0 0 23 0 5 0 523626835 1532547072 361945 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 374157 361945 181 55 0 372043 0
[pid=27809/tid=27828] ppid=27807 vsize=1496628 CPUtime=942.12 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 430181 1255 0 0 94148 64 0 0 25 0 5 0 523626852 1532547072 361945 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1496628 CPUtime=942.14 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 401100 1255 0 0 94156 58 0 0 25 0 5 0 523626852 1532547072 361945 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1496628 CPUtime=942.14 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 309014 1255 0 0 94170 44 0 0 25 0 5 0 523626852 1532547072 361945 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1496628 CPUtime=937.01 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 542348 1255 0 0 93606 95 0 0 25 0 5 0 523626852 1532547072 361945 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.61
Current children cumulated vsize (KiB) 1496628

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 7.93 9/186 27861
/proc/meminfo: memFree=27347448/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1702660 CPUtime=4003.29 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1759256 1255 0 0 400055 274 0 0 23 0 5 0 523626835 1743523840 413453 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 425665 413453 181 55 0 423551 0
[pid=27809/tid=27828] ppid=27807 vsize=1702660 CPUtime=1002.12 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 446565 1255 0 0 100146 66 0 0 25 0 5 0 523626852 1743523840 413453 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1702660 CPUtime=1002.15 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 406632 1255 0 0 100156 59 0 0 25 0 5 0 523626852 1743523840 413453 33554432000 4194304 4417332 140735381971744 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1702660 CPUtime=1002.14 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 329957 1255 0 0 100167 47 0 0 25 0 5 0 523626852 1743523840 413453 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1702660 CPUtime=996.68 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 567381 1255 0 0 99569 99 0 0 25 0 5 0 523626852 1743523840 413453 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.29
Current children cumulated vsize (KiB) 1702660

[startup+1062.3 s]
/proc/loadavg: 8.05 8.04 7.94 9/186 27863
/proc/meminfo: memFree=27530192/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1778928 CPUtime=4242.96 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1815970 1255 0 0 424014 282 0 0 23 0 5 0 523626835 1821622272 430113 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 444732 430113 181 55 0 442618 0
[pid=27809/tid=27828] ppid=27807 vsize=1778928 CPUtime=1062.13 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 454757 1255 0 0 106145 68 0 0 25 0 5 0 523626852 1821622272 430113 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1778928 CPUtime=1062.15 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 451316 1255 0 0 106149 66 0 0 25 0 5 0 523626852 1821622272 430113 33554432000 4194304 4417332 140735381971744 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1778928 CPUtime=1062.15 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 329957 1255 0 0 106168 47 0 0 25 0 5 0 523626852 1821622272 430113 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1778928 CPUtime=1056.36 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 571219 1255 0 0 105536 100 0 0 25 0 5 0 523626852 1821622272 430113 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.96
Current children cumulated vsize (KiB) 1778928

[startup+1122.3 s]
/proc/loadavg: 8.06 8.04 7.94 9/186 27864
/proc/meminfo: memFree=27765988/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1531128 CPUtime=4482.64 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1844575 1255 0 0 447976 288 0 0 23 0 5 0 523626835 1567875072 368163 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 382782 368163 181 55 0 380668 0
[pid=27809/tid=27828] ppid=27807 vsize=1531128 CPUtime=1122.12 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 472554 1255 0 0 112142 70 0 0 25 0 5 0 523626852 1567875072 368163 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1531128 CPUtime=1122.15 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 451316 1255 0 0 112149 66 0 0 25 0 5 0 523626852 1567875072 368163 33554432000 4194304 4417332 140735381971744 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1531128 CPUtime=1122.15 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 334714 1255 0 0 112166 49 0 0 25 0 5 0 523626852 1567875072 368163 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1531128 CPUtime=1116.03 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 577270 1255 0 0 111502 101 0 0 25 0 5 0 523626852 1567875072 368163 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.64
Current children cumulated vsize (KiB) 1531128

[startup+1182.3 s]
/proc/loadavg: 8.11 8.06 7.95 9/186 27866
/proc/meminfo: memFree=27458804/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1702088 CPUtime=4722.32 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1952761 1255 0 0 471929 303 0 0 23 0 5 0 523626835 1742938112 412943 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 425522 412943 181 55 0 423408 0
[pid=27809/tid=27828] ppid=27807 vsize=1702088 CPUtime=1182.13 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 505322 1255 0 0 118138 75 0 0 25 0 5 0 523626852 1742938112 412943 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1702088 CPUtime=1182.15 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 501347 1255 0 0 118142 73 0 0 25 0 5 0 523626852 1742938112 412943 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1702088 CPUtime=1182.15 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 344106 1255 0 0 118165 50 0 0 25 0 5 0 523626852 1742938112 412943 33554432000 4194304 4417332 140735381971744 18446744073709551615 4307648 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1702088 CPUtime=1175.71 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 593265 1255 0 0 117468 103 0 0 25 0 5 0 523626852 1742938112 412943 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 1702088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.15 8.07 7.96 9/186 27867
/proc/meminfo: memFree=27452952/32951124 swapFree=67111444/67111528
[pid=27809] ppid=27807 vsize=1707756 CPUtime=4800.24 cores=0,2,4,6
/proc/27809/stat : 27809 (plingeling) S 27807 27809 26898 0 -1 4202496 1977475 1255 0 0 479716 308 0 0 23 0 5 0 523626835 1748742144 414360 33554432000 4194304 4417332 140735381971744 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27809/statm: 426939 414360 181 55 0 424825 0
[pid=27809/tid=27828] ppid=27807 vsize=1707756 CPUtime=1201.62 cores=0,2,4,6
/proc/27809/task/27828/stat : 27828 (plingeling) R 27807 27809 26898 0 -1 4202560 513514 1255 0 0 120087 75 0 0 25 0 5 0 523626852 1748742144 414360 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27809/tid=27829] ppid=27807 vsize=1707756 CPUtime=1201.65 cores=0,2,4,6
/proc/27809/task/27829/stat : 27829 (plingeling) R 27807 27809 26898 0 -1 4202560 501347 1255 0 0 120092 73 0 0 25 0 5 0 523626852 1748742144 414360 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27809/tid=27830] ppid=27807 vsize=1707756 CPUtime=1201.65 cores=0,2,4,6
/proc/27809/task/27830/stat : 27830 (plingeling) R 27807 27809 26898 0 -1 4202560 360628 1255 0 0 120112 53 0 0 25 0 5 0 523626852 1748742144 414360 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27809/tid=27831] ppid=27807 vsize=1707756 CPUtime=1195.1 cores=0,2,4,6
/proc/27809/task/27831/stat : 27831 (plingeling) R 27807 27809 26898 0 -1 4202560 593265 1255 0 0 119407 103 0 0 25 0 5 0 523626852 1748742144 414360 33554432000 4194304 4417332 140735381971744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1707756

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.89
CPU time (s): 4800.34
CPU user time (s): 4797.18
CPU system time (s): 3.15752
CPU usage (%): 399.401
Max. virtual memory (cumulated for all children) (KiB): 1850644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.18
system time used= 3.15752
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1978730
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= 237
involuntary context switches= 33829

runsolver used 1.9457 second user time and 4.6163 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-30 01:38:09
IDJOB=3251692
IDBENCH=88229
IDSOLVER=1605
FILE ID=node138/3251692-1304120289
RUNJOBID= node138-1304120288-27795
PBS_JOBID= 13170689
Free space on /tmp= 71808 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251692-1304120289/watcher-3251692-1304120289 -o /tmp/evaluation-result-3251692-1304120289/solver-3251692-1304120289 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3251692-1304120289.cnf

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=295265927

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32951124 kB
MemFree:      30938472 kB
Buffers:        612608 kB
Cached:         944104 kB
SwapCached:         84 kB
Active:          81844 kB
Inactive:      1541948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30938472 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:            7088 kB
Writeback:           0 kB
AnonPages:       67080 kB
Mapped:          14492 kB
Slab:           324384 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191316 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= 71804 MiB
End job on node138 at 2011-04-30 01:58:12