Trace number 3370996

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.32 1203.76

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb80-14-2.used-as.sat04-880.cnf
MD5SUM1242f0037df1c3d888415aeb418b77ed
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.696893
Satisfiable
(Un)Satisfiability was proved
Number of variables1120
Number of clauses43179
Sum of the clauses size87318
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243099
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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

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

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


[startup+0 s]
/proc/loadavg: 7.62 7.98 7.71 5/374 26400
/proc/meminfo: memFree=22606228/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=10076 CPUtime=0 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) R 26398 26400 26007 0 -1 4202496 610 1253 0 0 0 0 0 0 25 0 1 0 654684518 10317824 541 33554432000 4194304 4417452 140737307356112 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26400/statm: 2519 541 147 55 0 405 0

[startup+0.133372 s]
/proc/loadavg: 7.62 7.98 7.71 5/374 26400
/proc/meminfo: memFree=22606228/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=55732 CPUtime=0.42 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 2559 1253 0 0 42 0 0 0 25 0 5 0 654684518 57069568 1717 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 13933 1717 177 55 0 11819 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 55732

[startup+0.20036 s]
/proc/loadavg: 7.62 7.98 7.71 5/374 26400
/proc/meminfo: memFree=22606228/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=57528 CPUtime=0.69 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 3011 1253 0 0 69 0 0 0 25 0 5 0 654684518 58908672 2169 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 14382 2169 180 55 0 12268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57528

[startup+0.300342 s]
/proc/loadavg: 7.62 7.98 7.71 5/374 26400
/proc/meminfo: memFree=22606228/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=60392 CPUtime=1.09 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 3727 1253 0 0 109 0 0 0 25 0 5 0 654684518 61841408 2885 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 15098 2885 180 55 0 12984 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 60392

[startup+0.700269 s]
/proc/loadavg: 7.62 7.98 7.71 5/374 26400
/proc/meminfo: memFree=22606228/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=61012 CPUtime=2.68 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 5131 1253 0 0 268 0 0 0 25 0 5 0 654684518 62476288 3040 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 15253 3040 180 55 0 13139 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 61012

[startup+1.50112 s]
/proc/loadavg: 7.62 7.98 7.71 9/379 26410
/proc/meminfo: memFree=22586364/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=69012 CPUtime=5.87 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 7987 1253 0 0 587 0 0 0 25 0 5 0 654684518 70668288 5040 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 17253 5040 180 55 0 15139 0
[pid=26400/tid=26407] ppid=26398 vsize=69012 CPUtime=1.47 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 660 1253 0 0 147 0 0 0 25 0 5 0 654684521 70668288 5040 33554432000 4194304 4417452 140737307356112 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=69012 CPUtime=1.46 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 644 1253 0 0 146 0 0 0 25 0 5 0 654684521 70668288 5040 33554432000 4194304 4417452 140737307356112 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=69012 CPUtime=1.46 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 1569 1253 0 0 146 0 0 0 25 0 5 0 654684521 70668288 5040 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=69012 CPUtime=1.45 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 3529 1253 0 0 145 0 0 0 25 0 5 0 654684521 70668288 5040 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 69012

[startup+3.10083 s]
/proc/loadavg: 7.62 7.98 7.71 9/379 26410
/proc/meminfo: memFree=22582024/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=77552 CPUtime=12.26 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 13387 1253 0 0 1225 1 0 0 25 0 5 0 654684518 79413248 7175 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 19388 7175 180 55 0 17274 0
[pid=26400/tid=26407] ppid=26398 vsize=77552 CPUtime=3.07 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 1398 1253 0 0 307 0 0 0 25 0 5 0 654684521 79413248 7175 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=77552 CPUtime=3.06 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 1163 1253 0 0 306 0 0 0 25 0 5 0 654684521 79413248 7175 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366458 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=77552 CPUtime=3.06 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 2173 1253 0 0 306 0 0 0 25 0 5 0 654684521 79413248 7175 33554432000 4194304 4417452 140737307356112 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=77552 CPUtime=3.03 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 7068 1253 0 0 303 0 0 0 25 0 5 0 654684521 79413248 7175 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 77552

[startup+6.30025 s]
/proc/loadavg: 7.65 7.98 7.71 9/379 26410
/proc/meminfo: memFree=22557372/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=82644 CPUtime=25.03 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 23942 1253 0 0 2500 3 0 0 25 0 5 0 654684518 84627456 8448 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 20661 8448 180 55 0 18547 0
[pid=26400/tid=26407] ppid=26398 vsize=82644 CPUtime=6.26 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 2882 1253 0 0 626 0 0 0 25 0 5 0 654684521 84627456 8448 33554432000 4194304 4417452 140737307356112 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=82644 CPUtime=6.26 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 4001 1253 0 0 626 0 0 0 25 0 5 0 654684521 84627456 8448 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=82644 CPUtime=6.25 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 3838 1253 0 0 625 0 0 0 25 0 5 0 654684521 84627456 8448 33554432000 4194304 4417452 140737307356112 18446744073709551615 212687733162 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=82192 CPUtime=6.19 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 11636 1253 0 0 618 1 0 0 25 0 5 0 654684521 84164608 8335 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 82644

[startup+12.7011 s]
/proc/loadavg: 7.68 7.98 7.71 9/379 26410
/proc/meminfo: memFree=22521456/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=101712 CPUtime=50.55 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 46032 1253 0 0 5049 6 0 0 25 0 5 0 654684518 104153088 13215 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 25428 13215 180 55 0 23314 0
[pid=26400/tid=26407] ppid=26398 vsize=101712 CPUtime=12.66 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 6800 1253 0 0 1266 0 0 0 25 0 5 0 654684521 104153088 13215 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=101712 CPUtime=12.66 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 8854 1253 0 0 1265 1 0 0 25 0 5 0 654684521 104153088 13215 33554432000 4194304 4417452 140737307356112 18446744073709551615 4343423 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=101712 CPUtime=12.66 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 8835 1253 0 0 1265 1 0 0 25 0 5 0 654684521 104153088 13215 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=101712 CPUtime=12.51 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 19958 1253 0 0 1249 2 0 0 25 0 5 0 654684521 104153088 13215 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 101712

[startup+25.5008 s]
/proc/loadavg: 7.75 7.98 7.72 9/379 26410
/proc/meminfo: memFree=22504100/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=115484 CPUtime=101.59 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 89562 1253 0 0 10146 13 0 0 25 0 5 0 654684518 118255616 16658 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 28871 16658 180 55 0 26757 0
[pid=26400/tid=26407] ppid=26398 vsize=115484 CPUtime=25.46 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 13925 1253 0 0 2545 1 0 0 25 0 5 0 654684521 118255616 16658 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=115484 CPUtime=25.46 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 17882 1253 0 0 2544 2 0 0 25 0 5 0 654684521 118255616 16658 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=115484 CPUtime=25.45 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 19821 1253 0 0 2543 2 0 0 25 0 5 0 654684521 118255616 16658 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=115484 CPUtime=25.17 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 36349 1253 0 0 2511 6 0 0 25 0 5 0 654684521 118255616 16658 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 115484

[startup+51.1011 s]
/proc/loadavg: 7.90 8.00 7.73 9/379 26411
/proc/meminfo: memFree=22434772/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=131580 CPUtime=203.69 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 155346 1253 0 0 20346 23 0 0 25 0 5 0 654684518 134737920 20682 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 32895 20682 180 55 0 30781 0
[pid=26400/tid=26407] ppid=26398 vsize=131580 CPUtime=51.06 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 27924 1253 0 0 5102 4 0 0 25 0 5 0 654684521 134737920 20682 33554432000 4194304 4417452 140737307356112 18446744073709551615 4307609 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=131580 CPUtime=51.05 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 36596 1253 0 0 5101 4 0 0 25 0 5 0 654684521 134737920 20682 33554432000 4194304 4417452 140737307356112 18446744073709551615 4306374 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=131580 CPUtime=51.06 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 33715 1253 0 0 5101 5 0 0 25 0 5 0 654684521 134737920 20682 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=131580 CPUtime=50.46 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 55526 1253 0 0 5038 8 0 0 25 0 5 0 654684521 134737920 20682 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 131580

[startup+102.301 s]
/proc/loadavg: 8.04 8.01 7.74 9/379 26412
/proc/meminfo: memFree=22399172/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=169560 CPUtime=407.92 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 258212 1253 0 0 40752 40 0 0 25 0 5 0 654684518 173629440 30177 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 42390 30177 180 55 0 40276 0
[pid=26400/tid=26407] ppid=26398 vsize=169560 CPUtime=102.27 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 50626 1253 0 0 10220 7 0 0 25 0 5 0 654684521 173629440 30177 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=169560 CPUtime=102.27 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 59065 1253 0 0 10220 7 0 0 25 0 5 0 654684521 173629440 30177 33554432000 4194304 4417452 140737307356112 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=169560 CPUtime=102.27 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 55870 1253 0 0 10218 9 0 0 25 0 5 0 654684521 173629440 30177 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=169560 CPUtime=101.07 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 91066 1253 0 0 10092 15 0 0 25 0 5 0 654684521 173629440 30177 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 169560

[startup+162.301 s]
/proc/loadavg: 8.15 8.04 7.77 9/379 26414
/proc/meminfo: memFree=22294016/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=224988 CPUtime=647.19 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 350177 1253 0 0 64664 55 0 0 25 0 5 0 654684518 230387712 44034 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 56247 44034 180 55 0 54133 0
[pid=26400/tid=26407] ppid=26398 vsize=224988 CPUtime=162.26 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 75857 1253 0 0 16215 11 0 0 25 0 5 0 654684521 230387712 44034 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=224988 CPUtime=162.26 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 83095 1253 0 0 16215 11 0 0 25 0 5 0 654684521 230387712 44034 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=224988 CPUtime=162.26 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 83583 1253 0 0 16213 13 0 0 25 0 5 0 654684521 230387712 44034 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=224988 CPUtime=160.35 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 106057 1253 0 0 16018 17 0 0 25 0 5 0 654684521 230387712 44034 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.19
Current children cumulated vsize (KiB) 224988


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

[pid=26400/tid=26408] ppid=26398 vsize=654612 CPUtime=702.28 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 223444 1253 0 0 70195 33 0 0 25 0 5 0 654684521 670322688 151440 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364711 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=654612 CPUtime=702.27 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 199398 1253 0 0 70196 31 0 0 25 0 5 0 654684521 670322688 151440 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=654612 CPUtime=693.81 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 246724 1253 0 0 69338 43 0 0 25 0 5 0 654684521 670322688 151440 33554432000 4194304 4417452 140737307356112 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.7
Current children cumulated vsize (KiB) 654612

[startup+762.3 s]
/proc/loadavg: 8.11 8.10 7.91 9/379 26430
/proc/meminfo: memFree=21261716/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=724900 CPUtime=3039.99 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 902267 1253 0 0 303854 145 0 0 25 0 5 0 654684518 742297600 169012 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 181225 169012 180 55 0 179111 0
[pid=26400/tid=26407] ppid=26398 vsize=724900 CPUtime=762.3 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 215792 1253 0 0 76195 35 0 0 25 0 5 0 654684521 742297600 169012 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=724900 CPUtime=762.29 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 223444 1253 0 0 76196 33 0 0 25 0 5 0 654684521 742297600 169012 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=724900 CPUtime=762.29 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 214722 1253 0 0 76196 33 0 0 25 0 5 0 654684521 742297600 169012 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=724900 CPUtime=753.07 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 246724 1253 0 0 75264 43 0 0 25 0 5 0 654684521 742297600 169012 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.99
Current children cumulated vsize (KiB) 724900

[startup+822.3 s]
/proc/loadavg: 8.15 8.11 7.92 9/379 26431
/proc/meminfo: memFree=21114024/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=816424 CPUtime=3279.21 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 931110 1253 0 0 327771 150 0 0 25 0 5 0 654684518 836018176 191893 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 204106 191893 180 55 0 201992 0
[pid=26400/tid=26407] ppid=26398 vsize=816424 CPUtime=822.28 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 219888 1253 0 0 82193 35 0 0 25 0 5 0 654684521 836018176 191893 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=816424 CPUtime=822.28 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 248191 1253 0 0 82191 37 0 0 25 0 5 0 654684521 836018176 191893 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=816424 CPUtime=822.28 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 214722 1253 0 0 82195 33 0 0 25 0 5 0 654684521 836018176 191893 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=816424 CPUtime=812.31 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 246724 1253 0 0 81188 43 0 0 25 0 5 0 654684521 836018176 191893 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.21
Current children cumulated vsize (KiB) 816424

[startup+882.315 s]
/proc/loadavg: 8.13 8.10 7.93 9/379 26433
/proc/meminfo: memFree=21019640/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=835184 CPUtime=3518.54 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 977683 1253 0 0 351696 158 0 0 25 0 5 0 654684518 855228416 196583 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 208796 196583 180 55 0 206682 0
[pid=26400/tid=26407] ppid=26398 vsize=835184 CPUtime=882.3 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 234450 1253 0 0 88193 37 0 0 25 0 5 0 654684521 855228416 196583 33554432000 4194304 4417452 140737307356112 18446744073709551615 4309982 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=835184 CPUtime=882.3 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 257979 1253 0 0 88191 39 0 0 25 0 5 0 654684521 855228416 196583 33554432000 4194304 4417452 140737307356112 18446744073709551615 4311326 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=835184 CPUtime=882.3 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 228753 1253 0 0 88195 35 0 0 25 0 5 0 654684521 855228416 196583 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=835184 CPUtime=871.59 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 254916 1253 0 0 87114 45 0 0 25 0 5 0 654684521 855228416 196583 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.54
Current children cumulated vsize (KiB) 835184

[startup+942.301 s]
/proc/loadavg: 8.15 8.11 7.94 9/379 26435
/proc/meminfo: memFree=20942384/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=781972 CPUtime=3757.78 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 1033945 1253 0 0 375610 168 0 0 25 0 5 0 654684518 800739328 182735 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 195493 182735 180 55 0 193379 0
[pid=26400/tid=26407] ppid=26398 vsize=781972 CPUtime=942.29 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 254150 1253 0 0 94189 40 0 0 25 0 5 0 654684521 800739328 182735 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=781972 CPUtime=942.28 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 271704 1253 0 0 94187 41 0 0 25 0 5 0 654684521 800739328 182735 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=781972 CPUtime=942.28 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 237180 1253 0 0 94191 37 0 0 25 0 5 0 654684521 800739328 182735 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=781972 CPUtime=930.87 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 269326 1253 0 0 93038 49 0 0 25 0 5 0 654684521 800739328 182735 33554432000 4194304 4417452 140737307356112 18446744073709551615 212687369299 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.78
Current children cumulated vsize (KiB) 781972

[startup+1002.3 s]
/proc/loadavg: 8.21 8.12 7.95 9/379 26436
/proc/meminfo: memFree=21143128/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=922780 CPUtime=3997.06 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 1091814 1253 0 0 399528 178 0 0 25 0 5 0 654684518 944926720 218481 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 230695 218481 180 55 0 228581 0
[pid=26400/tid=26407] ppid=26398 vsize=922780 CPUtime=1002.29 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 254150 1253 0 0 100189 40 0 0 25 0 5 0 654684521 944926720 218481 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=922780 CPUtime=1002.29 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 271704 1253 0 0 100188 41 0 0 25 0 5 0 654684521 944926720 218481 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=922780 CPUtime=1002.29 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 272260 1253 0 0 100185 44 0 0 25 0 5 0 654684521 944926720 218481 33554432000 4194304 4417452 140737307356112 18446744073709551615 4365122 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=922780 CPUtime=990.14 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 292115 1253 0 0 98962 52 0 0 25 0 5 0 654684521 944926720 218481 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.06
Current children cumulated vsize (KiB) 922780

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 7.96 9/379 26438
/proc/meminfo: memFree=21076288/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=918348 CPUtime=4236.35 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 1124943 1253 0 0 423452 183 0 0 25 0 5 0 654684518 940388352 217374 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 229587 217374 180 55 0 227473 0
[pid=26400/tid=26407] ppid=26398 vsize=918348 CPUtime=1062.29 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 263828 1253 0 0 106188 41 0 0 25 0 5 0 654684521 940388352 217374 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=918348 CPUtime=1062.29 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 295155 1253 0 0 106184 45 0 0 25 0 5 0 654684521 940388352 217374 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=918348 CPUtime=1062.29 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 272260 1253 0 0 106185 44 0 0 25 0 5 0 654684521 940388352 217374 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=918348 CPUtime=1049.43 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 292115 1253 0 0 104891 52 0 0 25 0 5 0 654684521 940388352 217374 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.35
Current children cumulated vsize (KiB) 918348

[startup+1122.3 s]
/proc/loadavg: 8.12 8.11 7.96 9/379 26439
/proc/meminfo: memFree=21105416/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=815368 CPUtime=4475.6 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 1158328 1253 0 0 447372 188 0 0 25 0 5 0 654684518 834936832 191629 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 203842 191629 180 55 0 201728 0
[pid=26400/tid=26407] ppid=26398 vsize=815368 CPUtime=1122.29 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 276896 1253 0 0 112187 42 0 0 25 0 5 0 654684521 834936832 191629 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=815368 CPUtime=1122.29 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 295155 1253 0 0 112184 45 0 0 25 0 5 0 654684521 834936832 191629 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=815368 CPUtime=1122.29 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 286561 1253 0 0 112182 47 0 0 25 0 5 0 654684521 834936832 191629 33554432000 4194304 4417452 140737307356112 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=815368 CPUtime=1108.67 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 298131 1253 0 0 110814 53 0 0 25 0 5 0 654684521 834936832 191629 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.6
Current children cumulated vsize (KiB) 815368

[startup+1182.3 s]
/proc/loadavg: 8.16 8.12 7.97 9/379 26441
/proc/meminfo: memFree=20988968/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=860352 CPUtime=4714.88 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 1169574 1253 0 0 471298 190 0 0 25 0 5 0 654684518 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 215088 202875 180 55 0 212974 0
[pid=26400/tid=26407] ppid=26398 vsize=860352 CPUtime=1182.29 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 276896 1253 0 0 118187 42 0 0 25 0 5 0 654684521 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=860352 CPUtime=1182.29 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 295155 1253 0 0 118184 45 0 0 25 0 5 0 654684521 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=860352 CPUtime=1182.29 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 286561 1253 0 0 118182 47 0 0 25 0 5 0 654684521 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=860352 CPUtime=1167.95 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 309377 1253 0 0 116740 55 0 0 25 0 5 0 654684521 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.88
Current children cumulated vsize (KiB) 860352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 7.79 8.04 7.95 5/369 26469
/proc/meminfo: memFree=21821612/32951124 swapFree=67111348/67111528
[pid=26400] ppid=26398 vsize=860352 CPUtime=4800.23 cores=1,3,5,7
/proc/26400/stat : 26400 (plingeling) S 26398 26400 26007 0 -1 4202496 1169574 1253 0 0 479833 190 0 0 25 0 5 0 654684518 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26400/statm: 215088 202875 180 55 0 212974 0
[pid=26400/tid=26407] ppid=26398 vsize=860352 CPUtime=1203.7 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (plingeling) R 26398 26400 26007 0 -1 4202560 276896 1253 0 0 120328 42 0 0 25 0 5 0 654684521 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=860352 CPUtime=1203.7 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (plingeling) R 26398 26400 26007 0 -1 4202560 295155 1253 0 0 120325 45 0 0 25 0 5 0 654684521 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=860352 CPUtime=1203.71 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (plingeling) R 26398 26400 26007 0 -1 4202560 286561 1253 0 0 120324 47 0 0 25 0 5 0 654684521 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=860352 CPUtime=1189.08 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (plingeling) R 26398 26400 26007 0 -1 4202560 309377 1253 0 0 118853 55 0 0 25 0 5 0 654684521 881000448 202875 33554432000 4194304 4417452 140737307356112 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 860352

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.76
CPU time (s): 4800.32
CPU user time (s): 4798.37
CPU system time (s): 1.9507
CPU usage (%): 398.778
Max. virtual memory (cumulated for all children) (KiB): 987808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.37
system time used= 1.9507
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1170827
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= 72
involuntary context switches= 32265

runsolver used 4.09838 second user time and 10.5454 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 05:41:08
IDJOB=3370996
IDBENCH=84554
IDSOLVER=1848
FILE ID=node139/3370996-1305430868
RUNJOBID= node139-1305427968-26026
PBS_JOBID= 13324610
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb80-14-2.used-as.sat04-880.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370996-1305430868/watcher-3370996-1305430868 -o /tmp/evaluation-result-3370996-1305430868/solver-3370996-1305430868 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3370996-1305430868.cnf

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

MD5SUM BENCH= 1242f0037df1c3d888415aeb418b77ed
RANDOM SEED=218781459

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22606508 kB
Buffers:        304416 kB
Cached:        2861224 kB
SwapCached:          0 kB
Active:        8020032 kB
Inactive:      2020508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22606508 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1276 kB
Writeback:           0 kB
AnonPages:     6874628 kB
Mapped:          29404 kB
Slab:           202524 kB
PageTables:      38240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76863260 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= 73408 MiB
End job on node139 at 2011-05-15 06:01:14