Trace number 3371278

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.39 1203.73

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3371278-1305416994/watcher-3371278-1305416994 -o /tmp/evaluation-result-3371278-1305416994/solver-3371278-1305416994 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371278-1305416994.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: 8.00 8.03 8.02 5/328 25279
/proc/meminfo: memFree=25088192/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=13028 CPUtime=0 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) R 25277 25279 24676 0 -1 4202496 1335 1261 0 0 0 0 0 0 21 0 1 0 653299841 13340672 1264 33554432000 4194304 4417452 140733817140400 18446744073709551615 244446945024 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25279/statm: 3257 1264 148 55 0 1143 0

[startup+0.0458101 s]
/proc/loadavg: 8.00 8.03 8.02 5/328 25279
/proc/meminfo: memFree=25088192/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=20208 CPUtime=0.03 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) R 25277 25279 24676 0 -1 4202496 3153 1261 0 0 3 0 0 0 21 0 1 0 653299841 20692992 3076 33554432000 4194304 4417452 140733817140400 18446744073709551615 244446945024 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25279/statm: 5052 3076 149 55 0 2938 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20208

[startup+0.100798 s]
/proc/loadavg: 8.00 8.03 8.02 5/328 25279
/proc/meminfo: memFree=25088192/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=28924 CPUtime=0.09 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) R 25277 25279 24676 0 -1 4202496 5332 1261 0 0 9 0 0 0 21 0 1 0 653299841 29618176 5255 33554432000 4194304 4417452 140733817140400 18446744073709551615 244446945024 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25279/statm: 7231 5255 149 55 0 5117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28924

[startup+0.30076 s]
/proc/loadavg: 8.00 8.03 8.02 5/328 25279
/proc/meminfo: memFree=25088192/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=65508 CPUtime=0.29 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) R 25277 25279 24676 0 -1 4202496 14523 1261 0 0 28 1 0 0 22 0 1 0 653299841 67080192 14401 33554432000 4194304 4417452 140733817140400 18446744073709551615 244446945024 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25279/statm: 16377 14401 149 55 0 14263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65508

[startup+0.700689 s]
/proc/loadavg: 8.00 8.03 8.02 5/328 25279
/proc/meminfo: memFree=25088192/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=151924 CPUtime=0.69 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) R 25277 25279 24676 0 -1 4202496 36189 1261 0 0 65 4 0 0 23 0 1 0 653299841 155570176 36005 33554432000 4194304 4417452 140733817140400 18446744073709551615 4232636 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/25279/statm: 37981 36005 149 55 0 35867 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151924

[startup+1.5005 s]
/proc/loadavg: 8.00 8.03 8.02 9/333 25289
/proc/meminfo: memFree=24920248/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=264780 CPUtime=3.75 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 64771 1261 0 0 367 8 0 0 24 0 5 0 653299841 271134720 43117 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 66195 43117 172 55 0 64081 0
[pid=25279/tid=25286] ppid=25277 vsize=264780 CPUtime=0.75 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 7059 1261 0 0 74 1 0 0 25 0 5 0 653299915 271134720 43117 33554432000 4194304 4417452 140733817140400 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=264780 CPUtime=0.75 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 7962 1261 0 0 74 1 0 0 25 0 5 0 653299915 271134720 43117 33554432000 4194304 4417452 140733817140400 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=264780 CPUtime=0.75 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 9462 1261 0 0 74 1 0 0 18 0 5 0 653299915 271134720 43117 33554432000 4194304 4417452 140733817140400 18446744073709551615 4281450 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=264780 CPUtime=0.74 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 4087 1261 0 0 74 0 0 0 25 0 5 0 653299915 271134720 43117 33554432000 4194304 4417452 140733817140400 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 264780

[startup+3.1012 s]
/proc/loadavg: 8.00 8.03 8.02 9/333 25289
/proc/meminfo: memFree=24908220/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=286396 CPUtime=10.14 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 81533 1261 0 0 1003 11 0 0 24 0 5 0 653299841 293269504 44595 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 71599 44595 175 55 0 69485 0
[pid=25279/tid=25286] ppid=25277 vsize=286396 CPUtime=2.35 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 12493 1261 0 0 234 1 0 0 25 0 5 0 653299915 293269504 44595 33554432000 4194304 4417452 140733817140400 18446744073709551615 4276673 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=286396 CPUtime=2.35 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 13038 1261 0 0 233 2 0 0 25 0 5 0 653299915 293269504 44595 33554432000 4194304 4417452 140733817140400 18446744073709551615 4264178 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=286396 CPUtime=2.35 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 15713 1261 0 0 233 2 0 0 21 0 5 0 653299915 293269504 44595 33554432000 4194304 4417452 140733817140400 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=286396 CPUtime=2.33 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 4088 1261 0 0 233 0 0 0 25 0 5 0 653299915 293269504 44595 33554432000 4194304 4417452 140733817140400 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.14
Current children cumulated vsize (KiB) 286396

[startup+6.3006 s]
/proc/loadavg: 8.00 8.03 8.02 9/333 25289
/proc/meminfo: memFree=24901268/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=287048 CPUtime=22.9 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 115459 1261 0 0 2275 15 0 0 24 0 5 0 653299841 293937152 49902 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 71762 49902 179 55 0 69648 0
[pid=25279/tid=25286] ppid=25277 vsize=287048 CPUtime=5.55 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 24302 1261 0 0 552 3 0 0 25 0 5 0 653299915 293937152 49902 33554432000 4194304 4417452 140733817140400 18446744073709551615 4252499 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=287048 CPUtime=5.55 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 25839 1261 0 0 551 4 0 0 25 0 5 0 653299915 293937152 49902 33554432000 4194304 4417452 140733817140400 18446744073709551615 4271602 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=287048 CPUtime=5.54 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 25029 1261 0 0 552 2 0 0 25 0 5 0 653299915 293937152 49902 33554432000 4194304 4417452 140733817140400 18446744073709551615 4377131 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=287048 CPUtime=5.49 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 4088 1261 0 0 549 0 0 0 25 0 5 0 653299915 293937152 49902 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.9
Current children cumulated vsize (KiB) 287048

[startup+12.7004 s]
/proc/loadavg: 8.00 8.03 8.02 9/333 25289
/proc/meminfo: memFree=24836480/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=334136 CPUtime=48.43 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 127261 1261 0 0 4827 16 0 0 24 0 5 0 653299841 342155264 61644 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 83534 61644 179 55 0 81420 0
[pid=25279/tid=25286] ppid=25277 vsize=334136 CPUtime=11.96 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 31471 1261 0 0 1192 4 0 0 25 0 5 0 653299915 342155264 61644 33554432000 4194304 4417452 140733817140400 18446744073709551615 4252336 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=334136 CPUtime=11.95 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 28912 1261 0 0 1191 4 0 0 25 0 5 0 653299915 342155264 61644 33554432000 4194304 4417452 140733817140400 18446744073709551615 4253228 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=334136 CPUtime=11.95 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 26589 1261 0 0 1192 3 0 0 25 0 5 0 653299915 342155264 61644 33554432000 4194304 4417452 140733817140400 18446744073709551615 4353598 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=334136 CPUtime=11.82 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 4088 1261 0 0 1182 0 0 0 25 0 5 0 653299915 342155264 61644 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.43
Current children cumulated vsize (KiB) 334136

[startup+25.501 s]
/proc/loadavg: 8.00 8.03 8.02 9/333 25290
/proc/meminfo: memFree=24836472/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=333048 CPUtime=99.51 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 127261 1261 0 0 9934 17 0 0 24 0 5 0 653299841 341041152 61372 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 83262 61372 179 55 0 81148 0
[pid=25279/tid=25286] ppid=25277 vsize=333048 CPUtime=24.76 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 31471 1261 0 0 2472 4 0 0 25 0 5 0 653299915 341041152 61372 33554432000 4194304 4417452 140733817140400 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=333048 CPUtime=24.74 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 28912 1261 0 0 2470 4 0 0 25 0 5 0 653299915 341041152 61372 33554432000 4194304 4417452 140733817140400 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=333048 CPUtime=24.75 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 26589 1261 0 0 2472 3 0 0 25 0 5 0 653299915 341041152 61372 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=333048 CPUtime=24.49 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 4088 1261 0 0 2449 0 0 0 25 0 5 0 653299915 341041152 61372 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.51
Current children cumulated vsize (KiB) 333048

[startup+51.1012 s]
/proc/loadavg: 8.00 8.03 8.01 9/333 25290
/proc/meminfo: memFree=24810072/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=357616 CPUtime=201.65 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 133636 1261 0 0 20147 18 0 0 24 0 5 0 653299841 366198784 67515 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 89404 67515 180 55 0 87290 0
[pid=25279/tid=25286] ppid=25277 vsize=357616 CPUtime=50.36 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 32555 1261 0 0 5032 4 0 0 25 0 5 0 653299915 366198784 67515 33554432000 4194304 4417452 140733817140400 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=357616 CPUtime=50.34 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 28963 1261 0 0 5030 4 0 0 25 0 5 0 653299915 366198784 67515 33554432000 4194304 4417452 140733817140400 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=357616 CPUtime=50.35 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 31829 1261 0 0 5031 4 0 0 25 0 5 0 653299915 366198784 67515 33554432000 4194304 4417452 140733817140400 18446744073709551615 4353543 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=357616 CPUtime=49.83 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 4088 1261 0 0 4983 0 0 0 25 0 5 0 653299915 366198784 67515 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.65
Current children cumulated vsize (KiB) 357616

[startup+102.313 s]
/proc/loadavg: 8.09 8.05 8.02 9/333 25292
/proc/meminfo: memFree=24762300/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=396072 CPUtime=405.96 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 164028 1261 0 0 40574 22 0 0 24 0 5 0 653299841 405577728 77129 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 99018 77129 180 55 0 96904 0
[pid=25279/tid=25286] ppid=25277 vsize=396072 CPUtime=101.57 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 55738 1261 0 0 10150 7 0 0 25 0 5 0 653299915 405577728 77129 33554432000 4194304 4417452 140733817140400 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=396072 CPUtime=101.54 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 29077 1261 0 0 10150 4 0 0 25 0 5 0 653299915 405577728 77129 33554432000 4194304 4417452 140733817140400 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=396072 CPUtime=101.56 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 34382 1261 0 0 10152 4 0 0 25 0 5 0 653299915 405577728 77129 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=396072 CPUtime=100.53 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 8630 1261 0 0 10052 1 0 0 25 0 5 0 653299915 405577728 77129 33554432000 4194304 4417452 140733817140400 18446744073709551615 4353666 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 405.96
Current children cumulated vsize (KiB) 396072

[startup+162.3 s]
/proc/loadavg: 8.08 8.05 8.02 9/333 25293
/proc/meminfo: memFree=24713420/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=395568 CPUtime=645.3 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 172402 1261 0 0 64507 23 0 0 24 0 5 0 653299841 405061632 72458 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 98892 72458 180 55 0 96778 0
[pid=25279/tid=25286] ppid=25277 vsize=395568 CPUtime=161.56 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 55795 1261 0 0 16149 7 0 0 25 0 5 0 653299915 405061632 72458 33554432000 4194304 4417452 140733817140400 18446744073709551615 4366005 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=395568 CPUtime=161.52 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 29135 1261 0 0 16148 4 0 0 25 0 5 0 653299915 405061632 72458 33554432000 4194304 4417452 140733817140400 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=395568 CPUtime=161.55 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 42641 1261 0 0 16150 5 0 0 25 0 5 0 653299915 405061632 72458 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=395568 CPUtime=159.91 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 8630 1261 0 0 15990 1 0 0 25 0 5 0 653299915 405061632 72458 33554432000 4194304 4417452 140733817140400 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.3
Current children cumulated vsize (KiB) 395568


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

[pid=25279/tid=25287] ppid=25277 vsize=553972 CPUtime=761.45 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82348 1261 0 0 76133 12 0 0 25 0 5 0 653299915 567267328 112059 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=553972 CPUtime=761.58 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 80335 1261 0 0 76147 11 0 0 25 0 5 0 653299915 567267328 112059 33554432000 4194304 4417452 140733817140400 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=553972 CPUtime=753.85 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 50117 1261 0 0 75377 8 0 0 25 0 5 0 653299915 567267328 112059 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.21
Current children cumulated vsize (KiB) 553972

[startup+822.301 s]
/proc/loadavg: 8.16 8.12 8.06 9/333 25356
/proc/meminfo: memFree=24622808/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=513104 CPUtime=3278.57 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 356162 1261 0 0 327805 52 0 0 24 0 5 0 653299841 525418496 101874 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 128276 101874 180 55 0 126162 0
[pid=25279/tid=25286] ppid=25277 vsize=513104 CPUtime=821.55 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104256 1261 0 0 82141 14 0 0 25 0 5 0 653299915 525418496 101874 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=513104 CPUtime=821.43 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82348 1261 0 0 82131 12 0 0 25 0 5 0 653299915 525418496 101874 33554432000 4194304 4417452 140733817140400 18446744073709551615 4366234 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=513104 CPUtime=821.57 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 82987 1261 0 0 82145 12 0 0 25 0 5 0 653299915 525418496 101874 33554432000 4194304 4417452 140733817140400 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=513104 CPUtime=813.24 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 50370 1261 0 0 81316 8 0 0 25 0 5 0 653299915 525418496 101874 33554432000 4194304 4417452 140733817140400 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3278.57
Current children cumulated vsize (KiB) 513104

[startup+882.301 s]
/proc/loadavg: 8.35 8.18 8.08 9/333 25361
/proc/meminfo: memFree=24710368/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=480516 CPUtime=3517.94 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 356315 1261 0 0 351742 52 0 0 24 0 5 0 653299841 492048384 93727 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 120129 93727 180 55 0 118015 0
[pid=25279/tid=25286] ppid=25277 vsize=480516 CPUtime=881.55 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104306 1261 0 0 88141 14 0 0 25 0 5 0 653299915 492048384 93727 33554432000 4194304 4417452 140733817140400 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=480516 CPUtime=881.42 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82396 1261 0 0 88130 12 0 0 25 0 5 0 653299915 492048384 93727 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=480516 CPUtime=881.57 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 83042 1261 0 0 88145 12 0 0 25 0 5 0 653299915 492048384 93727 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=480516 CPUtime=872.63 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 50370 1261 0 0 87255 8 0 0 25 0 5 0 653299915 492048384 93727 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3517.94
Current children cumulated vsize (KiB) 480516

[startup+942.301 s]
/proc/loadavg: 8.22 8.18 8.09 9/333 25362
/proc/meminfo: memFree=24736380/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=471880 CPUtime=3757.35 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 362370 1261 0 0 375682 53 0 0 24 0 5 0 653299841 483205120 91536 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 117970 91536 180 55 0 115856 0
[pid=25279/tid=25286] ppid=25277 vsize=471880 CPUtime=941.55 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104306 1261 0 0 94141 14 0 0 25 0 5 0 653299915 483205120 91536 33554432000 4194304 4417452 140733817140400 18446744073709551615 4252475 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=471880 CPUtime=941.41 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82396 1261 0 0 94129 12 0 0 25 0 5 0 653299915 483205120 91536 33554432000 4194304 4417452 140733817140400 18446744073709551615 4346677 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=471880 CPUtime=941.58 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 83042 1261 0 0 94146 12 0 0 25 0 5 0 653299915 483205120 91536 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=471880 CPUtime=932.04 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 56425 1261 0 0 93196 8 0 0 25 0 5 0 653299915 483205120 91536 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.35
Current children cumulated vsize (KiB) 471880

[startup+1002.3 s]
/proc/loadavg: 8.11 8.16 8.09 9/333 25364
/proc/meminfo: memFree=24713280/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=473364 CPUtime=3996.73 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 362886 1261 0 0 399620 53 0 0 24 0 5 0 653299841 484724736 91907 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 118341 91907 180 55 0 116227 0
[pid=25279/tid=25286] ppid=25277 vsize=473364 CPUtime=1001.55 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104350 1261 0 0 100141 14 0 0 25 0 5 0 653299915 484724736 91907 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=473364 CPUtime=1001.4 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82437 1261 0 0 100128 12 0 0 25 0 5 0 653299915 484724736 91907 33554432000 4194304 4417452 140733817140400 18446744073709551615 4260714 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=473364 CPUtime=1001.58 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 83473 1261 0 0 100146 12 0 0 25 0 5 0 653299915 484724736 91907 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=473364 CPUtime=991.43 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 56425 1261 0 0 99135 8 0 0 25 0 5 0 653299915 484724736 91907 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3996.73
Current children cumulated vsize (KiB) 473364

[startup+1062.3 s]
/proc/loadavg: 8.09 8.14 8.09 9/333 25365
/proc/meminfo: memFree=24654236/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=506112 CPUtime=4236.13 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 371078 1261 0 0 423559 54 0 0 24 0 5 0 653299841 518258688 100094 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 126528 100094 180 55 0 124414 0
[pid=25279/tid=25286] ppid=25277 vsize=506112 CPUtime=1061.55 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104350 1261 0 0 106141 14 0 0 25 0 5 0 653299915 518258688 100094 33554432000 4194304 4417452 140733817140400 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=506112 CPUtime=1061.39 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82437 1261 0 0 106127 12 0 0 25 0 5 0 653299915 518258688 100094 33554432000 4194304 4417452 140733817140400 18446744073709551615 4355198 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=506112 CPUtime=1061.58 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 83473 1261 0 0 106146 12 0 0 25 0 5 0 653299915 518258688 100094 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364500 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=506112 CPUtime=1050.84 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 64617 1261 0 0 105075 9 0 0 25 0 5 0 653299915 518258688 100094 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.13
Current children cumulated vsize (KiB) 506112

[startup+1122.3 s]
/proc/loadavg: 8.03 8.11 8.08 9/333 25367
/proc/meminfo: memFree=24717564/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=473300 CPUtime=4475.53 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 371187 1261 0 0 447499 54 0 0 24 0 5 0 653299841 484659200 91891 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 118325 91891 180 55 0 116211 0
[pid=25279/tid=25286] ppid=25277 vsize=473300 CPUtime=1121.55 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104388 1261 0 0 112141 14 0 0 25 0 5 0 653299915 484659200 91891 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=473300 CPUtime=1121.39 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82474 1261 0 0 112127 12 0 0 25 0 5 0 653299915 484659200 91891 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=473300 CPUtime=1121.58 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 83507 1261 0 0 112146 12 0 0 25 0 5 0 653299915 484659200 91891 33554432000 4194304 4417452 140733817140400 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=473300 CPUtime=1110.23 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 64617 1261 0 0 111014 9 0 0 25 0 5 0 653299915 484659200 91891 33554432000 4194304 4417452 140733817140400 18446744073709551615 4357436 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.53
Current children cumulated vsize (KiB) 473300

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 8.08 9/333 25368
/proc/meminfo: memFree=24663844/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=473280 CPUtime=4714.93 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 371187 1261 0 0 471439 54 0 0 24 0 5 0 653299841 484638720 91886 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 118320 91886 180 55 0 116206 0
[pid=25279/tid=25286] ppid=25277 vsize=473280 CPUtime=1181.55 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104388 1261 0 0 118141 14 0 0 25 0 5 0 653299915 484638720 91886 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=473280 CPUtime=1181.38 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82474 1261 0 0 118126 12 0 0 25 0 5 0 653299915 484638720 91886 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=473280 CPUtime=1181.58 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 83507 1261 0 0 118146 12 0 0 25 0 5 0 653299915 484638720 91886 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=473280 CPUtime=1169.64 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 64617 1261 0 0 116955 9 0 0 25 0 5 0 653299915 484638720 91886 33554432000 4194304 4417452 140733817140400 18446744073709551615 4357094 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.93
Current children cumulated vsize (KiB) 473280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.17 8.13 8.09 10/333 25369
/proc/meminfo: memFree=24726316/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=473420 CPUtime=4800.34 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 371224 1261 0 0 479980 54 0 0 24 0 5 0 653299841 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 118355 91921 180 55 0 116241 0
[pid=25279/tid=25286] ppid=25277 vsize=473420 CPUtime=1202.96 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104388 1261 0 0 120282 14 0 0 25 0 5 0 653299915 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=473420 CPUtime=1202.79 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82474 1261 0 0 120267 12 0 0 25 0 5 0 653299915 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=473420 CPUtime=1203 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 83544 1261 0 0 120288 12 0 0 25 0 5 0 653299915 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=473420 CPUtime=1190.82 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 64617 1261 0 0 119073 9 0 0 25 0 5 0 653299915 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 473420

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.17 8.13 8.09 10/333 25369
/proc/meminfo: memFree=24726316/32951124 swapFree=44485764/67111528
[pid=25279] ppid=25277 vsize=473420 CPUtime=4800.34 cores=0,2,4,6
/proc/25279/stat : 25279 (plingeling) S 25277 25279 24676 0 -1 4202496 371224 1261 0 0 479980 54 0 0 24 0 5 0 653299841 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25279/statm: 118355 91921 180 55 0 116241 0
[pid=25279/tid=25286] ppid=25277 vsize=473420 CPUtime=1202.96 cores=0,2,4,6
/proc/25279/task/25286/stat : 25286 (plingeling) R 25277 25279 24676 0 -1 4202560 104388 1261 0 0 120282 14 0 0 25 0 5 0 653299915 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25279/tid=25287] ppid=25277 vsize=473420 CPUtime=1202.79 cores=0,2,4,6
/proc/25279/task/25287/stat : 25287 (plingeling) R 25277 25279 24676 0 -1 4202560 82474 1261 0 0 120267 12 0 0 25 0 5 0 653299915 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=25279/tid=25288] ppid=25277 vsize=473420 CPUtime=1203 cores=0,2,4,6
/proc/25279/task/25288/stat : 25288 (plingeling) R 25277 25279 24676 0 -1 4202560 83544 1261 0 0 120288 12 0 0 25 0 5 0 653299915 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=25279/tid=25289] ppid=25277 vsize=473420 CPUtime=1190.82 cores=0,2,4,6
/proc/25279/task/25289/stat : 25289 (plingeling) R 25277 25279 24676 0 -1 4202560 64617 1261 0 0 119073 9 0 0 25 0 5 0 653299915 484782080 91921 33554432000 4194304 4417452 140733817140400 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 473420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.73
CPU time (s): 4800.39
CPU user time (s): 4799.83
CPU system time (s): 0.560914
CPU usage (%): 398.792
Max. virtual memory (cumulated for all children) (KiB): 625296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.83
system time used= 0.560914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372485
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= 199
involuntary context switches= 24895

runsolver used 3.50047 second user time and 8.68568 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 01:49:54
IDJOB=3371278
IDBENCH=70808
IDSOLVER=1848
FILE ID=node105/3371278-1305416994
RUNJOBID= node105-1305416888-25211
PBS_JOBID= 13324538
Free space on /tmp= 73568 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371278-1305416994/watcher-3371278-1305416994 -o /tmp/evaluation-result-3371278-1305416994/solver-3371278-1305416994 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371278-1305416994.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1767915844

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:      25088356 kB
Buffers:        280596 kB
Cached:        5929988 kB
SwapCached:      39656 kB
Active:         770948 kB
Inactive:      6832048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25088356 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           10796 kB
Writeback:           0 kB
AnonPages:     1360188 kB
Mapped:          10664 kB
Slab:           128696 kB
PageTables:      66516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65572804 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= 73576 MiB
End job on node105 at 2011-05-15 02:10:00