Trace number 3266918

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.23 1201.94

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m27-q255-n25-p15-s2076598.cnf
MD5SUMf5a22d1154b549fd98215f1710a15f46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.357944
Satisfiable
(Un)Satisfiability was proved
Number of variables545
Number of clauses29734
Sum of the clauses size59963
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 229709
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525

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-3266918-1304117953/watcher-3266918-1304117953 -o /tmp/evaluation-result-3266918-1304117953/solver-3266918-1304117953 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3266918-1304117953.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.01 8.01 7.37 5/181 7703
/proc/meminfo: memFree=30271976/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=9284 CPUtime=0 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) R 7701 7703 6934 0 -1 4202496 381 1252 0 0 0 0 0 0 25 0 1 0 523393766 9506816 310 33554432000 4194304 4417332 140733601302592 18446744073709551615 210204647168 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7703/statm: 2321 310 146 55 0 207 0

[startup+0.0763399 s]
/proc/loadavg: 8.01 8.01 7.37 5/181 7703
/proc/meminfo: memFree=30271976/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=120936 CPUtime=0.22 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 2315 1252 0 0 22 0 0 0 25 0 5 0 523393766 123838464 1644 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 30234 1644 177 55 0 28120 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 120936

[startup+0.100334 s]
/proc/loadavg: 8.01 8.01 7.37 5/181 7703
/proc/meminfo: memFree=30271976/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=121268 CPUtime=0.32 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 2398 1252 0 0 32 0 0 0 25 0 5 0 523393766 124178432 1727 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 30317 1727 177 55 0 28203 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 121268

[startup+0.300303 s]
/proc/loadavg: 8.01 8.01 7.37 5/181 7703
/proc/meminfo: memFree=30271976/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=124260 CPUtime=1.12 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 3388 1252 0 0 112 0 0 0 25 0 5 0 523393766 127242240 2502 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 31065 2502 181 55 0 28951 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 124260

[startup+0.700241 s]
/proc/loadavg: 8.01 8.01 7.37 5/181 7703
/proc/meminfo: memFree=30271976/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=133084 CPUtime=2.71 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 6403 1252 0 0 271 0 0 0 25 0 5 0 523393766 136278016 4685 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 33271 4685 181 55 0 31157 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 133084

[startup+1.50111 s]
/proc/loadavg: 8.01 8.01 7.37 9/186 7713
/proc/meminfo: memFree=30248908/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=141920 CPUtime=5.92 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 11739 1252 0 0 591 1 0 0 25 0 5 0 523393766 145326080 6894 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 35480 6894 181 55 0 33366 0
[pid=7703/tid=7710] ppid=7701 vsize=141920 CPUtime=1.47 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1659 1252 0 0 147 0 0 0 25 0 5 0 523393768 145326080 6894 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=141920 CPUtime=1.47 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 1373 1252 0 0 147 0 0 0 25 0 5 0 523393768 145326080 6894 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=141920 CPUtime=1.46 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 2724 1252 0 0 146 0 0 0 25 0 5 0 523393768 145326080 6894 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=141920 CPUtime=1.47 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 4481 1252 0 0 147 0 0 0 25 0 5 0 523393768 145326080 6894 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 141920

[startup+3.10084 s]
/proc/loadavg: 8.01 8.01 7.37 9/186 7713
/proc/meminfo: memFree=30241220/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=157892 CPUtime=12.31 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 28089 1252 0 0 1228 3 0 0 25 0 5 0 523393766 161681408 10919 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 39473 10919 181 55 0 37359 0
[pid=7703/tid=7710] ppid=7701 vsize=157892 CPUtime=3.07 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 6063 1252 0 0 307 0 0 0 25 0 5 0 523393768 161681408 10919 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=157892 CPUtime=3.06 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 5671 1252 0 0 306 0 0 0 25 0 5 0 523393768 161681408 10919 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=157892 CPUtime=3.06 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 7429 1252 0 0 305 1 0 0 25 0 5 0 523393768 161681408 10919 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=157892 CPUtime=3.06 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 7424 1252 0 0 306 0 0 0 25 0 5 0 523393768 161681408 10919 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 157892

[startup+6.30031 s]
/proc/loadavg: 8.01 8.01 7.37 9/186 7713
/proc/meminfo: memFree=30146956/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=165676 CPUtime=25.08 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 48634 1252 0 0 2502 6 0 0 25 0 5 0 523393766 169652224 12833 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 41419 12833 181 55 0 39305 0
[pid=7703/tid=7710] ppid=7701 vsize=165676 CPUtime=6.27 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 8192 1252 0 0 626 1 0 0 25 0 5 0 523393768 169652224 12833 33554432000 4194304 4417332 140733601302592 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=165676 CPUtime=6.27 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 11011 1252 0 0 626 1 0 0 25 0 5 0 523393768 169652224 12833 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=165676 CPUtime=6.24 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 14683 1252 0 0 622 2 0 0 25 0 5 0 523393768 169652224 12833 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=165676 CPUtime=6.27 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 13246 1252 0 0 626 1 0 0 25 0 5 0 523393768 169652224 12833 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 165676

[startup+12.7002 s]
/proc/loadavg: 8.08 8.02 7.38 9/186 7713
/proc/meminfo: memFree=30128604/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=191812 CPUtime=50.65 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 116369 1252 0 0 5049 16 0 0 25 0 5 0 523393766 196415488 19367 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 47953 19367 181 55 0 45839 0
[pid=7703/tid=7710] ppid=7701 vsize=191812 CPUtime=12.67 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 34943 1252 0 0 1262 5 0 0 25 0 5 0 523393768 196415488 19367 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=191812 CPUtime=12.66 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 30380 1252 0 0 1263 3 0 0 25 0 5 0 523393768 196415488 19367 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=191812 CPUtime=12.6 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 29503 1252 0 0 1256 4 0 0 25 0 5 0 523393768 196415488 19367 33554432000 4194304 4417332 140733601302592 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=191812 CPUtime=12.67 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 20041 1252 0 0 1265 2 0 0 25 0 5 0 523393768 196415488 19367 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 191812

[startup+25.5011 s]
/proc/loadavg: 8.07 8.02 7.39 9/186 7713
/proc/meminfo: memFree=30064384/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=241288 CPUtime=101.78 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 209426 1252 0 0 10148 30 0 0 25 0 5 0 523393766 247078912 31736 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 60322 31736 181 55 0 58208 0
[pid=7703/tid=7710] ppid=7701 vsize=241288 CPUtime=25.47 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 53570 1252 0 0 2539 8 0 0 25 0 5 0 523393768 247078912 31736 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=241288 CPUtime=25.47 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 59168 1252 0 0 2539 8 0 0 25 0 5 0 523393768 247078912 31736 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=241288 CPUtime=25.33 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 60960 1252 0 0 2525 8 0 0 25 0 5 0 523393768 247078912 31736 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=241288 CPUtime=25.46 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 34226 1252 0 0 2542 4 0 0 25 0 5 0 523393768 247078912 31736 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 241288

[startup+51.1008 s]
/proc/loadavg: 8.04 8.02 7.40 9/186 7714
/proc/meminfo: memFree=30139756/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=286292 CPUtime=204.03 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 370201 1252 0 0 20353 50 0 0 25 0 5 0 523393766 293163008 42987 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 71573 42987 181 55 0 69459 0
[pid=7703/tid=7710] ppid=7701 vsize=286292 CPUtime=51.06 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 90577 1252 0 0 5093 13 0 0 25 0 5 0 523393768 293163008 42987 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=286292 CPUtime=51.06 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 111185 1252 0 0 5092 14 0 0 25 0 5 0 523393768 293163008 42987 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=286292 CPUtime=50.79 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 112160 1252 0 0 5066 13 0 0 25 0 5 0 523393768 293163008 42987 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=286292 CPUtime=51.06 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 54777 1252 0 0 5098 8 0 0 25 0 5 0 523393768 293163008 42987 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364760 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 286292

[startup+102.306 s]
/proc/loadavg: 8.02 8.01 7.43 9/186 7715
/proc/meminfo: memFree=29871420/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=384960 CPUtime=408.57 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 605463 1252 0 0 40775 82 0 0 25 0 5 0 523393766 394199040 67654 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 96240 67654 181 55 0 94126 0
[pid=7703/tid=7710] ppid=7701 vsize=384960 CPUtime=102.26 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 154857 1252 0 0 10205 21 0 0 25 0 5 0 523393768 394199040 67654 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=384960 CPUtime=102.26 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 176656 1252 0 0 10203 23 0 0 25 0 5 0 523393768 394199040 67654 33554432000 4194304 4417332 140733601302592 18446744073709551615 4250848 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=384960 CPUtime=101.71 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 189537 1252 0 0 10149 22 0 0 25 0 5 0 523393768 394199040 67654 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=384960 CPUtime=102.27 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 82911 1252 0 0 10214 13 0 0 25 0 5 0 523393768 394199040 67654 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 384960

[startup+162.3 s]
/proc/loadavg: 8.05 8.02 7.47 9/186 7726
/proc/meminfo: memFree=29601804/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=491064 CPUtime=648.21 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 914997 1252 0 0 64700 121 0 0 25 0 5 0 523393766 502849536 94180 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 122766 94180 181 55 0 120652 0
[pid=7703/tid=7710] ppid=7701 vsize=491064 CPUtime=162.25 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 289328 1252 0 0 16187 38 0 0 25 0 5 0 523393768 502849536 94180 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=491064 CPUtime=162.26 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 251314 1252 0 0 16193 33 0 0 25 0 5 0 523393768 502849536 94180 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=491064 CPUtime=161.39 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 264916 1252 0 0 16107 32 0 0 25 0 5 0 523393768 502849536 94180 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=491064 CPUtime=162.27 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 107937 1252 0 0 16210 17 0 0 25 0 5 0 523393768 502849536 94180 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.21
Current children cumulated vsize (KiB) 491064


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

[pid=7703/tid=7711] ppid=7701 vsize=889524 CPUtime=761.6 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 744585 1252 0 0 76062 98 0 0 25 0 5 0 523393768 910872576 193795 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=889524 CPUtime=758.12 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 730603 1252 0 0 75721 91 0 0 25 0 5 0 523393768 910872576 193795 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=889524 CPUtime=762.12 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 258898 1252 0 0 76171 41 0 0 25 0 5 0 523393768 910872576 193795 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.09
Current children cumulated vsize (KiB) 889524

[startup+822.301 s]
/proc/loadavg: 8.02 8.07 7.77 9/186 7747
/proc/meminfo: memFree=27787420/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=844792 CPUtime=3283.74 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 3019537 1252 0 0 327980 394 0 0 25 0 5 0 523393766 865067008 182644 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 211198 182644 181 55 0 209084 0
[pid=7703/tid=7710] ppid=7701 vsize=844792 CPUtime=822.2 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1184271 1252 0 0 82070 150 0 0 25 0 5 0 523393768 865067008 182644 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=844792 CPUtime=821.58 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 799207 1252 0 0 82053 105 0 0 25 0 5 0 523393768 865067008 182644 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=844792 CPUtime=817.8 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 767467 1252 0 0 81684 96 0 0 25 0 5 0 523393768 865067008 182644 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=844792 CPUtime=822.12 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 267090 1252 0 0 82170 42 0 0 25 0 5 0 523393768 865067008 182644 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3283.74
Current children cumulated vsize (KiB) 844792

[startup+882.301 s]
/proc/loadavg: 8.08 8.07 7.79 9/186 7749
/proc/meminfo: memFree=28371296/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=877880 CPUtime=3523.41 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 3158881 1252 0 0 351928 413 0 0 25 0 5 0 523393766 898949120 190916 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 219470 190916 181 55 0 217356 0
[pid=7703/tid=7710] ppid=7701 vsize=877880 CPUtime=882.19 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1257045 1252 0 0 88061 158 0 0 25 0 5 0 523393768 898949120 190916 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=877880 CPUtime=881.59 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 827879 1252 0 0 88049 110 0 0 25 0 5 0 523393768 898949120 190916 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=877880 CPUtime=877.46 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 792043 1252 0 0 87647 99 0 0 25 0 5 0 523393768 898949120 190916 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=877880 CPUtime=882.11 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 280412 1252 0 0 88167 44 0 0 25 0 5 0 523393768 898949120 190916 33554432000 4194304 4417332 140733601302592 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.41
Current children cumulated vsize (KiB) 877880

[startup+942.301 s]
/proc/loadavg: 8.10 8.07 7.81 9/186 7750
/proc/meminfo: memFree=28376712/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=922028 CPUtime=3763.08 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 3346046 1252 0 0 375872 436 0 0 25 0 5 0 523393766 944156672 201953 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 230507 201953 181 55 0 228393 0
[pid=7703/tid=7710] ppid=7701 vsize=922028 CPUtime=942.18 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1355349 1252 0 0 94048 170 0 0 25 0 5 0 523393768 944156672 201953 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=922028 CPUtime=941.59 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 867588 1252 0 0 94044 115 0 0 25 0 5 0 523393768 944156672 201953 33554432000 4194304 4417332 140733601302592 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=922028 CPUtime=937.14 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 824811 1252 0 0 93612 102 0 0 25 0 5 0 523393768 944156672 201953 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=922028 CPUtime=942.11 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 296796 1252 0 0 94165 46 0 0 25 0 5 0 523393768 944156672 201953 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.08
Current children cumulated vsize (KiB) 922028

[startup+1002.3 s]
/proc/loadavg: 6.46 7.67 7.69 5/176 7769
/proc/meminfo: memFree=30480360/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=883428 CPUtime=4002.76 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 3564950 1252 0 0 399812 464 0 0 25 0 5 0 523393766 904630272 192271 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 220857 192271 181 55 0 218743 0
[pid=7703/tid=7710] ppid=7701 vsize=883428 CPUtime=1002.18 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1476425 1252 0 0 100033 185 0 0 25 0 5 0 523393768 904630272 192271 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=883428 CPUtime=1001.58 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 912644 1252 0 0 100038 120 0 0 25 0 5 0 523393768 904630272 192271 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=883428 CPUtime=996.82 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 873283 1252 0 0 99573 109 0 0 25 0 5 0 523393768 904630272 192271 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=883428 CPUtime=1002.12 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 301096 1252 0 0 100164 48 0 0 25 0 5 0 523393768 904630272 192271 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.76
Current children cumulated vsize (KiB) 883428

[startup+1062.3 s]
/proc/loadavg: 4.94 7.01 7.46 5/176 7771
/proc/meminfo: memFree=30428736/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=928980 CPUtime=4242.45 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 3625490 1252 0 0 423772 473 0 0 25 0 5 0 523393766 951275520 203659 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 232245 203659 181 55 0 230131 0
[pid=7703/tid=7710] ppid=7701 vsize=928980 CPUtime=1062.19 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1488971 1252 0 0 106032 187 0 0 25 0 5 0 523393768 951275520 203659 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=928980 CPUtime=1061.58 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 944254 1252 0 0 106032 126 0 0 25 0 5 0 523393768 951275520 203659 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=928980 CPUtime=1056.52 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 881475 1252 0 0 105542 110 0 0 25 0 5 0 523393768 951275520 203659 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=928980 CPUtime=1062.12 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 309288 1252 0 0 106164 48 0 0 25 0 5 0 523393768 951275520 203659 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 928980

[startup+1122.3 s]
/proc/loadavg: 4.38 6.48 7.25 5/176 7773
/proc/meminfo: memFree=30432904/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=924316 CPUtime=4482.16 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 3814393 1252 0 0 447721 495 0 0 25 0 5 0 523393766 946499584 202493 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 231079 202493 181 55 0 228965 0
[pid=7703/tid=7710] ppid=7701 vsize=924316 CPUtime=1122.18 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1566795 1252 0 0 112022 196 0 0 25 0 5 0 523393768 946499584 202493 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=924316 CPUtime=1121.58 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 993406 1252 0 0 112026 132 0 0 25 0 5 0 523393768 946499584 202493 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=924316 CPUtime=1116.21 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 905205 1252 0 0 111508 113 0 0 25 0 5 0 523393768 946499584 202493 33554432000 4194304 4417332 140733601302592 18446744073709551615 4366004 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=924316 CPUtime=1122.12 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 347485 1252 0 0 112160 52 0 0 25 0 5 0 523393768 946499584 202493 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.16
Current children cumulated vsize (KiB) 924316

[startup+1182.3 s]
/proc/loadavg: 4.18 6.07 7.06 5/176 7775
/proc/meminfo: memFree=30422180/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=934896 CPUtime=4721.84 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 3976782 1252 0 0 471667 517 0 0 25 0 5 0 523393766 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 233724 205138 181 55 0 231610 0
[pid=7703/tid=7710] ppid=7701 vsize=934896 CPUtime=1182.19 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1656907 1252 0 0 118011 208 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4366042 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=934896 CPUtime=1181.58 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 1034366 1252 0 0 118020 138 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=934896 CPUtime=1175.9 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 936522 1252 0 0 117473 117 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=934896 CPUtime=1182.12 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 347485 1252 0 0 118160 52 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.84
Current children cumulated vsize (KiB) 934896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.12 5.90 6.98 5/176 7775
/proc/meminfo: memFree=30422160/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=934896 CPUtime=4800.16 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 4001358 1252 0 0 479496 520 0 0 25 0 5 0 523393766 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 233724 205138 181 55 0 231610 0
[pid=7703/tid=7710] ppid=7701 vsize=934896 CPUtime=1201.79 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1665099 1252 0 0 119970 209 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4263224 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=934896 CPUtime=1201.19 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 1042558 1252 0 0 119980 139 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=934896 CPUtime=1195.4 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 944714 1252 0 0 119422 118 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=934896 CPUtime=1201.73 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 347485 1252 0 0 120121 52 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 934896

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

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

[startup+1201.9 s]
/proc/loadavg: 4.12 5.90 6.98 5/176 7775
/proc/meminfo: memFree=30422160/32951124 swapFree=67107188/67111528
[pid=7703] ppid=7701 vsize=934896 CPUtime=4800.16 cores=1,3,5,7
/proc/7703/stat : 7703 (plingeling) S 7701 7703 6934 0 -1 4202496 4001358 1252 0 0 479496 520 0 0 25 0 5 0 523393766 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/7703/statm: 233724 205138 181 55 0 231610 0
[pid=7703/tid=7710] ppid=7701 vsize=934896 CPUtime=1201.79 cores=1,3,5,7
/proc/7703/task/7710/stat : 7710 (plingeling) R 7701 7703 6934 0 -1 4202560 1665099 1252 0 0 119970 209 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4263224 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7703/tid=7711] ppid=7701 vsize=934896 CPUtime=1201.19 cores=1,3,5,7
/proc/7703/task/7711/stat : 7711 (plingeling) R 7701 7703 6934 0 -1 4202560 1042558 1252 0 0 119980 139 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7703/tid=7712] ppid=7701 vsize=934896 CPUtime=1195.4 cores=1,3,5,7
/proc/7703/task/7712/stat : 7712 (plingeling) R 7701 7703 6934 0 -1 4202560 944714 1252 0 0 119422 118 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=7703/tid=7713] ppid=7701 vsize=934896 CPUtime=1201.73 cores=1,3,5,7
/proc/7703/task/7713/stat : 7713 (plingeling) R 7701 7703 6934 0 -1 4202560 347485 1252 0 0 120121 52 0 0 25 0 5 0 523393768 957333504 205138 33554432000 4194304 4417332 140733601302592 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 934896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.94
CPU time (s): 4800.23
CPU user time (s): 4794.99
CPU system time (s): 5.2382
CPU usage (%): 399.373
Max. virtual memory (cumulated for all children) (KiB): 1006236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.99
system time used= 5.2382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4002611
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= 65
involuntary context switches= 35246

runsolver used 1.91671 second user time and 4.54731 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-30 00:59:13
IDJOB=3266918
IDBENCH=88220
IDSOLVER=1605
FILE ID=node130/3266918-1304117953
RUNJOBID= node130-1304116518-7455
PBS_JOBID= 13170686
Free space on /tmp= 71984 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m27-q255-n25-p15-s2076598.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266918-1304117953/watcher-3266918-1304117953 -o /tmp/evaluation-result-3266918-1304117953/solver-3266918-1304117953 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3266918-1304117953.cnf

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

MD5SUM BENCH= f5a22d1154b549fd98215f1710a15f46
RANDOM SEED=1277792044

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30272256 kB
Buffers:        159508 kB
Cached:        1221196 kB
SwapCached:       1448 kB
Active:        1043292 kB
Inactive:      1357588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30272256 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:     1019756 kB
Mapped:          15384 kB
Slab:           212396 kB
PageTables:       6264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1237108 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= 71996 MiB
End job on node130 at 2011-04-30 01:19:17