Trace number 3371364

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.19 1202.94

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.85 7.82 7.98 2/272 27481
/proc/meminfo: memFree=20952032/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) R 27479 27481 26831 0 -1 4202496 243 1253 0 0 0 0 0 0 21 0 1 0 653288596 8937472 174 33554432000 4194304 4417452 140736711461280 18446744073709551615 237278879488 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/27481/statm: 2182 174 138 55 0 68 0

[startup+0.0753419 s]
/proc/loadavg: 6.85 7.82 7.98 2/272 27481
/proc/meminfo: memFree=20952032/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=19912 CPUtime=0.06 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) R 27479 27481 26831 0 -1 4202496 2845 1253 0 0 6 0 0 0 21 0 1 0 653288596 20389888 2777 33554432000 4194304 4417452 140736711461280 18446744073709551615 237278573661 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/27481/statm: 4978 2800 149 55 0 2864 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19912

[startup+0.100321 s]
/proc/loadavg: 6.85 7.82 7.98 2/272 27481
/proc/meminfo: memFree=20952032/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=28252 CPUtime=0.09 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) R 27479 27481 26831 0 -1 4202496 5156 1253 0 0 9 0 0 0 21 0 1 0 653288596 28930048 5087 33554432000 4194304 4417452 140736711461280 18446744073709551615 4274387 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/27481/statm: 7063 5087 149 55 0 4949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28252

[startup+0.300179 s]
/proc/loadavg: 6.85 7.82 7.98 2/272 27481
/proc/meminfo: memFree=20952032/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=93860 CPUtime=0.5 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 14753 1253 0 0 48 2 0 0 22 0 5 0 653288596 96112640 11243 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 23465 11243 171 55 0 21351 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 93860

[startup+0.701107 s]
/proc/loadavg: 6.85 7.82 7.98 2/272 27481
/proc/meminfo: memFree=20952032/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=93860 CPUtime=2.1 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 14756 1253 0 0 208 2 0 0 22 0 5 0 653288596 96112640 11246 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 23465 11246 174 55 0 21351 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 93860

[startup+1.50097 s]
/proc/loadavg: 6.85 7.82 7.98 10/281 27495
/proc/meminfo: memFree=20872420/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=160372 CPUtime=5.29 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 16513 1253 0 0 527 2 0 0 22 0 5 0 653288596 164220928 11495 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 40093 11495 176 55 0 37979 0
[pid=27481/tid=27492] ppid=27479 vsize=160372 CPUtime=1.26 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 2250 1253 0 0 126 0 0 0 25 0 5 0 653288619 164220928 11495 33554432000 4194304 4417452 140736711461280 18446744073709551615 4275724 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=160372 CPUtime=1.26 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 2232 1253 0 0 126 0 0 0 25 0 5 0 653288619 164220928 11495 33554432000 4194304 4417452 140736711461280 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=160372 CPUtime=1.26 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 1359 1253 0 0 126 0 0 0 25 0 5 0 653288619 164220928 11495 33554432000 4194304 4417452 140736711461280 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=160372 CPUtime=1.25 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 1117 1253 0 0 125 0 0 0 25 0 5 0 653288619 164220928 11495 33554432000 4194304 4417452 140736711461280 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 160372

[startup+3.10068 s]
/proc/loadavg: 6.85 7.82 7.98 9/281 27495
/proc/meminfo: memFree=20857416/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=171412 CPUtime=11.67 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 20183 1253 0 0 1165 2 0 0 22 0 5 0 653288596 175525888 14270 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 42853 14270 179 55 0 40739 0
[pid=27481/tid=27492] ppid=27479 vsize=171412 CPUtime=2.86 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 3536 1253 0 0 286 0 0 0 25 0 5 0 653288619 175525888 14270 33554432000 4194304 4417452 140736711461280 18446744073709551615 4252927 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=171412 CPUtime=2.86 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 3667 1253 0 0 286 0 0 0 25 0 5 0 653288619 175525888 14270 33554432000 4194304 4417452 140736711461280 18446744073709551615 4257642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=171412 CPUtime=2.86 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 2308 1253 0 0 286 0 0 0 25 0 5 0 653288619 175525888 14270 33554432000 4194304 4417452 140736711461280 18446744073709551615 4355390 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=171412 CPUtime=2.85 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 1117 1253 0 0 285 0 0 0 25 0 5 0 653288619 175525888 14270 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 171412

[startup+6.30111 s]
/proc/loadavg: 7.02 7.84 7.98 10/281 27495
/proc/meminfo: memFree=20827160/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=182516 CPUtime=24.45 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 22975 1253 0 0 2442 3 0 0 22 0 5 0 653288596 186896384 17047 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 45629 17047 180 55 0 43515 0
[pid=27481/tid=27492] ppid=27479 vsize=182516 CPUtime=6.06 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 3551 1253 0 0 606 0 0 0 25 0 5 0 653288619 186896384 17047 33554432000 4194304 4417452 140736711461280 18446744073709551615 18446744073699065897 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=182516 CPUtime=6.06 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 3714 1253 0 0 606 0 0 0 25 0 5 0 653288619 186896384 17047 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=182516 CPUtime=6.06 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 4014 1253 0 0 606 0 0 0 25 0 5 0 653288619 186896384 17047 33554432000 4194304 4417452 140736711461280 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=182516 CPUtime=6.02 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 2141 1253 0 0 602 0 0 0 25 0 5 0 653288619 186896384 17047 33554432000 4194304 4417452 140736711461280 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.45
Current children cumulated vsize (KiB) 182516

[startup+12.701 s]
/proc/loadavg: 7.10 7.85 7.98 10/281 27496
/proc/meminfo: memFree=20795612/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=192260 CPUtime=49.99 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 29789 1253 0 0 4995 4 0 0 22 0 5 0 653288596 196874240 19483 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 48065 19483 180 55 0 45951 0
[pid=27481/tid=27492] ppid=27479 vsize=192260 CPUtime=12.46 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 3551 1253 0 0 1246 0 0 0 25 0 5 0 653288619 196874240 19483 33554432000 4194304 4417452 140736711461280 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=192260 CPUtime=12.46 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 4916 1253 0 0 1246 0 0 0 25 0 5 0 653288619 196874240 19483 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=192260 CPUtime=12.46 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 9218 1253 0 0 1245 1 0 0 25 0 5 0 653288619 196874240 19483 33554432000 4194304 4417452 140736711461280 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=192260 CPUtime=12.36 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 2549 1253 0 0 1236 0 0 0 25 0 5 0 653288619 196874240 19483 33554432000 4194304 4417452 140736711461280 18446744073709551615 4236964 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 192260

[startup+25.5007 s]
/proc/loadavg: 7.30 7.85 7.98 10/281 27496
/proc/meminfo: memFree=20746016/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=211148 CPUtime=101.08 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 49908 1253 0 0 10102 6 0 0 22 0 5 0 653288596 216215552 24235 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 52787 24235 180 55 0 50673 0
[pid=27481/tid=27492] ppid=27479 vsize=211148 CPUtime=25.25 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 11596 1253 0 0 2524 1 0 0 25 0 5 0 653288619 216215552 24235 33554432000 4194304 4417452 140736711461280 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=211148 CPUtime=25.25 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 10583 1253 0 0 2525 0 0 0 25 0 5 0 653288619 216215552 24235 33554432000 4194304 4417452 140736711461280 18446744073709551615 4278246 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=211148 CPUtime=25.25 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 14645 1253 0 0 2524 1 0 0 25 0 5 0 653288619 216215552 24235 33554432000 4194304 4417452 140736711461280 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=211148 CPUtime=25.06 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 3529 1253 0 0 2506 0 0 0 25 0 5 0 653288619 216215552 24235 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 211148

[startup+51.1012 s]
/proc/loadavg: 7.60 7.88 7.99 10/281 27497
/proc/meminfo: memFree=20683744/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=234072 CPUtime=203.28 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 74642 1253 0 0 20318 10 0 0 22 0 5 0 653288596 239689728 29972 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 58518 29972 180 55 0 56404 0
[pid=27481/tid=27492] ppid=27479 vsize=234072 CPUtime=50.85 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 22677 1253 0 0 5083 2 0 0 25 0 5 0 653288619 239689728 29972 33554432000 4194304 4417452 140736711461280 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=234072 CPUtime=50.85 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 14770 1253 0 0 5084 1 0 0 25 0 5 0 653288619 239689728 29972 33554432000 4194304 4417452 140736711461280 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=234072 CPUtime=50.86 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 22419 1253 0 0 5083 3 0 0 25 0 5 0 653288619 239689728 29972 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=234072 CPUtime=50.45 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 5221 1253 0 0 5045 0 0 0 25 0 5 0 653288619 239689728 29972 33554432000 4194304 4417452 140736711461280 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.28
Current children cumulated vsize (KiB) 234072

[startup+102.31 s]
/proc/loadavg: 7.89 7.91 8.00 9/281 27498
/proc/meminfo: memFree=20619112/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=269912 CPUtime=407.68 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 174277 1253 0 0 40743 25 0 0 22 0 5 0 653288596 276389888 38964 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 67478 38964 180 55 0 65364 0
[pid=27481/tid=27492] ppid=27479 vsize=269912 CPUtime=102.07 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 51594 1253 0 0 10200 7 0 0 25 0 5 0 653288619 276389888 38964 33554432000 4194304 4417452 140736711461280 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=269912 CPUtime=102.05 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 34461 1253 0 0 10201 4 0 0 25 0 5 0 653288619 276389888 38964 33554432000 4194304 4417452 140736711461280 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=269912 CPUtime=102.07 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 41649 1253 0 0 10201 6 0 0 25 0 5 0 653288619 276389888 38964 33554432000 4194304 4417452 140736711461280 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=269912 CPUtime=101.23 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 37018 1253 0 0 10118 5 0 0 25 0 5 0 653288619 276389888 38964 33554432000 4194304 4417452 140736711461280 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.68
Current children cumulated vsize (KiB) 269912

[startup+162.3 s]
/proc/loadavg: 8.01 7.94 8.00 10/281 27500
/proc/meminfo: memFree=20552268/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=327720 CPUtime=647.16 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 294910 1253 0 0 64671 45 0 0 22 0 5 0 653288596 335585280 53384 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 81930 53384 180 55 0 79816 0
[pid=27481/tid=27492] ppid=27479 vsize=327720 CPUtime=162.05 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 83908 1253 0 0 16193 12 0 0 25 0 5 0 653288619 335585280 53384 33554432000 4194304 4417452 140736711461280 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=327720 CPUtime=162.04 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 52111 1253 0 0 16197 7 0 0 25 0 5 0 653288619 335585280 53384 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=327720 CPUtime=162.05 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 73159 1253 0 0 16195 10 0 0 25 0 5 0 653288619 335585280 53384 33554432000 4194304 4417452 140736711461280 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=327720 CPUtime=160.74 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 76177 1253 0 0 16062 12 0 0 25 0 5 0 653288619 335585280 53384 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.16
Current children cumulated vsize (KiB) 327720


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

[pid=27481/tid=27493] ppid=27479 vsize=435880 CPUtime=761.97 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 346750 1253 0 0 76148 49 0 0 25 0 5 0 653288619 446341120 80424 33554432000 4194304 4417452 140736711461280 18446744073709551615 4277527 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=435880 CPUtime=762.06 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 171801 1253 0 0 76181 25 0 0 25 0 5 0 653288619 446341120 80424 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=435880 CPUtime=755.84 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 284763 1253 0 0 75544 40 0 0 25 0 5 0 653288619 446341120 80424 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.22
Current children cumulated vsize (KiB) 435880

[startup+822.301 s]
/proc/loadavg: 8.14 8.10 8.04 9/281 27526
/proc/meminfo: memFree=20209160/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=447236 CPUtime=3281.68 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1126849 1253 0 0 328004 164 0 0 22 0 5 0 653288596 457969664 83263 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 111809 83263 180 55 0 109695 0
[pid=27481/tid=27492] ppid=27479 vsize=447236 CPUtime=822.05 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 292591 1253 0 0 82163 42 0 0 25 0 5 0 653288619 457969664 83263 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=447236 CPUtime=821.96 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 367803 1253 0 0 82144 52 0 0 25 0 5 0 653288619 457969664 83263 33554432000 4194304 4417452 140736711461280 18446744073709551615 4353531 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=447236 CPUtime=822.05 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 171801 1253 0 0 82180 25 0 0 25 0 5 0 653288619 457969664 83263 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364845 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=447236 CPUtime=815.35 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 285099 1253 0 0 81494 41 0 0 25 0 5 0 653288619 457969664 83263 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.68
Current children cumulated vsize (KiB) 447236

[startup+882.301 s]
/proc/loadavg: 8.11 8.09 8.04 9/281 27528
/proc/meminfo: memFree=20194148/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=438100 CPUtime=3521.17 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1163244 1253 0 0 351948 169 0 0 22 0 5 0 653288596 448614400 80979 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 109525 80979 180 55 0 107411 0
[pid=27481/tid=27492] ppid=27479 vsize=438100 CPUtime=882.05 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 298904 1253 0 0 88162 43 0 0 25 0 5 0 653288619 448614400 80979 33554432000 4194304 4417452 140736711461280 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=438100 CPUtime=881.95 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 396628 1253 0 0 88138 57 0 0 25 0 5 0 653288619 448614400 80979 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=438100 CPUtime=882.05 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 171801 1253 0 0 88180 25 0 0 25 0 5 0 653288619 448614400 80979 33554432000 4194304 4417452 140736711461280 18446744073709551615 4366458 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=438100 CPUtime=874.86 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 286356 1253 0 0 87445 41 0 0 25 0 5 0 653288619 448614400 80979 33554432000 4194304 4417452 140736711461280 18446744073709551615 4353531 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3521.17
Current children cumulated vsize (KiB) 438100

[startup+942.301 s]
/proc/loadavg: 8.16 8.11 8.04 10/281 27529
/proc/meminfo: memFree=20152344/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=468488 CPUtime=3760.68 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1191958 1253 0 0 375894 174 0 0 22 0 5 0 653288596 479731712 88576 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 117122 88576 180 55 0 115008 0
[pid=27481/tid=27492] ppid=27479 vsize=468488 CPUtime=942.06 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 303278 1253 0 0 94162 44 0 0 25 0 5 0 653288619 479731712 88576 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=468488 CPUtime=941.94 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 408421 1253 0 0 94135 59 0 0 25 0 5 0 653288619 479731712 88576 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=468488 CPUtime=942.06 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 171801 1253 0 0 94180 26 0 0 25 0 5 0 653288619 479731712 88576 33554432000 4194304 4417452 140736711461280 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=468488 CPUtime=934.37 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 298903 1253 0 0 93395 42 0 0 25 0 5 0 653288619 479731712 88576 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.68
Current children cumulated vsize (KiB) 468488

[startup+1002.3 s]
/proc/loadavg: 8.30 8.16 8.06 10/281 27534
/proc/meminfo: memFree=20048312/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=515912 CPUtime=3999.38 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1223708 1253 0 0 399760 178 0 0 22 0 5 0 653288596 528293888 100432 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 128978 100432 180 55 0 126864 0
[pid=27481/tid=27492] ppid=27479 vsize=515912 CPUtime=1001.4 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 307374 1253 0 0 100096 44 0 0 25 0 5 0 653288619 528293888 100432 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=515912 CPUtime=1001.79 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 424310 1253 0 0 100118 61 0 0 25 0 5 0 653288619 528293888 100432 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=515912 CPUtime=1002.05 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 180268 1253 0 0 100178 27 0 0 25 0 5 0 653288619 528293888 100432 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=515912 CPUtime=993.87 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 302201 1253 0 0 99344 43 0 0 25 0 5 0 653288619 528293888 100432 33554432000 4194304 4417452 140736711461280 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.38
Current children cumulated vsize (KiB) 515912

[startup+1062.3 s]
/proc/loadavg: 8.21 8.16 8.07 10/281 27536
/proc/meminfo: memFree=19930252/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=629496 CPUtime=4238.88 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1277290 1253 0 0 423704 184 0 0 22 0 5 0 653288596 644603904 125980 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 157374 125980 180 55 0 155260 0
[pid=27481/tid=27492] ppid=27479 vsize=629496 CPUtime=1061.41 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 332534 1253 0 0 106093 48 0 0 25 0 5 0 653288619 644603904 125980 33554432000 4194304 4417452 140736711461280 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=629496 CPUtime=1061.78 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 432036 1253 0 0 106117 61 0 0 25 0 5 0 653288619 644603904 125980 33554432000 4194304 4417452 140736711461280 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=629496 CPUtime=1062.05 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 200815 1253 0 0 106176 29 0 0 25 0 5 0 653288619 644603904 125980 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=629496 CPUtime=1053.38 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 302350 1253 0 0 105295 43 0 0 25 0 5 0 653288619 644603904 125980 33554432000 4194304 4417452 140736711461280 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.88
Current children cumulated vsize (KiB) 629496

[startup+1122.3 s]
/proc/loadavg: 8.08 8.13 8.06 10/281 27537
/proc/meminfo: memFree=19982696/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=625212 CPUtime=4478.38 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1319475 1253 0 0 447648 190 0 0 22 0 5 0 653288596 640217088 126911 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 156303 126911 180 55 0 154189 0
[pid=27481/tid=27492] ppid=27479 vsize=625212 CPUtime=1121.41 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 350063 1253 0 0 112091 50 0 0 25 0 5 0 653288619 640217088 126911 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=625212 CPUtime=1121.78 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 434038 1253 0 0 112116 62 0 0 25 0 5 0 653288619 640217088 126911 33554432000 4194304 4417452 140736711461280 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=625212 CPUtime=1122.05 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 223206 1253 0 0 112173 32 0 0 25 0 5 0 653288619 640217088 126911 33554432000 4194304 4417452 140736711461280 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=625212 CPUtime=1112.89 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 302613 1253 0 0 111246 43 0 0 25 0 5 0 653288619 640217088 126911 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.38
Current children cumulated vsize (KiB) 625212

[startup+1182.3 s]
/proc/loadavg: 8.08 8.12 8.06 9/281 27539
/proc/meminfo: memFree=19906544/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=683868 CPUtime=4717.88 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1358454 1253 0 0 471594 194 0 0 22 0 5 0 653288596 700280832 141575 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 170967 141575 180 55 0 168853 0
[pid=27481/tid=27492] ppid=27479 vsize=683868 CPUtime=1181.41 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 350063 1253 0 0 118090 51 0 0 25 0 5 0 653288619 700280832 141575 33554432000 4194304 4417452 140736711461280 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=683868 CPUtime=1181.76 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 434038 1253 0 0 118114 62 0 0 25 0 5 0 653288619 700280832 141575 33554432000 4194304 4417452 140736711461280 18446744073709551615 4277552 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=683868 CPUtime=1182.05 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 241354 1253 0 0 118171 34 0 0 25 0 5 0 653288619 700280832 141575 33554432000 4194304 4417452 140736711461280 18446744073709551615 4353559 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=683868 CPUtime=1172.4 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 323444 1253 0 0 117195 45 0 0 25 0 5 0 653288619 700280832 141575 33554432000 4194304 4417452 140736711461280 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.88
Current children cumulated vsize (KiB) 683868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.05 8.11 8.06 5/275 27540
/proc/meminfo: memFree=20464964/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=602276 CPUtime=4800.12 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1372098 1253 0 0 479816 196 0 0 22 0 5 0 653288596 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 150569 121177 180 55 0 148455 0
[pid=27481/tid=27492] ppid=27479 vsize=602276 CPUtime=1202.02 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 350077 1253 0 0 120151 51 0 0 25 0 5 0 653288619 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 4357087 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=602276 CPUtime=1202.36 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 434038 1253 0 0 120174 62 0 0 25 0 5 0 653288619 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 4250771 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=602276 CPUtime=1202.66 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 243277 1253 0 0 120232 34 0 0 25 0 5 0 653288619 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=602276 CPUtime=1192.83 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 335151 1253 0 0 119236 47 0 0 25 0 5 0 653288619 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 602276

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

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

[startup+1202.9 s]
/proc/loadavg: 8.05 8.11 8.06 5/275 27540
/proc/meminfo: memFree=20464964/32950904 swapFree=67057400/67111528
[pid=27481] ppid=27479 vsize=602276 CPUtime=4800.12 cores=0,2,4,6
/proc/27481/stat : 27481 (plingeling) S 27479 27481 26831 0 -1 4202496 1372098 1253 0 0 479816 196 0 0 22 0 5 0 653288596 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/27481/statm: 150569 121177 180 55 0 148455 0
[pid=27481/tid=27492] ppid=27479 vsize=602276 CPUtime=1202.02 cores=0,2,4,6
/proc/27481/task/27492/stat : 27492 (plingeling) R 27479 27481 26831 0 -1 4202560 350077 1253 0 0 120151 51 0 0 25 0 5 0 653288619 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 4357087 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27481/tid=27493] ppid=27479 vsize=602276 CPUtime=1202.36 cores=0,2,4,6
/proc/27481/task/27493/stat : 27493 (plingeling) R 27479 27481 26831 0 -1 4202560 434038 1253 0 0 120174 62 0 0 25 0 5 0 653288619 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 4250771 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27481/tid=27494] ppid=27479 vsize=602276 CPUtime=1202.66 cores=0,2,4,6
/proc/27481/task/27494/stat : 27494 (plingeling) R 27479 27481 26831 0 -1 4202560 243277 1253 0 0 120232 34 0 0 25 0 5 0 653288619 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27481/tid=27495] ppid=27479 vsize=602276 CPUtime=1192.83 cores=0,2,4,6
/proc/27481/task/27495/stat : 27495 (plingeling) R 27479 27481 26831 0 -1 4202560 335151 1253 0 0 119236 47 0 0 25 0 5 0 653288619 616730624 121177 33554432000 4194304 4417452 140736711461280 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 602276

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.94
CPU time (s): 4800.19
CPU user time (s): 4798.19
CPU system time (s): 1.9957
CPU usage (%): 399.038
Max. virtual memory (cumulated for all children) (KiB): 691888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.19
system time used= 1.9957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1373351
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= 158
involuntary context switches= 24526

runsolver used 2.78658 second user time and 7.06893 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 01:48:08
IDJOB=3371364
IDBENCH=20536
IDSOLVER=1848
FILE ID=node121/3371364-1305416888
RUNJOBID= node121-1305416888-27456
PBS_JOBID= 13324525
Free space on /tmp= 73424 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371364-1305416888/watcher-3371364-1305416888 -o /tmp/evaluation-result-3371364-1305416888/solver-3371364-1305416888 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371364-1305416888.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1655683044

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20952560 kB
Buffers:        303012 kB
Cached:        5971612 kB
SwapCached:       7656 kB
Active:        6430632 kB
Inactive:      5214600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20952560 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            7948 kB
Writeback:           0 kB
AnonPages:     5367940 kB
Mapped:          21688 kB
Slab:           265608 kB
PageTables:      24384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30666904 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= 73428 MiB
End job on node121 at 2011-05-15 02:08:13