Trace number 3250988

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.28 1202.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.82957
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
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-3250988-1304115079/watcher-3250988-1304115079 -o /tmp/evaluation-result-3250988-1304115079/solver-3250988-1304115079 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3250988-1304115079.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: 5.54 7.33 7.70 6/181 16125
/proc/meminfo: memFree=25289644/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=10124 CPUtime=0 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) R 16123 16125 15661 0 -1 4202496 603 1252 0 0 0 0 0 0 21 0 1 0 503924096 10366976 532 33554432000 4194304 4417332 140733847620656 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/16125/statm: 2531 532 146 55 0 417 0

[startup+0.0305019 s]
/proc/loadavg: 5.54 7.33 7.70 6/181 16125
/proc/meminfo: memFree=25289644/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=12188 CPUtime=0.02 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) R 16123 16125 15661 0 -1 4202496 1224 1252 0 0 2 0 0 0 21 0 1 0 503924096 12480512 1069 33554432000 4194304 4417332 140733847620656 18446744073709551615 4227863 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/16125/statm: 3047 1069 147 55 0 933 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12188

[startup+0.100503 s]
/proc/loadavg: 5.54 7.33 7.70 6/181 16125
/proc/meminfo: memFree=25289644/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=26524 CPUtime=0.09 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) R 16123 16125 15661 0 -1 4202496 4808 1252 0 0 9 0 0 0 21 0 1 0 503924096 27160576 4653 33554432000 4194304 4417332 140733847620656 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/16125/statm: 6631 4653 147 55 0 4517 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26524

[startup+0.300463 s]
/proc/loadavg: 5.54 7.33 7.70 6/181 16125
/proc/meminfo: memFree=25289644/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=75676 CPUtime=0.28 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) R 16123 16125 15661 0 -1 4202496 17096 1252 0 0 27 1 0 0 22 0 1 0 503924096 77492224 16941 33554432000 4194304 4417332 140733847620656 18446744073709551615 255106387504 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/16125/statm: 18919 16941 147 55 0 16805 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75676

[startup+0.700352 s]
/proc/loadavg: 5.54 7.33 7.70 6/181 16125
/proc/meminfo: memFree=25289644/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=186268 CPUtime=1.81 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 20044 1252 0 0 179 2 0 0 22 0 5 0 503924096 190738432 18031 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 46567 18031 176 55 0 44453 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 186268

[startup+1.50121 s]
/proc/loadavg: 5.54 7.33 7.70 9/186 16135
/proc/meminfo: memFree=25199464/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=202140 CPUtime=5 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 38800 1252 0 0 495 5 0 0 22 0 5 0 503924096 206991360 21971 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 50535 21971 180 55 0 48421 0
[pid=16125/tid=16132] ppid=16123 vsize=202140 CPUtime=1.16 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 4779 1252 0 0 116 0 0 0 25 0 5 0 503924129 206991360 21971 33554432000 4194304 4417332 140733847620656 18446744073709551615 4233255 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=202140 CPUtime=1.16 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 4642 1252 0 0 116 0 0 0 25 0 5 0 503924129 206991360 21971 33554432000 4194304 4417332 140733847620656 18446744073709551615 4235421 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=202140 CPUtime=1.16 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 4775 1252 0 0 116 0 0 0 25 0 5 0 503924129 206991360 21971 33554432000 4194304 4417332 140733847620656 18446744073709551615 4258565 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=202140 CPUtime=1.17 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 7496 1252 0 0 116 1 0 0 25 0 5 0 503924129 206991360 21971 33554432000 4194304 4417332 140733847620656 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 202140

[startup+3.10093 s]
/proc/loadavg: 5.54 7.33 7.70 9/186 16135
/proc/meminfo: memFree=25178436/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=213820 CPUtime=11.4 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 50682 1252 0 0 1133 7 0 0 22 0 5 0 503924096 218951680 24891 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 53455 24891 180 55 0 51341 0
[pid=16125/tid=16132] ppid=16123 vsize=213820 CPUtime=2.77 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 5432 1252 0 0 276 1 0 0 25 0 5 0 503924129 218951680 24891 33554432000 4194304 4417332 140733847620656 18446744073709551615 4258206 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=213820 CPUtime=2.76 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 4642 1252 0 0 276 0 0 0 25 0 5 0 503924129 218951680 24891 33554432000 4194304 4417332 140733847620656 18446744073709551615 4258392 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=213820 CPUtime=2.75 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 5428 1252 0 0 275 0 0 0 25 0 5 0 503924129 218951680 24891 33554432000 4194304 4417332 140733847620656 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=213820 CPUtime=2.77 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 18072 1252 0 0 274 3 0 0 25 0 5 0 503924129 218951680 24891 33554432000 4194304 4417332 140733847620656 18446744073709551615 4357123 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 213820

[startup+6.30037 s]
/proc/loadavg: 5.74 7.34 7.70 9/186 16135
/proc/meminfo: memFree=25131192/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=266292 CPUtime=24.18 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 66677 1252 0 0 2408 10 0 0 22 0 5 0 503924096 272683008 37174 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 66573 37174 181 55 0 64459 0
[pid=16125/tid=16132] ppid=16123 vsize=266292 CPUtime=5.97 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 5432 1252 0 0 596 1 0 0 25 0 5 0 503924129 272683008 37174 33554432000 4194304 4417332 140733847620656 18446744073709551615 4250074 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=266292 CPUtime=5.96 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 5522 1252 0 0 596 0 0 0 25 0 5 0 503924129 272683008 37174 33554432000 4194304 4417332 140733847620656 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=266292 CPUtime=5.93 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 5429 1252 0 0 593 0 0 0 25 0 5 0 503924129 272683008 37174 33554432000 4194304 4417332 140733847620656 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=266292 CPUtime=5.97 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 33186 1252 0 0 592 5 0 0 25 0 5 0 503924129 272683008 37174 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.18
Current children cumulated vsize (KiB) 266292

[startup+12.7002 s]
/proc/loadavg: 5.92 7.35 7.70 9/186 16172
/proc/meminfo: memFree=24988480/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=279192 CPUtime=49.74 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 84067 1252 0 0 4962 12 0 0 22 0 5 0 503924096 285892608 41235 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 69798 41235 181 55 0 67684 0
[pid=16125/tid=16132] ppid=16123 vsize=279192 CPUtime=12.37 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 5432 1252 0 0 1236 1 0 0 25 0 5 0 503924129 285892608 41235 33554432000 4194304 4417332 140733847620656 18446744073709551615 4239408 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=279192 CPUtime=12.36 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 5522 1252 0 0 1236 0 0 0 25 0 5 0 503924129 285892608 41235 33554432000 4194304 4417332 140733847620656 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=279192 CPUtime=12.29 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 7476 1252 0 0 1229 0 0 0 25 0 5 0 503924129 285892608 41235 33554432000 4194304 4417332 140733847620656 18446744073709551615 4309791 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=279192 CPUtime=12.37 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 48529 1252 0 0 1230 7 0 0 25 0 5 0 503924129 285892608 41235 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.74
Current children cumulated vsize (KiB) 279192

[startup+25.501 s]
/proc/loadavg: 6.45 7.40 7.71 9/186 16172
/proc/meminfo: memFree=24751032/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=342672 CPUtime=100.87 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 146308 1252 0 0 10066 21 0 0 22 0 5 0 503924096 350896128 57105 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 85668 57105 181 55 0 83554 0
[pid=16125/tid=16132] ppid=16123 vsize=342672 CPUtime=25.17 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 9529 1252 0 0 2516 1 0 0 25 0 5 0 503924129 350896128 57105 33554432000 4194304 4417332 140733847620656 18446744073709551615 4249216 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=342672 CPUtime=25.17 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 9433 1252 0 0 2516 1 0 0 25 0 5 0 503924129 350896128 57105 33554432000 4194304 4417332 140733847620656 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=342672 CPUtime=25.03 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 10554 1252 0 0 2502 1 0 0 25 0 5 0 503924129 350896128 57105 33554432000 4194304 4417332 140733847620656 18446744073709551615 4236267 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=342672 CPUtime=25.17 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 99684 1252 0 0 2502 15 0 0 25 0 5 0 503924129 350896128 57105 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 342672

[startup+51.1005 s]
/proc/loadavg: 7.05 7.46 7.73 9/186 16173
/proc/meminfo: memFree=24466132/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=511724 CPUtime=203.13 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 230935 1252 0 0 20280 33 0 0 22 0 5 0 503924096 524005376 99368 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 127931 99368 181 55 0 125817 0
[pid=16125/tid=16132] ppid=16123 vsize=511724 CPUtime=50.77 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 17293 1252 0 0 5075 2 0 0 25 0 5 0 503924129 524005376 99368 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=511724 CPUtime=50.76 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 12550 1252 0 0 5075 1 0 0 25 0 5 0 503924129 524005376 99368 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=511724 CPUtime=50.49 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 10554 1252 0 0 5048 1 0 0 25 0 5 0 503924129 524005376 99368 33554432000 4194304 4417332 140733847620656 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=511724 CPUtime=50.77 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 173430 1252 0 0 5051 26 0 0 25 0 5 0 503924129 524005376 99368 33554432000 4194304 4417332 140733847620656 18446744073709551615 4356771 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.13
Current children cumulated vsize (KiB) 511724

[startup+102.306 s]
/proc/loadavg: 7.71 7.57 7.75 9/186 16174
/proc/meminfo: memFree=24094348/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=638124 CPUtime=407.68 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 308178 1252 0 0 40722 46 0 0 22 0 5 0 503924096 653438976 130968 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 159531 130968 181 55 0 157417 0
[pid=16125/tid=16132] ppid=16123 vsize=638124 CPUtime=101.97 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 22110 1252 0 0 10195 2 0 0 25 0 5 0 503924129 653438976 130968 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=638124 CPUtime=101.97 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 14923 1252 0 0 10196 1 0 0 25 0 5 0 503924129 653438976 130968 33554432000 4194304 4417332 140733847620656 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=638124 CPUtime=101.41 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 11376 1252 0 0 10140 1 0 0 25 0 5 0 503924129 653438976 130968 33554432000 4194304 4417332 140733847620656 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=638124 CPUtime=101.97 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 242661 1252 0 0 10159 38 0 0 25 0 5 0 503924129 653438976 130968 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.68
Current children cumulated vsize (KiB) 638124

[startup+162.301 s]
/proc/loadavg: 8.01 7.68 7.77 9/186 16176
/proc/meminfo: memFree=23783344/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=761508 CPUtime=647.33 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 438051 1252 0 0 64668 65 0 0 22 0 5 0 503924096 779784192 161814 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 190377 161814 181 55 0 188263 0
[pid=16125/tid=16132] ppid=16123 vsize=761508 CPUtime=161.96 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 22110 1252 0 0 16194 2 0 0 25 0 5 0 503924129 779784192 161814 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=761508 CPUtime=161.96 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 22613 1252 0 0 16194 2 0 0 25 0 5 0 503924129 779784192 161814 33554432000 4194304 4417332 140733847620656 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=761508 CPUtime=161.09 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 16812 1252 0 0 16107 2 0 0 25 0 5 0 503924129 779784192 161814 33554432000 4194304 4417332 140733847620656 18446744073709551615 4248897 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=761508 CPUtime=161.97 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 359408 1252 0 0 16141 56 0 0 25 0 5 0 503924129 779784192 161814 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.33
Current children cumulated vsize (KiB) 761508


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

/proc/meminfo: memFree=20595848/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2736828 CPUtime=3044.11 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 1748547 1252 0 0 304147 264 0 0 22 0 5 0 503924096 2802511872 655644 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 684207 655644 181 55 0 682093 0
[pid=16125/tid=16132] ppid=16123 vsize=2736828 CPUtime=761.97 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 250818 1252 0 0 76162 35 0 0 25 0 5 0 503924129 2802511872 655644 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364840 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2736828 CPUtime=761.97 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 277377 1252 0 0 76162 35 0 0 25 0 5 0 503924129 2802511872 655644 33554432000 4194304 4417332 140733847620656 18446744073709551615 4259612 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2736828 CPUtime=757.83 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 248973 1252 0 0 75746 37 0 0 25 0 5 0 503924129 2802511872 655644 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2736828 CPUtime=761.98 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 954271 1252 0 0 76045 153 0 0 25 0 5 0 503924129 2802511872 655644 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.11
Current children cumulated vsize (KiB) 2736828

[startup+822.301 s]
/proc/loadavg: 8.14 8.05 7.91 10/187 16196
/proc/meminfo: memFree=20248852/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2848808 CPUtime=3283.75 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 1825694 1252 0 0 328102 273 0 0 22 0 5 0 503924096 2917179392 683639 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 712202 683639 181 55 0 710088 0
[pid=16125/tid=16132] ppid=16123 vsize=2848808 CPUtime=821.95 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 253256 1252 0 0 82160 35 0 0 25 0 5 0 503924129 2917179392 683639 33554432000 4194304 4417332 140733847620656 18446744073709551615 4311593 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2848808 CPUtime=821.97 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 343894 1252 0 0 82154 43 0 0 25 0 5 0 503924129 2917179392 683639 33554432000 4194304 4417332 140733847620656 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2848808 CPUtime=817.5 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 257165 1252 0 0 81712 38 0 0 25 0 5 0 503924129 2917179392 683639 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2848808 CPUtime=821.98 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 954271 1252 0 0 82045 153 0 0 25 0 5 0 503924129 2917179392 683639 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.75
Current children cumulated vsize (KiB) 2848808

[startup+882.3 s]
/proc/loadavg: 8.22 8.09 7.94 9/186 16198
/proc/meminfo: memFree=20580900/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2947944 CPUtime=3523.42 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 1898177 1252 0 0 352058 284 0 0 22 0 5 0 503924096 3018694656 708423 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 736986 708423 181 55 0 734872 0
[pid=16125/tid=16132] ppid=16123 vsize=2947944 CPUtime=881.95 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 297552 1252 0 0 88152 43 0 0 25 0 5 0 503924129 3018694656 708423 33554432000 4194304 4417332 140733847620656 18446744073709551615 4263227 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2947944 CPUtime=881.97 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 363889 1252 0 0 88152 45 0 0 25 0 5 0 503924129 3018694656 708423 33554432000 4194304 4417332 140733847620656 18446744073709551615 4356768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2947944 CPUtime=877.17 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 265357 1252 0 0 87678 39 0 0 25 0 5 0 503924129 3018694656 708423 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2947944 CPUtime=881.98 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 954271 1252 0 0 88045 153 0 0 25 0 5 0 503924129 3018694656 708423 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.42
Current children cumulated vsize (KiB) 2947944

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 7.94 9/186 16200
/proc/meminfo: memFree=21256800/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2245384 CPUtime=3763.11 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 2014519 1252 0 0 376008 303 0 0 22 0 5 0 503924096 2299273216 532783 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 561346 532783 181 55 0 559232 0
[pid=16125/tid=16132] ppid=16123 vsize=2245384 CPUtime=941.94 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 346135 1252 0 0 94144 50 0 0 25 0 5 0 503924129 2299273216 532783 33554432000 4194304 4417332 140733847620656 18446744073709551615 4263230 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2245384 CPUtime=941.97 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 363889 1252 0 0 94152 45 0 0 25 0 5 0 503924129 2299273216 532783 33554432000 4194304 4417332 140733847620656 18446744073709551615 4310288 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2245384 CPUtime=936.85 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 285480 1252 0 0 93644 41 0 0 25 0 5 0 503924129 2299273216 532783 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2245384 CPUtime=941.98 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 1001907 1252 0 0 94036 162 0 0 25 0 5 0 503924129 2299273216 532783 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.11
Current children cumulated vsize (KiB) 2245384

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 7.95 9/186 16201
/proc/meminfo: memFree=20897184/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2669576 CPUtime=4002.78 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 2145478 1252 0 0 399957 321 0 0 22 0 5 0 503924096 2733645824 638831 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 667394 638831 181 55 0 665280 0
[pid=16125/tid=16132] ppid=16123 vsize=2669576 CPUtime=1001.95 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 357995 1252 0 0 100143 52 0 0 25 0 5 0 503924129 2733645824 638831 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2669576 CPUtime=1001.98 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 445709 1252 0 0 100139 59 0 0 25 0 5 0 503924129 2733645824 638831 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2669576 CPUtime=996.52 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 285480 1252 0 0 99611 41 0 0 25 0 5 0 503924129 2733645824 638831 33554432000 4194304 4417332 140733847620656 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2669576 CPUtime=1001.98 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 1039186 1252 0 0 100032 166 0 0 25 0 5 0 503924129 2733645824 638831 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.78
Current children cumulated vsize (KiB) 2669576

[startup+1062.3 s]
/proc/loadavg: 8.08 8.08 7.95 9/186 16203
/proc/meminfo: memFree=20829336/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2467980 CPUtime=4242.46 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 2229096 1252 0 0 423912 334 0 0 22 0 5 0 503924096 2527211520 588432 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 616995 588432 181 55 0 614881 0
[pid=16125/tid=16132] ppid=16123 vsize=2467980 CPUtime=1061.95 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 364938 1252 0 0 106141 54 0 0 25 0 5 0 503924129 2527211520 588432 33554432000 4194304 4417332 140733847620656 18446744073709551615 4263206 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2467980 CPUtime=1061.98 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 447915 1252 0 0 106137 61 0 0 25 0 5 0 503924129 2527211520 588432 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2467980 CPUtime=1056.19 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 351757 1252 0 0 105570 49 0 0 25 0 5 0 503924129 2527211520 588432 33554432000 4194304 4417332 140733847620656 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2467980 CPUtime=1061.99 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 1047378 1252 0 0 106032 167 0 0 25 0 5 0 503924129 2527211520 588432 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 2467980

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 7.96 9/186 16204
/proc/meminfo: memFree=20396928/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2629320 CPUtime=4482.14 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 2404009 1252 0 0 447852 362 0 0 22 0 5 0 503924096 2692423680 628767 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 657330 628767 181 55 0 655216 0
[pid=16125/tid=16132] ppid=16123 vsize=2629320 CPUtime=1121.95 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 368768 1252 0 0 112141 54 0 0 25 0 5 0 503924129 2692423680 628767 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2629320 CPUtime=1121.98 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 501061 1252 0 0 112131 67 0 0 25 0 5 0 503924129 2692423680 628767 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2629320 CPUtime=1115.87 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 390951 1252 0 0 111532 55 0 0 25 0 5 0 503924129 2692423680 628767 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2629320 CPUtime=1121.99 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 1126121 1252 0 0 112017 182 0 0 25 0 5 0 503924129 2692423680 628767 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.14
Current children cumulated vsize (KiB) 2629320

[startup+1182.3 s]
/proc/loadavg: 8.09 8.09 7.97 9/186 16206
/proc/meminfo: memFree=20328084/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2767504 CPUtime=4721.82 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 2519672 1252 0 0 471806 376 0 0 22 0 5 0 503924096 2833924096 663313 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 691876 663313 181 55 0 689762 0
[pid=16125/tid=16132] ppid=16123 vsize=2767504 CPUtime=1181.95 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 409207 1252 0 0 118134 61 0 0 25 0 5 0 503924129 2833924096 663313 33554432000 4194304 4417332 140733847620656 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2767504 CPUtime=1181.98 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 559901 1252 0 0 118125 73 0 0 25 0 5 0 503924129 2833924096 663313 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2767504 CPUtime=1175.54 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 407335 1252 0 0 117498 56 0 0 25 0 5 0 503924129 2833924096 663313 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2767504 CPUtime=1181.99 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 1126121 1252 0 0 118017 182 0 0 25 0 5 0 503924129 2833924096 663313 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.82
Current children cumulated vsize (KiB) 2767504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.10 7.97 9/186 16206
/proc/meminfo: memFree=20086520/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=2734736 CPUtime=4800.13 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) S 16123 16125 15661 0 -1 4202496 2544248 1252 0 0 479634 379 0 0 22 0 5 0 503924096 2800369664 655121 33554432000 4194304 4417332 140733847620656 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 683684 655121 181 55 0 681570 0
[pid=16125/tid=16132] ppid=16123 vsize=2734736 CPUtime=1201.56 cores=1,3,5,7
/proc/16125/task/16132/stat : 16132 (plingeling) R 16123 16125 15661 0 -1 4202560 425591 1252 0 0 120093 63 0 0 25 0 5 0 503924129 2800369664 655121 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=16125/tid=16133] ppid=16123 vsize=2734736 CPUtime=1201.58 cores=1,3,5,7
/proc/16125/task/16133/stat : 16133 (plingeling) R 16123 16125 15661 0 -1 4202560 568093 1252 0 0 120084 74 0 0 25 0 5 0 503924129 2800369664 655121 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364779 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=2734736 CPUtime=1195.04 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4202560 407335 1252 0 0 119448 56 0 0 25 0 5 0 503924129 2800369664 655121 33554432000 4194304 4417332 140733847620656 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16125/tid=16135] ppid=16123 vsize=2734736 CPUtime=1201.6 cores=1,3,5,7
/proc/16125/task/16135/stat : 16135 (plingeling) R 16123 16125 15661 0 -1 4202560 1126121 1252 0 0 119978 182 0 0 25 0 5 0 503924129 2800369664 655121 33554432000 4194304 4417332 140733847620656 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2734736

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

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

[startup+1202.01 s]
/proc/loadavg: 8.14 8.10 7.97 9/186 16206
/proc/meminfo: memFree=20086520/32951124 swapFree=67111448/67111528
[pid=16125] ppid=16123 vsize=0 CPUtime=4800.25 cores=1,3,5,7
/proc/16125/stat : 16125 (plingeling) Z 16123 16125 15661 0 -1 4203548 2544248 1252 0 0 479636 389 0 0 18 0 2 0 503924096 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16125/statm: 0 0 0 0 0 0 0
[pid=16125/tid=16134] ppid=16123 vsize=0 CPUtime=1195.14 cores=1,3,5,7
/proc/16125/task/16134/stat : 16134 (plingeling) R 16123 16125 15661 0 -1 4203588 407335 1252 0 0 119448 66 0 0 25 0 2 0 503924129 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.03
CPU time (s): 4800.28
CPU user time (s): 4796.37
CPU system time (s): 3.90941
CPU usage (%): 399.349
Max. virtual memory (cumulated for all children) (KiB): 3140024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.37
system time used= 3.90941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2545500
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= 139
involuntary context switches= 23076

runsolver used 2.01869 second user time and 4.54331 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 00:11:20
IDJOB=3250988
IDBENCH=88207
IDSOLVER=1605
FILE ID=node144/3250988-1304115079
RUNJOBID= node144-1304115079-16097
PBS_JOBID= 13170685
Free space on /tmp= 72404 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250988-1304115079/watcher-3250988-1304115079 -o /tmp/evaluation-result-3250988-1304115079/solver-3250988-1304115079 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3250988-1304115079.cnf

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

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=1791017341

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25289924 kB
Buffers:       2108120 kB
Cached:        4936704 kB
SwapCached:         80 kB
Active:         152820 kB
Inactive:      6962852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25289924 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            7016 kB
Writeback:           0 kB
AnonPages:       70136 kB
Mapped:          15252 kB
Slab:           480344 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251636 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= 72392 MiB
End job on node144 at 2011-04-30 00:31:24