Trace number 3371030

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.27 1201.76

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
MD5SUMb970e9358cd0cd1a9cfd3d4afb2e830d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses65612
Sum of the clauses size131952
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265586
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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: 977)

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-3371030-1307646034/watcher-3371030-1307646034 -o /tmp/evaluation-result-3371030-1307646034/solver-3371030-1307646034 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371030-1307646034.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.71 8.00 7.63 6/181 5212
/proc/meminfo: memFree=32449868/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) R 5210 5212 4755 0 -1 4202496 354 1251 0 0 0 0 0 0 25 0 1 0 857019283 9371648 282 33554432000 4194304 4417452 140733690373680 18446744073709551615 233509991390 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/5212/statm: 2288 282 147 55 0 174 0

[startup+0.091266 s]
/proc/loadavg: 7.71 8.00 7.63 6/181 5212
/proc/meminfo: memFree=32449868/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=59312 CPUtime=0.16 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 2767 1251 0 0 16 0 0 0 25 0 5 0 857019283 60735488 2641 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 14828 2641 174 55 0 12714 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 59312

[startup+0.191214 s]
/proc/loadavg: 7.71 8.00 7.63 6/181 5212
/proc/meminfo: memFree=32449868/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=62556 CPUtime=0.56 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 4441 1251 0 0 56 0 0 0 25 0 5 0 857019283 64057344 3406 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 15639 3406 177 55 0 13525 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 62556

[startup+0.300195 s]
/proc/loadavg: 7.71 8.00 7.63 6/181 5212
/proc/meminfo: memFree=32449868/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=64040 CPUtime=0.99 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 5348 1251 0 0 99 0 0 0 25 0 5 0 857019283 65576960 3797 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 16010 3797 180 55 0 13896 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 64040

[startup+0.700121 s]
/proc/loadavg: 7.71 8.00 7.63 6/181 5212
/proc/meminfo: memFree=32449868/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=68808 CPUtime=2.59 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 7295 1251 0 0 259 0 0 0 25 0 5 0 857019283 70459392 4989 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 17202 4989 180 55 0 15088 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 68808

[startup+1.50098 s]
/proc/loadavg: 7.71 8.00 7.63 9/186 5222
/proc/meminfo: memFree=32447620/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=69556 CPUtime=5.79 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 10467 1251 0 0 578 1 0 0 25 0 5 0 857019283 71225344 5176 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 17389 5176 180 55 0 15275 0
[pid=5212/tid=5219] ppid=5210 vsize=69556 CPUtime=1.45 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 720 1251 0 0 145 0 0 0 25 0 5 0 857019288 71225344 5176 33554432000 4194304 4417452 140733690373680 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=69556 CPUtime=1.42 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 847 1251 0 0 142 0 0 0 25 0 5 0 857019288 71225344 5176 33554432000 4194304 4417452 140733690373680 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=69556 CPUtime=1.43 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 345 1251 0 0 143 0 0 0 25 0 5 0 857019288 71225344 5176 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=69556 CPUtime=1.43 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 6064 1251 0 0 143 0 0 0 25 0 5 0 857019288 71225344 5176 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 69556

[startup+3.10069 s]
/proc/loadavg: 7.71 8.00 7.63 9/186 5222
/proc/meminfo: memFree=32431992/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=86320 CPUtime=12.18 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 16432 1251 0 0 1216 2 0 0 25 0 5 0 857019283 88391680 9367 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 21580 9367 180 55 0 19466 0
[pid=5212/tid=5219] ppid=5210 vsize=86320 CPUtime=3.04 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 1124 1251 0 0 304 0 0 0 25 0 5 0 857019288 88391680 9367 33554432000 4194304 4417452 140733690373680 18446744073709551615 4337153 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=86320 CPUtime=3.01 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 1251 1251 0 0 301 0 0 0 25 0 5 0 857019288 88391680 9367 33554432000 4194304 4417452 140733690373680 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=86320 CPUtime=3.03 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 1094 1251 0 0 303 0 0 0 25 0 5 0 857019288 88391680 9367 33554432000 4194304 4417452 140733690373680 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=86320 CPUtime=3.04 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 10472 1251 0 0 303 1 0 0 25 0 5 0 857019288 88391680 9367 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 86320

[startup+6.30112 s]
/proc/loadavg: 7.74 8.00 7.64 9/186 5222
/proc/meminfo: memFree=32418444/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=105240 CPUtime=24.97 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 27990 1251 0 0 2493 4 0 0 25 0 5 0 857019283 107765760 14097 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 26310 14097 180 55 0 24196 0
[pid=5212/tid=5219] ppid=5210 vsize=105240 CPUtime=6.25 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 2077 1251 0 0 625 0 0 0 25 0 5 0 857019288 107765760 14097 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=105240 CPUtime=6.19 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 1866 1251 0 0 619 0 0 0 25 0 5 0 857019288 107765760 14097 33554432000 4194304 4417452 140733690373680 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=105240 CPUtime=6.22 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 3705 1251 0 0 622 0 0 0 25 0 5 0 857019288 107765760 14097 33554432000 4194304 4417452 140733690373680 18446744073709551615 4251117 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=105240 CPUtime=6.24 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 17851 1251 0 0 621 3 0 0 25 0 5 0 857019288 107765760 14097 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 105240

[startup+12.701 s]
/proc/loadavg: 7.76 8.00 7.64 9/186 5222
/proc/meminfo: memFree=32362528/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=132520 CPUtime=50.53 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 50091 1251 0 0 5046 7 0 0 25 0 5 0 857019283 135700480 20935 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 33130 20935 180 55 0 31016 0
[pid=5212/tid=5219] ppid=5210 vsize=132520 CPUtime=12.65 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 6058 1251 0 0 1264 1 0 0 25 0 5 0 857019288 135700480 20935 33554432000 4194304 4417452 140733690373680 18446744073709551615 4250957 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=132520 CPUtime=12.56 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 4675 1251 0 0 1256 0 0 0 25 0 5 0 857019288 135700480 20935 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=132520 CPUtime=12.62 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 8364 1251 0 0 1262 0 0 0 25 0 5 0 857019288 135700480 20935 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=132520 CPUtime=12.64 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 28503 1251 0 0 1260 4 0 0 25 0 5 0 857019288 135700480 20935 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 132520

[startup+25.5007 s]
/proc/loadavg: 7.81 8.00 7.64 9/186 5222
/proc/meminfo: memFree=32347144/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=145764 CPUtime=101.66 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 96313 1251 0 0 10152 14 0 0 25 0 5 0 857019283 149262336 24228 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 36441 24228 180 55 0 34327 0
[pid=5212/tid=5219] ppid=5210 vsize=145764 CPUtime=25.44 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 12189 1251 0 0 2542 2 0 0 25 0 5 0 857019288 149262336 24228 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=145764 CPUtime=25.29 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 13424 1251 0 0 2528 1 0 0 25 0 5 0 857019288 149262336 24228 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364687 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=145764 CPUtime=25.42 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 15242 1251 0 0 2541 1 0 0 25 0 5 0 857019288 149262336 24228 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=145764 CPUtime=25.44 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 52967 1251 0 0 2536 8 0 0 25 0 5 0 857019288 149262336 24228 33554432000 4194304 4417452 140733690373680 18446744073709551615 4250757 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 145764

[startup+51.1011 s]
/proc/loadavg: 7.94 8.02 7.66 9/186 5232
/proc/meminfo: memFree=32243532/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=260264 CPUtime=203.93 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 170849 1251 0 0 20368 25 0 0 25 0 5 0 857019283 266510336 52885 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 65066 52885 180 55 0 62952 0
[pid=5212/tid=5219] ppid=5210 vsize=260264 CPUtime=51.04 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 31010 1251 0 0 5099 5 0 0 25 0 5 0 857019288 266510336 52885 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=260264 CPUtime=50.77 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 26207 1251 0 0 5074 3 0 0 25 0 5 0 857019288 266510336 52885 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=260264 CPUtime=51.02 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 27301 1251 0 0 5099 3 0 0 25 0 5 0 857019288 266510336 52885 33554432000 4194304 4417452 140733690373680 18446744073709551615 4306258 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=260264 CPUtime=51.04 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 83840 1251 0 0 5091 13 0 0 25 0 5 0 857019288 266510336 52885 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 260264

[startup+102.307 s]
/proc/loadavg: 8.09 8.04 7.68 9/186 5233
/proc/meminfo: memFree=32116744/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=360200 CPUtime=408.48 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 261922 1251 0 0 40808 40 0 0 25 0 5 0 857019283 368844800 77837 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 90050 77837 180 55 0 87936 0
[pid=5212/tid=5219] ppid=5210 vsize=360200 CPUtime=102.24 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 52396 1251 0 0 10216 8 0 0 25 0 5 0 857019288 368844800 77837 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=360200 CPUtime=101.69 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 62125 1251 0 0 10161 8 0 0 25 0 5 0 857019288 368844800 77837 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=360200 CPUtime=102.22 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 43009 1251 0 0 10217 5 0 0 25 0 5 0 857019288 368844800 77837 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=360200 CPUtime=102.24 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 101901 1251 0 0 10208 16 0 0 25 0 5 0 857019288 368844800 77837 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 360200

[startup+162.301 s]
/proc/loadavg: 8.14 8.06 7.71 9/186 5235
/proc/meminfo: memFree=31987980/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=450408 CPUtime=648.13 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 370418 1251 0 0 64755 58 0 0 25 0 5 0 857019283 461217792 100389 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 112602 100389 180 55 0 110488 0
[pid=5212/tid=5219] ppid=5210 vsize=450408 CPUtime=162.23 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 72016 1251 0 0 16212 11 0 0 25 0 5 0 857019288 461217792 100389 33554432000 4194304 4417452 140733690373680 18446744073709551615 4244345 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=450408 CPUtime=161.38 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 91041 1251 0 0 16124 14 0 0 25 0 5 0 857019288 461217792 100389 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=450408 CPUtime=162.22 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 65087 1251 0 0 16213 9 0 0 25 0 5 0 857019288 461217792 100389 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=450408 CPUtime=162.24 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 139783 1251 0 0 16201 23 0 0 25 0 5 0 857019288 461217792 100389 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.13
Current children cumulated vsize (KiB) 450408


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

[pid=5212/tid=5220] ppid=5210 vsize=1167452 CPUtime=758.18 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 239360 1251 0 0 75778 40 0 0 25 0 5 0 857019288 1195470848 279650 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1167452 CPUtime=762.23 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 216770 1251 0 0 76191 32 0 0 25 0 5 0 857019288 1195470848 279650 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1167452 CPUtime=762.25 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 310963 1251 0 0 76175 50 0 0 25 0 5 0 857019288 1195470848 279650 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.92
Current children cumulated vsize (KiB) 1167452

[startup+822.301 s]
/proc/loadavg: 8.08 8.06 7.87 9/186 5253
/proc/meminfo: memFree=30954212/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1447076 CPUtime=3284.58 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1152218 1251 0 0 328268 190 0 0 25 0 5 0 857019283 1481805824 349556 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 361769 349556 180 55 0 359655 0
[pid=5212/tid=5219] ppid=5210 vsize=1447076 CPUtime=822.19 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 281165 1251 0 0 82169 50 0 0 25 0 5 0 857019288 1481805824 349556 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1447076 CPUtime=817.85 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 274135 1251 0 0 81739 46 0 0 25 0 5 0 857019288 1481805824 349556 33554432000 4194304 4417452 140733690373680 18446744073709551615 4346245 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1447076 CPUtime=822.21 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 257227 1251 0 0 82184 37 0 0 25 0 5 0 857019288 1481805824 349556 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1447076 CPUtime=822.25 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 337200 1251 0 0 82170 55 0 0 25 0 5 0 857019288 1481805824 349556 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 1447076

[startup+882.3 s]
/proc/loadavg: 8.15 8.08 7.89 9/186 5254
/proc/meminfo: memFree=30788848/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1587228 CPUtime=3524.25 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1213918 1251 0 0 352226 199 0 0 25 0 5 0 857019283 1625321472 384594 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 396807 384594 180 55 0 394693 0
[pid=5212/tid=5219] ppid=5210 vsize=1587228 CPUtime=882.18 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 289357 1251 0 0 88166 52 0 0 25 0 5 0 857019288 1625321472 384594 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1587228 CPUtime=877.52 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 306970 1251 0 0 87703 49 0 0 25 0 5 0 857019288 1625321472 384594 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1587228 CPUtime=882.21 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 257227 1251 0 0 88184 37 0 0 25 0 5 0 857019288 1625321472 384594 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1587228 CPUtime=882.26 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 357873 1251 0 0 88167 59 0 0 25 0 5 0 857019288 1625321472 384594 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 1587228

[startup+942.3 s]
/proc/loadavg: 8.17 8.09 7.91 9/186 5256
/proc/meminfo: memFree=30965744/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1416072 CPUtime=3763.92 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1241337 1251 0 0 376188 204 0 0 25 0 5 0 857019283 1450057728 341805 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 354018 341805 180 55 0 351904 0
[pid=5212/tid=5219] ppid=5210 vsize=1416072 CPUtime=942.17 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 310671 1251 0 0 94162 55 0 0 25 0 5 0 857019288 1450057728 341805 33554432000 4194304 4417452 140733690373680 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1416072 CPUtime=937.2 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 306970 1251 0 0 93671 49 0 0 25 0 5 0 857019288 1450057728 341805 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1416072 CPUtime=942.21 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 257227 1251 0 0 94184 37 0 0 25 0 5 0 857019288 1450057728 341805 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1416072 CPUtime=942.25 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 363978 1251 0 0 94165 60 0 0 25 0 5 0 857019288 1450057728 341805 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1416072

[startup+1002.3 s]
/proc/loadavg: 8.17 8.10 7.92 9/186 5257
/proc/meminfo: memFree=30890644/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1503500 CPUtime=4003.6 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1278490 1251 0 0 400151 209 0 0 25 0 5 0 857019283 1539584000 363662 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 375875 363662 180 55 0 373761 0
[pid=5212/tid=5219] ppid=5210 vsize=1503500 CPUtime=1002.17 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 337002 1251 0 0 100158 59 0 0 25 0 5 0 857019288 1539584000 363662 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1503500 CPUtime=996.87 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 306970 1251 0 0 99638 49 0 0 25 0 5 0 857019288 1539584000 363662 33554432000 4194304 4417452 140733690373680 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1503500 CPUtime=1002.21 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 257227 1251 0 0 100184 37 0 0 25 0 5 0 857019288 1539584000 363662 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1503500 CPUtime=1002.26 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 374800 1251 0 0 100164 62 0 0 25 0 5 0 857019288 1539584000 363662 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 1503500

[startup+1062.3 s]
/proc/loadavg: 8.10 8.10 7.93 9/186 5259
/proc/meminfo: memFree=30916488/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1508644 CPUtime=4243.28 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1404940 1251 0 0 424100 228 0 0 25 0 5 0 857019283 1544851456 364948 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 377161 364948 180 55 0 375047 0
[pid=5212/tid=5219] ppid=5210 vsize=1508644 CPUtime=1062.17 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 371022 1251 0 0 106154 63 0 0 25 0 5 0 857019288 1544851456 364948 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1508644 CPUtime=1056.55 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 356623 1251 0 0 105597 58 0 0 25 0 5 0 857019288 1544851456 364948 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1508644 CPUtime=1062.22 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 265286 1251 0 0 106183 39 0 0 25 0 5 0 857019288 1544851456 364948 33554432000 4194304 4417452 140733690373680 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1508644 CPUtime=1062.26 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 409518 1251 0 0 106159 67 0 0 25 0 5 0 857019288 1544851456 364948 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1508644

[startup+1122.3 s]
/proc/loadavg: 8.04 8.08 7.93 9/186 5261
/proc/meminfo: memFree=31216368/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1176268 CPUtime=4482.95 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1463699 1251 0 0 448058 237 0 0 25 0 5 0 857019283 1204498432 281886 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 294067 281886 180 55 0 291953 0
[pid=5212/tid=5219] ppid=5210 vsize=1176268 CPUtime=1122.17 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 395598 1251 0 0 112150 67 0 0 25 0 5 0 857019288 1204498432 281886 33554432000 4194304 4417452 140733690373680 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1176268 CPUtime=1116.22 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 388866 1251 0 0 111560 62 0 0 25 0 5 0 857019288 1204498432 281886 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1176268 CPUtime=1122.21 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 266744 1251 0 0 112182 39 0 0 25 0 5 0 857019288 1204498432 281886 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1176268 CPUtime=1122.26 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 410000 1251 0 0 112159 67 0 0 25 0 5 0 857019288 1204498432 281886 33554432000 4194304 4417452 140733690373680 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.95
Current children cumulated vsize (KiB) 1176268

[startup+1182.3 s]
/proc/loadavg: 5.90 7.50 7.74 5/176 5287
/proc/meminfo: memFree=31389836/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1154636 CPUtime=4722.67 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1482867 1251 0 0 472027 240 0 0 25 0 5 0 857019283 1182347264 276478 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 288659 276478 180 55 0 286545 0
[pid=5212/tid=5219] ppid=5210 vsize=1154636 CPUtime=1182.16 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 411982 1251 0 0 118147 69 0 0 25 0 5 0 857019288 1182347264 276478 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1154636 CPUtime=1175.94 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 388866 1251 0 0 117532 62 0 0 25 0 5 0 857019288 1182347264 276478 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1154636 CPUtime=1182.22 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 269528 1251 0 0 118182 40 0 0 25 0 5 0 857019288 1182347264 276478 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1154636 CPUtime=1182.26 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 410000 1251 0 0 118159 67 0 0 25 0 5 0 857019288 1182347264 276478 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.67
Current children cumulated vsize (KiB) 1154636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.42 7.29 7.66 5/176 5288
/proc/meminfo: memFree=31328932/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1247448 CPUtime=4800.19 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1529811 1251 0 0 479773 246 0 0 25 0 5 0 857019283 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 311862 299649 180 55 0 309748 0
[pid=5212/tid=5219] ppid=5210 vsize=1247448 CPUtime=1201.57 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 455321 1251 0 0 120082 75 0 0 25 0 5 0 857019288 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1247448 CPUtime=1195.25 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 392471 1251 0 0 119462 63 0 0 25 0 5 0 857019288 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1247448 CPUtime=1201.63 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 269528 1251 0 0 120123 40 0 0 25 0 5 0 857019288 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1247448 CPUtime=1201.67 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 410000 1251 0 0 120100 67 0 0 25 0 5 0 857019288 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1247448

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

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

[startup+1201.7 s]
/proc/loadavg: 5.42 7.29 7.66 5/176 5288
/proc/meminfo: memFree=31328932/32951124 swapFree=67056964/67111528
[pid=5212] ppid=5210 vsize=1247448 CPUtime=4800.19 cores=0,2,4,6
/proc/5212/stat : 5212 (plingeling) S 5210 5212 4755 0 -1 4202496 1529811 1251 0 0 479773 246 0 0 25 0 5 0 857019283 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/5212/statm: 311862 299649 180 55 0 309748 0
[pid=5212/tid=5219] ppid=5210 vsize=1247448 CPUtime=1201.57 cores=0,2,4,6
/proc/5212/task/5219/stat : 5219 (plingeling) R 5210 5212 4755 0 -1 4202560 455321 1251 0 0 120082 75 0 0 25 0 5 0 857019288 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5212/tid=5220] ppid=5210 vsize=1247448 CPUtime=1195.25 cores=0,2,4,6
/proc/5212/task/5220/stat : 5220 (plingeling) R 5210 5212 4755 0 -1 4202560 392471 1251 0 0 119462 63 0 0 25 0 5 0 857019288 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5212/tid=5221] ppid=5210 vsize=1247448 CPUtime=1201.63 cores=0,2,4,6
/proc/5212/task/5221/stat : 5221 (plingeling) R 5210 5212 4755 0 -1 4202560 269528 1251 0 0 120123 40 0 0 25 0 5 0 857019288 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5212/tid=5222] ppid=5210 vsize=1247448 CPUtime=1201.67 cores=0,2,4,6
/proc/5212/task/5222/stat : 5222 (plingeling) R 5210 5212 4755 0 -1 4202560 410000 1251 0 0 120100 67 0 0 25 0 5 0 857019288 1277386752 299649 33554432000 4194304 4417452 140733690373680 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1247448

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.27
CPU user time (s): 4797.76
CPU system time (s): 2.51162
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 1706008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.76
system time used= 2.51162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1531062
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= 63
involuntary context switches= 24114

runsolver used 1.91971 second user time and 4.48532 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 21:00:34
IDJOB=3371030
IDBENCH=83934
IDSOLVER=1848
FILE ID=node145/3371030-1307646034
RUNJOBID= node145-1307643561-4773
PBS_JOBID= 13549405
Free space on /tmp= 74200 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371030-1307646034/watcher-3371030-1307646034 -o /tmp/evaluation-result-3371030-1307646034/solver-3371030-1307646034 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371030-1307646034.cnf

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

MD5SUM BENCH= b970e9358cd0cd1a9cfd3d4afb2e830d
RANDOM SEED=1769936021

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32450040 kB
Buffers:         49844 kB
Cached:         211964 kB
SwapCached:       7944 kB
Active:         172736 kB
Inactive:       189696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32450040 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:       98224 kB
Mapped:          13808 kB
Slab:            74140 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   330460 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= 74200 MiB
End job on node145 at 2011-06-09 21:20:38