Trace number 3394612

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40000.4 5011.25

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
MD5SUMd2562f4e152a54a992ab300a2bacfba9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables279
Number of clauses21616
Sum of the clauses size96978
Maximum clause length17
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 319321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52295

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394612-1306100308/watcher-3394612-1306100308 -o /tmp/evaluation-result-3394612-1306100308/solver-3394612-1306100308 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394612-1306100308.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.83 7.96 7.97 1/520 5703
/proc/meminfo: memFree=8028548/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=10260 CPUtime=0 cores=0-7
/proc/5703/stat : 5703 (plingeling) R 5701 5703 5636 0 -1 4202496 652 1251 0 0 0 0 0 0 25 0 1 0 800261411 10506240 583 33554432000 4194304 4417452 140734743916432 18446744073709551615 216734872557 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/5703/statm: 2630 595 149 55 0 516 0

[startup+0.169852 s]
/proc/loadavg: 7.83 7.96 7.97 1/520 5703
/proc/meminfo: memFree=8028548/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=171120 CPUtime=0.95 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 5000 1251 0 0 95 0 0 0 18 0 9 0 800261411 175226880 4156 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 42780 4156 179 55 0 40666 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 171120

[startup+0.200847 s]
/proc/loadavg: 7.83 7.96 7.97 1/520 5703
/proc/meminfo: memFree=8028548/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=166604 CPUtime=1.2 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 5625 1251 0 0 120 0 0 0 18 0 9 0 800261411 170602496 3062 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 41651 3062 179 55 0 39537 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 166604

[startup+0.300829 s]
/proc/loadavg: 7.83 7.96 7.97 1/520 5703
/proc/meminfo: memFree=8028548/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=168080 CPUtime=2 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 6052 1251 0 0 200 0 0 0 18 0 9 0 800261411 172113920 3484 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 42020 3484 179 55 0 39906 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 168080

[startup+0.700762 s]
/proc/loadavg: 7.83 7.96 7.97 1/520 5703
/proc/meminfo: memFree=8028548/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=179516 CPUtime=5.19 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 9372 1251 0 0 519 0 0 0 18 0 9 0 800261411 183824384 6590 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 44879 6590 179 55 0 42765 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 179516

[startup+1.50062 s]
/proc/loadavg: 7.83 7.96 7.97 9/529 5717
/proc/meminfo: memFree=7996600/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=188540 CPUtime=11.58 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 12154 1251 0 0 1157 1 0 0 18 0 9 0 800261411 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 47135 8908 179 55 0 45021 0
[pid=5703/tid=5710] ppid=5701 vsize=188540 CPUtime=1.44 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 899 1251 0 0 144 0 0 0 25 0 9 0 800261416 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=188540 CPUtime=1.42 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 875 1251 0 0 142 0 0 0 25 0 9 0 800261416 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=188540 CPUtime=1.44 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 1613 1251 0 0 144 0 0 0 25 0 9 0 800261416 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=188540 CPUtime=1.43 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 1501 1251 0 0 143 0 0 0 20 0 9 0 800261416 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366146 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=188540 CPUtime=1.44 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 920 1251 0 0 144 0 0 0 23 0 9 0 800261416 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=188540 CPUtime=1.44 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1329 1251 0 0 144 0 0 0 23 0 9 0 800261416 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 4344154 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=188540 CPUtime=1.44 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1036 1251 0 0 144 0 0 0 25 0 9 0 800261416 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 4236891 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=188540 CPUtime=1.44 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 857 1251 0 0 144 0 0 0 23 0 9 0 800261416 193064960 8908 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 188540

[startup+3.10035 s]
/proc/loadavg: 7.84 7.96 7.97 9/529 5717
/proc/meminfo: memFree=7990896/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=191824 CPUtime=24.36 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 14403 1251 0 0 2435 1 0 0 18 0 9 0 800261411 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 47956 9669 179 55 0 45842 0
[pid=5703/tid=5710] ppid=5701 vsize=191824 CPUtime=3.04 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 1029 1251 0 0 304 0 0 0 25 0 9 0 800261416 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=191824 CPUtime=3 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 922 1251 0 0 300 0 0 0 25 0 9 0 800261416 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 4352627 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=191824 CPUtime=3.04 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 1768 1251 0 0 304 0 0 0 25 0 9 0 800261416 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=191824 CPUtime=3.03 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 3071 1251 0 0 303 0 0 0 25 0 9 0 800261416 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=191824 CPUtime=3.04 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1083 1251 0 0 304 0 0 0 25 0 9 0 800261416 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 4357410 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=191824 CPUtime=3.04 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1498 1251 0 0 304 0 0 0 25 0 9 0 800261416 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=191824 CPUtime=3.04 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1036 1251 0 0 304 0 0 0 25 0 9 0 800261416 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 4356807 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=191824 CPUtime=3.04 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 872 1251 0 0 304 0 0 0 25 0 9 0 800261416 196427776 9669 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 191824

[startup+6.30079 s]
/proc/loadavg: 7.84 7.96 7.97 9/529 5717
/proc/meminfo: memFree=7978100/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=205044 CPUtime=49.91 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 21608 1251 0 0 4989 2 0 0 18 0 9 0 800261411 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 51261 12696 179 55 0 49147 0
[pid=5703/tid=5710] ppid=5701 vsize=205044 CPUtime=6.24 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 1287 1251 0 0 624 0 0 0 25 0 9 0 800261416 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 4263213 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=205044 CPUtime=6.14 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 1049 1251 0 0 614 0 0 0 25 0 9 0 800261416 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=205044 CPUtime=6.24 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 2792 1251 0 0 624 0 0 0 25 0 9 0 800261416 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 4365987 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=205044 CPUtime=6.23 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 6679 1251 0 0 623 0 0 0 25 0 9 0 800261416 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=205044 CPUtime=6.24 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1488 1251 0 0 624 0 0 0 25 0 9 0 800261416 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=205044 CPUtime=6.24 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 2182 1251 0 0 624 0 0 0 25 0 9 0 800261416 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 4232595 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=205044 CPUtime=6.24 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1932 1251 0 0 624 0 0 0 25 0 9 0 800261416 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=205044 CPUtime=6.24 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 1075 1251 0 0 624 0 0 0 25 0 9 0 800261416 209965056 12696 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 205044

[startup+12.7007 s]
/proc/loadavg: 7.85 7.96 7.97 9/529 5718
/proc/meminfo: memFree=7967844/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=216504 CPUtime=100.99 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 48255 1251 0 0 10092 7 0 0 18 0 9 0 800261411 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 54126 15672 179 55 0 52012 0
[pid=5703/tid=5710] ppid=5701 vsize=216504 CPUtime=12.63 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 5126 1251 0 0 1263 0 0 0 25 0 9 0 800261416 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=216504 CPUtime=12.43 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 1127 1251 0 0 1243 0 0 0 25 0 9 0 800261416 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=216504 CPUtime=12.63 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 6412 1251 0 0 1263 0 0 0 25 0 9 0 800261416 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 4357422 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=216504 CPUtime=12.64 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 13308 1251 0 0 1262 2 0 0 25 0 9 0 800261416 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=216504 CPUtime=12.64 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 2014 1251 0 0 1264 0 0 0 25 0 9 0 800261416 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364703 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=216504 CPUtime=12.63 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 5902 1251 0 0 1263 0 0 0 25 0 9 0 800261416 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=216504 CPUtime=12.64 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 5948 1251 0 0 1263 1 0 0 25 0 9 0 800261416 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=216504 CPUtime=12.63 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 5294 1251 0 0 1263 0 0 0 25 0 9 0 800261416 221700096 15672 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 216504

[startup+25.5015 s]
/proc/loadavg: 7.88 7.96 7.97 9/529 5720
/proc/meminfo: memFree=7928864/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=250300 CPUtime=203.16 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 123384 1251 0 0 20296 20 0 0 18 0 9 0 800261411 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 62575 24301 179 55 0 60461 0
[pid=5703/tid=5710] ppid=5701 vsize=250300 CPUtime=25.43 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 14474 1251 0 0 2542 1 0 0 25 0 9 0 800261416 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=250300 CPUtime=25 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 7354 1251 0 0 2499 1 0 0 25 0 9 0 800261416 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=250300 CPUtime=25.43 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 19500 1251 0 0 2540 3 0 0 25 0 9 0 800261416 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=250300 CPUtime=25.44 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 23360 1251 0 0 2540 4 0 0 25 0 9 0 800261416 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=250300 CPUtime=25.44 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 10536 1251 0 0 2543 1 0 0 25 0 9 0 800261416 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 4242091 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=250300 CPUtime=25.43 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 16167 1251 0 0 2541 2 0 0 25 0 9 0 800261416 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 4343771 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=250300 CPUtime=25.43 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 13416 1251 0 0 2541 2 0 0 25 0 9 0 800261416 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=250300 CPUtime=25.43 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 15453 1251 0 0 2541 2 0 0 25 0 9 0 800261416 256307200 24301 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364893 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.16
Current children cumulated vsize (KiB) 250300

[startup+51.101 s]
/proc/loadavg: 8.27 8.05 8.00 9/529 5721
/proc/meminfo: memFree=7917000/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=267920 CPUtime=406.71 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 275091 1251 0 0 40621 50 0 0 18 0 9 0 800261411 274350080 28285 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 66980 28285 179 55 0 64866 0
[pid=5703/tid=5710] ppid=5701 vsize=267920 CPUtime=51.03 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 31511 1251 0 0 5099 4 0 0 25 0 9 0 800261416 274350080 28285 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=267920 CPUtime=49.93 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 19597 1251 0 0 4990 3 0 0 25 0 9 0 800261416 274350080 28285 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=267920 CPUtime=50.68 cores=0-7

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

/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 1683856 1251 0 0 471897 269 0 0 25 0 9 0 800261416 710062080 134704 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=693420 CPUtime=4722.12 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1494736 1251 0 0 471944 268 0 0 25 0 9 0 800261416 710062080 134704 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=693420 CPUtime=4722.35 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1453059 1251 0 0 471987 248 0 0 25 0 9 0 800261416 710062080 134704 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=693420 CPUtime=4722.23 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1483157 1251 0 0 471953 270 0 0 25 0 9 0 800261416 710062080 134704 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=693420 CPUtime=4721.05 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 1477786 1251 0 0 471838 267 0 0 25 0 9 0 800261416 710062080 134704 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37694.1
Current children cumulated vsize (KiB) 693420

[startup+4782.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/529 5860
/proc/meminfo: memFree=7469644/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=680496 CPUtime=38173 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 12238642 1251 0 0 3815171 2131 0 0 18 0 9 0 800261411 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 170124 131442 179 55 0 168010 0
[pid=5703/tid=5710] ppid=5701 vsize=680496 CPUtime=4782.29 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 1576547 1251 0 0 477955 274 0 0 25 0 9 0 800261416 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=680496 CPUtime=4699.33 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 1427962 1251 0 0 469671 262 0 0 25 0 9 0 800261416 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 4344164 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=680496 CPUtime=4781.98 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 1568211 1251 0 0 477942 256 0 0 25 0 9 0 800261416 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=680496 CPUtime=4781.64 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 1706459 1251 0 0 477891 273 0 0 25 0 9 0 800261416 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=680496 CPUtime=4782.11 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1504186 1251 0 0 477941 270 0 0 25 0 9 0 800261416 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=680496 CPUtime=4782.33 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1470194 1251 0 0 477982 251 0 0 25 0 9 0 800261416 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=680496 CPUtime=4782.2 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1493138 1251 0 0 477949 271 0 0 25 0 9 0 800261416 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 4343760 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=680496 CPUtime=4781.02 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 1488821 1251 0 0 477832 270 0 0 25 0 9 0 800261416 696827904 131442 33554432000 4194304 4417452 140734743916432 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38173
Current children cumulated vsize (KiB) 680496

[startup+4842.32 s]
/proc/loadavg: 8.02 8.04 8.00 9/529 5861
/proc/meminfo: memFree=7379628/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=801812 CPUtime=38652.1 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 12317920 1251 0 0 3863068 2145 0 0 18 0 9 0 800261411 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 200453 161771 179 55 0 198339 0
[pid=5703/tid=5710] ppid=5701 vsize=801812 CPUtime=4842.32 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 1583064 1251 0 0 483956 276 0 0 25 0 9 0 800261416 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 4343760 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=801812 CPUtime=4758.31 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 1438561 1251 0 0 475566 265 0 0 25 0 9 0 800261416 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=801812 CPUtime=4842 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 1575412 1251 0 0 483942 258 0 0 25 0 9 0 800261416 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=801812 CPUtime=4841.66 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 1721030 1251 0 0 483891 275 0 0 25 0 9 0 800261416 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=801812 CPUtime=4842.12 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1513455 1251 0 0 483940 272 0 0 25 0 9 0 800261416 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=801812 CPUtime=4842.36 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1480877 1251 0 0 483983 253 0 0 25 0 9 0 800261416 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=801812 CPUtime=4842.22 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1501392 1251 0 0 483950 272 0 0 25 0 9 0 800261416 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=801812 CPUtime=4841.03 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 1501005 1251 0 0 483831 272 0 0 25 0 9 0 800261416 821055488 161771 33554432000 4194304 4417452 140734743916432 18446744073709551615 4270097 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38652.1
Current children cumulated vsize (KiB) 801812

[startup+4902.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/529 5863
/proc/meminfo: memFree=7424280/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=757928 CPUtime=39130.9 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 12432343 1251 0 0 3910925 2168 0 0 18 0 9 0 800261411 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 189482 150800 179 55 0 187368 0
[pid=5703/tid=5710] ppid=5701 vsize=757928 CPUtime=4902.29 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 1598541 1251 0 0 489950 279 0 0 25 0 9 0 800261416 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=757928 CPUtime=4817.26 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 1459786 1251 0 0 481456 270 0 0 25 0 9 0 800261416 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=757928 CPUtime=4901.98 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 1586391 1251 0 0 489939 259 0 0 25 0 9 0 800261416 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=757928 CPUtime=4901.64 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 1737613 1251 0 0 489887 277 0 0 25 0 9 0 800261416 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=757928 CPUtime=4902.11 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1528528 1251 0 0 489936 275 0 0 25 0 9 0 800261416 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=757928 CPUtime=4902.34 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1489677 1251 0 0 489979 255 0 0 25 0 9 0 800261416 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=757928 CPUtime=4902.2 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1511269 1251 0 0 489946 274 0 0 25 0 9 0 800261416 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=757928 CPUtime=4900.98 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 1517414 1251 0 0 489823 275 0 0 25 0 9 0 800261416 776118272 150800 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39130.9
Current children cumulated vsize (KiB) 757928

[startup+4962.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/529 5874
/proc/meminfo: memFree=7474268/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=707288 CPUtime=39609.8 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 12533415 1251 0 0 3958800 2184 0 0 18 0 9 0 800261411 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 176822 138140 179 55 0 174708 0
[pid=5703/tid=5710] ppid=5701 vsize=707288 CPUtime=4962.29 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 1610288 1251 0 0 495947 282 0 0 25 0 9 0 800261416 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=707288 CPUtime=4876.21 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 1471480 1251 0 0 487348 273 0 0 25 0 9 0 800261416 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=707288 CPUtime=4961.95 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 1596740 1251 0 0 495935 260 0 0 25 0 9 0 800261416 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=707288 CPUtime=4961.64 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 1751716 1251 0 0 495885 279 0 0 25 0 9 0 800261416 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=707288 CPUtime=4962.1 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1538544 1251 0 0 495933 277 0 0 25 0 9 0 800261416 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=707288 CPUtime=4962.34 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1498789 1251 0 0 495978 256 0 0 25 0 9 0 800261416 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=707288 CPUtime=4962.2 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1528606 1251 0 0 495944 276 0 0 25 0 9 0 800261416 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=707288 CPUtime=4960.97 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 1534128 1251 0 0 495821 276 0 0 25 0 9 0 800261416 724262912 138140 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39609.8
Current children cumulated vsize (KiB) 707288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.2 s]
/proc/loadavg: 8.12 8.06 8.01 9/529 5875
/proc/meminfo: memFree=7458080/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=724004 CPUtime=40000.3 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 12634442 1251 0 0 3997824 2202 0 0 18 0 9 0 800261411 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 181001 142319 179 55 0 178887 0
[pid=5703/tid=5710] ppid=5701 vsize=724004 CPUtime=5011.21 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 1631793 1251 0 0 500835 286 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=724004 CPUtime=4924.27 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 1485765 1251 0 0 492153 274 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=724004 CPUtime=5010.87 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 1610537 1251 0 0 500826 261 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=724004 CPUtime=5010.57 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 1768860 1251 0 0 500774 283 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=724004 CPUtime=5011.03 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1550202 1251 0 0 500822 281 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=724004 CPUtime=5011.26 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1506182 1251 0 0 500869 257 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=724004 CPUtime=5011.11 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1538770 1251 0 0 500833 278 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=724004 CPUtime=5009.88 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 1539209 1251 0 0 500711 277 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 724004

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

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

[startup+5011.2 s]
/proc/loadavg: 8.12 8.06 8.01 9/529 5875
/proc/meminfo: memFree=7458080/32951124 swapFree=65586216/67111528
[pid=5703] ppid=5701 vsize=724004 CPUtime=40000.3 cores=0-7
/proc/5703/stat : 5703 (plingeling) S 5701 5703 5636 0 -1 4202496 12634442 1251 0 0 3997824 2202 0 0 18 0 9 0 800261411 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/5703/statm: 181001 142319 179 55 0 178887 0
[pid=5703/tid=5710] ppid=5701 vsize=724004 CPUtime=5011.21 cores=0-7
/proc/5703/task/5710/stat : 5710 (plingeling) R 5701 5703 5636 0 -1 4202560 1631793 1251 0 0 500835 286 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5703/tid=5711] ppid=5701 vsize=724004 CPUtime=4924.27 cores=0-7
/proc/5703/task/5711/stat : 5711 (plingeling) R 5701 5703 5636 0 -1 4202560 1485765 1251 0 0 492153 274 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5703/tid=5712] ppid=5701 vsize=724004 CPUtime=5010.87 cores=0-7
/proc/5703/task/5712/stat : 5712 (plingeling) R 5701 5703 5636 0 -1 4202560 1610537 1251 0 0 500826 261 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5703/tid=5713] ppid=5701 vsize=724004 CPUtime=5010.57 cores=0-7
/proc/5703/task/5713/stat : 5713 (plingeling) R 5701 5703 5636 0 -1 4202560 1768860 1251 0 0 500774 283 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=5703/tid=5714] ppid=5701 vsize=724004 CPUtime=5011.03 cores=0-7
/proc/5703/task/5714/stat : 5714 (plingeling) R 5701 5703 5636 0 -1 4202560 1550202 1251 0 0 500822 281 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5703/tid=5715] ppid=5701 vsize=724004 CPUtime=5011.26 cores=0-7
/proc/5703/task/5715/stat : 5715 (plingeling) R 5701 5703 5636 0 -1 4202560 1506182 1251 0 0 500869 257 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5703/tid=5716] ppid=5701 vsize=724004 CPUtime=5011.11 cores=0-7
/proc/5703/task/5716/stat : 5716 (plingeling) R 5701 5703 5636 0 -1 4202560 1538770 1251 0 0 500833 278 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5703/tid=5717] ppid=5701 vsize=724004 CPUtime=5009.88 cores=0-7
/proc/5703/task/5717/stat : 5717 (plingeling) R 5701 5703 5636 0 -1 4202560 1539209 1251 0 0 500711 277 0 0 25 0 9 0 800261416 741380096 142319 33554432000 4194304 4417452 140734743916432 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 724004

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.25
CPU time (s): 40000.4
CPU user time (s): 39978.4
CPU system time (s): 22.0506
CPU usage (%): 798.212
Max. virtual memory (cumulated for all children) (KiB): 838408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39978.4
system time used= 22.0506
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12635693
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= 568
involuntary context switches= 188063

runsolver used 24.4003 second user time and 62.2445 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-22 23:38:28
IDJOB=3394612
IDBENCH=83320
IDSOLVER=1851
FILE ID=node119/3394612-1306100308
RUNJOBID= node119-1306100255-5650
PBS_JOBID= 13387984
Free space on /tmp= 73132 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394612-1306100308/watcher-3394612-1306100308 -o /tmp/evaluation-result-3394612-1306100308/solver-3394612-1306100308 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394612-1306100308.cnf

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=1375909034

node119.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.815
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.63
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.815
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:       8028580 kB
Buffers:        347136 kB
Cached:        8030764 kB
SwapCached:       4756 kB
Active:       19726516 kB
Inactive:      4832984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8028580 kB
SwapTotal:    67111528 kB
SwapFree:     65586216 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:    16180372 kB
Mapped:          41516 kB
Slab:           215080 kB
PageTables:      78504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163850892 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= 73132 MiB
End job on node119 at 2011-05-23 01:02:01