Trace number 3370913

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.3 1203.81

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3370913-1305432899/watcher-3370913-1305432899 -o /tmp/evaluation-result-3370913-1305432899/solver-3370913-1305432899 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3370913-1305432899.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: 4.74 4.50 5.84 5/328 1110
/proc/meminfo: memFree=25139416/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=9144 CPUtime=0 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) R 1107 1110 390 0 -1 4202496 346 1251 0 0 0 0 0 0 25 0 1 0 654890410 9363456 276 33554432000 4194304 4417452 140734371438416 18446744073709551615 244446639070 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1110/statm: 2286 276 147 55 0 172 0

[startup+0.028657 s]
/proc/loadavg: 4.74 4.50 5.84 5/328 1110
/proc/meminfo: memFree=25139416/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=12284 CPUtime=0.02 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) R 1107 1110 390 0 -1 4202496 1196 1251 0 0 2 0 0 0 25 0 1 0 654890410 12578816 1094 33554432000 4194304 4417452 140734371438416 18446744073709551615 4198200 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1110/statm: 3071 1094 148 55 0 957 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12284

[startup+0.100643 s]
/proc/loadavg: 4.74 4.50 5.84 5/328 1110
/proc/meminfo: memFree=25139416/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=18428 CPUtime=0.09 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) R 1107 1110 390 0 -1 4202496 2732 1251 0 0 9 0 0 0 25 0 1 0 654890410 18870272 2630 33554432000 4194304 4417452 140734371438416 18446744073709551615 244446945024 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1110/statm: 4607 2630 148 55 0 2493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18428

[startup+0.300605 s]
/proc/loadavg: 4.74 4.50 5.84 5/328 1110
/proc/meminfo: memFree=25139416/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=43004 CPUtime=0.28 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) R 1107 1110 390 0 -1 4202496 8876 1251 0 0 28 0 0 0 25 0 1 0 654890410 44036096 8774 33554432000 4194304 4417452 140734371438416 18446744073709551615 4231466 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1110/statm: 10751 8774 148 55 0 8637 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 43004

[startup+0.700535 s]
/proc/loadavg: 4.74 4.50 5.84 5/328 1110
/proc/meminfo: memFree=25139416/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=141308 CPUtime=0.69 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) R 1107 1110 390 0 -1 4202496 33452 1251 0 0 66 3 0 0 25 0 1 0 654890410 144699392 33350 33554432000 4194304 4417452 140734371438416 18446744073709551615 4231494 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/1110/statm: 35327 33350 148 55 0 33213 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141308

[startup+1.50034 s]
/proc/loadavg: 4.74 4.50 5.84 9/333 1120
/proc/meminfo: memFree=25001032/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=322720 CPUtime=3.58 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 38311 1251 0 0 353 5 0 0 25 0 5 0 654890410 330465280 35761 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 80680 35761 176 55 0 78566 0
[pid=1110/tid=1117] ppid=1107 vsize=322720 CPUtime=0.69 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 166 1251 0 0 69 0 0 0 25 0 5 0 654890490 330465280 35761 33554432000 4194304 4417452 140734371438416 18446744073709551615 4275724 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=322720 CPUtime=0.69 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 149 1251 0 0 69 0 0 0 25 0 5 0 654890490 330465280 35761 33554432000 4194304 4417452 140734371438416 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=322720 CPUtime=0.68 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 24 1251 0 0 68 0 0 0 25 0 5 0 654890490 330465280 35761 33554432000 4194304 4417452 140734371438416 18446744073709551615 4277671 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=322720 CPUtime=0.69 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 4508 1251 0 0 68 1 0 0 25 0 5 0 654890490 330465280 35761 33554432000 4194304 4417452 140734371438416 18446744073709551615 4357902 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 322720

[startup+3.10104 s]
/proc/loadavg: 4.74 4.50 5.84 9/333 1120
/proc/meminfo: memFree=24973012/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=351772 CPUtime=9.95 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 82522 1251 0 0 985 10 0 0 25 0 5 0 654890410 360214528 43028 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 87943 43028 180 55 0 85829 0
[pid=1110/tid=1117] ppid=1107 vsize=351772 CPUtime=2.29 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 10838 1251 0 0 228 1 0 0 25 0 5 0 654890490 360214528 43028 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249897 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=351772 CPUtime=2.29 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 10482 1251 0 0 228 1 0 0 25 0 5 0 654890490 360214528 43028 33554432000 4194304 4417452 140734371438416 18446744073709551615 4248926 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=351772 CPUtime=2.27 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 11754 1251 0 0 226 1 0 0 25 0 5 0 654890490 360214528 43028 33554432000 4194304 4417452 140734371438416 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=351772 CPUtime=2.29 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 15984 1251 0 0 227 2 0 0 25 0 5 0 654890490 360214528 43028 33554432000 4194304 4417452 140734371438416 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (KiB) 351772

[startup+6.30044 s]
/proc/loadavg: 5.00 4.56 5.85 9/333 1120
/proc/meminfo: memFree=24901472/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=421952 CPUtime=22.72 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 109917 1251 0 0 2257 15 0 0 25 0 5 0 654890410 432078848 60573 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 105488 60573 180 55 0 103374 0
[pid=1110/tid=1117] ppid=1107 vsize=421952 CPUtime=5.49 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 11519 1251 0 0 548 1 0 0 25 0 5 0 654890490 432078848 60573 33554432000 4194304 4417452 140734371438416 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=421952 CPUtime=5.48 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 11415 1251 0 0 547 1 0 0 25 0 5 0 654890490 432078848 60573 33554432000 4194304 4417452 140734371438416 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=421952 CPUtime=5.43 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 11754 1251 0 0 542 1 0 0 25 0 5 0 654890490 432078848 60573 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=421952 CPUtime=5.49 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 41765 1251 0 0 542 7 0 0 25 0 5 0 654890490 432078848 60573 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.72
Current children cumulated vsize (KiB) 421952

[startup+12.7002 s]
/proc/loadavg: 5.24 4.62 5.86 9/333 1121
/proc/meminfo: memFree=24883068/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=416728 CPUtime=48.25 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 144777 1251 0 0 4807 18 0 0 25 0 5 0 654890410 426729472 59267 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 104182 59267 180 55 0 102068 0
[pid=1110/tid=1117] ppid=1107 vsize=416728 CPUtime=11.89 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 11519 1251 0 0 1188 1 0 0 25 0 5 0 654890490 426729472 59267 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=416728 CPUtime=11.88 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 12369 1251 0 0 1187 1 0 0 25 0 5 0 654890490 426729472 59267 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249547 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=416728 CPUtime=11.77 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 13620 1251 0 0 1176 1 0 0 25 0 5 0 654890490 426729472 59267 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=416728 CPUtime=11.89 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 73805 1251 0 0 1179 10 0 0 25 0 5 0 654890490 426729472 59267 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.25
Current children cumulated vsize (KiB) 416728

[startup+25.5009 s]
/proc/loadavg: 5.85 4.78 5.90 9/333 1121
/proc/meminfo: memFree=24658868/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=555980 CPUtime=99.31 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 203317 1251 0 0 9908 23 0 0 25 0 5 0 654890410 569323520 95168 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 138995 95168 180 55 0 136881 0
[pid=1110/tid=1117] ppid=1107 vsize=555980 CPUtime=24.68 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 15251 1251 0 0 2467 1 0 0 25 0 5 0 654890490 569323520 95168 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=555980 CPUtime=24.68 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 21540 1251 0 0 2466 2 0 0 25 0 5 0 654890490 569323520 95168 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=555980 CPUtime=24.44 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 17716 1251 0 0 2442 2 0 0 25 0 5 0 654890490 569323520 95168 33554432000 4194304 4417452 140734371438416 18446744073709551615 4258616 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=555980 CPUtime=24.69 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 115346 1251 0 0 2456 13 0 0 25 0 5 0 654890490 569323520 95168 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.31
Current children cumulated vsize (KiB) 555980

[startup+51.1011 s]
/proc/loadavg: 6.66 5.06 5.96 9/333 1121
/proc/meminfo: memFree=24563472/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=581772 CPUtime=201.45 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 294761 1251 0 0 20109 36 0 0 25 0 5 0 654890410 595734528 103609 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 145443 103609 180 55 0 143329 0
[pid=1110/tid=1117] ppid=1107 vsize=581772 CPUtime=50.28 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 15251 1251 0 0 5027 1 0 0 25 0 5 0 654890490 595734528 103609 33554432000 4194304 4417452 140734371438416 18446744073709551615 4290670 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=581772 CPUtime=50.28 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 30997 1251 0 0 5025 3 0 0 25 0 5 0 654890490 595734528 103609 33554432000 4194304 4417452 140734371438416 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=581772 CPUtime=49.78 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 17716 1251 0 0 4976 2 0 0 25 0 5 0 654890490 595734528 103609 33554432000 4194304 4417452 140734371438416 18446744073709551615 4239408 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=581772 CPUtime=50.29 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 197333 1251 0 0 5004 25 0 0 25 0 5 0 654890490 595734528 103609 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 201.45
Current children cumulated vsize (KiB) 581772

[startup+102.313 s]
/proc/loadavg: 7.60 5.59 6.09 9/333 1123
/proc/meminfo: memFree=24241544/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=729424 CPUtime=405.78 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 432634 1251 0 0 40523 55 0 0 25 0 5 0 654890410 746930176 143520 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 182356 143520 180 55 0 180242 0
[pid=1110/tid=1117] ppid=1107 vsize=729424 CPUtime=101.49 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 15251 1251 0 0 10148 1 0 0 25 0 5 0 654890490 746930176 143520 33554432000 4194304 4417452 140734371438416 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=729424 CPUtime=101.47 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 47315 1251 0 0 10142 5 0 0 25 0 5 0 654890490 746930176 143520 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249124 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=729424 CPUtime=100.48 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 17716 1251 0 0 10046 2 0 0 25 0 5 0 654890490 746930176 143520 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=729424 CPUtime=101.5 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 318888 1251 0 0 10109 41 0 0 25 0 5 0 654890490 746930176 143520 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 405.78
Current children cumulated vsize (KiB) 729424

[startup+162.3 s]
/proc/loadavg: 7.69 5.95 6.18 9/333 1161
/proc/meminfo: memFree=23869588/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=1053804 CPUtime=645.13 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 539900 1251 0 0 64446 67 0 0 25 0 5 0 654890410 1079095296 225228 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 263451 225228 180 55 0 261337 0
[pid=1110/tid=1117] ppid=1107 vsize=1053804 CPUtime=161.48 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 15251 1251 0 0 16147 1 0 0 25 0 5 0 654890490 1079095296 225228 33554432000 4194304 4417452 140734371438416 18446744073709551615 4232632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=1053804 CPUtime=161.45 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 74009 1251 0 0 16137 8 0 0 25 0 5 0 654890490 1079095296 225228 33554432000 4194304 4417452 140734371438416 18446744073709551615 4311285 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=1053804 CPUtime=159.86 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 24316 1251 0 0 15984 2 0 0 25 0 5 0 654890490 1079095296 225228 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=1053804 CPUtime=161.49 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 392860 1251 0 0 16100 49 0 0 25 0 5 0 654890490 1079095296 225228 33554432000 4194304 4417452 140734371438416 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 645.13
Current children cumulated vsize (KiB) 1053804


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

[pid=1110/tid=1118] ppid=1107 vsize=1279040 CPUtime=761.39 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 247022 1251 0 0 76109 30 0 0 25 0 5 0 654890490 1309736960 277695 33554432000 4194304 4417452 140734371438416 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=1279040 CPUtime=753.87 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 64995 1251 0 0 75378 9 0 0 25 0 5 0 654890490 1309736960 277695 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=1279040 CPUtime=761.52 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 908898 1251 0 0 76029 123 0 0 25 0 5 0 654890490 1309736960 277695 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3039.12
Current children cumulated vsize (KiB) 1279040

[startup+822.3 s]
/proc/loadavg: 8.07 7.85 7.14 9/333 1178
/proc/meminfo: memFree=22142972/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=1578848 CPUtime=3278.48 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1459146 1251 0 0 327652 196 0 0 25 0 5 0 654890410 1616740352 361802 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 394712 361802 180 55 0 392598 0
[pid=1110/tid=1117] ppid=1107 vsize=1578848 CPUtime=821.5 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 92557 1251 0 0 82139 11 0 0 25 0 5 0 654890490 1616740352 361802 33554432000 4194304 4417452 140734371438416 18446744073709551615 4353982 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=1578848 CPUtime=821.37 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 277083 1251 0 0 82104 33 0 0 25 0 5 0 654890490 1616740352 361802 33554432000 4194304 4417452 140734371438416 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=1578848 CPUtime=813.26 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 83409 1251 0 0 81315 11 0 0 25 0 5 0 654890490 1616740352 361802 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=1578848 CPUtime=821.51 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 972633 1251 0 0 82016 135 0 0 25 0 5 0 654890490 1616740352 361802 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3278.48
Current children cumulated vsize (KiB) 1578848

[startup+882.301 s]
/proc/loadavg: 8.10 7.91 7.20 9/333 1180
/proc/meminfo: memFree=21918252/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=1726012 CPUtime=3517.87 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1523508 1251 0 0 351581 206 0 0 25 0 5 0 654890410 1767436288 384609 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 431503 384609 180 55 0 429389 0
[pid=1110/tid=1117] ppid=1107 vsize=1726012 CPUtime=881.51 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 92557 1251 0 0 88140 11 0 0 25 0 5 0 654890490 1767436288 384609 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=1726012 CPUtime=881.37 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 317519 1251 0 0 88099 38 0 0 25 0 5 0 654890490 1767436288 384609 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=1726012 CPUtime=872.65 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 83409 1251 0 0 87254 11 0 0 25 0 5 0 654890490 1767436288 384609 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=1726012 CPUtime=881.52 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 996559 1251 0 0 88012 140 0 0 25 0 5 0 654890490 1767436288 384609 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3517.87
Current children cumulated vsize (KiB) 1726012

[startup+942.301 s]
/proc/loadavg: 8.12 7.95 7.26 9/333 1181
/proc/meminfo: memFree=21327340/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=1946568 CPUtime=3757.27 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1598834 1251 0 0 375514 213 0 0 25 0 5 0 654890410 1993285632 450617 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 486642 450617 180 55 0 484528 0
[pid=1110/tid=1117] ppid=1107 vsize=1946568 CPUtime=941.51 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 106924 1251 0 0 94138 13 0 0 25 0 5 0 654890490 1993285632 450617 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=1946568 CPUtime=941.35 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 338172 1251 0 0 94095 40 0 0 25 0 5 0 654890490 1993285632 450617 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=1946568 CPUtime=932.06 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 90773 1251 0 0 93194 12 0 0 25 0 5 0 654890490 1993285632 450617 33554432000 4194304 4417452 140734371438416 18446744073709551615 4251091 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=1946568 CPUtime=941.52 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 1029501 1251 0 0 94009 143 0 0 25 0 5 0 654890490 1993285632 450617 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3757.27
Current children cumulated vsize (KiB) 1946568

[startup+1002.3 s]
/proc/loadavg: 8.11 7.98 7.31 9/333 1183
/proc/meminfo: memFree=21192032/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=2060724 CPUtime=3996.64 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1669556 1251 0 0 399441 223 0 0 25 0 5 0 654890410 2110181376 484335 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 515181 484335 180 55 0 513067 0
[pid=1110/tid=1117] ppid=1107 vsize=2060724 CPUtime=1001.51 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 124325 1251 0 0 100135 16 0 0 25 0 5 0 654890490 2110181376 484335 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=2060724 CPUtime=1001.35 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 379951 1251 0 0 100090 45 0 0 25 0 5 0 654890490 2110181376 484335 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=2060724 CPUtime=991.42 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 99137 1251 0 0 99129 13 0 0 25 0 5 0 654890490 2110181376 484335 33554432000 4194304 4417452 140734371438416 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=2060724 CPUtime=1001.52 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 1032679 1251 0 0 100009 143 0 0 25 0 5 0 654890490 2110181376 484335 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3996.64
Current children cumulated vsize (KiB) 2060724

[startup+1062.3 s]
/proc/loadavg: 8.22 8.04 7.37 9/333 1185
/proc/meminfo: memFree=20915596/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=2220320 CPUtime=4236.04 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1733994 1251 0 0 423374 230 0 0 25 0 5 0 654890410 2273607680 520384 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 555080 520384 180 55 0 552966 0
[pid=1110/tid=1117] ppid=1107 vsize=2220320 CPUtime=1061.52 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 140092 1251 0 0 106134 18 0 0 25 0 5 0 654890490 2273607680 520384 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=2220320 CPUtime=1061.34 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 394521 1251 0 0 106088 46 0 0 25 0 5 0 654890490 2273607680 520384 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=2220320 CPUtime=1050.83 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 133238 1251 0 0 105065 18 0 0 25 0 5 0 654890490 2273607680 520384 33554432000 4194304 4417452 140734371438416 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=2220320 CPUtime=1061.52 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 1032679 1251 0 0 106009 143 0 0 25 0 5 0 654890490 2273607680 520384 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4236.04
Current children cumulated vsize (KiB) 2220320

[startup+1122.3 s]
/proc/loadavg: 8.23 8.06 7.42 9/333 1186
/proc/meminfo: memFree=21298348/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=2529572 CPUtime=4475.38 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1878325 1251 0 0 447283 255 0 0 25 0 5 0 654890410 2590281728 600743 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 632393 600743 180 55 0 630279 0
[pid=1110/tid=1117] ppid=1107 vsize=2529572 CPUtime=1121.51 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 148284 1251 0 0 112132 19 0 0 25 0 5 0 654890490 2590281728 600743 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=2529572 CPUtime=1121.3 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 436002 1251 0 0 112078 52 0 0 25 0 5 0 654890490 2590281728 600743 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=2529572 CPUtime=1110.21 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 161467 1251 0 0 110999 22 0 0 25 0 5 0 654890490 2590281728 600743 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=2529572 CPUtime=1121.53 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 1099108 1251 0 0 111997 156 0 0 25 0 5 0 654890490 2590281728 600743 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.38
Current children cumulated vsize (KiB) 2529572

[startup+1182.3 s]
/proc/loadavg: 8.08 8.05 7.45 9/333 1188
/proc/meminfo: memFree=20939208/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=2630844 CPUtime=4714.77 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1926106 1251 0 0 471216 261 0 0 25 0 5 0 654890410 2693984256 624592 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 657711 624592 180 55 0 655597 0
[pid=1110/tid=1117] ppid=1107 vsize=2630844 CPUtime=1181.52 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 148786 1251 0 0 118133 19 0 0 25 0 5 0 654890490 2693984256 624592 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=2630844 CPUtime=1181.3 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 483281 1251 0 0 118072 58 0 0 25 0 5 0 654890490 2693984256 624592 33554432000 4194304 4417452 140734371438416 18446744073709551615 4343748 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=2630844 CPUtime=1169.6 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 161467 1251 0 0 116937 23 0 0 25 0 5 0 654890490 2693984256 624592 33554432000 4194304 4417452 140734371438416 18446744073709551615 4291090 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=2630844 CPUtime=1181.53 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 1099108 1251 0 0 117997 156 0 0 25 0 5 0 654890490 2693984256 624592 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4714.77
Current children cumulated vsize (KiB) 2630844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.05 8.05 7.47 9/333 1188
/proc/meminfo: memFree=20960520/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=2644312 CPUtime=4800.16 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1949992 1251 0 0 479753 263 0 0 25 0 5 0 654890410 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 661078 627959 180 55 0 658964 0
[pid=1110/tid=1117] ppid=1107 vsize=2644312 CPUtime=1202.93 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 164480 1251 0 0 120272 21 0 0 25 0 5 0 654890490 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=2644312 CPUtime=1202.71 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 483281 1251 0 0 120213 58 0 0 25 0 5 0 654890490 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=2644312 CPUtime=1190.78 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 169659 1251 0 0 119054 24 0 0 25 0 5 0 654890490 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249909 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=2644312 CPUtime=1202.94 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 1099108 1251 0 0 120138 156 0 0 25 0 5 0 654890490 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2644312

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

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

[startup+1203.7 s]
/proc/loadavg: 8.05 8.05 7.47 9/333 1188
/proc/meminfo: memFree=20960520/32951124 swapFree=44485764/67111528
[pid=1110] ppid=1107 vsize=2644312 CPUtime=4800.16 cores=0,2,4,6
/proc/1110/stat : 1110 (plingeling) S 1107 1110 390 0 -1 4202496 1949992 1251 0 0 479753 263 0 0 25 0 5 0 654890410 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/1110/statm: 661078 627959 180 55 0 658964 0
[pid=1110/tid=1117] ppid=1107 vsize=2644312 CPUtime=1202.93 cores=0,2,4,6
/proc/1110/task/1117/stat : 1117 (plingeling) R 1107 1110 390 0 -1 4202560 164480 1251 0 0 120272 21 0 0 25 0 5 0 654890490 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=1110/tid=1118] ppid=1107 vsize=2644312 CPUtime=1202.71 cores=0,2,4,6
/proc/1110/task/1118/stat : 1118 (plingeling) R 1107 1110 390 0 -1 4202560 483281 1251 0 0 120213 58 0 0 25 0 5 0 654890490 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=1110/tid=1119] ppid=1107 vsize=2644312 CPUtime=1190.78 cores=0,2,4,6
/proc/1110/task/1119/stat : 1119 (plingeling) R 1107 1110 390 0 -1 4202560 169659 1251 0 0 119054 24 0 0 25 0 5 0 654890490 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 4249909 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=1110/tid=1120] ppid=1107 vsize=2644312 CPUtime=1202.94 cores=0,2,4,6
/proc/1110/task/1120/stat : 1120 (plingeling) R 1107 1110 390 0 -1 4202560 1099108 1251 0 0 120138 156 0 0 25 0 5 0 654890490 2707775488 627959 33554432000 4194304 4417452 140734371438416 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2644312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.81
CPU time (s): 4800.3
CPU user time (s): 4797.58
CPU system time (s): 2.72358
CPU usage (%): 398.76
Max. virtual memory (cumulated for all children) (KiB): 2664308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.58
system time used= 2.72358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1951243
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= 118
involuntary context switches= 24133

runsolver used 3.63045 second user time and 8.5357 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 06:15:00
IDJOB=3370913
IDBENCH=88203
IDSOLVER=1848
FILE ID=node105/3370913-1305432899
RUNJOBID= node105-1305432876-970
PBS_JOBID= 13324613
Free space on /tmp= 73608 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370913-1305432899/watcher-3370913-1305432899 -o /tmp/evaluation-result-3370913-1305432899/solver-3370913-1305432899 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370913-1305432899.cnf

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1224694231

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25139696 kB
Buffers:        287560 kB
Cached:        5979112 kB
SwapCached:      39656 kB
Active:         848408 kB
Inactive:      6701568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25139696 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           17532 kB
Writeback:           0 kB
AnonPages:     1251248 kB
Mapped:          10956 kB
Slab:           130104 kB
PageTables:      66248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65454516 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= 73592 MiB
End job on node105 at 2011-05-15 06:35:05