Trace number 3372527

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)UNSAT 1190.42 149.382

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark179.191
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

1190.32/149.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3372527-1305438782/watcher-3372527-1305438782 -o /tmp/evaluation-result-3372527-1305438782/solver-3372527-1305438782 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372527-1305438782.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: 7.85 7.27 7.54 1/357 12497
/proc/meminfo: memFree=25553560/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=14348 CPUtime=0 cores=0-7
/proc/12497/stat : 12497 (plingeling) R 12495 12497 12128 0 -1 4202496 1677 1254 0 0 0 0 0 0 24 0 1 0 636293816 14692352 1606 33554432000 4194304 4417452 140737450235328 18446744073709551615 264726101771 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12497/statm: 3587 1610 148 55 0 1473 0

[startup+0.0891281 s]
/proc/loadavg: 7.85 7.27 7.54 1/357 12497
/proc/meminfo: memFree=25553560/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=29356 CPUtime=0.07 cores=0-7
/proc/12497/stat : 12497 (plingeling) R 12495 12497 12128 0 -1 4202496 5435 1254 0 0 7 0 0 0 24 0 1 0 636293816 30060544 5363 33554432000 4194304 4417452 140737450235328 18446744073709551615 4323328 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12497/statm: 7339 5363 149 55 0 5225 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29356

[startup+0.101137 s]
/proc/loadavg: 7.85 7.27 7.54 1/357 12497
/proc/meminfo: memFree=25553560/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=37480 CPUtime=0.08 cores=0-7
/proc/12497/stat : 12497 (plingeling) R 12495 12497 12128 0 -1 4202496 7466 1254 0 0 8 0 0 0 24 0 1 0 636293816 38379520 7394 33554432000 4194304 4417452 140737450235328 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12497/statm: 9370 7394 149 55 0 7256 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37480

[startup+0.301174 s]
/proc/loadavg: 7.85 7.27 7.54 1/357 12497
/proc/meminfo: memFree=25553560/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=190560 CPUtime=0.34 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 10537 1254 0 0 33 1 0 0 19 0 9 0 636293816 195133440 8842 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 47804 9305 166 55 0 45690 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 190560

[startup+1.1059 s]
/proc/loadavg: 7.85 7.27 7.54 1/357 12497
/proc/meminfo: memFree=25553560/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=201912 CPUtime=6.75 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 22507 1254 0 0 673 2 0 0 19 0 9 0 636293816 206757888 12643 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 50478 12643 175 55 0 48364 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 201912

[startup+1.50082 s]
/proc/loadavg: 7.85 7.27 7.54 1/357 12497
/proc/meminfo: memFree=25553560/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=216804 CPUtime=9.91 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 28050 1254 0 0 988 3 0 0 19 0 9 0 636293816 222007296 15845 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 54201 15845 177 55 0 52087 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 216804

[startup+3.10052 s]
/proc/loadavg: 7.85 7.27 7.54 9/366 12511
/proc/meminfo: memFree=25473376/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=230316 CPUtime=22.68 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 38682 1254 0 0 2263 5 0 0 19 0 9 0 636293816 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 57579 19629 180 55 0 55465 0
[pid=12497/tid=12504] ppid=12495 vsize=230316 CPUtime=2.8 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 7506 1254 0 0 280 0 0 0 23 0 9 0 636293845 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 4258267 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=230316 CPUtime=2.77 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 5171 1254 0 0 277 0 0 0 25 0 9 0 636293845 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 4236324 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=230316 CPUtime=2.8 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 1955 1254 0 0 280 0 0 0 19 0 9 0 636293845 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 4237194 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=230316 CPUtime=2.8 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 1333 1254 0 0 280 0 0 0 23 0 9 0 636293845 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=230316 CPUtime=2.76 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 1243 1254 0 0 276 0 0 0 23 0 9 0 636293845 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 4249935 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=230316 CPUtime=2.8 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 3025 1254 0 0 280 0 0 0 23 0 9 0 636293845 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=230316 CPUtime=2.8 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 3203 1254 0 0 280 0 0 0 25 0 9 0 636293845 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=230316 CPUtime=2.8 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 5716 1254 0 0 280 0 0 0 25 0 9 0 636293845 235843584 19629 33554432000 4194304 4417452 140737450235328 18446744073709551615 4258096 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.68
Current children cumulated vsize (KiB) 230316

[startup+6.30092 s]
/proc/loadavg: 7.87 7.28 7.54 9/366 12511
/proc/meminfo: memFree=25455768/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=248140 CPUtime=48.24 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 45068 1254 0 0 4819 5 0 0 19 0 9 0 636293816 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 62035 24546 180 55 0 59921 0
[pid=12497/tid=12504] ppid=12495 vsize=248140 CPUtime=6 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 8676 1254 0 0 599 1 0 0 25 0 9 0 636293845 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=248140 CPUtime=5.97 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 5369 1254 0 0 597 0 0 0 25 0 9 0 636293845 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 4357536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=248140 CPUtime=6 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 2703 1254 0 0 600 0 0 0 25 0 9 0 636293845 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=248140 CPUtime=6 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 3581 1254 0 0 600 0 0 0 25 0 9 0 636293845 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 4357552 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=248140 CPUtime=5.92 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 1659 1254 0 0 592 0 0 0 25 0 9 0 636293845 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=248140 CPUtime=6 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 3203 1254 0 0 600 0 0 0 25 0 9 0 636293845 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 4357162 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=248140 CPUtime=6 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 4589 1254 0 0 600 0 0 0 25 0 9 0 636293845 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 4236797 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=248140 CPUtime=6 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 5758 1254 0 0 600 0 0 0 25 0 9 0 636293845 254095360 24546 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.24
Current children cumulated vsize (KiB) 248140

[startup+12.7007 s]
/proc/loadavg: 7.96 7.31 7.55 9/366 12512
/proc/meminfo: memFree=25431400/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=269344 CPUtime=99.44 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 55038 1254 0 0 9937 7 0 0 19 0 9 0 636293816 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 67336 30310 180 55 0 65222 0
[pid=12497/tid=12504] ppid=12495 vsize=269344 CPUtime=12.41 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 11887 1254 0 0 1240 1 0 0 25 0 9 0 636293845 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=269344 CPUtime=12.38 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 6337 1254 0 0 1238 0 0 0 25 0 9 0 636293845 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=269344 CPUtime=12.42 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 3986 1254 0 0 1242 0 0 0 25 0 9 0 636293845 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=269344 CPUtime=12.42 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 6282 1254 0 0 1241 1 0 0 25 0 9 0 636293845 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364442 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=269344 CPUtime=12.26 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 2106 1254 0 0 1226 0 0 0 25 0 9 0 636293845 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=269344 CPUtime=12.41 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 3203 1254 0 0 1241 0 0 0 25 0 9 0 636293845 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 4237191 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=269344 CPUtime=12.41 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 5139 1254 0 0 1241 0 0 0 25 0 9 0 636293845 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=269344 CPUtime=12.4 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 6568 1254 0 0 1240 0 0 0 25 0 9 0 636293845 275808256 30310 33554432000 4194304 4417452 140737450235328 18446744073709551615 4277540 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.44
Current children cumulated vsize (KiB) 269344

[startup+25.5013 s]
/proc/loadavg: 7.97 7.35 7.55 9/366 12512
/proc/meminfo: memFree=25406976/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=298200 CPUtime=201.62 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 83788 1254 0 0 20150 12 0 0 19 0 9 0 636293816 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 74550 37935 180 55 0 72436 0
[pid=12497/tid=12504] ppid=12495 vsize=298200 CPUtime=25.2 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 18439 1254 0 0 2518 2 0 0 25 0 9 0 636293845 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=298200 CPUtime=25.18 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 8580 1254 0 0 2517 1 0 0 25 0 9 0 636293845 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 4275915 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=298200 CPUtime=25.21 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 7122 1254 0 0 2520 1 0 0 25 0 9 0 636293845 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366500 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=298200 CPUtime=25.2 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 10421 1254 0 0 2519 1 0 0 25 0 9 0 636293845 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=298200 CPUtime=24.9 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 9280 1254 0 0 2489 1 0 0 25 0 9 0 636293845 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=298200 CPUtime=25.2 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 4588 1254 0 0 2520 0 0 0 25 0 9 0 636293845 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 4278249 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=298200 CPUtime=25.19 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 6817 1254 0 0 2519 0 0 0 25 0 9 0 636293845 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=298200 CPUtime=25.19 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 9011 1254 0 0 2519 0 0 0 25 0 9 0 636293845 305356800 37935 33554432000 4194304 4417452 140737450235328 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.62
Current children cumulated vsize (KiB) 298200

[startup+51.1005 s]
/proc/loadavg: 7.98 7.40 7.56 9/366 12513
/proc/meminfo: memFree=25360624/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=350492 CPUtime=406.12 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 168960 1254 0 0 40584 28 0 0 19 0 9 0 636293816 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 87623 49773 180 55 0 85509 0
[pid=12497/tid=12504] ppid=12495 vsize=350492 CPUtime=50.8 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 34911 1254 0 0 5074 6 0 0 25 0 9 0 636293845 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 4278500 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=350492 CPUtime=50.78 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 15326 1254 0 0 5076 2 0 0 25 0 9 0 636293845 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=350492 CPUtime=50.8 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 18748 1254 0 0 5077 3 0 0 25 0 9 0 636293845 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=350492 CPUtime=50.81 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 23018 1254 0 0 5077 4 0 0 25 0 9 0 636293845 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 4365191 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=350492 CPUtime=50.2 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 22850 1254 0 0 5016 4 0 0 25 0 9 0 636293845 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=350492 CPUtime=50.8 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 12105 1254 0 0 5078 2 0 0 25 0 9 0 636293845 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=350492 CPUtime=50.79 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 12463 1254 0 0 5078 1 0 0 25 0 9 0 636293845 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 4278496 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=350492 CPUtime=50.79 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 20009 1254 0 0 5077 2 0 0 25 0 9 0 636293845 358903808 49773 33554432000 4194304 4417452 140737450235328 18446744073709551615 4246266 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.12
Current children cumulated vsize (KiB) 350492

[startup+102.301 s]
/proc/loadavg: 8.08 7.52 7.59 9/366 12514

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

/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 34853 1254 0 0 12823 7 0 0 25 0 9 0 636293845 512679936 87714 33554432000 4194304 4417452 140737450235328 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=500664 CPUtime=128.3 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 40334 1254 0 0 12824 6 0 0 25 0 9 0 636293845 512679936 87714 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=500664 CPUtime=128.28 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 45678 1254 0 0 12820 8 0 0 25 0 9 0 636293845 512679936 87714 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1025.21
Current children cumulated vsize (KiB) 500664

[startup+141.4 s]
/proc/loadavg: 8.10 7.59 7.61 9/366 12515
/proc/meminfo: memFree=25189484/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=515312 CPUtime=1127.52 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 420393 1254 0 0 112672 80 0 0 19 0 9 0 636293816 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 128828 91131 180 55 0 126714 0
[pid=12497/tid=12504] ppid=12495 vsize=515312 CPUtime=141.12 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 74734 1254 0 0 14098 14 0 0 25 0 9 0 636293845 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 4302964 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=515312 CPUtime=141.09 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 47011 1254 0 0 14100 9 0 0 25 0 9 0 636293845 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=515312 CPUtime=141.12 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 52037 1254 0 0 14102 10 0 0 25 0 9 0 636293845 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=515312 CPUtime=141.12 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 53164 1254 0 0 14102 10 0 0 25 0 9 0 636293845 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=515312 CPUtime=139.44 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 52971 1254 0 0 13934 10 0 0 25 0 9 0 636293845 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=515312 CPUtime=141.12 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 39971 1254 0 0 14104 8 0 0 25 0 9 0 636293845 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=515312 CPUtime=141.11 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 44392 1254 0 0 14104 7 0 0 25 0 9 0 636293845 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=515312 CPUtime=141.09 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 46583 1254 0 0 14101 8 0 0 25 0 9 0 636293845 527679488 91131 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1127.52
Current children cumulated vsize (KiB) 515312

[startup+144.601 s]
/proc/loadavg: 8.09 7.60 7.61 9/366 12515
/proc/meminfo: memFree=25215196/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=495852 CPUtime=1153.01 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 425817 1254 0 0 115220 81 0 0 19 0 9 0 636293816 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 123963 86241 180 55 0 121849 0
[pid=12497/tid=12504] ppid=12495 vsize=495852 CPUtime=144.3 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 76335 1254 0 0 14416 14 0 0 25 0 9 0 636293845 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=495852 CPUtime=144.27 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 49322 1254 0 0 14418 9 0 0 25 0 9 0 636293845 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=495852 CPUtime=144.3 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 52037 1254 0 0 14420 10 0 0 25 0 9 0 636293845 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 4306307 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=495852 CPUtime=144.31 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 53341 1254 0 0 14421 10 0 0 25 0 9 0 636293845 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=495852 CPUtime=142.6 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 52971 1254 0 0 14250 10 0 0 25 0 9 0 636293845 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=495852 CPUtime=144.3 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 39971 1254 0 0 14422 8 0 0 25 0 9 0 636293845 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=495852 CPUtime=144.3 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 45727 1254 0 0 14423 7 0 0 25 0 9 0 636293845 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=495852 CPUtime=144.27 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 46583 1254 0 0 14419 8 0 0 25 0 9 0 636293845 507752448 86241 33554432000 4194304 4417452 140737450235328 18446744073709551615 4307737 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1153.01
Current children cumulated vsize (KiB) 495852

[startup+147.801 s]
/proc/loadavg: 8.09 7.60 7.61 9/366 12515
/proc/meminfo: memFree=25222284/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=484656 CPUtime=1178.58 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 427684 1254 0 0 117776 82 0 0 19 0 9 0 636293816 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 121164 83442 180 55 0 119050 0
[pid=12497/tid=12504] ppid=12495 vsize=484656 CPUtime=147.5 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 77263 1254 0 0 14736 14 0 0 25 0 9 0 636293845 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=484656 CPUtime=147.47 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 49322 1254 0 0 14738 9 0 0 25 0 9 0 636293845 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 4365062 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=484656 CPUtime=147.5 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 52037 1254 0 0 14740 10 0 0 25 0 9 0 636293845 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 4346546 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=484656 CPUtime=147.51 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 53577 1254 0 0 14741 10 0 0 25 0 9 0 636293845 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=484656 CPUtime=145.76 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 52971 1254 0 0 14566 10 0 0 25 0 9 0 636293845 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=484656 CPUtime=147.5 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 39971 1254 0 0 14742 8 0 0 25 0 9 0 636293845 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=484656 CPUtime=147.5 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 45727 1254 0 0 14743 7 0 0 25 0 9 0 636293845 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=484656 CPUtime=147.47 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 47286 1254 0 0 14739 8 0 0 25 0 9 0 636293845 496287744 83442 33554432000 4194304 4417452 140737450235328 18446744073709551615 4354214 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1178.58
Current children cumulated vsize (KiB) 484656

[startup+148.601 s]
/proc/loadavg: 8.09 7.60 7.61 9/366 12515
/proc/meminfo: memFree=25220916/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=456964 CPUtime=1184.96 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 428296 1254 0 0 118414 82 0 0 19 0 9 0 636293816 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 114241 76758 180 55 0 112127 0
[pid=12497/tid=12504] ppid=12495 vsize=456964 CPUtime=148.3 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 77502 1254 0 0 14816 14 0 0 25 0 9 0 636293845 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=456964 CPUtime=148.27 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 49322 1254 0 0 14818 9 0 0 25 0 9 0 636293845 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366512 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=456964 CPUtime=148.31 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 52404 1254 0 0 14820 11 0 0 25 0 9 0 636293845 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=456964 CPUtime=148.31 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 53577 1254 0 0 14821 10 0 0 25 0 9 0 636293845 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=456964 CPUtime=146.55 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 52971 1254 0 0 14645 10 0 0 25 0 9 0 636293845 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=456964 CPUtime=148.3 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 39971 1254 0 0 14822 8 0 0 25 0 9 0 636293845 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=456964 CPUtime=148.3 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 45733 1254 0 0 14823 7 0 0 25 0 9 0 636293845 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=456964 CPUtime=148.27 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 47286 1254 0 0 14819 8 0 0 25 0 9 0 636293845 467931136 76758 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1184.96
Current children cumulated vsize (KiB) 456964

[startup+149.001 s]
/proc/loadavg: 8.09 7.60 7.61 9/366 12515
/proc/meminfo: memFree=25220916/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=457504 CPUtime=1188.16 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 428431 1254 0 0 118734 82 0 0 19 0 9 0 636293816 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 114376 76893 180 55 0 112262 0
[pid=12497/tid=12504] ppid=12495 vsize=457504 CPUtime=148.7 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 77502 1254 0 0 14856 14 0 0 25 0 9 0 636293845 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=457504 CPUtime=148.67 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 49322 1254 0 0 14858 9 0 0 25 0 9 0 636293845 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=457504 CPUtime=148.71 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 52539 1254 0 0 14860 11 0 0 25 0 9 0 636293845 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=457504 CPUtime=148.71 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 53577 1254 0 0 14861 10 0 0 25 0 9 0 636293845 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 4353526 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=457504 CPUtime=146.95 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 52971 1254 0 0 14685 10 0 0 25 0 9 0 636293845 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=457504 CPUtime=148.7 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 39971 1254 0 0 14862 8 0 0 25 0 9 0 636293845 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=457504 CPUtime=148.7 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 45733 1254 0 0 14863 7 0 0 25 0 9 0 636293845 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=457504 CPUtime=148.67 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 47286 1254 0 0 14859 8 0 0 25 0 9 0 636293845 468484096 76893 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1188.16
Current children cumulated vsize (KiB) 457504

[startup+149.214 s]
/proc/loadavg: 8.08 7.60 7.62 9/366 12515
/proc/meminfo: memFree=25247452/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=457868 CPUtime=1189.86 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 428522 1254 0 0 118904 82 0 0 19 0 9 0 636293816 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 114467 76984 180 55 0 112353 0
[pid=12497/tid=12504] ppid=12495 vsize=457868 CPUtime=148.91 cores=0-7
/proc/12497/task/12504/stat : 12504 (plingeling) R 12495 12497 12128 0 -1 4202560 77502 1254 0 0 14877 14 0 0 25 0 9 0 636293845 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12497/tid=12505] ppid=12495 vsize=457868 CPUtime=148.89 cores=0-7
/proc/12497/task/12505/stat : 12505 (plingeling) R 12495 12497 12128 0 -1 4202560 49322 1254 0 0 14880 9 0 0 25 0 9 0 636293845 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=12497/tid=12506] ppid=12495 vsize=457868 CPUtime=148.92 cores=0-7
/proc/12497/task/12506/stat : 12506 (plingeling) R 12495 12497 12128 0 -1 4202560 52630 1254 0 0 14881 11 0 0 25 0 9 0 636293845 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12497/tid=12507] ppid=12495 vsize=457868 CPUtime=148.92 cores=0-7
/proc/12497/task/12507/stat : 12507 (plingeling) R 12495 12497 12128 0 -1 4202560 53577 1254 0 0 14882 10 0 0 25 0 9 0 636293845 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12497/tid=12508] ppid=12495 vsize=457868 CPUtime=147.15 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 52971 1254 0 0 14705 10 0 0 25 0 9 0 636293845 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12509] ppid=12495 vsize=457868 CPUtime=148.92 cores=0-7
/proc/12497/task/12509/stat : 12509 (plingeling) R 12495 12497 12128 0 -1 4202560 39971 1254 0 0 14884 8 0 0 25 0 9 0 636293845 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=457868 CPUtime=148.91 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 45733 1254 0 0 14884 7 0 0 25 0 9 0 636293845 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12497/tid=12511] ppid=12495 vsize=457868 CPUtime=148.88 cores=0-7
/proc/12497/task/12511/stat : 12511 (plingeling) R 12495 12497 12128 0 -1 4202560 47286 1254 0 0 14880 8 0 0 25 0 9 0 636293845 468856832 76984 33554432000 4194304 4417452 140737450235328 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1189.86
Current children cumulated vsize (KiB) 457868

[startup+149.301 s]
/proc/loadavg: 8.08 7.60 7.62 9/366 12515
/proc/meminfo: memFree=25247452/32951124 swapFree=63083164/67111528
[pid=12497] ppid=12495 vsize=447624 CPUtime=1190.32 cores=0-7
/proc/12497/stat : 12497 (plingeling) S 12495 12497 12128 0 -1 4202496 428523 1254 0 0 118950 82 0 0 18 0 3 0 636293816 458366976 76977 33554432000 4194304 4417452 140737450235328 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/12497/statm: 111906 76977 181 55 0 109792 0
[pid=12497/tid=12508] ppid=12495 vsize=447624 CPUtime=147.24 cores=0-7
/proc/12497/task/12508/stat : 12508 (plingeling) R 12495 12497 12128 0 -1 4202560 52971 1254 0 0 14714 10 0 0 25 0 3 0 636293845 458366976 76977 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12497/tid=12510] ppid=12495 vsize=447624 CPUtime=149 cores=0-7
/proc/12497/task/12510/stat : 12510 (plingeling) R 12495 12497 12128 0 -1 4202560 45733 1254 0 0 14893 7 0 0 25 0 3 0 636293845 458366976 76977 33554432000 4194304 4417452 140737450235328 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1190.32
Current children cumulated vsize (KiB) 447624

Child status: 20
Real time (s): 149.382
CPU time (s): 1190.42
CPU user time (s): 1189.58
CPU system time (s): 0.84987
CPU usage (%): 796.901
Max. virtual memory (cumulated for all children) (KiB): 533028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1189.58
system time used= 0.84987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429780
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= 332
involuntary context switches= 3998

runsolver used 0.495924 second user time and 1.27281 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 07:53:02
IDJOB=3372527
IDBENCH=82433
IDSOLVER=1851
FILE ID=node141/3372527-1305438782
RUNJOBID= node141-1305435369-12142
PBS_JOBID= 13324736
Free space on /tmp= 73360 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372527-1305438782/watcher-3372527-1305438782 -o /tmp/evaluation-result-3372527-1305438782/solver-3372527-1305438782 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372527-1305438782.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=761169225

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25553840 kB
Buffers:        251596 kB
Cached:        4933368 kB
SwapCached:      15708 kB
Active:        2095572 kB
Inactive:      5059604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25553840 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:     1961004 kB
Mapped:          12840 kB
Slab:           136840 kB
PageTables:      37996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86229116 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= 73360 MiB
End job on node141 at 2011-05-15 07:55:31