Trace number 3394692

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) 40001.1 5010.24

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.50.825.shuffled-as.sat03-1648.cnf
MD5SUM05a191325d89de504821b55dea51ca7f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.04769
Satisfiable
(Un)Satisfiability was proved
Number of variables4979
Number of clauses43754
Sum of the clauses size97507
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 241316
Number of clauses of size 3117
Number of clauses of size 4287
Number of clauses of size 5525
Number of clauses of size over 51509

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-3394692-1306102943/watcher-3394692-1306102943 -o /tmp/evaluation-result-3394692-1306102943/solver-3394692-1306102943 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394692-1306102943.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.23 0.28 1.35 1/462 5491
/proc/meminfo: memFree=12609792/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=10444 CPUtime=0 cores=0-7
/proc/5491/stat : 5491 (plingeling) R 5489 5491 5430 0 -1 4202496 680 1250 0 0 0 0 0 0 25 0 1 0 800524819 10694656 610 33554432000 4194304 4417452 140733528624368 18446744073709551615 4264911 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/5491/statm: 2611 610 148 55 0 497 0

[startup+0.091807 s]
/proc/loadavg: 1.23 0.28 1.35 1/462 5491
/proc/meminfo: memFree=12609792/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=23200 CPUtime=0.08 cores=0-7
/proc/5491/stat : 5491 (plingeling) R 5489 5491 5430 0 -1 4202496 3894 1250 0 0 8 0 0 0 25 0 1 0 800524819 23756800 3824 33554432000 4194304 4417452 140733528624368 18446744073709551615 252457759725 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/5491/statm: 5800 3824 149 55 0 3686 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23200

[startup+0.10222 s]
/proc/loadavg: 1.23 0.28 1.35 1/462 5491
/proc/meminfo: memFree=12609792/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=169532 CPUtime=0.1 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 3952 1250 0 0 10 0 0 0 18 0 9 0 800524819 173600768 3533 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 42383 3533 166 55 0 40269 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 169532

[startup+0.378549 s]
/proc/loadavg: 1.23 0.28 1.35 1/462 5491
/proc/meminfo: memFree=12609792/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=238172 CPUtime=2.29 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 7408 1250 0 0 229 0 0 0 18 0 9 0 800524819 243888128 4487 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 59938 5200 180 55 0 57824 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 238172

[startup+1.0066 s]
/proc/loadavg: 1.23 0.28 1.35 1/462 5491
/proc/meminfo: memFree=12609792/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=239752 CPUtime=7.32 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 9124 1250 0 0 732 0 0 0 18 0 9 0 800524819 245506048 5306 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 59938 5306 180 55 0 57824 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 239752

[startup+1.50051 s]
/proc/loadavg: 1.23 0.28 1.35 1/462 5491
/proc/meminfo: memFree=12609792/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=244044 CPUtime=11.28 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 10393 1250 0 0 1127 1 0 0 18 0 9 0 800524819 249901056 6364 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 61011 6364 180 55 0 58897 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 244044

[startup+3.10121 s]
/proc/loadavg: 1.85 0.42 1.39 9/471 5505
/proc/meminfo: memFree=12570536/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=257472 CPUtime=24.05 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 15930 1250 0 0 2403 2 0 0 18 0 9 0 800524819 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 64368 10119 180 55 0 62254 0
[pid=5491/tid=5498] ppid=5489 vsize=257472 CPUtime=3 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 1126 1250 0 0 300 0 0 0 25 0 9 0 800524829 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=257472 CPUtime=2.96 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 1144 1250 0 0 296 0 0 0 25 0 9 0 800524829 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 4260166 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=257472 CPUtime=2.99 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 1474 1250 0 0 299 0 0 0 24 0 9 0 800524829 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=257472 CPUtime=2.99 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 2593 1250 0 0 299 0 0 0 25 0 9 0 800524829 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 4355819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=257472 CPUtime=2.99 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 1453 1250 0 0 299 0 0 0 24 0 9 0 800524829 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=257472 CPUtime=2.99 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 1301 1250 0 0 299 0 0 0 25 0 9 0 800524829 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=257472 CPUtime=2.99 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 1938 1250 0 0 299 0 0 0 25 0 9 0 800524829 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 4353504 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=257472 CPUtime=2.99 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 990 1250 0 0 299 0 0 0 25 0 9 0 800524829 263651328 10119 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 257472

[startup+6.30061 s]
/proc/loadavg: 2.34 0.55 1.43 9/471 5505
/proc/meminfo: memFree=12557520/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=272904 CPUtime=49.59 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 22736 1250 0 0 4956 3 0 0 18 0 9 0 800524819 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 68226 14234 180 55 0 66112 0
[pid=5491/tid=5498] ppid=5489 vsize=272904 CPUtime=6.19 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 1369 1250 0 0 619 0 0 0 25 0 9 0 800524829 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 4365162 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=272904 CPUtime=6.11 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 1993 1250 0 0 611 0 0 0 25 0 9 0 800524829 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 4236569 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=272904 CPUtime=6.19 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 1871 1250 0 0 619 0 0 0 25 0 9 0 800524829 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=272904 CPUtime=6.19 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 5557 1250 0 0 619 0 0 0 25 0 9 0 800524829 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=272904 CPUtime=6.19 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 1808 1250 0 0 619 0 0 0 25 0 9 0 800524829 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=272904 CPUtime=6.19 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 1557 1250 0 0 619 0 0 0 25 0 9 0 800524829 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=272904 CPUtime=6.18 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 3423 1250 0 0 618 0 0 0 25 0 9 0 800524829 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=272904 CPUtime=6.19 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 1247 1250 0 0 619 0 0 0 25 0 9 0 800524829 279453696 14234 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364925 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 272904

[startup+12.7004 s]
/proc/loadavg: 2.80 0.67 1.46 9/471 5505
/proc/meminfo: memFree=12539920/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=284848 CPUtime=100.74 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 34107 1250 0 0 10070 4 0 0 18 0 9 0 800524819 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 71212 16994 180 55 0 69098 0
[pid=5491/tid=5498] ppid=5489 vsize=284848 CPUtime=12.61 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 1881 1250 0 0 1261 0 0 0 25 0 9 0 800524829 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=284848 CPUtime=12.42 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 2476 1250 0 0 1242 0 0 0 25 0 9 0 800524829 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364912 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=284848 CPUtime=12.61 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 2128 1250 0 0 1261 0 0 0 25 0 9 0 800524829 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 4305879 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=284848 CPUtime=12.61 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 9497 1250 0 0 1260 1 0 0 25 0 9 0 800524829 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=284848 CPUtime=12.61 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 2384 1250 0 0 1261 0 0 0 25 0 9 0 800524829 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 4309899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=284848 CPUtime=12.61 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 1685 1250 0 0 1261 0 0 0 25 0 9 0 800524829 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 4232770 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=284848 CPUtime=12.61 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 8514 1250 0 0 1260 1 0 0 25 0 9 0 800524829 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=284848 CPUtime=12.61 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 1631 1250 0 0 1261 0 0 0 25 0 9 0 800524829 291684352 16994 33554432000 4194304 4417452 140733528624368 18446744073709551615 4254187 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 284848

[startup+25.5011 s]
/proc/loadavg: 3.60 0.91 1.53 9/471 5505
/proc/meminfo: memFree=12509596/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=310704 CPUtime=202.91 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 57837 1250 0 0 20283 8 0 0 18 0 9 0 800524819 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 77676 24215 180 55 0 75562 0
[pid=5491/tid=5498] ppid=5489 vsize=310704 CPUtime=25.39 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 3161 1250 0 0 2539 0 0 0 25 0 9 0 800524829 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=310704 CPUtime=25.02 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 3527 1250 0 0 2502 0 0 0 25 0 9 0 800524829 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=310704 CPUtime=25.39 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 2885 1250 0 0 2539 0 0 0 25 0 9 0 800524829 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=310704 CPUtime=25.39 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 19034 1250 0 0 2536 3 0 0 25 0 9 0 800524829 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 4236949 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=310704 CPUtime=25.39 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 2920 1250 0 0 2539 0 0 0 25 0 9 0 800524829 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=310704 CPUtime=25.39 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 6155 1250 0 0 2539 0 0 0 25 0 9 0 800524829 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=310704 CPUtime=25.39 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 13045 1250 0 0 2537 2 0 0 25 0 9 0 800524829 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=310704 CPUtime=25.39 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 3199 1250 0 0 2539 0 0 0 25 0 9 0 800524829 318160896 24215 33554432000 4194304 4417452 140733528624368 18446744073709551615 4264976 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.91
Current children cumulated vsize (KiB) 310704

[startup+51.1013 s]
/proc/loadavg: 5.18 1.50 1.71 9/471 5506
/proc/meminfo: memFree=12471280/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=356500 CPUtime=407.31 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 134342 1250 0 0 40713 18 0 0 18 0 9 0 800524819 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 89125 36705 180 55 0 87011 0
[pid=5491/tid=5498] ppid=5489 vsize=356500 CPUtime=50.99 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 9813 1250 0 0 5098 1 0 0 25 0 9 0 800524829 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=356500 CPUtime=50.22 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 12073 1250 0 0 5021 1 0 0 25 0 9 0 800524829 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=356500 CPUtime=50.99 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 6152 1250 0 0 5099 0 0 0 25 0 9 0 800524829 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=356500 CPUtime=50.98 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 30998 1250 0 0 5094 4 0 0 25 0 9 0 800524829 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=356500 CPUtime=50.98 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 5992 1250 0 0 5098 0 0 0 25 0 9 0 800524829 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=356500 CPUtime=50.99 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 13901 1250 0 0 5098 1 0 0 25 0 9 0 800524829 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 4236830 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=356500 CPUtime=50.99 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 37260 1250 0 0 5094 5 0 0 25 0 9 0 800524829 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=356500 CPUtime=50.98 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 14242 1250 0 0 5098 0 0 0 25 0 9 0 800524829 365056000 36705 33554432000 4194304 4417452 140733528624368 18446744073709551615 4343986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.31
Current children cumulated vsize (KiB) 356500

[startup+102.301 s]
/proc/loadavg: 6.87 2.59 2.07 9/471 5507

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


[startup+4722.3 s]
/proc/loadavg: 8.14 8.12 8.01 9/471 5646
/proc/meminfo: memFree=9594692/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=3212280 CPUtime=37702.8 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 4569763 1250 0 0 3769623 655 0 0 18 0 9 0 800524819 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 803070 752098 180 55 0 800956 0
[pid=5491/tid=5498] ppid=5489 vsize=3212280 CPUtime=4722.29 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 330771 1250 0 0 472186 43 0 0 25 0 9 0 800524829 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=3212280 CPUtime=4698.42 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 314460 1250 0 0 469799 43 0 0 25 0 9 0 800524829 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=3212280 CPUtime=4722.29 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 405659 1250 0 0 472173 56 0 0 25 0 9 0 800524829 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=3212280 CPUtime=4720.51 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 566709 1250 0 0 471948 103 0 0 25 0 9 0 800524829 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=3212280 CPUtime=4721.66 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 407052 1250 0 0 472104 62 0 0 25 0 9 0 800524829 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=3212280 CPUtime=4722.03 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 456475 1250 0 0 472126 77 0 0 25 0 9 0 800524829 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=3212280 CPUtime=4722.33 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 1668755 1250 0 0 472030 203 0 0 25 0 9 0 800524829 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=3212280 CPUtime=4673.07 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 415971 1250 0 0 467244 63 0 0 25 0 9 0 800524829 3289374720 752098 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37702.8
Current children cumulated vsize (KiB) 3212280

[startup+4782.3 s]
/proc/loadavg: 8.05 8.10 8.01 9/471 5647
/proc/meminfo: memFree=9364912/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=3438568 CPUtime=38181.9 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 4704508 1250 0 0 3817506 683 0 0 18 0 9 0 800524819 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 859642 809769 180 55 0 857528 0
[pid=5491/tid=5498] ppid=5489 vsize=3438568 CPUtime=4782.31 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 338883 1250 0 0 478187 44 0 0 25 0 9 0 800524829 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=3438568 CPUtime=4758.44 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 314460 1250 0 0 475801 43 0 0 25 0 9 0 800524829 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=3438568 CPUtime=4782.31 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 427764 1250 0 0 478168 63 0 0 25 0 9 0 800524829 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=3438568 CPUtime=4780.51 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 581011 1250 0 0 477943 108 0 0 25 0 9 0 800524829 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=3438568 CPUtime=4781.69 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 419549 1250 0 0 478104 65 0 0 25 0 9 0 800524829 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=3438568 CPUtime=4782.04 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 487055 1250 0 0 478121 83 0 0 25 0 9 0 800524829 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=3438568 CPUtime=4782.35 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 1706436 1250 0 0 478027 208 0 0 25 0 9 0 800524829 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 4343771 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=3438568 CPUtime=4732.16 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 425439 1250 0 0 473151 65 0 0 25 0 9 0 800524829 3521093632 809769 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38181.9
Current children cumulated vsize (KiB) 3438568

[startup+4842.3 s]
/proc/loadavg: 8.02 8.08 8.00 9/471 5649
/proc/meminfo: memFree=9983920/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=2778768 CPUtime=38660.9 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 4758721 1250 0 0 3865397 695 0 0 18 0 9 0 800524819 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 694692 655308 180 55 0 692578 0
[pid=5491/tid=5498] ppid=5489 vsize=2778768 CPUtime=4842.3 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 348117 1250 0 0 484183 47 0 0 25 0 9 0 800524829 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=2778768 CPUtime=4818.43 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 326637 1250 0 0 481796 47 0 0 25 0 9 0 800524829 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=2778768 CPUtime=4842.3 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 435107 1250 0 0 484166 64 0 0 25 0 9 0 800524829 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=2778768 CPUtime=4840.48 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 592663 1250 0 0 483939 109 0 0 25 0 9 0 800524829 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=2778768 CPUtime=4841.67 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 419549 1250 0 0 484102 65 0 0 25 0 9 0 800524829 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=2778768 CPUtime=4842.03 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 491476 1250 0 0 484119 84 0 0 25 0 9 0 800524829 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=2778768 CPUtime=4842.34 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 1714366 1250 0 0 484024 210 0 0 25 0 9 0 800524829 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=2778768 CPUtime=4791.22 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 426895 1250 0 0 479057 65 0 0 25 0 9 0 800524829 2845458432 655308 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38660.9
Current children cumulated vsize (KiB) 2778768

[startup+4902.32 s]
/proc/loadavg: 8.05 8.08 8.00 9/471 5650
/proc/meminfo: memFree=9890032/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=2921900 CPUtime=39140.1 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 4818029 1250 0 0 3913311 702 0 0 18 0 9 0 800524819 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 730475 679043 180 55 0 728361 0
[pid=5491/tid=5498] ppid=5489 vsize=2921900 CPUtime=4902.31 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 351585 1250 0 0 490184 47 0 0 25 0 9 0 800524829 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=2921900 CPUtime=4878.44 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 331629 1250 0 0 487797 47 0 0 25 0 9 0 800524829 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=2921900 CPUtime=4902.32 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 440816 1250 0 0 490167 65 0 0 25 0 9 0 800524829 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=2921900 CPUtime=4900.49 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 592663 1250 0 0 489940 109 0 0 25 0 9 0 800524829 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=2921900 CPUtime=4901.68 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 436546 1250 0 0 490101 67 0 0 25 0 9 0 800524829 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 4366082 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=2921900 CPUtime=4902.05 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 495374 1250 0 0 490120 85 0 0 25 0 9 0 800524829 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=2921900 CPUtime=4902.36 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 1735087 1250 0 0 490024 212 0 0 25 0 9 0 800524829 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=2921900 CPUtime=4850.3 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 430418 1250 0 0 484965 65 0 0 25 0 9 0 800524829 2992025600 679043 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39140.1
Current children cumulated vsize (KiB) 2921900

[startup+4962.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/471 5652
/proc/meminfo: memFree=9737620/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=3072896 CPUtime=39619.1 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 4860430 1250 0 0 3961199 708 0 0 18 0 9 0 800524819 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 768224 716792 180 55 0 766110 0
[pid=5491/tid=5498] ppid=5489 vsize=3072896 CPUtime=4962.3 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 360804 1250 0 0 496181 49 0 0 25 0 9 0 800524829 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=3072896 CPUtime=4938.43 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 338027 1250 0 0 493795 48 0 0 25 0 9 0 800524829 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 4236554 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=3072896 CPUtime=4962.3 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 452233 1250 0 0 496163 67 0 0 25 0 9 0 800524829 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=3072896 CPUtime=4960.45 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 592663 1250 0 0 495936 109 0 0 25 0 9 0 800524829 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=3072896 CPUtime=4961.67 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 438382 1250 0 0 496100 67 0 0 25 0 9 0 800524829 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=3072896 CPUtime=4962.04 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 503167 1250 0 0 496118 86 0 0 25 0 9 0 800524829 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=3072896 CPUtime=4962.34 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 1735087 1250 0 0 496022 212 0 0 25 0 9 0 800524829 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=3072896 CPUtime=4909.37 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 436156 1250 0 0 490871 66 0 0 25 0 9 0 800524829 3146645504 716792 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39619.1
Current children cumulated vsize (KiB) 3072896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.12 s]
/proc/loadavg: 8.05 8.06 8.00 9/471 5653
/proc/meminfo: memFree=9757320/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=3023196 CPUtime=40000.9 cores=0-7
/proc/5491/stat : 5491 (plingeling) S 5489 5491 5430 0 -1 4202496 4891768 1250 0 0 3999377 712 0 0 18 0 9 0 800524819 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 755799 711701 180 55 0 753685 0
[pid=5491/tid=5498] ppid=5489 vsize=3023196 CPUtime=5010.14 cores=0-7
/proc/5491/task/5498/stat : 5498 (plingeling) R 5489 5491 5430 0 -1 4202560 360804 1250 0 0 500965 49 0 0 25 0 9 0 800524829 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5491/tid=5499] ppid=5489 vsize=3023196 CPUtime=4986.27 cores=0-7
/proc/5491/task/5499/stat : 5499 (plingeling) R 5489 5491 5430 0 -1 4202560 345005 1250 0 0 498577 50 0 0 25 0 9 0 800524829 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5491/tid=5500] ppid=5489 vsize=3023196 CPUtime=5010.13 cores=0-7
/proc/5491/task/5500/stat : 5500 (plingeling) R 5489 5491 5430 0 -1 4202560 455508 1250 0 0 500946 67 0 0 25 0 9 0 800524829 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 4251261 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5491/tid=5501] ppid=5489 vsize=3023196 CPUtime=5008.28 cores=0-7
/proc/5491/task/5501/stat : 5501 (plingeling) R 5489 5491 5430 0 -1 4202560 592663 1250 0 0 500719 109 0 0 25 0 9 0 800524829 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5491/tid=5502] ppid=5489 vsize=3023196 CPUtime=5009.5 cores=0-7
/proc/5491/task/5502/stat : 5502 (plingeling) R 5489 5491 5430 0 -1 4202560 440830 1250 0 0 500883 67 0 0 25 0 9 0 800524829 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364893 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5491/tid=5503] ppid=5489 vsize=3023196 CPUtime=5009.87 cores=0-7
/proc/5491/task/5503/stat : 5503 (plingeling) R 5489 5491 5430 0 -1 4202560 503167 1250 0 0 500901 86 0 0 25 0 9 0 800524829 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5491/tid=5504] ppid=5489 vsize=3023196 CPUtime=5010.18 cores=0-7
/proc/5491/task/5504/stat : 5504 (plingeling) R 5489 5491 5430 0 -1 4202560 1751037 1250 0 0 500804 214 0 0 25 0 9 0 800524829 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=3023196 CPUtime=4956.44 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4202560 438843 1250 0 0 495578 66 0 0 25 0 9 0 800524829 3095752704 711701 33554432000 4194304 4417452 140733528624368 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.9
Current children cumulated vsize (KiB) 3023196

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

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

[startup+5010.22 s]
/proc/loadavg: 8.05 8.06 8.00 9/471 5653
/proc/meminfo: memFree=9757320/32951124 swapFree=57414376/67111528
[pid=5491] ppid=5489 vsize=0 CPUtime=40001.1 cores=0-7
/proc/5491/stat : 5491 (plingeling) Z 5489 5491 5430 0 -1 4203548 4891768 1250 0 0 3999390 720 0 0 18 0 2 0 800524819 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5491/statm: 0 0 0 0 0 0 0
[pid=5491/tid=5505] ppid=5489 vsize=0 CPUtime=4956.53 cores=0-7
/proc/5491/task/5505/stat : 5505 (plingeling) R 5489 5491 5430 0 -1 4203588 438843 1250 0 0 495579 74 0 0 25 0 2 0 800524829 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40001.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.24
CPU time (s): 40001.1
CPU user time (s): 39993.9
CPU system time (s): 7.2219
CPU usage (%): 798.388
Max. virtual memory (cumulated for all children) (KiB): 3581680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39993.9
system time used= 7.2219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4893018
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= 760
involuntary context switches= 143873

runsolver used 21.1878 second user time and 56.2714 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-23 00:22:23
IDJOB=3394692
IDBENCH=83796
IDSOLVER=1851
FILE ID=node111/3394692-1306102943
RUNJOBID= node111-1306102931-5444
PBS_JOBID= 13388005
Free space on /tmp= 73344 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.50.825.shuffled-as.sat03-1648.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394692-1306102943/watcher-3394692-1306102943 -o /tmp/evaluation-result-3394692-1306102943/solver-3394692-1306102943 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394692-1306102943.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 05a191325d89de504821b55dea51ca7f
RANDOM SEED=2024963397

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12610080 kB
Buffers:        336192 kB
Cached:       11196572 kB
SwapCached:      19180 kB
Active:       10284612 kB
Inactive:      9765676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12610080 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:            1116 kB
Writeback:           0 kB
AnonPages:     8507376 kB
Mapped:          27404 kB
Slab:           155692 kB
PageTables:      65840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149062608 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= 73344 MiB
End job on node111 at 2011-05-23 01:45:56