Trace number 3251648

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 587? (TO) 4800.46 1202.08

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3251648-1304120288/watcher-3251648-1304120288 -o /tmp/evaluation-result-3251648-1304120288/solver-3251648-1304120288 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3251648-1304120288.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.44 7.93 7.77 2/177 27821
/proc/meminfo: memFree=30920172/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=10136 CPUtime=0 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) R 27819 27821 26898 0 -1 4202496 623 1250 0 0 0 0 0 0 21 0 1 0 523626846 10379264 552 33554432000 4194304 4417332 140733425884768 18446744073709551615 228122713856 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27821/statm: 2534 552 146 55 0 420 0

[startup+0.0606571 s]
/proc/loadavg: 7.44 7.93 7.77 2/177 27821
/proc/meminfo: memFree=30920172/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=18344 CPUtime=0.05 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) R 27819 27821 26898 0 -1 4202496 2724 1250 0 0 5 0 0 0 21 0 1 0 523626846 18784256 2609 33554432000 4194304 4417332 140733425884768 18446744073709551615 4231670 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27821/statm: 4586 2609 147 55 0 2472 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18344

[startup+0.100637 s]
/proc/loadavg: 7.44 7.93 7.77 2/177 27821
/proc/meminfo: memFree=30920172/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=26536 CPUtime=0.09 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) R 27819 27821 26898 0 -1 4202496 4772 1250 0 0 9 0 0 0 21 0 1 0 523626846 27172864 4657 33554432000 4194304 4417332 140733425884768 18446744073709551615 4322129 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27821/statm: 6634 4657 147 55 0 4520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26536

[startup+0.300612 s]
/proc/loadavg: 7.44 7.93 7.77 2/177 27821
/proc/meminfo: memFree=30920172/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=75688 CPUtime=0.28 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) R 27819 27821 26898 0 -1 4202496 17060 1250 0 0 27 1 0 0 22 0 1 0 523626846 77504512 16945 33554432000 4194304 4417332 140733425884768 18446744073709551615 228122332797 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/27821/statm: 18922 16945 147 55 0 16808 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75688

[startup+0.700492 s]
/proc/loadavg: 7.44 7.93 7.77 2/177 27821
/proc/meminfo: memFree=30920172/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=123864 CPUtime=1.68 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 19248 1250 0 0 166 2 0 0 22 0 5 0 523626846 126836736 18781 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 30966 18781 175 55 0 28852 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 123864

[startup+1.50035 s]
/proc/loadavg: 7.44 7.93 7.77 9/186 27835
/proc/meminfo: memFree=30781344/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=217360 CPUtime=4.87 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 41673 1250 0 0 482 5 0 0 22 0 5 0 523626846 222576640 25845 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 54340 25845 179 55 0 52226 0
[pid=27821/tid=27832] ppid=27819 vsize=217360 CPUtime=1.12 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 6390 1250 0 0 112 0 0 0 25 0 5 0 523626883 222576640 25845 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=217360 CPUtime=1.11 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 6621 1250 0 0 111 0 0 0 25 0 5 0 523626883 222576640 25845 33554432000 4194304 4417332 140733425884768 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=217360 CPUtime=1.11 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 4090 1250 0 0 111 0 0 0 25 0 5 0 523626883 222576640 25845 33554432000 4194304 4417332 140733425884768 18446744073709551615 4211469 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=217360 CPUtime=1.12 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 7500 1250 0 0 111 1 0 0 25 0 5 0 523626883 222576640 25845 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 217360

[startup+3.10106 s]
/proc/loadavg: 7.44 7.93 7.77 9/186 27835
/proc/meminfo: memFree=30766216/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=222520 CPUtime=11.26 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 49511 1250 0 0 1120 6 0 0 22 0 5 0 523626846 227860480 27231 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 55630 27231 179 55 0 53516 0
[pid=27821/tid=27832] ppid=27819 vsize=222520 CPUtime=2.72 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 6390 1250 0 0 272 0 0 0 25 0 5 0 523626883 227860480 27231 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=222520 CPUtime=2.71 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 6717 1250 0 0 271 0 0 0 25 0 5 0 523626883 227860480 27231 33554432000 4194304 4417332 140733425884768 18446744073709551615 4258525 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=222520 CPUtime=2.71 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 4090 1250 0 0 271 0 0 0 25 0 5 0 523626883 227860480 27231 33554432000 4194304 4417332 140733425884768 18446744073709551615 4236012 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=222520 CPUtime=2.72 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 15242 1250 0 0 270 2 0 0 25 0 5 0 523626883 227860480 27231 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 222520

[startup+6.30048 s]
/proc/loadavg: 7.49 7.93 7.77 9/186 27835
/proc/meminfo: memFree=30728908/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=240036 CPUtime=24.05 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 68296 1250 0 0 2396 9 0 0 22 0 5 0 523626846 245796864 31611 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 60009 31611 180 55 0 57895 0
[pid=27821/tid=27832] ppid=27819 vsize=240036 CPUtime=5.92 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 6390 1250 0 0 592 0 0 0 25 0 5 0 523626883 245796864 31611 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=240036 CPUtime=5.91 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 6717 1250 0 0 591 0 0 0 25 0 5 0 523626883 245796864 31611 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=240036 CPUtime=5.89 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 4091 1250 0 0 589 0 0 0 25 0 5 0 523626883 245796864 31611 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=240036 CPUtime=5.92 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 34026 1250 0 0 588 4 0 0 25 0 5 0 523626883 245796864 31611 33554432000 4194304 4417332 140733425884768 18446744073709551615 4357133 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 240036

[startup+12.7003 s]
/proc/loadavg: 7.53 7.94 7.78 9/186 27835
/proc/meminfo: memFree=30658320/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=283328 CPUtime=49.61 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 90078 1250 0 0 4949 12 0 0 22 0 5 0 523626846 290127872 41894 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 70832 41894 180 55 0 68718 0
[pid=27821/tid=27832] ppid=27819 vsize=283328 CPUtime=12.32 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 6390 1250 0 0 1232 0 0 0 25 0 5 0 523626883 290127872 41894 33554432000 4194304 4417332 140733425884768 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=283328 CPUtime=12.31 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 6717 1250 0 0 1231 0 0 0 25 0 5 0 523626883 290127872 41894 33554432000 4194304 4417332 140733425884768 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=283328 CPUtime=12.25 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 6103 1250 0 0 1225 0 0 0 25 0 5 0 523626883 290127872 41894 33554432000 4194304 4417332 140733425884768 18446744073709551615 4310288 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=283328 CPUtime=12.32 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 53796 1250 0 0 1225 7 0 0 25 0 5 0 523626883 290127872 41894 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.61
Current children cumulated vsize (KiB) 283328

[startup+25.501 s]
/proc/loadavg: 7.70 7.95 7.78 9/186 27835
/proc/meminfo: memFree=30468468/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=409756 CPUtime=100.74 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 138359 1250 0 0 10056 18 0 0 22 0 5 0 523626846 419590144 73877 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 102439 73877 181 55 0 100325 0
[pid=27821/tid=27832] ppid=27819 vsize=409756 CPUtime=25.12 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 6391 1250 0 0 2512 0 0 0 25 0 5 0 523626883 419590144 73877 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=409756 CPUtime=25.11 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 6717 1250 0 0 2511 0 0 0 25 0 5 0 523626883 419590144 73877 33554432000 4194304 4417332 140733425884768 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=409756 CPUtime=24.99 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 6103 1250 0 0 2498 1 0 0 25 0 5 0 523626883 419590144 73877 33554432000 4194304 4417332 140733425884768 18446744073709551615 4311334 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=409756 CPUtime=25.12 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 102076 1250 0 0 2499 13 0 0 25 0 5 0 523626883 419590144 73877 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 409756

[startup+51.1004 s]
/proc/loadavg: 7.80 7.96 7.79 9/186 27836
/proc/meminfo: memFree=30386548/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=472852 CPUtime=203.01 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 183840 1250 0 0 20275 26 0 0 22 0 5 0 523626846 484200448 89651 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 118213 89651 181 55 0 116099 0
[pid=27821/tid=27832] ppid=27819 vsize=472852 CPUtime=50.73 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 8439 1250 0 0 5072 1 0 0 25 0 5 0 523626883 484200448 89651 33554432000 4194304 4417332 140733425884768 18446744073709551615 4236239 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=472852 CPUtime=50.71 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 6717 1250 0 0 5071 0 0 0 25 0 5 0 523626883 484200448 89651 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=472852 CPUtime=50.45 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 9331 1250 0 0 5044 1 0 0 25 0 5 0 523626883 484200448 89651 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=472852 CPUtime=50.72 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 142281 1250 0 0 5052 20 0 0 25 0 5 0 523626883 484200448 89651 33554432000 4194304 4417332 140733425884768 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.01
Current children cumulated vsize (KiB) 472852

[startup+102.306 s]
/proc/loadavg: 7.97 7.98 7.80 9/186 27837
/proc/meminfo: memFree=30029404/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=594008 CPUtime=407.54 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 264000 1250 0 0 40719 35 0 0 22 0 5 0 523626846 608264192 119940 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 148502 119940 181 55 0 146388 0
[pid=27821/tid=27832] ppid=27819 vsize=594008 CPUtime=101.93 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 10368 1250 0 0 10192 1 0 0 25 0 5 0 523626883 608264192 119940 33554432000 4194304 4417332 140733425884768 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=594008 CPUtime=101.93 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 9013 1250 0 0 10192 1 0 0 25 0 5 0 523626883 608264192 119940 33554432000 4194304 4417332 140733425884768 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=594008 CPUtime=101.36 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 9331 1250 0 0 10135 1 0 0 25 0 5 0 523626883 608264192 119940 33554432000 4194304 4417332 140733425884768 18446744073709551615 4250080 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=594008 CPUtime=101.93 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 218216 1250 0 0 10164 29 0 0 25 0 5 0 523626883 608264192 119940 33554432000 4194304 4417332 140733425884768 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.54
Current children cumulated vsize (KiB) 594008

[startup+162.3 s]
/proc/loadavg: 8.09 8.01 7.82 9/186 27839
/proc/meminfo: memFree=29822780/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=725204 CPUtime=647.2 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 366263 1250 0 0 64670 50 0 0 22 0 5 0 523626846 742608896 152739 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 181301 152739 181 55 0 179187 0
[pid=27821/tid=27832] ppid=27819 vsize=725204 CPUtime=161.93 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 16598 1250 0 0 16191 2 0 0 25 0 5 0 523626883 742608896 152739 33554432000 4194304 4417332 140733425884768 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=725204 CPUtime=161.92 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 10853 1250 0 0 16191 1 0 0 25 0 5 0 523626883 742608896 152739 33554432000 4194304 4417332 140733425884768 18446744073709551615 4258180 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=725204 CPUtime=161.03 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 9331 1250 0 0 16102 1 0 0 25 0 5 0 523626883 742608896 152739 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=725204 CPUtime=161.93 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 312409 1250 0 0 16150 43 0 0 25 0 5 0 523626883 742608896 152739 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.2
Current children cumulated vsize (KiB) 725204


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

[pid=27821/tid=27833] ppid=27819 vsize=1465512 CPUtime=699.09 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 90087 1250 0 0 69899 10 0 0 25 0 5 0 523626883 1500684288 337816 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=1465512 CPUtime=700.88 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 158948 1250 0 0 70069 19 0 0 25 0 5 0 523626883 1500684288 337816 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=1465512 CPUtime=701.94 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 606076 1250 0 0 70107 87 0 0 25 0 5 0 523626883 1500684288 337816 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2804.26
Current children cumulated vsize (KiB) 1465512

[startup+762.306 s]
/proc/loadavg: 8.23 8.09 7.93 9/186 27855
/proc/meminfo: memFree=28341460/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=1624572 CPUtime=3043.95 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1153056 1250 0 0 304239 156 0 0 22 0 5 0 523626846 1663561728 377581 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 406143 377581 181 55 0 404029 0
[pid=27821/tid=27832] ppid=27819 vsize=1624572 CPUtime=761.95 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 154249 1250 0 0 76176 19 0 0 25 0 5 0 523626883 1663561728 377581 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=1624572 CPUtime=758.77 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 130598 1250 0 0 75861 16 0 0 25 0 5 0 523626883 1663561728 377581 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=1624572 CPUtime=760.9 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 224484 1250 0 0 76063 27 0 0 25 0 5 0 523626883 1663561728 377581 33554432000 4194304 4417332 140733425884768 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=1624572 CPUtime=761.95 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 626653 1250 0 0 76104 91 0 0 25 0 5 0 523626883 1663561728 377581 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3043.95
Current children cumulated vsize (KiB) 1624572

[startup+822.3 s]
/proc/loadavg: 8.08 8.07 7.93 9/186 27856
/proc/meminfo: memFree=28114752/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=1782216 CPUtime=3283.6 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1298019 1250 0 0 328185 175 0 0 22 0 5 0 523626846 1824989184 416992 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 445554 416992 181 55 0 443440 0
[pid=27821/tid=27832] ppid=27819 vsize=1782216 CPUtime=821.94 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 174560 1250 0 0 82173 21 0 0 25 0 5 0 523626883 1824989184 416992 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=1782216 CPUtime=818.43 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 174924 1250 0 0 81821 22 0 0 25 0 5 0 523626883 1824989184 416992 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=1782216 CPUtime=820.89 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 282632 1250 0 0 82056 33 0 0 25 0 5 0 523626883 1824989184 416992 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=1782216 CPUtime=821.95 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 648831 1250 0 0 82099 96 0 0 25 0 5 0 523626883 1824989184 416992 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.6
Current children cumulated vsize (KiB) 1782216

[startup+882.301 s]
/proc/loadavg: 8.03 8.06 7.93 9/186 27858
/proc/meminfo: memFree=27892120/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=1923976 CPUtime=3523.27 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1367170 1250 0 0 352141 186 0 0 22 0 5 0 523626846 1970151424 452432 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 480994 452432 181 55 0 478880 0
[pid=27821/tid=27832] ppid=27819 vsize=1923976 CPUtime=881.94 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 188097 1250 0 0 88171 23 0 0 25 0 5 0 523626883 1970151424 452432 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=1923976 CPUtime=878.09 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 199066 1250 0 0 87784 25 0 0 25 0 5 0 523626883 1970151424 452432 33554432000 4194304 4417332 140733425884768 18446744073709551615 4310191 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=1923976 CPUtime=880.89 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 290824 1250 0 0 88055 34 0 0 25 0 5 0 523626883 1970151424 452432 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=1923976 CPUtime=881.95 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 672111 1250 0 0 88094 101 0 0 25 0 5 0 523626883 1970151424 452432 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.27
Current children cumulated vsize (KiB) 1923976

[startup+942.301 s]
/proc/loadavg: 8.01 8.05 7.93 9/186 27860
/proc/meminfo: memFree=27477936/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=2086572 CPUtime=3762.95 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1504817 1250 0 0 376091 204 0 0 22 0 5 0 523626846 2136649728 493081 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 521643 493081 181 55 0 519529 0
[pid=27821/tid=27832] ppid=27819 vsize=2086572 CPUtime=941.94 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 204481 1250 0 0 94169 25 0 0 25 0 5 0 523626883 2136649728 493081 33554432000 4194304 4417332 140733425884768 18446744073709551615 4311363 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=2086572 CPUtime=937.77 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 235833 1250 0 0 93748 29 0 0 25 0 5 0 523626883 2136649728 493081 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=2086572 CPUtime=940.89 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 356360 1250 0 0 94048 41 0 0 25 0 5 0 523626883 2136649728 493081 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=2086572 CPUtime=941.95 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 691071 1250 0 0 94090 105 0 0 25 0 5 0 523626883 2136649728 493081 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.95
Current children cumulated vsize (KiB) 2086572

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 7.93 9/186 27861
/proc/meminfo: memFree=27347448/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=2075712 CPUtime=4002.62 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1625176 1250 0 0 400042 220 0 0 22 0 5 0 523626846 2125529088 490366 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 518928 490366 181 55 0 516814 0
[pid=27821/tid=27832] ppid=27819 vsize=2075712 CPUtime=1001.95 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 258943 1250 0 0 100162 33 0 0 25 0 5 0 523626883 2125529088 490366 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=2075712 CPUtime=997.43 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 236320 1250 0 0 99713 30 0 0 25 0 5 0 523626883 2125529088 490366 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=2075712 CPUtime=1000.9 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 405512 1250 0 0 100043 47 0 0 25 0 5 0 523626883 2125529088 490366 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=2075712 CPUtime=1001.95 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 707329 1250 0 0 100089 106 0 0 25 0 5 0 523626883 2125529088 490366 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4002.62
Current children cumulated vsize (KiB) 2075712

[startup+1062.3 s]
/proc/loadavg: 8.05 8.04 7.94 9/186 27863
/proc/meminfo: memFree=27530068/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=1762056 CPUtime=4242.3 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1780482 1250 0 0 423989 241 0 0 22 0 5 0 523626846 1804345344 411921 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 440514 411921 181 55 0 438400 0
[pid=27821/tid=27832] ppid=27819 vsize=1762056 CPUtime=1061.95 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 299903 1250 0 0 106157 38 0 0 25 0 5 0 523626883 1804345344 411921 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=1762056 CPUtime=1057.1 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 262264 1250 0 0 105677 33 0 0 25 0 5 0 523626883 1804345344 411921 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=1762056 CPUtime=1060.9 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 427457 1250 0 0 106041 49 0 0 25 0 5 0 523626883 1804345344 411921 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=1762056 CPUtime=1061.95 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 773786 1250 0 0 106078 117 0 0 25 0 5 0 523626883 1804345344 411921 33554432000 4194304 4417332 140733425884768 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 1762056

[startup+1122.3 s]
/proc/loadavg: 8.06 8.04 7.94 9/186 27864
/proc/meminfo: memFree=27765988/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=1806584 CPUtime=4481.96 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1873534 1250 0 0 447944 252 0 0 22 0 5 0 523626846 1849942016 423053 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 451646 423053 181 55 0 449532 0
[pid=27821/tid=27832] ppid=27819 vsize=1806584 CPUtime=1121.95 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 349055 1250 0 0 112152 43 0 0 25 0 5 0 523626883 1849942016 423053 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=1806584 CPUtime=1116.77 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 296856 1250 0 0 111639 38 0 0 25 0 5 0 523626883 1849942016 423053 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=1806584 CPUtime=1120.89 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 435649 1250 0 0 112039 50 0 0 25 0 5 0 523626883 1849942016 423053 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=1806584 CPUtime=1121.95 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 774902 1250 0 0 112078 117 0 0 25 0 5 0 523626883 1849942016 423053 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.96
Current children cumulated vsize (KiB) 1806584

[startup+1182.3 s]
/proc/loadavg: 8.11 8.06 7.95 9/186 27866
/proc/meminfo: memFree=27458804/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=1934672 CPUtime=4721.64 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1975359 1250 0 0 471899 265 0 0 22 0 5 0 523626846 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 483668 455075 181 55 0 481554 0
[pid=27821/tid=27832] ppid=27819 vsize=1934672 CPUtime=1181.95 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 390015 1250 0 0 118146 49 0 0 25 0 5 0 523626883 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=1934672 CPUtime=1176.44 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 333165 1250 0 0 117602 42 0 0 25 0 5 0 523626883 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=1934672 CPUtime=1180.9 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 443841 1250 0 0 118039 51 0 0 25 0 5 0 523626883 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=1934672 CPUtime=1181.96 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 791266 1250 0 0 118077 119 0 0 25 0 5 0 523626883 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.64
Current children cumulated vsize (KiB) 1934672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.15 8.07 7.96 5/180 27868
/proc/meminfo: memFree=29111376/32951124 swapFree=67111444/67111528
[pid=27821] ppid=27819 vsize=1934672 CPUtime=4800.36 cores=1,3,5,7
/proc/27821/stat : 27821 (plingeling) S 27819 27821 26898 0 -1 4202496 1999935 1250 0 0 479768 268 0 0 22 0 5 0 523626846 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/27821/statm: 483668 455075 181 55 0 481554 0
[pid=27821/tid=27832] ppid=27819 vsize=1934672 CPUtime=1201.66 cores=1,3,5,7
/proc/27821/task/27832/stat : 27832 (plingeling) R 27819 27821 26898 0 -1 4202560 406399 1250 0 0 120115 51 0 0 25 0 5 0 523626883 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27821/tid=27833] ppid=27819 vsize=1934672 CPUtime=1196.03 cores=1,3,5,7
/proc/27821/task/27833/stat : 27833 (plingeling) R 27819 27821 26898 0 -1 4202560 341357 1250 0 0 119560 43 0 0 25 0 5 0 523626883 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27821/tid=27834] ppid=27819 vsize=1934672 CPUtime=1200.6 cores=1,3,5,7
/proc/27821/task/27834/stat : 27834 (plingeling) R 27819 27821 26898 0 -1 4202560 443841 1250 0 0 120009 51 0 0 25 0 5 0 523626883 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27821/tid=27835] ppid=27819 vsize=1934672 CPUtime=1201.66 cores=1,3,5,7
/proc/27821/task/27835/stat : 27835 (plingeling) R 27819 27821 26898 0 -1 4202560 791266 1250 0 0 120047 119 0 0 25 0 5 0 523626883 1981104128 455075 33554432000 4194304 4417332 140733425884768 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1934672

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.08
CPU time (s): 4800.46
CPU user time (s): 4797.71
CPU system time (s): 2.75358
CPU usage (%): 399.345
Max. virtual memory (cumulated for all children) (KiB): 2190156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.71
system time used= 2.75358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2001185
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= 151
involuntary context switches= 22786

runsolver used 1.9447 second user time and 4.6133 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-30 01:38:09
IDJOB=3251648
IDBENCH=88228
IDSOLVER=1605
FILE ID=node138/3251648-1304120288
RUNJOBID= node138-1304120288-27796
PBS_JOBID= 13170689
Free space on /tmp= 71804 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251648-1304120288/watcher-3251648-1304120288 -o /tmp/evaluation-result-3251648-1304120288/solver-3251648-1304120288 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3251648-1304120288.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=295265927

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30920328 kB
Buffers:        612620 kB
Cached:         948360 kB
SwapCached:         84 kB
Active:         104232 kB
Inactive:      1537808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30920328 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:           10580 kB
Writeback:           0 kB
AnonPages:       81824 kB
Mapped:          15268 kB
Slab:           324384 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   225036 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= 71808 MiB
End job on node138 at 2011-04-30 01:58:13