Trace number 3251296

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.84587
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3251296-1304117139/watcher-3251296-1304117139 -o /tmp/evaluation-result-3251296-1304117139/solver-3251296-1304117139 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3251296-1304117139.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: 3.77 4.31 5.65 3/174 27244
/proc/meminfo: memFree=24382648/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=9792 CPUtime=0 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) R 27242 27244 26610 0 -1 4202496 508 1251 0 0 0 0 0 0 22 0 1 0 601944522 10027008 437 33554432000 4194304 4417332 140733845577920 18446744073709551615 216734872523 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/27244/statm: 2448 437 146 55 0 334 0

[startup+0.077392 s]
/proc/loadavg: 3.77 4.31 5.65 3/174 27244
/proc/meminfo: memFree=24382648/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=25864 CPUtime=0.06 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) R 27242 27244 26610 0 -1 4202496 4641 1251 0 0 6 0 0 0 22 0 1 0 601944522 26484736 4488 33554432000 4194304 4417332 140733845577920 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/27244/statm: 6466 4488 147 55 0 4352 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25864

[startup+0.199304 s]
/proc/loadavg: 3.77 4.31 5.65 3/174 27244
/proc/meminfo: memFree=24382648/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=69092 CPUtime=0.49 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 5486 1251 0 0 49 0 0 0 22 0 5 0 601944522 70750208 5087 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 17273 5087 175 55 0 15159 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 69092

[startup+0.300285 s]
/proc/loadavg: 3.77 4.31 5.65 3/174 27244
/proc/meminfo: memFree=24382648/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=70876 CPUtime=0.89 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 9370 1251 0 0 88 1 0 0 22 0 5 0 601944522 72577024 5534 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 17719 5534 176 55 0 15605 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 70876

[startup+0.700219 s]
/proc/loadavg: 3.77 4.31 5.65 3/174 27244
/proc/meminfo: memFree=24382648/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=79396 CPUtime=2.49 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 12259 1251 0 0 248 1 0 0 22 0 5 0 601944522 81301504 7635 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 19849 7635 179 55 0 17735 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 79396

[startup+1.50105 s]
/proc/loadavg: 3.77 4.31 5.65 9/186 27269
/proc/meminfo: memFree=24209580/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=82396 CPUtime=5.69 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 18558 1251 0 0 567 2 0 0 22 0 5 0 601944522 84373504 8386 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 20599 8386 180 55 0 18485 0
[pid=27244/tid=27251] ppid=27242 vsize=82396 CPUtime=1.4 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 1867 1251 0 0 140 0 0 0 25 0 5 0 601944532 84373504 8386 33554432000 4194304 4417332 140733845577920 18446744073709551615 4258445 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=82396 CPUtime=1.39 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 1120 1251 0 0 139 0 0 0 25 0 5 0 601944532 84373504 8386 33554432000 4194304 4417332 140733845577920 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=82396 CPUtime=1.39 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 1700 1251 0 0 139 0 0 0 25 0 5 0 601944532 84373504 8386 33554432000 4194304 4417332 140733845577920 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=82396 CPUtime=1.39 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 9218 1251 0 0 138 1 0 0 25 0 5 0 601944532 84373504 8386 33554432000 4194304 4417332 140733845577920 18446744073709551615 4251100 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 82396

[startup+3.10077 s]
/proc/loadavg: 3.77 4.31 5.65 9/186 27269
/proc/meminfo: memFree=24188500/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=100856 CPUtime=12.08 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 27416 1251 0 0 1205 3 0 0 22 0 5 0 601944522 103276544 13001 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 25214 13001 180 55 0 23100 0
[pid=27244/tid=27251] ppid=27242 vsize=100856 CPUtime=3 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 1867 1251 0 0 300 0 0 0 25 0 5 0 601944532 103276544 13001 33554432000 4194304 4417332 140733845577920 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=100856 CPUtime=2.99 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 1120 1251 0 0 299 0 0 0 25 0 5 0 601944532 103276544 13001 33554432000 4194304 4417332 140733845577920 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=100856 CPUtime=2.98 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 1918 1251 0 0 298 0 0 0 25 0 5 0 601944532 103276544 13001 33554432000 4194304 4417332 140733845577920 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=100856 CPUtime=2.99 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 17858 1251 0 0 297 2 0 0 25 0 5 0 601944532 103276544 13001 33554432000 4194304 4417332 140733845577920 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 100856

[startup+6.30021 s]
/proc/loadavg: 4.11 4.37 5.67 10/186 27269
/proc/meminfo: memFree=24099000/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=109484 CPUtime=24.86 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 41844 1251 0 0 2480 6 0 0 22 0 5 0 601944522 112111616 15158 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 27371 15158 180 55 0 25257 0
[pid=27244/tid=27251] ppid=27242 vsize=109484 CPUtime=6.19 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 1867 1251 0 0 619 0 0 0 25 0 5 0 601944532 112111616 15158 33554432000 4194304 4417332 140733845577920 18446744073709551615 4249978 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=109484 CPUtime=6.19 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 1786 1251 0 0 619 0 0 0 25 0 5 0 601944532 112111616 15158 33554432000 4194304 4417332 140733845577920 18446744073709551615 4258499 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=109484 CPUtime=6.17 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 2658 1251 0 0 617 0 0 0 25 0 5 0 601944532 112111616 15158 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=109484 CPUtime=6.19 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 30880 1251 0 0 615 4 0 0 25 0 5 0 601944532 112111616 15158 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 109484

[startup+12.7011 s]
/proc/loadavg: 4.42 4.43 5.68 9/186 27269
/proc/meminfo: memFree=24042976/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=136624 CPUtime=50.43 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 58946 1251 0 0 5034 9 0 0 22 0 5 0 601944522 139902976 21943 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 34156 21943 180 55 0 32042 0
[pid=27244/tid=27251] ppid=27242 vsize=136624 CPUtime=12.59 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 1867 1251 0 0 1259 0 0 0 25 0 5 0 601944532 139902976 21943 33554432000 4194304 4417332 140733845577920 18446744073709551615 4232670 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=136624 CPUtime=12.59 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 1786 1251 0 0 1259 0 0 0 25 0 5 0 601944532 139902976 21943 33554432000 4194304 4417332 140733845577920 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=136624 CPUtime=12.53 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 5711 1251 0 0 1253 0 0 0 25 0 5 0 601944532 139902976 21943 33554432000 4194304 4417332 140733845577920 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=136624 CPUtime=12.59 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 44929 1251 0 0 1253 6 0 0 25 0 5 0 601944532 139902976 21943 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 136624

[startup+25.5009 s]
/proc/loadavg: 5.29 4.62 5.72 9/186 27270
/proc/meminfo: memFree=23856908/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=204376 CPUtime=101.57 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 98079 1251 0 0 10141 16 0 0 22 0 5 0 601944522 209281024 38881 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 51094 38881 180 55 0 48980 0
[pid=27244/tid=27251] ppid=27242 vsize=204376 CPUtime=25.39 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 5083 1251 0 0 2539 0 0 0 25 0 5 0 601944532 209281024 38881 33554432000 4194304 4417332 140733845577920 18446744073709551615 4250731 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=204376 CPUtime=25.39 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 4228 1251 0 0 2539 0 0 0 25 0 5 0 601944532 209281024 38881 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=204376 CPUtime=25.27 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 12774 1251 0 0 2525 2 0 0 25 0 5 0 601944532 209281024 38881 33554432000 4194304 4417332 140733845577920 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=204376 CPUtime=25.39 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 71341 1251 0 0 2528 11 0 0 25 0 5 0 601944532 209281024 38881 33554432000 4194304 4417332 140733845577920 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 204376

[startup+51.1004 s]
/proc/loadavg: 6.29 4.90 5.78 9/186 27270
/proc/meminfo: memFree=23660164/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=367380 CPUtime=203.82 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 177332 1251 0 0 20353 29 0 0 22 0 5 0 601944522 376197120 63281 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 91845 63281 180 55 0 89731 0
[pid=27244/tid=27251] ppid=27242 vsize=367380 CPUtime=50.99 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 22855 1251 0 0 5096 3 0 0 25 0 5 0 601944532 376197120 63281 33554432000 4194304 4417332 140733845577920 18446744073709551615 4309936 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=367380 CPUtime=50.99 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 19548 1251 0 0 5096 3 0 0 25 0 5 0 601944532 376197120 63281 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=367380 CPUtime=50.73 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 22988 1251 0 0 5069 4 0 0 25 0 5 0 601944532 376197120 63281 33554432000 4194304 4417332 140733845577920 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=367380 CPUtime=51 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 107288 1251 0 0 5082 18 0 0 25 0 5 0 601944532 376197120 63281 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 367380

[startup+102.306 s]
/proc/loadavg: 7.31 5.39 5.90 9/186 27272
/proc/meminfo: memFree=23287756/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=523992 CPUtime=408.37 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 335993 1251 0 0 40783 54 0 0 22 0 5 0 601944522 536567808 102435 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 130998 102435 181 55 0 128884 0
[pid=27244/tid=27251] ppid=27242 vsize=523992 CPUtime=102.19 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 44026 1251 0 0 10213 6 0 0 25 0 5 0 601944532 536567808 102435 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=523992 CPUtime=102.19 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 42728 1251 0 0 10213 6 0 0 25 0 5 0 601944532 536567808 102435 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=523992 CPUtime=101.65 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 80805 1251 0 0 10153 12 0 0 25 0 5 0 601944532 536567808 102435 33554432000 4194304 4417332 140733845577920 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=523992 CPUtime=102.2 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 163781 1251 0 0 10193 27 0 0 25 0 5 0 601944532 536567808 102435 33554432000 4194304 4417332 140733845577920 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.37
Current children cumulated vsize (KiB) 523992

[startup+162.301 s]
/proc/loadavg: 7.91 5.91 6.05 9/186 27273
/proc/meminfo: memFree=23146996/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=665676 CPUtime=648.02 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 501380 1251 0 0 64721 81 0 0 22 0 5 0 601944522 681652224 137888 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 166419 137888 181 55 0 164305 0
[pid=27244/tid=27251] ppid=27242 vsize=665676 CPUtime=162.19 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 72127 1251 0 0 16209 10 0 0 25 0 5 0 601944532 681652224 137888 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=665676 CPUtime=162.19 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 64305 1251 0 0 16210 9 0 0 25 0 5 0 601944532 681652224 137888 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=665676 CPUtime=161.32 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 140889 1251 0 0 16111 21 0 0 25 0 5 0 601944532 681652224 137888 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=665676 CPUtime=162.2 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 219406 1251 0 0 16182 38 0 0 25 0 5 0 601944532 681652224 137888 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.02
Current children cumulated vsize (KiB) 665676


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

[pid=27244/tid=27252] ppid=27242 vsize=1389848 CPUtime=702.18 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 381523 1251 0 0 70165 53 0 0 25 0 5 0 601944532 1423204352 318899 33554432000 4194304 4417332 140733845577920 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1389848 CPUtime=698.34 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 608399 1251 0 0 69741 93 0 0 25 0 5 0 601944532 1423204352 318899 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1389848 CPUtime=702.21 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 436789 1251 0 0 70142 79 0 0 25 0 5 0 601944532 1423204352 318899 33554432000 4194304 4417332 140733845577920 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.06
Current children cumulated vsize (KiB) 1389848

[startup+762.306 s]
/proc/loadavg: 8.08 7.82 7.02 9/186 27289
/proc/meminfo: memFree=21179200/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1515624 CPUtime=3044.75 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 1897932 1251 0 0 304174 301 0 0 22 0 5 0 601944522 1551998976 350343 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 378906 350343 181 55 0 376792 0
[pid=27244/tid=27251] ppid=27242 vsize=1515624 CPUtime=762.21 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 402686 1251 0 0 76158 63 0 0 25 0 5 0 601944532 1551998976 350343 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1515624 CPUtime=762.19 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 397907 1251 0 0 76163 56 0 0 25 0 5 0 601944532 1551998976 350343 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1515624 CPUtime=758.01 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 638576 1251 0 0 75704 97 0 0 25 0 5 0 601944532 1551998976 350343 33554432000 4194304 4417332 140733845577920 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1515624 CPUtime=762.22 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 454110 1251 0 0 76139 83 0 0 25 0 5 0 601944532 1551998976 350343 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.75
Current children cumulated vsize (KiB) 1515624

[startup+822.301 s]
/proc/loadavg: 8.07 7.86 7.08 9/186 27291
/proc/meminfo: memFree=20879452/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1550968 CPUtime=3284.39 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 2000259 1251 0 0 328126 313 0 0 22 0 5 0 601944522 1588191232 359179 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 387742 359179 181 55 0 385628 0
[pid=27244/tid=27251] ppid=27242 vsize=1550968 CPUtime=822.2 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 427262 1251 0 0 82154 66 0 0 25 0 5 0 601944532 1588191232 359179 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1550968 CPUtime=822.19 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 397907 1251 0 0 82163 56 0 0 25 0 5 0 601944532 1588191232 359179 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1550968 CPUtime=817.67 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 716327 1251 0 0 81661 106 0 0 25 0 5 0 601944532 1588191232 359179 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1550968 CPUtime=822.21 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 454110 1251 0 0 82138 83 0 0 25 0 5 0 601944532 1588191232 359179 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.39
Current children cumulated vsize (KiB) 1550968

[startup+882.3 s]
/proc/loadavg: 8.06 7.90 7.14 9/186 27292
/proc/meminfo: memFree=20574872/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1724128 CPUtime=3524.06 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 2162496 1251 0 0 352069 337 0 0 22 0 5 0 601944522 1765507072 402469 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 431032 402469 181 55 0 428918 0
[pid=27244/tid=27251] ppid=27242 vsize=1724128 CPUtime=882.21 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 460838 1251 0 0 88150 71 0 0 25 0 5 0 601944532 1765507072 402469 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1724128 CPUtime=882.18 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 469152 1251 0 0 88151 67 0 0 25 0 5 0 601944532 1765507072 402469 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1724128 CPUtime=877.34 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 757287 1251 0 0 87623 111 0 0 25 0 5 0 601944532 1765507072 402469 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1724128 CPUtime=882.21 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 470566 1251 0 0 88135 86 0 0 25 0 5 0 601944532 1765507072 402469 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.06
Current children cumulated vsize (KiB) 1724128

[startup+942.301 s]
/proc/loadavg: 8.13 7.94 7.20 9/186 27303
/proc/meminfo: memFree=21182780/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1892600 CPUtime=3763.72 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 2286533 1251 0 0 376019 353 0 0 22 0 5 0 601944522 1938022400 444586 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 473150 444586 181 55 0 471036 0
[pid=27244/tid=27251] ppid=27242 vsize=1892600 CPUtime=942.2 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 493606 1251 0 0 94145 75 0 0 25 0 5 0 601944532 1938022400 444586 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1892600 CPUtime=942.18 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 510112 1251 0 0 94146 72 0 0 25 0 5 0 601944532 1938022400 444586 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1892600 CPUtime=937.01 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 805678 1251 0 0 93584 117 0 0 25 0 5 0 601944532 1938022400 444586 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1892600 CPUtime=942.2 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 472484 1251 0 0 94133 87 0 0 25 0 5 0 601944532 1938022400 444586 33554432000 4194304 4417332 140733845577920 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.72
Current children cumulated vsize (KiB) 1892600

[startup+1002.3 s]
/proc/loadavg: 8.10 7.97 7.25 9/186 27305
/proc/meminfo: memFree=21203572/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1716228 CPUtime=4003.38 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 2330536 1251 0 0 399978 360 0 0 22 0 5 0 601944522 1757417472 400493 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 429057 400493 181 55 0 426943 0
[pid=27244/tid=27251] ppid=27242 vsize=1716228 CPUtime=1002.2 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 501798 1251 0 0 100144 76 0 0 25 0 5 0 601944532 1757417472 400493 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1716228 CPUtime=1002.18 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 524384 1251 0 0 100143 75 0 0 25 0 5 0 601944532 1757417472 400493 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1716228 CPUtime=996.68 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 813870 1251 0 0 99550 118 0 0 25 0 5 0 601944532 1757417472 400493 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1716228 CPUtime=1002.2 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 485831 1251 0 0 100131 89 0 0 25 0 5 0 601944532 1757417472 400493 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.38
Current children cumulated vsize (KiB) 1716228

[startup+1062.3 s]
/proc/loadavg: 8.08 7.99 7.30 9/186 27306
/proc/meminfo: memFree=20830176/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1873220 CPUtime=4243.06 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 2418797 1251 0 0 423932 374 0 0 22 0 5 0 601944522 1918177280 439741 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 468305 439741 181 55 0 466191 0
[pid=27244/tid=27251] ppid=27242 vsize=1873220 CPUtime=1062.19 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 578853 1251 0 0 106132 87 0 0 25 0 5 0 601944532 1918177280 439741 33554432000 4194304 4417332 140733845577920 18446744073709551615 4308792 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1873220 CPUtime=1062.18 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 525360 1251 0 0 106143 75 0 0 25 0 5 0 601944532 1918177280 439741 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1873220 CPUtime=1056.36 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 813870 1251 0 0 105518 118 0 0 25 0 5 0 601944532 1918177280 439741 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1873220 CPUtime=1062.2 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 496061 1251 0 0 106129 91 0 0 25 0 5 0 601944532 1918177280 439741 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.06
Current children cumulated vsize (KiB) 1873220

[startup+1122.3 s]
/proc/loadavg: 8.07 8.00 7.35 9/186 27308
/proc/meminfo: memFree=20760456/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1614312 CPUtime=4482.73 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 2607561 1251 0 0 447868 405 0 0 22 0 5 0 601944522 1653055488 375014 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 403578 375014 181 55 0 401464 0
[pid=27244/tid=27251] ppid=27242 vsize=1614312 CPUtime=1122.18 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 627972 1251 0 0 112122 96 0 0 25 0 5 0 601944532 1653055488 375014 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1614312 CPUtime=1122.18 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 587560 1251 0 0 112134 84 0 0 25 0 5 0 601944532 1653055488 375014 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1614312 CPUtime=1116.04 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 823579 1251 0 0 111484 120 0 0 25 0 5 0 601944532 1653055488 375014 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1614312 CPUtime=1122.21 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 563797 1251 0 0 112118 103 0 0 25 0 5 0 601944532 1653055488 375014 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.73
Current children cumulated vsize (KiB) 1614312

[startup+1182.3 s]
/proc/loadavg: 8.07 8.01 7.39 9/186 27309
/proc/meminfo: memFree=20769356/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1651212 CPUtime=4722.41 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 2715090 1251 0 0 471823 418 0 0 22 0 5 0 601944522 1690841088 384239 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 412803 384239 181 55 0 410689 0
[pid=27244/tid=27251] ppid=27242 vsize=1651212 CPUtime=1182.18 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 652548 1251 0 0 118118 100 0 0 25 0 5 0 601944532 1690841088 384239 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1651212 CPUtime=1182.19 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 644904 1251 0 0 118128 91 0 0 25 0 5 0 601944532 1690841088 384239 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1651212 CPUtime=1175.71 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 831771 1251 0 0 117451 120 0 0 25 0 5 0 601944532 1690841088 384239 33554432000 4194304 4417332 140733845577920 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1651212 CPUtime=1182.2 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 581214 1251 0 0 118116 104 0 0 25 0 5 0 601944532 1690841088 384239 33554432000 4194304 4417332 140733845577920 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 1651212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.12 8.03 7.41 9/186 27310
/proc/meminfo: memFree=20734504/32951124 swapFree=67102140/67111528
[pid=27244] ppid=27242 vsize=1718768 CPUtime=4800.32 cores=0,2,4,6
/proc/27244/stat : 27244 (plingeling) S 27242 27244 26610 0 -1 4202496 2748363 1251 0 0 479610 422 0 0 22 0 5 0 601944522 1760018432 401128 33554432000 4194304 4417332 140733845577920 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27244/statm: 429692 401128 181 55 0 427578 0
[pid=27244/tid=27251] ppid=27242 vsize=1718768 CPUtime=1201.69 cores=0,2,4,6
/proc/27244/task/27251/stat : 27251 (plingeling) R 27242 27244 26610 0 -1 4202560 652548 1251 0 0 120069 100 0 0 25 0 5 0 601944532 1760018432 401128 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27244/tid=27252] ppid=27242 vsize=1718768 CPUtime=1201.69 cores=0,2,4,6
/proc/27244/task/27252/stat : 27252 (plingeling) R 27242 27244 26610 0 -1 4202560 669480 1251 0 0 120076 93 0 0 25 0 5 0 601944532 1760018432 401128 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27244/tid=27253] ppid=27242 vsize=1718768 CPUtime=1195.11 cores=0,2,4,6
/proc/27244/task/27253/stat : 27253 (plingeling) R 27242 27244 26610 0 -1 4202560 840468 1251 0 0 119389 122 0 0 25 0 5 0 601944532 1760018432 401128 33554432000 4194304 4417332 140733845577920 18446744073709551615 4307554 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27244/tid=27254] ppid=27242 vsize=1718768 CPUtime=1201.7 cores=0,2,4,6
/proc/27244/task/27254/stat : 27254 (plingeling) R 27242 27244 26610 0 -1 4202560 581214 1251 0 0 120066 104 0 0 25 0 5 0 601944532 1760018432 401128 33554432000 4194304 4417332 140733845577920 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1718768

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.43
CPU user time (s): 4796.12
CPU system time (s): 4.30635
CPU usage (%): 399.407
Max. virtual memory (cumulated for all children) (KiB): 1945948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.12
system time used= 4.30635
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2749614
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= 61
involuntary context switches= 24352

runsolver used 1.93471 second user time and 4.6043 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 00:45:39
IDJOB=3251296
IDBENCH=88218
IDSOLVER=1605
FILE ID=node119/3251296-1304117139
RUNJOBID= node119-1304117138-27230
PBS_JOBID= 13170679
Free space on /tmp= 71808 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251296-1304117139/watcher-3251296-1304117139 -o /tmp/evaluation-result-3251296-1304117139/solver-3251296-1304117139 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3251296-1304117139.cnf

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

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=1587910969

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24382804 kB
Buffers:       1912968 kB
Cached:        6030308 kB
SwapCached:       3688 kB
Active:         165924 kB
Inactive:      7840248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24382804 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            7048 kB
Writeback:           0 kB
AnonPages:       62596 kB
Mapped:          14340 kB
Slab:           498780 kB
PageTables:       4360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190400 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= 71800 MiB
End job on node119 at 2011-04-30 01:05:42