Trace number 3394600

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 4926.14 617.243

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.147
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

Solver Data

4926.09/617.24	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-3394600-1306100253/watcher-3394600-1306100253 -o /tmp/evaluation-result-3394600-1306100253/solver-3394600-1306100253 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394600-1306100253.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: 8.05 8.04 8.00 2/430 26831
/proc/meminfo: memFree=13830368/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=10988 CPUtime=0 cores=0-7
/proc/26831/stat : 26831 (plingeling) R 26829 26831 26571 0 -1 4202496 902 1258 0 0 0 0 0 0 23 0 1 0 702440925 11251712 754 33554432000 4194304 4417452 140734683047584 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26831/statm: 2747 754 149 55 0 633 0

[startup+0.0347791 s]
/proc/loadavg: 8.05 8.04 8.00 2/430 26831
/proc/meminfo: memFree=13830368/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=17392 CPUtime=0.03 cores=0-7
/proc/26831/stat : 26831 (plingeling) R 26829 26831 26571 0 -1 4202496 2503 1258 0 0 3 0 0 0 23 0 1 0 702440925 17809408 2355 33554432000 4194304 4417452 140734683047584 18446744073709551615 4231368 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26831/statm: 4348 2355 149 55 0 2234 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17392

[startup+0.111737 s]
/proc/loadavg: 8.05 8.04 8.00 2/430 26831
/proc/meminfo: memFree=13830368/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=178572 CPUtime=0.41 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 6510 1258 0 0 41 0 0 0 25 0 9 0 702440925 182857728 5906 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 44643 5906 180 55 0 42529 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 178572

[startup+0.300663 s]
/proc/loadavg: 8.05 8.04 8.00 2/430 26831
/proc/meminfo: memFree=13830368/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=175872 CPUtime=1.88 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 7291 1258 0 0 188 0 0 0 25 0 9 0 702440925 180092928 5388 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 43968 5388 180 55 0 41854 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 175872

[startup+0.700584 s]
/proc/loadavg: 8.05 8.04 8.00 2/430 26831
/proc/meminfo: memFree=13830368/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=177380 CPUtime=5.08 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 8128 1258 0 0 508 0 0 0 25 0 9 0 702440925 181637120 5915 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 44345 5915 180 55 0 42231 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 177380

[startup+1.50043 s]
/proc/loadavg: 8.04 8.04 8.00 9/439 26845
/proc/meminfo: memFree=13805616/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=183576 CPUtime=11.46 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 10323 1258 0 0 1146 0 0 0 25 0 9 0 702440925 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 45894 7871 180 55 0 43780 0
[pid=26831/tid=26838] ppid=26829 vsize=183576 CPUtime=1.44 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 693 1258 0 0 144 0 0 0 19 0 9 0 702440931 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=183576 CPUtime=1.44 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 800 1258 0 0 144 0 0 0 25 0 9 0 702440931 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 4278226 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=183576 CPUtime=1.44 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 702 1258 0 0 144 0 0 0 25 0 9 0 702440931 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 4306272 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=183576 CPUtime=1.44 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 1147 1258 0 0 144 0 0 0 25 0 9 0 702440931 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=183576 CPUtime=1.44 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 436 1258 0 0 144 0 0 0 25 0 9 0 702440931 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=183576 CPUtime=1.44 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 498 1258 0 0 144 0 0 0 20 0 9 0 702440931 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=183576 CPUtime=1.43 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 621 1258 0 0 143 0 0 0 19 0 9 0 702440931 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=183576 CPUtime=1.32 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 357 1258 0 0 132 0 0 0 25 0 9 0 702440931 187981824 7871 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 183576

[startup+3.10111 s]
/proc/loadavg: 8.04 8.04 8.00 9/439 26845
/proc/meminfo: memFree=13796440/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=188756 CPUtime=24.26 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 13092 1258 0 0 2425 1 0 0 25 0 9 0 702440925 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 47189 9080 180 55 0 45075 0
[pid=26831/tid=26838] ppid=26829 vsize=188756 CPUtime=3.04 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 873 1258 0 0 304 0 0 0 25 0 9 0 702440931 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=188756 CPUtime=3.04 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 1115 1258 0 0 304 0 0 0 25 0 9 0 702440931 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=188756 CPUtime=3.04 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 702 1258 0 0 304 0 0 0 25 0 9 0 702440931 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=188756 CPUtime=3.03 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 2581 1258 0 0 303 0 0 0 25 0 9 0 702440931 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=188756 CPUtime=3.04 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 601 1258 0 0 304 0 0 0 25 0 9 0 702440931 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=188756 CPUtime=3.04 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 720 1258 0 0 304 0 0 0 25 0 9 0 702440931 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=188756 CPUtime=3.04 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 841 1258 0 0 304 0 0 0 25 0 9 0 702440931 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 4263080 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=188756 CPUtime=2.91 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 590 1258 0 0 291 0 0 0 25 0 9 0 702440931 193286144 9080 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 188756

[startup+6.30048 s]
/proc/loadavg: 8.04 8.04 8.00 9/439 26845
/proc/meminfo: memFree=13791480/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=192828 CPUtime=49.81 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 21571 1258 0 0 4978 3 0 0 25 0 9 0 702440925 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 48207 10037 180 55 0 46093 0
[pid=26831/tid=26838] ppid=26829 vsize=192828 CPUtime=6.24 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 1938 1258 0 0 624 0 0 0 25 0 9 0 702440931 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 4251081 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=192828 CPUtime=6.24 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 1282 1258 0 0 624 0 0 0 25 0 9 0 702440931 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 4365191 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=192828 CPUtime=6.24 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 1163 1258 0 0 624 0 0 0 25 0 9 0 702440931 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=192828 CPUtime=6.24 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 6200 1258 0 0 623 1 0 0 25 0 9 0 702440931 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 4321590 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=192828 CPUtime=6.24 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 1111 1258 0 0 624 0 0 0 25 0 9 0 702440931 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=192828 CPUtime=6.23 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 1389 1258 0 0 623 0 0 0 25 0 9 0 702440931 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=192828 CPUtime=6.24 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 967 1258 0 0 624 0 0 0 25 0 9 0 702440931 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=192828 CPUtime=6.05 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 2452 1258 0 0 605 0 0 0 25 0 9 0 702440931 197455872 10037 33554432000 4194304 4417452 140734683047584 18446744073709551615 4356843 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 192828

[startup+12.7012 s]
/proc/loadavg: 8.04 8.04 8.00 9/439 26845
/proc/meminfo: memFree=13781612/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=205580 CPUtime=100.91 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 48452 1258 0 0 10083 8 0 0 25 0 9 0 702440925 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 51395 12886 180 55 0 49281 0
[pid=26831/tid=26838] ppid=26829 vsize=205580 CPUtime=12.64 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 3592 1258 0 0 1264 0 0 0 25 0 9 0 702440931 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=205580 CPUtime=12.63 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 4911 1258 0 0 1263 0 0 0 25 0 9 0 702440931 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=205580 CPUtime=12.64 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 5061 1258 0 0 1263 1 0 0 25 0 9 0 702440931 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=205580 CPUtime=12.64 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 11935 1258 0 0 1262 2 0 0 25 0 9 0 702440931 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=205580 CPUtime=12.63 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 3291 1258 0 0 1263 0 0 0 25 0 9 0 702440931 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=205580 CPUtime=12.63 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 4293 1258 0 0 1263 0 0 0 25 0 9 0 702440931 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=205580 CPUtime=12.64 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 4414 1258 0 0 1263 1 0 0 25 0 9 0 702440931 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 4263206 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=205580 CPUtime=12.36 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 5886 1258 0 0 1235 1 0 0 25 0 9 0 702440931 210513920 12886 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 205580

[startup+25.5007 s]
/proc/loadavg: 8.19 8.07 8.01 9/439 26846
/proc/meminfo: memFree=13757676/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=233684 CPUtime=203.12 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 110664 1258 0 0 20292 20 0 0 25 0 9 0 702440925 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 58421 19894 180 55 0 56307 0
[pid=26831/tid=26838] ppid=26829 vsize=233684 CPUtime=25.43 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 10966 1258 0 0 2542 1 0 0 25 0 9 0 702440931 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=233684 CPUtime=25.43 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 12777 1258 0 0 2541 2 0 0 25 0 9 0 702440931 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366480 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=233684 CPUtime=25.43 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 11638 1258 0 0 2542 1 0 0 25 0 9 0 702440931 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=233684 CPUtime=25.43 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 22058 1258 0 0 2540 3 0 0 25 0 9 0 702440931 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=233684 CPUtime=25.43 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 10753 1258 0 0 2542 1 0 0 25 0 9 0 702440931 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=233684 CPUtime=25.44 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 11638 1258 0 0 2542 2 0 0 25 0 9 0 702440931 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=233684 CPUtime=25.43 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 12129 1258 0 0 2541 2 0 0 25 0 9 0 702440931 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364809 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=233684 CPUtime=24.97 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 13636 1258 0 0 2495 2 0 0 25 0 9 0 702440931 239292416 19894 33554432000 4194304 4417452 140734683047584 18446744073709551615 4365047 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.12
Current children cumulated vsize (KiB) 233684

[startup+51.1006 s]
/proc/loadavg: 8.12 8.06 8.01 9/439 26846
/proc/meminfo: memFree=13734916/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=248968 CPUtime=407.56 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 231320 1258 0 0 40712 44 0 0 25 0 9 0 702440925 254943232 23725 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 62242 23725 180 55 0 60128 0
[pid=26831/tid=26838] ppid=26829 vsize=248968 CPUtime=51.03 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 23534 1258 0 0 5099 4 0 0 25 0 9 0 702440931 254943232 23725 33554432000 4194304 4417452 140734683047584 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=248968 CPUtime=51.03 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 31072 1258 0 0 5097 6 0 0 25 0 9 0 702440931 254943232 23725 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=248968 CPUtime=51.04 cores=0-7

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

/proc/loadavg: 8.20 8.09 8.01 9/439 26861
/proc/meminfo: memFree=13626808/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=368408 CPUtime=4802.85 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 1913559 1258 0 0 479966 319 0 0 25 0 9 0 702440925 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 92102 53476 180 55 0 89988 0
[pid=26831/tid=26838] ppid=26829 vsize=368408 CPUtime=601.45 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 227731 1258 0 0 60107 38 0 0 25 0 9 0 702440931 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=368408 CPUtime=601.32 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 253712 1258 0 0 60090 42 0 0 25 0 9 0 702440931 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=368408 CPUtime=601.46 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 222935 1258 0 0 60108 38 0 0 25 0 9 0 702440931 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=368408 CPUtime=601.46 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 314096 1258 0 0 60094 52 0 0 25 0 9 0 702440931 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=368408 CPUtime=601.44 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 218081 1258 0 0 60106 38 0 0 25 0 9 0 702440931 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=368408 CPUtime=601.45 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 227106 1258 0 0 60110 35 0 0 25 0 9 0 702440931 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 4369855 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=368408 CPUtime=601.46 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 220674 1258 0 0 60111 35 0 0 25 0 9 0 702440931 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=368408 CPUtime=592.68 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 224155 1258 0 0 59231 37 0 0 25 0 9 0 702440931 377249792 53476 33554432000 4194304 4417452 140734683047584 18446744073709551615 4344154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4802.85
Current children cumulated vsize (KiB) 368408

[startup+607.901 s]
/proc/loadavg: 8.17 8.09 8.01 9/439 26861
/proc/meminfo: memFree=13593460/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=400532 CPUtime=4853.96 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 1926774 1258 0 0 485075 321 0 0 25 0 9 0 702440925 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 100133 61688 180 55 0 98019 0
[pid=26831/tid=26838] ppid=26829 vsize=400532 CPUtime=607.85 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 229261 1258 0 0 60747 38 0 0 25 0 9 0 702440931 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=400532 CPUtime=607.72 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 255719 1258 0 0 60730 42 0 0 25 0 9 0 702440931 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=400532 CPUtime=607.86 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 224527 1258 0 0 60748 38 0 0 25 0 9 0 702440931 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=400532 CPUtime=607.86 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 317374 1258 0 0 60734 52 0 0 25 0 9 0 702440931 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=400532 CPUtime=607.85 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 219511 1258 0 0 60746 39 0 0 25 0 9 0 702440931 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=400532 CPUtime=607.85 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 227106 1258 0 0 60750 35 0 0 25 0 9 0 702440931 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 4343760 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=400532 CPUtime=607.85 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 222198 1258 0 0 60750 35 0 0 25 0 9 0 702440931 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=400532 CPUtime=598.97 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 226009 1258 0 0 59860 37 0 0 25 0 9 0 702440931 410144768 61688 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4853.96
Current children cumulated vsize (KiB) 400532

[startup+611.1 s]
/proc/loadavg: 8.17 8.09 8.01 9/439 26861
/proc/meminfo: memFree=13606484/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=380504 CPUtime=4879.51 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 1949311 1258 0 0 487627 324 0 0 25 0 9 0 702440925 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 95126 56517 180 55 0 93012 0
[pid=26831/tid=26838] ppid=26829 vsize=380504 CPUtime=611.05 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 231959 1258 0 0 61067 38 0 0 25 0 9 0 702440931 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=380504 CPUtime=610.92 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 260836 1258 0 0 61049 43 0 0 25 0 9 0 702440931 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=380504 CPUtime=611.06 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 227600 1258 0 0 61068 38 0 0 25 0 9 0 702440931 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=380504 CPUtime=611.06 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 318874 1258 0 0 61054 52 0 0 25 0 9 0 702440931 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=380504 CPUtime=611.04 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 221745 1258 0 0 61065 39 0 0 25 0 9 0 702440931 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=380504 CPUtime=611.06 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 230189 1258 0 0 61070 36 0 0 25 0 9 0 702440931 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=380504 CPUtime=611.06 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 224681 1258 0 0 61070 36 0 0 25 0 9 0 702440931 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=380504 CPUtime=602.13 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 228358 1258 0 0 60176 37 0 0 25 0 9 0 702440931 389636096 56517 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4879.51
Current children cumulated vsize (KiB) 380504

[startup+614.301 s]
/proc/loadavg: 8.15 8.08 8.01 9/439 26861
/proc/meminfo: memFree=13598552/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=392192 CPUtime=4905.06 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 1967045 1258 0 0 490180 326 0 0 25 0 9 0 702440925 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 98048 59439 180 55 0 95934 0
[pid=26831/tid=26838] ppid=26829 vsize=392192 CPUtime=614.26 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 234745 1258 0 0 61387 39 0 0 25 0 9 0 702440931 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 4356843 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=392192 CPUtime=614.12 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 263511 1258 0 0 61368 44 0 0 25 0 9 0 702440931 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=392192 CPUtime=614.25 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 230420 1258 0 0 61387 38 0 0 25 0 9 0 702440931 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=392192 CPUtime=614.26 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 319005 1258 0 0 61374 52 0 0 25 0 9 0 702440931 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=392192 CPUtime=614.24 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 224138 1258 0 0 61385 39 0 0 25 0 9 0 702440931 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=392192 CPUtime=614.26 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 231785 1258 0 0 61390 36 0 0 25 0 9 0 702440931 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=392192 CPUtime=614.26 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 227401 1258 0 0 61390 36 0 0 25 0 9 0 702440931 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=392192 CPUtime=605.28 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 230971 1258 0 0 60490 38 0 0 25 0 9 0 702440931 401604608 59439 33554432000 4194304 4417452 140734683047584 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4905.06
Current children cumulated vsize (KiB) 392192

[startup+615.901 s]
/proc/loadavg: 8.14 8.08 8.01 9/439 26861
/proc/meminfo: memFree=13594708/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=392328 CPUtime=4917.92 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 1967079 1258 0 0 491466 326 0 0 25 0 9 0 702440925 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 98082 59473 180 55 0 95968 0
[pid=26831/tid=26838] ppid=26829 vsize=392328 CPUtime=615.87 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 234745 1258 0 0 61548 39 0 0 25 0 9 0 702440931 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=392328 CPUtime=615.74 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 263511 1258 0 0 61530 44 0 0 25 0 9 0 702440931 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=392328 CPUtime=615.87 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 230454 1258 0 0 61549 38 0 0 25 0 9 0 702440931 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=392328 CPUtime=615.87 cores=0-7
/proc/26831/task/26841/stat : 26841 (plingeling) R 26829 26831 26571 0 -1 4202560 319005 1258 0 0 61535 52 0 0 25 0 9 0 702440931 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=392328 CPUtime=615.86 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 224138 1258 0 0 61547 39 0 0 25 0 9 0 702440931 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=392328 CPUtime=615.87 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 231785 1258 0 0 61551 36 0 0 25 0 9 0 702440931 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=392328 CPUtime=615.88 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 227401 1258 0 0 61552 36 0 0 25 0 9 0 702440931 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=392328 CPUtime=606.86 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 230971 1258 0 0 60648 38 0 0 25 0 9 0 702440931 401743872 59473 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4917.92
Current children cumulated vsize (KiB) 392328

[startup+616.7 s]
/proc/loadavg: 8.14 8.08 8.01 9/439 26861
/proc/meminfo: memFree=13594708/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=389296 CPUtime=4924.2 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 1968267 1258 0 0 492094 326 0 0 25 0 8 0 702440925 398639104 58716 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 97324 58716 181 55 0 95210 0
[pid=26831/tid=26838] ppid=26829 vsize=389296 CPUtime=616.66 cores=0-7
/proc/26831/task/26838/stat : 26838 (plingeling) R 26829 26831 26571 0 -1 4202560 234745 1258 0 0 61627 39 0 0 25 0 8 0 702440931 398639104 58716 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=389296 CPUtime=616.52 cores=0-7
/proc/26831/task/26839/stat : 26839 (plingeling) R 26829 26831 26571 0 -1 4202560 263511 1258 0 0 61608 44 0 0 25 0 8 0 702440931 398639104 58716 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=389296 CPUtime=616.65 cores=0-7
/proc/26831/task/26840/stat : 26840 (plingeling) R 26829 26831 26571 0 -1 4202560 230454 1258 0 0 61627 38 0 0 25 0 8 0 702440931 398639104 58716 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=389296 CPUtime=616.64 cores=0-7
/proc/26831/task/26842/stat : 26842 (plingeling) R 26829 26831 26571 0 -1 4202560 224138 1258 0 0 61625 39 0 0 25 0 8 0 702440931 398639104 58716 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=389296 CPUtime=616.66 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 231785 1258 0 0 61630 36 0 0 25 0 8 0 702440931 398639104 58716 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=389296 CPUtime=616.66 cores=0-7
/proc/26831/task/26844/stat : 26844 (plingeling) R 26829 26831 26571 0 -1 4202560 227401 1258 0 0 61630 36 0 0 25 0 8 0 702440931 398639104 58716 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=389296 CPUtime=607.65 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 230971 1258 0 0 60727 38 0 0 25 0 8 0 702440931 398639104 58716 33554432000 4194304 4417452 140734683047584 18446744073709551615 4366804 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4924.2
Current children cumulated vsize (KiB) 389296

[startup+617.116 s]
/proc/loadavg: 8.14 8.08 8.01 4/434 26861
/proc/meminfo: memFree=13597972/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=368808 CPUtime=4925.94 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 1968267 1258 0 0 492268 326 0 0 17 0 3 0 702440925 377659392 58712 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 92202 58712 181 55 0 90088 0
[pid=26831/tid=26843] ppid=26829 vsize=368808 CPUtime=617.07 cores=0-7
/proc/26831/task/26843/stat : 26843 (plingeling) R 26829 26831 26571 0 -1 4202560 231785 1258 0 0 61671 36 0 0 25 0 3 0 702440931 377659392 58712 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26831/tid=26845] ppid=26829 vsize=368808 CPUtime=608.06 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 230971 1258 0 0 60768 38 0 0 25 0 3 0 702440931 377659392 58712 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4925.94
Current children cumulated vsize (KiB) 368808

[startup+617.201 s]
/proc/loadavg: 8.14 8.08 8.01 4/434 26861
/proc/meminfo: memFree=13597972/32951124 swapFree=57171228/67111528
[pid=26831] ppid=26829 vsize=328240 CPUtime=4926.09 cores=0-7
/proc/26831/stat : 26831 (plingeling) S 26829 26831 26571 0 -1 4202496 1968614 1258 0 0 492282 327 0 0 15 0 2 0 702440925 336117760 53720 33554432000 4194304 4417452 140734683047584 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26831/statm: 82060 53720 181 55 0 79946 0
[pid=26831/tid=26845] ppid=26829 vsize=328240 CPUtime=608.15 cores=0-7
/proc/26831/task/26845/stat : 26845 (plingeling) R 26829 26831 26571 0 -1 4202560 230971 1258 0 0 60777 38 0 0 25 0 2 0 702440931 336117760 53720 33554432000 4194304 4417452 140734683047584 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4926.09
Current children cumulated vsize (KiB) 328240

Child status: 20
Real time (s): 617.243
CPU time (s): 4926.14
CPU user time (s): 4922.86
CPU system time (s): 3.2825
CPU usage (%): 798.088
Max. virtual memory (cumulated for all children) (KiB): 414784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4922.86
system time used= 3.2825
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1969875
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= 257
involuntary context switches= 22832

runsolver used 2.55761 second user time and 6.38303 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-22 23:37:33
IDJOB=3394600
IDBENCH=83292
IDSOLVER=1851
FILE ID=node143/3394600-1306100253
RUNJOBID= node143-1306094868-26585
PBS_JOBID= 13387965
Free space on /tmp= 73368 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_390.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394600-1306100253/watcher-3394600-1306100253 -o /tmp/evaluation-result-3394600-1306100253/solver-3394600-1306100253 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394600-1306100253.cnf

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

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
RANDOM SEED=1361359671

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13830764 kB
Buffers:        293604 kB
Cached:        5039168 kB
SwapCached:      39952 kB
Active:        9431324 kB
Inactive:      9388364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13830764 kB
SwapTotal:    67111528 kB
SwapFree:     57171228 kB
Dirty:             808 kB
Writeback:           0 kB
AnonPages:    13446448 kB
Mapped:          30508 kB
Slab:           150392 kB
PageTables:      79504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115652088 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= 73368 MiB
End job on node143 at 2011-05-22 23:47:50