Trace number 3309642

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 587UNSAT 5330.88 668.22

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.303
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

5330.85/668.21	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: 935)

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-3309642-1304007650/watcher-3309642-1304007650 -o /tmp/evaluation-result-3309642-1304007650/solver-3309642-1304007650 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309642-1304007650.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.38 7.78 7.91 1/170 29758
/proc/meminfo: memFree=11915976/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=15568 CPUtime=0 cores=0-7
/proc/29758/stat : 29758 (plingeling) R 29756 29758 29527 0 -1 4202496 1599 1258 0 0 0 0 0 0 21 0 1 0 512365477 15941632 1529 33554432000 4194304 4417332 140733337941744 18446744073709551615 230808859741 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29758/statm: 3892 1543 146 55 0 1778 0

[startup+0.032306 s]
/proc/loadavg: 7.38 7.78 7.91 1/170 29758
/proc/meminfo: memFree=11915976/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=31240 CPUtime=0.02 cores=0-7
/proc/29758/stat : 29758 (plingeling) R 29756 29758 29527 0 -1 4202496 5902 1258 0 0 2 0 0 0 21 0 1 0 512365477 31989760 5832 33554432000 4194304 4417332 140733337941744 18446744073709551615 4264796 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29758/statm: 7810 5832 147 55 0 5696 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31240

[startup+0.100297 s]
/proc/loadavg: 7.38 7.78 7.91 1/170 29758
/proc/meminfo: memFree=11915976/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=45352 CPUtime=0.08 cores=0-7
/proc/29758/stat : 29758 (plingeling) R 29756 29758 29527 0 -1 4202496 9437 1258 0 0 8 0 0 0 21 0 1 0 512365477 46440448 9361 33554432000 4194304 4417332 140733337941744 18446744073709551615 4231541 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29758/statm: 11338 9361 148 55 0 9224 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45352

[startup+0.300258 s]
/proc/loadavg: 7.38 7.78 7.91 1/170 29758
/proc/meminfo: memFree=11915976/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=90852 CPUtime=0.29 cores=0-7
/proc/29758/stat : 29758 (plingeling) R 29756 29758 29527 0 -1 4202496 20711 1258 0 0 27 2 0 0 22 0 1 0 512365477 93032448 20504 33554432000 4194304 4417332 140733337941744 18446744073709551615 230808859741 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29758/statm: 22713 20528 148 55 0 20599 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90852

[startup+0.700187 s]
/proc/loadavg: 7.38 7.78 7.91 1/170 29758
/proc/meminfo: memFree=11915976/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=126648 CPUtime=0.69 cores=0-7
/proc/29758/stat : 29758 (plingeling) R 29756 29758 29527 0 -1 4202496 29941 1258 0 0 66 3 0 0 24 0 1 0 512365477 129687552 29685 33554432000 4194304 4417332 140733337941744 18446744073709551615 4259140 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/29758/statm: 31662 29685 148 55 0 29548 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126648

[startup+1.501 s]
/proc/loadavg: 6.87 7.67 7.87 2/171 29764
/proc/meminfo: memFree=11764696/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=224952 CPUtime=1.49 cores=0-7
/proc/29758/stat : 29758 (plingeling) R 29756 29758 29527 0 -1 4202496 54517 1258 0 0 143 6 0 0 25 0 1 0 512365477 230350848 54261 33554432000 4194304 4417332 140733337941744 18446744073709551615 4259116 0 0 4096 17442 0 0 0 17 7 0 0 0
/proc/29758/statm: 56238 54261 148 55 0 54124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 224952

[startup+3.10071 s]
/proc/loadavg: 6.87 7.67 7.87 9/179 29772
/proc/meminfo: memFree=11674236/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=380268 CPUtime=14.09 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 85800 1258 0 0 1398 11 0 0 18 0 9 0 512365477 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 95067 58960 176 55 0 92953 0
[pid=29758/tid=29765] ppid=29756 vsize=380268 CPUtime=1.58 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 2827 1258 0 0 158 0 0 0 20 0 9 0 512365628 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 4281230 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=380268 CPUtime=1.58 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 7511 1258 0 0 157 1 0 0 20 0 9 0 512365628 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=380268 CPUtime=1.57 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 3913 1258 0 0 157 0 0 0 20 0 9 0 512365628 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 4277621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=380268 CPUtime=1.58 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 1878 1258 0 0 158 0 0 0 23 0 9 0 512365628 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 4264994 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=380268 CPUtime=1.52 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 4008 1258 0 0 152 0 0 0 23 0 9 0 512365628 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 4265503 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=380268 CPUtime=1.54 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 4007 1258 0 0 154 0 0 0 23 0 9 0 512365628 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 4305871 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=380268 CPUtime=1.57 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 4498 1258 0 0 157 0 0 0 20 0 9 0 512365628 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 4277491 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=380268 CPUtime=1.57 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 2624 1258 0 0 157 0 0 0 25 0 9 0 512365628 389394432 58960 33554432000 4194304 4417332 140733337941744 18446744073709551615 4275944 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 380268

[startup+6.30112 s]
/proc/loadavg: 6.87 7.67 7.87 9/179 29772
/proc/meminfo: memFree=11675600/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=371584 CPUtime=39.66 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 115143 1258 0 0 3951 15 0 0 18 0 9 0 512365477 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 92896 59979 181 55 0 90782 0
[pid=29758/tid=29765] ppid=29756 vsize=371584 CPUtime=4.78 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 5967 1258 0 0 478 0 0 0 25 0 9 0 512365628 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=371584 CPUtime=4.78 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 15123 1258 0 0 476 2 0 0 25 0 9 0 512365628 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 4236012 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=371584 CPUtime=4.76 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 8010 1258 0 0 475 1 0 0 25 0 9 0 512365628 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=371584 CPUtime=4.77 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 1878 1258 0 0 477 0 0 0 25 0 9 0 512365628 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 4265399 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=371584 CPUtime=4.72 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 8110 1258 0 0 472 0 0 0 25 0 9 0 512365628 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=371584 CPUtime=4.74 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 4625 1258 0 0 474 0 0 0 25 0 9 0 512365628 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 4249601 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=371584 CPUtime=4.78 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 10170 1258 0 0 477 1 0 0 25 0 9 0 512365628 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 4355756 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=371584 CPUtime=4.76 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 6726 1258 0 0 475 1 0 0 21 0 9 0 512365628 380502016 59979 33554432000 4194304 4417332 140733337941744 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39.66
Current children cumulated vsize (KiB) 371584

[startup+12.701 s]
/proc/loadavg: 7.12 7.69 7.88 9/179 29772
/proc/meminfo: memFree=11679404/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=371280 CPUtime=90.83 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 115143 1258 0 0 9068 15 0 0 18 0 9 0 512365477 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 92820 58951 181 55 0 90706 0
[pid=29758/tid=29765] ppid=29756 vsize=371280 CPUtime=11.18 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 5967 1258 0 0 1118 0 0 0 25 0 9 0 512365628 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=371280 CPUtime=11.18 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 15123 1258 0 0 1116 2 0 0 25 0 9 0 512365628 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=371280 CPUtime=11.12 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 8010 1258 0 0 1111 1 0 0 25 0 9 0 512365628 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=371280 CPUtime=11.17 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 1878 1258 0 0 1117 0 0 0 25 0 9 0 512365628 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=371280 CPUtime=11.12 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 8110 1258 0 0 1112 0 0 0 25 0 9 0 512365628 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=371280 CPUtime=11.14 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 4625 1258 0 0 1114 0 0 0 25 0 9 0 512365628 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364346 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=371280 CPUtime=11.18 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 10170 1258 0 0 1117 1 0 0 25 0 9 0 512365628 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 4237639 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=371280 CPUtime=11.16 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 6726 1258 0 0 1115 1 0 0 25 0 9 0 512365628 380190720 58951 33554432000 4194304 4417332 140733337941744 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 90.83
Current children cumulated vsize (KiB) 371280

[startup+25.5006 s]
/proc/loadavg: 7.25 7.70 7.88 9/179 29773
/proc/meminfo: memFree=11682276/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=353328 CPUtime=193.16 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 123491 1258 0 0 19299 17 0 0 18 0 9 0 512365477 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 88332 55056 181 55 0 86218 0
[pid=29758/tid=29765] ppid=29756 vsize=353328 CPUtime=23.98 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 9159 1258 0 0 2397 1 0 0 25 0 9 0 512365628 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=353328 CPUtime=23.98 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 18120 1258 0 0 2395 3 0 0 25 0 9 0 512365628 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=353328 CPUtime=23.85 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 8442 1258 0 0 2384 1 0 0 25 0 9 0 512365628 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=353328 CPUtime=23.97 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 1878 1258 0 0 2397 0 0 0 25 0 9 0 512365628 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=353328 CPUtime=23.93 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 9388 1258 0 0 2392 1 0 0 25 0 9 0 512365628 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 4357075 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=353328 CPUtime=23.94 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 4682 1258 0 0 2394 0 0 0 25 0 9 0 512365628 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=353328 CPUtime=23.98 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 10505 1258 0 0 2397 1 0 0 25 0 9 0 512365628 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 4277708 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=353328 CPUtime=23.96 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 6783 1258 0 0 2395 1 0 0 25 0 9 0 512365628 361807872 55056 33554432000 4194304 4417332 140733337941744 18446744073709551615 4331635 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 193.16
Current children cumulated vsize (KiB) 353328

[startup+51.1009 s]
/proc/loadavg: 7.55 7.73 7.89 9/179 29773
/proc/meminfo: memFree=11700380/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=347692 CPUtime=397.82 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 140242 1258 0 0 39762 20 0 0 18 0 9 0 512365477 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 86923 55254 181 55 0 84809 0
[pid=29758/tid=29765] ppid=29756 vsize=347692 CPUtime=49.58 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 14702 1258 0 0 4956 2 0 0 25 0 9 0 512365628 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364317 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=347692 CPUtime=49.58 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 22054 1258 0 0 4955 3 0 0 25 0 9 0 512365628 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=347692 CPUtime=49.31 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 9331 1258 0 0 4930 1 0 0 25 0 9 0 512365628 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=347692 CPUtime=49.57 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 3085 1258 0 0 4957 0 0 0 25 0 9 0 512365628 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364336 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=347692 CPUtime=49.52 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 11471 1258 0 0 4951 1 0 0 25 0 9 0 512365628 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=347692 CPUtime=49.54 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 4881 1258 0 0 4954 0 0 0 25 0 9 0 512365628 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 4237191 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=347692 CPUtime=49.58 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 12310 1258 0 0 4957 1 0 0 25 0 9 0 512365628 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=347692 CPUtime=49.56 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 7874 1258 0 0 4955 1 0 0 25 0 9 0 512365628 356036608 55254 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 397.82
Current children cumulated vsize (KiB) 347692

[startup+102.307 s]
/proc/loadavg: 7.80 7.77 7.89 9/179 29775

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

/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 29089 1258 0 0 65113 6 0 0 25 0 9 0 512365628 1420623872 317322 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=1387328 CPUtime=651.14 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 104193 1258 0 0 65098 16 0 0 25 0 9 0 512365628 1420623872 317322 33554432000 4194304 4417332 140733337941744 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=1387328 CPUtime=651.16 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 95217 1258 0 0 65100 16 0 0 25 0 9 0 512365628 1420623872 317322 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=1387328 CPUtime=651.19 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 108727 1258 0 0 65099 20 0 0 25 0 9 0 512365628 1420623872 317322 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=1387328 CPUtime=651.12 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 89087 1258 0 0 65099 13 0 0 25 0 9 0 512365628 1420623872 317322 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5207.43
Current children cumulated vsize (KiB) 1387328

[startup+659.101 s]
/proc/loadavg: 8.07 7.99 7.93 9/179 29790
/proc/meminfo: memFree=10629600/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=1406572 CPUtime=5258.59 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 870238 1258 0 0 525714 145 0 0 18 0 9 0 512365477 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 351643 322133 181 55 0 349529 0
[pid=29758/tid=29765] ppid=29756 vsize=1406572 CPUtime=657.59 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 137763 1258 0 0 65735 24 0 0 25 0 9 0 512365628 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=1406572 CPUtime=657.6 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 144606 1258 0 0 65736 24 0 0 25 0 9 0 512365628 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=1406572 CPUtime=654.02 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 104011 1258 0 0 65386 16 0 0 25 0 9 0 512365628 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=1406572 CPUtime=657.59 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 29089 1258 0 0 65753 6 0 0 25 0 9 0 512365628 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=1406572 CPUtime=657.54 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 104193 1258 0 0 65738 16 0 0 25 0 9 0 512365628 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=1406572 CPUtime=657.56 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 95217 1258 0 0 65740 16 0 0 25 0 9 0 512365628 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=1406572 CPUtime=657.59 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 108727 1258 0 0 65739 20 0 0 25 0 9 0 512365628 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 4277623 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=1406572 CPUtime=657.51 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 92098 1258 0 0 65738 13 0 0 25 0 9 0 512365628 1440329728 322133 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5258.59
Current children cumulated vsize (KiB) 1406572

[startup+662.301 s]
/proc/loadavg: 8.06 7.99 7.93 9/179 29790
/proc/meminfo: memFree=10665064/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=1374272 CPUtime=5284.17 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 870238 1258 0 0 528272 145 0 0 18 0 9 0 512365477 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 343568 313128 181 55 0 341454 0
[pid=29758/tid=29765] ppid=29756 vsize=1374272 CPUtime=660.79 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 137763 1258 0 0 66055 24 0 0 25 0 9 0 512365628 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=1374272 CPUtime=660.8 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 144606 1258 0 0 66056 24 0 0 25 0 9 0 512365628 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=1374272 CPUtime=657.2 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 104011 1258 0 0 65704 16 0 0 25 0 9 0 512365628 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=1374272 CPUtime=660.79 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 29089 1258 0 0 66073 6 0 0 25 0 9 0 512365628 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=1374272 CPUtime=660.74 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 104193 1258 0 0 66058 16 0 0 25 0 9 0 512365628 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=1374272 CPUtime=660.76 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 95217 1258 0 0 66060 16 0 0 25 0 9 0 512365628 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=1374272 CPUtime=660.79 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 108727 1258 0 0 66059 20 0 0 25 0 9 0 512365628 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 4260714 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=1374272 CPUtime=660.71 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 92098 1258 0 0 66058 13 0 0 25 0 9 0 512365628 1407254528 313128 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5284.17
Current children cumulated vsize (KiB) 1374272

[startup+665.506 s]
/proc/loadavg: 8.06 7.99 7.93 9/179 29790
/proc/meminfo: memFree=10714796/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=1324028 CPUtime=5309.8 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 870261 1258 0 0 530835 145 0 0 18 0 9 0 512365477 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 331007 300567 181 55 0 328893 0
[pid=29758/tid=29765] ppid=29756 vsize=1324028 CPUtime=664 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 137763 1258 0 0 66376 24 0 0 25 0 9 0 512365628 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 4278260 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=1324028 CPUtime=664.01 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 144606 1258 0 0 66377 24 0 0 25 0 9 0 512365628 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=1324028 CPUtime=660.39 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 104011 1258 0 0 66023 16 0 0 25 0 9 0 512365628 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=1324028 CPUtime=664 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 29089 1258 0 0 66394 6 0 0 25 0 9 0 512365628 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=1324028 CPUtime=663.95 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 104193 1258 0 0 66379 16 0 0 25 0 9 0 512365628 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=1324028 CPUtime=663.97 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 95240 1258 0 0 66381 16 0 0 25 0 9 0 512365628 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=1324028 CPUtime=664 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 108727 1258 0 0 66379 21 0 0 25 0 9 0 512365628 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=1324028 CPUtime=663.92 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 92098 1258 0 0 66379 13 0 0 25 0 9 0 512365628 1355804672 300567 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5309.8
Current children cumulated vsize (KiB) 1324028

[startup+667.101 s]
/proc/loadavg: 8.06 7.99 7.93 9/179 29790
/proc/meminfo: memFree=10715168/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=1306364 CPUtime=5322.55 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 875348 1258 0 0 532109 146 0 0 18 0 9 0 512365477 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 326591 296140 181 55 0 324477 0
[pid=29758/tid=29765] ppid=29756 vsize=1306364 CPUtime=665.6 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 142850 1258 0 0 66535 25 0 0 25 0 9 0 512365628 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=1306364 CPUtime=665.6 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 144606 1258 0 0 66536 24 0 0 25 0 9 0 512365628 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=1306364 CPUtime=661.98 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 104011 1258 0 0 66182 16 0 0 25 0 9 0 512365628 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=1306364 CPUtime=665.59 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 29089 1258 0 0 66553 6 0 0 25 0 9 0 512365628 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=1306364 CPUtime=665.54 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 104193 1258 0 0 66538 16 0 0 25 0 9 0 512365628 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=1306364 CPUtime=665.56 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 95240 1258 0 0 66540 16 0 0 25 0 9 0 512365628 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=1306364 CPUtime=665.6 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 108727 1258 0 0 66539 21 0 0 25 0 9 0 512365628 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=1306364 CPUtime=665.51 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 92098 1258 0 0 66538 13 0 0 25 0 9 0 512365628 1337716736 296140 33554432000 4194304 4417332 140733337941744 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5322.55
Current children cumulated vsize (KiB) 1306364

[startup+667.901 s]
/proc/loadavg: 8.06 7.99 7.93 9/179 29790
/proc/meminfo: memFree=10747284/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=1292236 CPUtime=5328.94 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 880008 1258 0 0 532748 146 0 0 18 0 9 0 512365477 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 323059 292608 181 55 0 320945 0
[pid=29758/tid=29765] ppid=29756 vsize=1292236 CPUtime=666.4 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 142850 1258 0 0 66615 25 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=1292236 CPUtime=666.4 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 144606 1258 0 0 66616 24 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4354878 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=1292236 CPUtime=662.77 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 104011 1258 0 0 66261 16 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=1292236 CPUtime=666.39 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 29089 1258 0 0 66633 6 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=1292236 CPUtime=666.34 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 104193 1258 0 0 66618 16 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4366058 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=1292236 CPUtime=666.36 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 95240 1258 0 0 66620 16 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=1292236 CPUtime=666.39 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 113387 1258 0 0 66618 21 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=1292236 CPUtime=666.31 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 92098 1258 0 0 66618 13 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4277559 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5328.94
Current children cumulated vsize (KiB) 1292236

[startup+668.101 s]
/proc/loadavg: 8.06 7.99 7.93 9/179 29790
/proc/meminfo: memFree=10747284/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=1292236 CPUtime=5330.54 cores=0-7
/proc/29758/stat : 29758 (plingeling) S 29756 29758 29527 0 -1 4202496 880008 1258 0 0 532908 146 0 0 18 0 9 0 512365477 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/29758/statm: 323059 292608 181 55 0 320945 0
[pid=29758/tid=29765] ppid=29756 vsize=1292236 CPUtime=666.6 cores=0-7
/proc/29758/task/29765/stat : 29765 (plingeling) R 29756 29758 29527 0 -1 4202560 142850 1258 0 0 66635 25 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=29758/tid=29766] ppid=29756 vsize=1292236 CPUtime=666.6 cores=0-7
/proc/29758/task/29766/stat : 29766 (plingeling) R 29756 29758 29527 0 -1 4202560 144606 1258 0 0 66636 24 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=29758/tid=29767] ppid=29756 vsize=1292236 CPUtime=662.97 cores=0-7
/proc/29758/task/29767/stat : 29767 (plingeling) R 29756 29758 29527 0 -1 4202560 104011 1258 0 0 66281 16 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=29758/tid=29768] ppid=29756 vsize=1292236 CPUtime=666.59 cores=0-7
/proc/29758/task/29768/stat : 29768 (plingeling) R 29756 29758 29527 0 -1 4202560 29089 1258 0 0 66653 6 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=29758/tid=29769] ppid=29756 vsize=1292236 CPUtime=666.54 cores=0-7
/proc/29758/task/29769/stat : 29769 (plingeling) R 29756 29758 29527 0 -1 4202560 104193 1258 0 0 66638 16 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29758/tid=29770] ppid=29756 vsize=1292236 CPUtime=666.56 cores=0-7
/proc/29758/task/29770/stat : 29770 (plingeling) R 29756 29758 29527 0 -1 4202560 95240 1258 0 0 66640 16 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29758/tid=29771] ppid=29756 vsize=1292236 CPUtime=666.59 cores=0-7
/proc/29758/task/29771/stat : 29771 (plingeling) R 29756 29758 29527 0 -1 4202560 113387 1258 0 0 66638 21 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29758/tid=29772] ppid=29756 vsize=1292236 CPUtime=666.51 cores=0-7
/proc/29758/task/29772/stat : 29772 (plingeling) R 29756 29758 29527 0 -1 4202560 92098 1258 0 0 66638 13 0 0 25 0 9 0 512365628 1323249664 292608 33554432000 4194304 4417332 140733337941744 18446744073709551615 4278249 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5330.54
Current children cumulated vsize (KiB) 1292236

[startup+668.201 s]
/proc/loadavg: 8.06 7.99 7.93 9/179 29790
/proc/meminfo: memFree=10747284/32951124 swapFree=67111528/67111528
[pid=29758] ppid=29756 vsize=461960 CPUtime=5330.85 cores=0-7
/proc/29758/stat : 29758 (plingeling) R 29756 29758 29527 0 -1 4202496 880009 1258 0 0 532934 151 0 0 17 0 1 0 512365477 473047040 83615 33554432000 4194304 4417332 140733337941744 18446744073709551615 230809208967 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29758/statm: 109568 83590 182 55 0 107454 0
Current children cumulated CPU time (s) 5330.85
Current children cumulated vsize (KiB) 461960

Child status: 20
Real time (s): 668.22
CPU time (s): 5330.88
CPU user time (s): 5329.35
CPU system time (s): 1.53277
CPU usage (%): 797.774
Max. virtual memory (cumulated for all children) (KiB): 1406572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5329.35
system time used= 1.53277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 881270
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= 328
involuntary context switches= 25650

runsolver used 1.06784 second user time and 2.56361 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-28 18:20:50
IDJOB=3309642
IDBENCH=82431
IDSOLVER=1695
FILE ID=node104/3309642-1304007650
RUNJOBID= node104-1304007526-29541
PBS_JOBID= 13168836
Free space on /tmp= 71536 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309642-1304007650/watcher-3309642-1304007650 -o /tmp/evaluation-result-3309642-1304007650/solver-3309642-1304007650 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309642-1304007650.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=260407586

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11916380 kB
Buffers:       2307292 kB
Cached:       18070380 kB
SwapCached:          0 kB
Active:       11355184 kB
Inactive:      9086900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11916380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12640 kB
Writeback:           0 kB
AnonPages:       64128 kB
Mapped:          14512 kB
Slab:           525648 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186472 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= 71536 MiB
End job on node104 at 2011-04-28 18:31:59