Trace number 3251560

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.55 1202.14

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
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-3251560-1304119857/watcher-3251560-1304119857 -o /tmp/evaluation-result-3251560-1304119857/solver-3251560-1304119857 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3251560-1304119857.cnf 

running on 4 cores: 0,2,4,6

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: 1.66 3.90 4.93 6/181 19124
/proc/meminfo: memFree=30879900/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=10004 CPUtime=0 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) R 19122 19124 18155 0 -1 4202496 592 1259 0 0 0 0 0 0 21 0 1 0 523584399 10244096 522 33554432000 4194304 4417332 140736203925776 18446744073709551615 251813934036 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19124/statm: 2501 522 146 55 0 387 0

[startup+0.0409899 s]
/proc/loadavg: 1.66 3.90 4.93 6/181 19124
/proc/meminfo: memFree=30879900/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=14244 CPUtime=0.03 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) R 19122 19124 18155 0 -1 4202496 1701 1259 0 0 3 0 0 0 21 0 1 0 523584399 14585856 1583 33554432000 4194304 4417332 140736203925776 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19124/statm: 3561 1583 147 55 0 1447 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14244

[startup+0.100979 s]
/proc/loadavg: 1.66 3.90 4.93 6/181 19124
/proc/meminfo: memFree=30879900/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=26532 CPUtime=0.09 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) R 19122 19124 18155 0 -1 4202496 4773 1259 0 0 9 0 0 0 21 0 1 0 523584399 27168768 4655 33554432000 4194304 4417332 140736203925776 18446744073709551615 4231515 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19124/statm: 6633 4655 147 55 0 4519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26532

[startup+0.300947 s]
/proc/loadavg: 1.66 3.90 4.93 6/181 19124
/proc/meminfo: memFree=30879900/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=75684 CPUtime=0.28 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) R 19122 19124 18155 0 -1 4202496 17061 1259 0 0 27 1 0 0 22 0 1 0 523584399 77500416 16943 33554432000 4194304 4417332 140736203925776 18446744073709551615 4322374 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19124/statm: 18921 16943 147 55 0 16807 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75684

[startup+0.700881 s]
/proc/loadavg: 1.66 3.90 4.93 6/181 19124
/proc/meminfo: memFree=30879900/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=121564 CPUtime=1.77 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 20326 1259 0 0 175 2 0 0 22 0 5 0 523584399 124481536 18205 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 30391 18205 175 55 0 28277 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 121564

[startup+1.50075 s]
/proc/loadavg: 1.66 3.90 4.93 9/186 19134
/proc/meminfo: memFree=30788852/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=140500 CPUtime=4.97 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 40077 1259 0 0 492 5 0 0 22 0 5 0 523584399 143872000 22911 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 35125 22911 179 55 0 33011 0
[pid=19124/tid=19131] ppid=19122 vsize=140500 CPUtime=1.15 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 5655 1259 0 0 115 0 0 0 25 0 5 0 523584433 143872000 22911 33554432000 4194304 4417332 140736203925776 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=140500 CPUtime=1.15 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 5223 1259 0 0 115 0 0 0 25 0 5 0 523584433 143872000 22911 33554432000 4194304 4417332 140736203925776 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=140500 CPUtime=1.15 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 4648 1259 0 0 115 0 0 0 25 0 5 0 523584433 143872000 22911 33554432000 4194304 4417332 140736203925776 18446744073709551615 4249134 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=140500 CPUtime=1.15 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 7478 1259 0 0 114 1 0 0 25 0 5 0 523584433 143872000 22911 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364818 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 140500

[startup+3.10048 s]
/proc/loadavg: 1.66 3.90 4.93 9/186 19134
/proc/meminfo: memFree=30763416/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=152224 CPUtime=11.35 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 51771 1259 0 0 1129 6 0 0 22 0 5 0 523584399 155877376 25842 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 38056 25842 179 55 0 35942 0
[pid=19124/tid=19131] ppid=19122 vsize=152224 CPUtime=2.75 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 6764 1259 0 0 275 0 0 0 25 0 5 0 523584433 155877376 25842 33554432000 4194304 4417332 140736203925776 18446744073709551615 4249216 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=152224 CPUtime=2.75 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 6470 1259 0 0 275 0 0 0 25 0 5 0 523584433 155877376 25842 33554432000 4194304 4417332 140736203925776 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=152224 CPUtime=2.75 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 4648 1259 0 0 275 0 0 0 25 0 5 0 523584433 155877376 25842 33554432000 4194304 4417332 140736203925776 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=152224 CPUtime=2.74 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 16816 1259 0 0 272 2 0 0 25 0 5 0 523584433 155877376 25842 33554432000 4194304 4417332 140736203925776 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 152224

[startup+6.30094 s]
/proc/loadavg: 2.17 3.97 4.94 9/186 19134
/proc/meminfo: memFree=30709340/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=177324 CPUtime=24.14 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 62671 1259 0 0 2406 8 0 0 22 0 5 0 523584399 181579776 31095 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 44331 31095 180 55 0 42217 0
[pid=19124/tid=19131] ppid=19122 vsize=177324 CPUtime=5.95 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 6764 1259 0 0 595 0 0 0 25 0 5 0 523584433 181579776 31095 33554432000 4194304 4417332 140736203925776 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=177324 CPUtime=5.94 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 6470 1259 0 0 594 0 0 0 25 0 5 0 523584433 181579776 31095 33554432000 4194304 4417332 140736203925776 18446744073709551615 4258241 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=177324 CPUtime=5.95 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 4649 1259 0 0 595 0 0 0 25 0 5 0 523584433 181579776 31095 33554432000 4194304 4417332 140736203925776 18446744073709551615 4377188 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=177324 CPUtime=5.93 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 27715 1259 0 0 589 4 0 0 25 0 5 0 523584433 181579776 31095 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 177324

[startup+12.7009 s]
/proc/loadavg: 2.64 4.04 4.96 9/186 19134
/proc/meminfo: memFree=30632096/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=222340 CPUtime=49.71 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 80665 1259 0 0 4961 10 0 0 22 0 5 0 523584399 227676160 43372 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 55585 43372 180 55 0 53471 0
[pid=19124/tid=19131] ppid=19122 vsize=222340 CPUtime=12.35 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 6764 1259 0 0 1235 0 0 0 25 0 5 0 523584433 227676160 43372 33554432000 4194304 4417332 140736203925776 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=222340 CPUtime=12.34 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 6470 1259 0 0 1234 0 0 0 25 0 5 0 523584433 227676160 43372 33554432000 4194304 4417332 140736203925776 18446744073709551615 4250068 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=222340 CPUtime=12.35 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 6697 1259 0 0 1235 0 0 0 25 0 5 0 523584433 227676160 43372 33554432000 4194304 4417332 140736203925776 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=222340 CPUtime=12.29 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 43661 1259 0 0 1224 5 0 0 25 0 5 0 523584433 227676160 43372 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 222340

[startup+25.5007 s]
/proc/loadavg: 3.82 4.23 5.01 9/186 19135
/proc/meminfo: memFree=30465336/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=372880 CPUtime=100.83 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 113219 1259 0 0 10069 14 0 0 22 0 5 0 523584399 381829120 64656 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 93220 64656 180 55 0 91106 0
[pid=19124/tid=19131] ppid=19122 vsize=372880 CPUtime=25.15 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 6764 1259 0 0 2515 0 0 0 25 0 5 0 523584433 381829120 64656 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=372880 CPUtime=25.14 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 6470 1259 0 0 2514 0 0 0 25 0 5 0 523584433 381829120 64656 33554432000 4194304 4417332 140736203925776 18446744073709551615 4357641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=372880 CPUtime=25.14 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 6813 1259 0 0 2514 0 0 0 25 0 5 0 523584433 381829120 64656 33554432000 4194304 4417332 140736203925776 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=372880 CPUtime=25.03 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 76099 1259 0 0 2494 9 0 0 25 0 5 0 523584433 381829120 64656 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 372880

[startup+51.1004 s]
/proc/loadavg: 5.25 4.53 5.08 9/186 19135
/proc/meminfo: memFree=30235128/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=490496 CPUtime=203.09 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 180618 1259 0 0 20284 25 0 0 22 0 5 0 523584399 502267904 94061 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 122624 94061 181 55 0 120510 0
[pid=19124/tid=19131] ppid=19122 vsize=490496 CPUtime=50.75 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 6765 1259 0 0 5075 0 0 0 25 0 5 0 523584433 502267904 94061 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=490496 CPUtime=50.74 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 11280 1259 0 0 5073 1 0 0 25 0 5 0 523584433 502267904 94061 33554432000 4194304 4417332 140736203925776 18446744073709551615 4255681 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=490496 CPUtime=50.74 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 6813 1259 0 0 5074 0 0 0 25 0 5 0 523584433 502267904 94061 33554432000 4194304 4417332 140736203925776 18446744073709551615 4249982 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=490496 CPUtime=50.5 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 138687 1259 0 0 5030 20 0 0 25 0 5 0 523584433 502267904 94061 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.09
Current children cumulated vsize (KiB) 490496

[startup+102.307 s]
/proc/loadavg: 6.87 5.08 5.24 9/186 19137
/proc/meminfo: memFree=30092264/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=504876 CPUtime=407.65 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 268931 1259 0 0 40728 37 0 0 22 0 5 0 523584399 516993024 97656 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 126219 97656 181 55 0 124105 0
[pid=19124/tid=19131] ppid=19122 vsize=504876 CPUtime=101.96 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 8235 1259 0 0 10196 0 0 0 25 0 5 0 523584433 516993024 97656 33554432000 4194304 4417332 140736203925776 18446744073709551615 4258401 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=504876 CPUtime=101.94 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 12534 1259 0 0 10193 1 0 0 25 0 5 0 523584433 516993024 97656 33554432000 4194304 4417332 140736203925776 18446744073709551615 4258491 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=504876 CPUtime=101.94 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 6813 1259 0 0 10194 0 0 0 25 0 5 0 523584433 516993024 97656 33554432000 4194304 4417332 140736203925776 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=504876 CPUtime=101.43 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 224276 1259 0 0 10112 31 0 0 25 0 5 0 523584433 516993024 97656 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.65
Current children cumulated vsize (KiB) 504876

[startup+162.301 s]
/proc/loadavg: 7.71 5.64 5.42 9/186 19138
/proc/meminfo: memFree=29728540/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=682128 CPUtime=647.29 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 336568 1259 0 0 64681 48 0 0 22 0 5 0 523584399 698499072 141997 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 170532 141997 181 55 0 168418 0
[pid=19124/tid=19131] ppid=19122 vsize=682128 CPUtime=161.95 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 27815 1259 0 0 16192 3 0 0 25 0 5 0 523584433 698499072 141997 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=682128 CPUtime=161.94 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 12534 1259 0 0 16193 1 0 0 25 0 5 0 523584433 698499072 141997 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=682128 CPUtime=161.93 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 19901 1259 0 0 16190 3 0 0 25 0 5 0 523584433 698499072 141997 33554432000 4194304 4417332 140736203925776 18446744073709551615 4236294 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=682128 CPUtime=161.1 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 259245 1259 0 0 16073 37 0 0 25 0 5 0 523584433 698499072 141997 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.29
Current children cumulated vsize (KiB) 682128


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

/proc/meminfo: memFree=28077064/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=1617524 CPUtime=3044.01 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 1449562 1259 0 0 304176 225 0 0 22 0 5 0 523584399 1656344576 375818 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 404381 375818 181 55 0 402267 0
[pid=19124/tid=19131] ppid=19122 vsize=1617524 CPUtime=761.95 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 225562 1259 0 0 76164 31 0 0 25 0 5 0 523584433 1656344576 375818 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=1617524 CPUtime=761.96 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 331673 1259 0 0 76146 50 0 0 25 0 5 0 523584433 1656344576 375818 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=1617524 CPUtime=761.88 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 217850 1259 0 0 76155 33 0 0 25 0 5 0 523584433 1656344576 375818 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=1617524 CPUtime=757.85 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 657404 1259 0 0 75679 106 0 0 25 0 5 0 523584433 1656344576 375818 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.01
Current children cumulated vsize (KiB) 1617524

[startup+822.301 s]
/proc/loadavg: 8.24 7.90 6.80 9/186 19156
/proc/meminfo: memFree=27929104/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=1730692 CPUtime=3283.65 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 1637598 1259 0 0 328117 248 0 0 22 0 5 0 523584399 1772228608 404110 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 432673 404110 181 55 0 430559 0
[pid=19124/tid=19131] ppid=19122 vsize=1730692 CPUtime=821.94 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 289579 1259 0 0 82155 39 0 0 25 0 5 0 523584433 1772228608 404110 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=1730692 CPUtime=821.95 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 342025 1259 0 0 82143 52 0 0 25 0 5 0 523584433 1772228608 404110 33554432000 4194304 4417332 140736203925776 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=1730692 CPUtime=821.88 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 297434 1259 0 0 82145 43 0 0 25 0 5 0 523584433 1772228608 404110 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=1730692 CPUtime=817.52 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 691487 1259 0 0 81642 110 0 0 25 0 5 0 523584433 1772228608 404110 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.65
Current children cumulated vsize (KiB) 1730692

[startup+882.301 s]
/proc/loadavg: 8.15 7.93 6.88 9/186 19157
/proc/meminfo: memFree=27705508/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=1854972 CPUtime=3523.32 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 1786451 1259 0 0 352064 268 0 0 22 0 5 0 523584399 1899491328 435180 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 463743 435180 181 55 0 461629 0
[pid=19124/tid=19131] ppid=19122 vsize=1854972 CPUtime=881.94 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 345740 1259 0 0 88148 46 0 0 25 0 5 0 523584433 1899491328 435180 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=1854972 CPUtime=881.95 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 342697 1259 0 0 88143 52 0 0 25 0 5 0 523584433 1899491328 435180 33554432000 4194304 4417332 140736203925776 18446744073709551615 4250381 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=1854972 CPUtime=881.87 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 362970 1259 0 0 88137 50 0 0 25 0 5 0 523584433 1899491328 435180 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=1854972 CPUtime=877.2 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 717971 1259 0 0 87604 116 0 0 25 0 5 0 523584433 1899491328 435180 33554432000 4194304 4417332 140736203925776 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.32
Current children cumulated vsize (KiB) 1854972

[startup+942.301 s]
/proc/loadavg: 8.05 7.94 6.95 9/186 19159
/proc/meminfo: memFree=27603924/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=2091552 CPUtime=3763 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 1935708 1259 0 0 376011 289 0 0 22 0 5 0 523584399 2141749248 494325 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 522888 494325 181 55 0 520774 0
[pid=19124/tid=19131] ppid=19122 vsize=2091552 CPUtime=941.94 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 378508 1259 0 0 94144 50 0 0 25 0 5 0 523584433 2141749248 494325 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=2091552 CPUtime=941.95 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 374483 1259 0 0 94137 58 0 0 25 0 5 0 523584433 2141749248 494325 33554432000 4194304 4417332 140736203925776 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=2091552 CPUtime=941.86 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 434973 1259 0 0 94128 58 0 0 25 0 5 0 523584433 2141749248 494325 33554432000 4194304 4417332 140736203925776 18446744073709551615 4305787 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=2091552 CPUtime=936.87 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 730671 1259 0 0 93569 118 0 0 25 0 5 0 523584433 2141749248 494325 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763
Current children cumulated vsize (KiB) 2091552

[startup+1002.3 s]
/proc/loadavg: 8.02 7.95 7.01 9/186 19161
/proc/meminfo: memFree=27068716/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=2461800 CPUtime=4002.66 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 2186573 1259 0 0 399943 323 0 0 22 0 5 0 523584399 2520883200 586887 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 615450 586887 181 55 0 613336 0
[pid=19124/tid=19131] ppid=19122 vsize=2461800 CPUtime=1001.94 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 426702 1259 0 0 100139 55 0 0 25 0 5 0 523584433 2520883200 586887 33554432000 4194304 4417332 140736203925776 18446744073709551615 4306307 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=2461800 CPUtime=1001.95 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 460126 1259 0 0 100126 69 0 0 25 0 5 0 523584433 2520883200 586887 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=2461800 CPUtime=1001.87 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 508816 1259 0 0 100119 68 0 0 25 0 5 0 523584433 2520883200 586887 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=2461800 CPUtime=996.54 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 773856 1259 0 0 99527 127 0 0 25 0 5 0 523584433 2520883200 586887 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.66
Current children cumulated vsize (KiB) 2461800

[startup+1062.3 s]
/proc/loadavg: 8.00 7.95 7.07 9/186 19162
/proc/meminfo: memFree=26815968/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=2787320 CPUtime=4242.33 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 2404084 1259 0 0 423878 355 0 0 22 0 5 0 523584399 2854215680 668267 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 696830 668267 181 55 0 694716 0
[pid=19124/tid=19131] ppid=19122 vsize=2787320 CPUtime=1061.95 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 506488 1259 0 0 106127 68 0 0 25 0 5 0 523584433 2854215680 668267 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=2787320 CPUtime=1061.95 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 528499 1259 0 0 106117 78 0 0 25 0 5 0 523584433 2854215680 668267 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=2787320 CPUtime=1061.85 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 541584 1259 0 0 106114 71 0 0 25 0 5 0 523584433 2854215680 668267 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=2787320 CPUtime=1056.21 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 810440 1259 0 0 105487 134 0 0 25 0 5 0 523584433 2854215680 668267 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.33
Current children cumulated vsize (KiB) 2787320

[startup+1122.3 s]
/proc/loadavg: 8.00 7.96 7.12 9/186 19164
/proc/meminfo: memFree=26594352/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=2813424 CPUtime=4482 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 2467954 1259 0 0 447838 362 0 0 22 0 5 0 523584399 2880946176 674793 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 703356 674793 181 55 0 701242 0
[pid=19124/tid=19131] ppid=19122 vsize=2813424 CPUtime=1121.94 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 514680 1259 0 0 112126 68 0 0 25 0 5 0 523584433 2880946176 674793 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=2813424 CPUtime=1121.95 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 584177 1259 0 0 112111 84 0 0 25 0 5 0 523584433 2880946176 674793 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=2813424 CPUtime=1121.85 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 541584 1259 0 0 112114 71 0 0 25 0 5 0 523584433 2880946176 674793 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=2813424 CPUtime=1115.89 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 810440 1259 0 0 111455 134 0 0 25 0 5 0 523584433 2880946176 674793 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482
Current children cumulated vsize (KiB) 2813424

[startup+1182.3 s]
/proc/loadavg: 8.00 7.97 7.18 9/186 19165
/proc/meminfo: memFree=26425204/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=2920652 CPUtime=4721.68 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 2568489 1259 0 0 471792 376 0 0 22 0 5 0 523584399 2990747648 701600 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 730163 701600 181 55 0 728049 0
[pid=19124/tid=19131] ppid=19122 vsize=2920652 CPUtime=1181.94 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 547448 1259 0 0 118122 72 0 0 25 0 5 0 523584433 2990747648 701600 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=2920652 CPUtime=1181.96 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 635560 1259 0 0 118105 91 0 0 25 0 5 0 523584433 2990747648 701600 33554432000 4194304 4417332 140736203925776 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=2920652 CPUtime=1181.85 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 541584 1259 0 0 118114 71 0 0 25 0 5 0 523584433 2990747648 701600 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=2920652 CPUtime=1175.56 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 826824 1259 0 0 117418 138 0 0 25 0 5 0 523584433 2990747648 701600 33554432000 4194304 4417332 140736203925776 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.68
Current children cumulated vsize (KiB) 2920652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.00 7.97 7.19 5/180 19167
/proc/meminfo: memFree=28108544/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=2887884 CPUtime=4800.38 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) S 19122 19124 18155 0 -1 4202496 2593065 1259 0 0 479660 378 0 0 22 0 5 0 523584399 2957193216 693408 33554432000 4194304 4417332 140736203925776 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 721971 693408 181 55 0 719857 0
[pid=19124/tid=19131] ppid=19122 vsize=2887884 CPUtime=1201.65 cores=0,2,4,6
/proc/19124/task/19131/stat : 19131 (plingeling) R 19122 19124 18155 0 -1 4202560 563832 1259 0 0 120091 74 0 0 25 0 5 0 523584433 2957193216 693408 33554432000 4194304 4417332 140736203925776 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19124/tid=19132] ppid=19122 vsize=2887884 CPUtime=1201.66 cores=0,2,4,6
/proc/19124/task/19132/stat : 19132 (plingeling) R 19122 19124 18155 0 -1 4202560 643752 1259 0 0 120074 92 0 0 25 0 5 0 523584433 2957193216 693408 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19124/tid=19133] ppid=19122 vsize=2887884 CPUtime=1201.55 cores=0,2,4,6
/proc/19124/task/19133/stat : 19133 (plingeling) R 19122 19124 18155 0 -1 4202560 541584 1259 0 0 120084 71 0 0 25 0 5 0 523584433 2957193216 693408 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=2887884 CPUtime=1195.16 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4202560 826824 1259 0 0 119378 138 0 0 25 0 5 0 523584433 2957193216 693408 33554432000 4194304 4417332 140736203925776 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 2887884

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

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

[startup+1202.11 s]
/proc/loadavg: 8.00 7.97 7.19 5/180 19167
/proc/meminfo: memFree=28108544/32950928 swapFree=67111448/67111528
[pid=19124] ppid=19122 vsize=0 CPUtime=4800.5 cores=0,2,4,6
/proc/19124/stat : 19124 (plingeling) Z 19122 19124 18155 0 -1 4203548 2593065 1259 0 0 479662 388 0 0 18 0 2 0 523584399 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/19124/statm: 0 0 0 0 0 0 0
[pid=19124/tid=19134] ppid=19122 vsize=0 CPUtime=1195.26 cores=0,2,4,6
/proc/19124/task/19134/stat : 19134 (plingeling) R 19122 19124 18155 0 -1 4203588 826824 1259 0 0 119378 148 0 0 25 0 2 0 523584433 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.5
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.14
CPU time (s): 4800.55
CPU user time (s): 4796.62
CPU system time (s): 3.9244
CPU usage (%): 399.332
Max. virtual memory (cumulated for all children) (KiB): 2986188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.62
system time used= 3.9244
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2594324
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= 130
involuntary context switches= 37953

runsolver used 2.05369 second user time and 4.47832 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 01:30:57
IDJOB=3251560
IDBENCH=88226
IDSOLVER=1605
FILE ID=node126/3251560-1304119857
RUNJOBID= node126-1304119857-19095
PBS_JOBID= 13170683
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1442640602

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.74
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.783
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.783
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.783
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.783
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:     32950928 kB
MemFree:      30879808 kB
Buffers:        264788 kB
Cached:        1419152 kB
SwapCached:         76 kB
Active:         148504 kB
Inactive:      1610736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30879808 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            7452 kB
Writeback:           0 kB
AnonPages:       74944 kB
Mapped:          14884 kB
Slab:           247400 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   260400 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= 71592 MiB
End job on node126 at 2011-04-30 01:51:01