Trace number 3371441

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 4800.3 1203.38

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
Bench CategoryAPPLICATION (applications 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 variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371441-1305416969/watcher-3371441-1305416969 -o /tmp/evaluation-result-3371441-1305416969/solver-3371441-1305416969 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371441-1305416969.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: 6.66 7.60 7.86 5/320 9148
/proc/meminfo: memFree=26119012/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=10428 CPUtime=0 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) R 9146 9148 8545 0 -1 4202496 700 1251 0 0 0 0 0 0 22 0 1 0 385888149 10678272 630 33554432000 4194304 4417452 140734995992640 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9148/statm: 2647 634 148 55 0 533 0

[startup+0.0815611 s]
/proc/loadavg: 6.66 7.60 7.86 5/320 9148
/proc/meminfo: memFree=26119012/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=27800 CPUtime=0.07 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) R 9146 9148 8545 0 -1 4202496 5048 1251 0 0 7 0 0 0 23 0 1 0 385888149 28467200 4974 33554432000 4194304 4417452 140734995992640 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9148/statm: 6950 4974 149 55 0 4836 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27800

[startup+0.100566 s]
/proc/loadavg: 6.66 7.60 7.86 5/320 9148
/proc/meminfo: memFree=26119012/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=27800 CPUtime=0.09 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) R 9146 9148 8545 0 -1 4202496 5048 1251 0 0 9 0 0 0 23 0 1 0 385888149 28467200 4974 33554432000 4194304 4417452 140734995992640 18446744073709551615 4231277 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9148/statm: 6950 4974 149 55 0 4836 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27800

[startup+0.300531 s]
/proc/loadavg: 6.66 7.60 7.86 5/320 9148
/proc/meminfo: memFree=26119012/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=64232 CPUtime=0.29 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) R 9146 9148 8545 0 -1 4202496 14173 1251 0 0 28 1 0 0 24 0 1 0 385888149 65773568 14082 33554432000 4194304 4417452 140734995992640 18446744073709551615 4264900 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9148/statm: 16058 14082 149 55 0 13944 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64232

[startup+0.70042 s]
/proc/loadavg: 6.66 7.60 7.86 5/320 9148
/proc/meminfo: memFree=26119012/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=192908 CPUtime=1.76 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 31724 1251 0 0 172 4 0 0 25 0 5 0 385888149 197537792 21462 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 48227 21462 173 55 0 46113 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 192908

[startup+1.50028 s]
/proc/loadavg: 6.66 7.60 7.86 9/325 9158
/proc/meminfo: memFree=26094288/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=192532 CPUtime=4.94 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 46084 1251 0 0 489 5 0 0 25 0 5 0 385888149 197152768 21368 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 48133 21368 173 55 0 46019 0
[pid=9148/tid=9155] ppid=9146 vsize=192532 CPUtime=1.13 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 10307 1251 0 0 112 1 0 0 25 0 5 0 385888183 197152768 21368 33554432000 4194304 4417452 140734995992640 18446744073709551615 4282476 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=192532 CPUtime=1.15 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 9546 1251 0 0 114 1 0 0 19 0 5 0 385888183 197152768 21368 33554432000 4194304 4417452 140734995992640 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=192532 CPUtime=1.14 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 5839 1251 0 0 114 0 0 0 25 0 5 0 385888183 197152768 21368 33554432000 4194304 4417452 140734995992640 18446744073709551615 4288638 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=192532 CPUtime=1.15 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 2111 1251 0 0 115 0 0 0 25 0 5 0 385888183 197152768 21368 33554432000 4194304 4417452 140734995992640 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 192532

[startup+3.101 s]
/proc/loadavg: 6.66 7.60 7.86 9/325 9158
/proc/meminfo: memFree=26081392/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=199452 CPUtime=11.33 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 65194 1251 0 0 1125 8 0 0 25 0 5 0 385888149 204238848 26843 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 49863 26843 178 55 0 47749 0
[pid=9148/tid=9155] ppid=9146 vsize=199452 CPUtime=2.73 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 15891 1251 0 0 271 2 0 0 25 0 5 0 385888183 204238848 26843 33554432000 4194304 4417452 140734995992640 18446744073709551615 4346520 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=199452 CPUtime=2.75 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 18897 1251 0 0 272 3 0 0 23 0 5 0 385888183 204238848 26843 33554432000 4194304 4417452 140734995992640 18446744073709551615 4346462 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=199452 CPUtime=2.75 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 10013 1251 0 0 274 1 0 0 25 0 5 0 385888183 204238848 26843 33554432000 4194304 4417452 140734995992640 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=199452 CPUtime=2.75 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 2112 1251 0 0 275 0 0 0 25 0 5 0 385888183 204238848 26843 33554432000 4194304 4417452 140734995992640 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 199452

[startup+6.30043 s]
/proc/loadavg: 6.76 7.60 7.86 9/325 9158
/proc/meminfo: memFree=26047200/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=227292 CPUtime=24.11 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 73193 1251 0 0 2401 10 0 0 25 0 5 0 385888149 232747008 34301 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 56823 34301 179 55 0 54709 0
[pid=9148/tid=9155] ppid=9146 vsize=227292 CPUtime=5.89 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 17561 1251 0 0 587 2 0 0 25 0 5 0 385888183 232747008 34301 33554432000 4194304 4417452 140734995992640 18446744073709551615 4257361 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=227292 CPUtime=5.95 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 20311 1251 0 0 592 3 0 0 25 0 5 0 385888183 232747008 34301 33554432000 4194304 4417452 140734995992640 18446744073709551615 4253167 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=227292 CPUtime=5.95 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 14928 1251 0 0 594 1 0 0 25 0 5 0 385888183 232747008 34301 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=227292 CPUtime=5.95 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 2112 1251 0 0 595 0 0 0 25 0 5 0 385888183 232747008 34301 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 227292

[startup+12.7003 s]
/proc/loadavg: 6.94 7.62 7.86 9/325 9158
/proc/meminfo: memFree=26066708/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=221580 CPUtime=49.64 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 76002 1251 0 0 4954 10 0 0 25 0 5 0 385888149 226897920 32874 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 55395 32874 180 55 0 53281 0
[pid=9148/tid=9155] ppid=9146 vsize=221580 CPUtime=12.22 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 18586 1251 0 0 1220 2 0 0 25 0 5 0 385888183 226897920 32874 33554432000 4194304 4417452 140734995992640 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=221580 CPUtime=12.35 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 22095 1251 0 0 1232 3 0 0 25 0 5 0 385888183 226897920 32874 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=221580 CPUtime=12.35 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 14928 1251 0 0 1234 1 0 0 25 0 5 0 385888183 226897920 32874 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=221580 CPUtime=12.35 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 2112 1251 0 0 1235 0 0 0 25 0 5 0 385888183 226897920 32874 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265411 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 221580

[startup+25.5011 s]
/proc/loadavg: 7.18 7.64 7.86 9/325 9158
/proc/meminfo: memFree=25979080/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=225204 CPUtime=100.7 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 80020 1251 0 0 10060 10 0 0 25 0 5 0 385888149 230608896 33780 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 56301 33780 180 55 0 54187 0
[pid=9148/tid=9155] ppid=9146 vsize=225204 CPUtime=24.88 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 18603 1251 0 0 2486 2 0 0 25 0 5 0 385888183 230608896 33780 33554432000 4194304 4417452 140734995992640 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=225204 CPUtime=25.15 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 22395 1251 0 0 2512 3 0 0 25 0 5 0 385888183 230608896 33780 33554432000 4194304 4417452 140734995992640 18446744073709551615 4276025 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=225204 CPUtime=25.15 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 14981 1251 0 0 2514 1 0 0 25 0 5 0 385888183 230608896 33780 33554432000 4194304 4417452 140734995992640 18446744073709551615 4236830 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=225204 CPUtime=25.14 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 5760 1251 0 0 2514 0 0 0 25 0 5 0 385888183 230608896 33780 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364437 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.7
Current children cumulated vsize (KiB) 225204

[startup+51.1006 s]
/proc/loadavg: 7.46 7.67 7.87 9/325 9159
/proc/meminfo: memFree=26038880/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=265772 CPUtime=202.85 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 102542 1251 0 0 20271 14 0 0 25 0 5 0 385888149 272150528 43922 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 66443 43922 180 55 0 64329 0
[pid=9148/tid=9155] ppid=9146 vsize=265772 CPUtime=50.23 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 20684 1251 0 0 5021 2 0 0 25 0 5 0 385888183 272150528 43922 33554432000 4194304 4417452 140734995992640 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=265772 CPUtime=50.75 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 24460 1251 0 0 5072 3 0 0 25 0 5 0 385888183 272150528 43922 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=265772 CPUtime=50.75 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 15030 1251 0 0 5074 1 0 0 25 0 5 0 385888183 272150528 43922 33554432000 4194304 4417452 140734995992640 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=265772 CPUtime=50.74 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 24087 1251 0 0 5071 3 0 0 25 0 5 0 385888183 272150528 43922 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265411 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.85
Current children cumulated vsize (KiB) 265772

[startup+102.313 s]
/proc/loadavg: 7.84 7.74 7.88 9/325 9160
/proc/meminfo: memFree=26028072/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=278952 CPUtime=407.17 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 129371 1251 0 0 40700 17 0 0 25 0 5 0 385888149 285646848 43834 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 69738 43834 180 55 0 67624 0
[pid=9148/tid=9155] ppid=9146 vsize=278952 CPUtime=100.92 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 23555 1251 0 0 10089 3 0 0 25 0 5 0 385888183 285646848 43834 33554432000 4194304 4417452 140734995992640 18446744073709551615 4236574 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=278952 CPUtime=101.96 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 32271 1251 0 0 10192 4 0 0 25 0 5 0 385888183 285646848 43834 33554432000 4194304 4417452 140734995992640 18446744073709551615 4264308 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=278952 CPUtime=101.96 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 18449 1251 0 0 10194 2 0 0 25 0 5 0 385888183 285646848 43834 33554432000 4194304 4417452 140734995992640 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=278952 CPUtime=101.96 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 36815 1251 0 0 10191 5 0 0 25 0 5 0 385888183 285646848 43834 33554432000 4194304 4417452 140734995992640 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.17
Current children cumulated vsize (KiB) 278952

[startup+162.301 s]
/proc/loadavg: 7.94 7.78 7.88 9/325 9162
/proc/meminfo: memFree=26038952/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=298300 CPUtime=646.51 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 191805 1251 0 0 64624 27 0 0 25 0 5 0 385888149 305459200 48671 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 74575 48671 180 55 0 72461 0
[pid=9148/tid=9155] ppid=9146 vsize=298300 CPUtime=160.3 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 36826 1251 0 0 16025 5 0 0 25 0 5 0 385888183 305459200 48671 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=298300 CPUtime=161.95 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 32301 1251 0 0 16191 4 0 0 25 0 5 0 385888183 305459200 48671 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=298300 CPUtime=161.95 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 46718 1251 0 0 16188 7 0 0 25 0 5 0 385888183 305459200 48671 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=298300 CPUtime=161.95 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 57679 1251 0 0 16188 7 0 0 25 0 5 0 385888183 305459200 48671 33554432000 4194304 4417452 140734995992640 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 646.51
Current children cumulated vsize (KiB) 298300


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

[pid=9148/tid=9156] ppid=9146 vsize=558364 CPUtime=761.97 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 140434 1251 0 0 76177 20 0 0 25 0 5 0 385888183 571764736 113687 33554432000 4194304 4417452 140734995992640 18446744073709551615 4320821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=558364 CPUtime=761.97 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 180730 1251 0 0 76171 26 0 0 25 0 5 0 385888183 571764736 113687 33554432000 4194304 4417452 140734995992640 18446744073709551615 4305812 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=558364 CPUtime=761.97 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 125942 1251 0 0 76181 16 0 0 25 0 5 0 385888183 571764736 113687 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.57
Current children cumulated vsize (KiB) 558364

[startup+822.301 s]
/proc/loadavg: 8.03 8.03 7.98 9/325 9191
/proc/meminfo: memFree=24693108/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=873572 CPUtime=3279.94 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 721944 1251 0 0 327894 100 0 0 25 0 5 0 385888149 894537728 192489 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 218393 192489 180 55 0 216279 0
[pid=9148/tid=9155] ppid=9146 vsize=873572 CPUtime=813.7 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 151760 1251 0 0 81349 21 0 0 25 0 5 0 385888183 894537728 192489 33554432000 4194304 4417452 140734995992640 18446744073709551615 4354497 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=873572 CPUtime=821.96 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 185350 1251 0 0 82171 25 0 0 25 0 5 0 385888183 894537728 192489 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=873572 CPUtime=821.95 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 230296 1251 0 0 82162 33 0 0 25 0 5 0 385888183 894537728 192489 33554432000 4194304 4417452 140734995992640 18446744073709551615 4357269 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=873572 CPUtime=821.96 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 136257 1251 0 0 82179 17 0 0 25 0 5 0 385888183 894537728 192489 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.94
Current children cumulated vsize (KiB) 873572

[startup+882.301 s]
/proc/loadavg: 8.14 8.06 7.99 9/325 9193
/proc/meminfo: memFree=25284432/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=832160 CPUtime=3519.33 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 835855 1251 0 0 351816 117 0 0 25 0 5 0 385888149 852131840 182146 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 208040 182146 180 55 0 205926 0
[pid=9148/tid=9155] ppid=9146 vsize=832160 CPUtime=873.09 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 184252 1251 0 0 87284 25 0 0 25 0 5 0 385888183 852131840 182146 33554432000 4194304 4417452 140734995992640 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=832160 CPUtime=881.95 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 189457 1251 0 0 88169 26 0 0 25 0 5 0 385888183 852131840 182146 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=832160 CPUtime=881.95 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 295671 1251 0 0 88151 44 0 0 25 0 5 0 385888183 852131840 182146 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=832160 CPUtime=881.95 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 148194 1251 0 0 88177 18 0 0 25 0 5 0 385888183 852131840 182146 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3519.33
Current children cumulated vsize (KiB) 832160

[startup+942.301 s]
/proc/loadavg: 8.05 8.04 7.99 9/325 9195
/proc/meminfo: memFree=25118080/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=936828 CPUtime=3758.74 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 904959 1251 0 0 375749 125 0 0 25 0 5 0 385888149 959311872 208303 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 234207 208303 180 55 0 232093 0
[pid=9148/tid=9155] ppid=9146 vsize=936828 CPUtime=932.5 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 195953 1251 0 0 93224 26 0 0 25 0 5 0 385888183 959311872 208303 33554432000 4194304 4417452 140734995992640 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=936828 CPUtime=941.96 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 207023 1251 0 0 94168 28 0 0 25 0 5 0 385888183 959311872 208303 33554432000 4194304 4417452 140734995992640 18446744073709551615 4358080 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=936828 CPUtime=941.96 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 309486 1251 0 0 94150 46 0 0 25 0 5 0 385888183 959311872 208303 33554432000 4194304 4417452 140734995992640 18446744073709551615 4354524 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=936828 CPUtime=941.96 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 174216 1251 0 0 94174 22 0 0 25 0 5 0 385888183 959311872 208303 33554432000 4194304 4417452 140734995992640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.74
Current children cumulated vsize (KiB) 936828

[startup+1002.3 s]
/proc/loadavg: 8.12 8.06 8.00 9/325 9196
/proc/meminfo: memFree=24500248/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=1361836 CPUtime=3998.14 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 1089325 1251 0 0 399661 153 0 0 25 0 5 0 385888149 1394520064 314554 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 340459 314554 180 55 0 338345 0
[pid=9148/tid=9155] ppid=9146 vsize=1361836 CPUtime=991.9 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 239071 1251 0 0 99158 32 0 0 25 0 5 0 385888183 1394520064 314554 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=1361836 CPUtime=1001.95 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 256831 1251 0 0 100160 35 0 0 25 0 5 0 385888183 1394520064 314554 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=1361836 CPUtime=1001.96 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 380125 1251 0 0 100140 56 0 0 25 0 5 0 385888183 1394520064 314554 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=1361836 CPUtime=1001.96 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 195017 1251 0 0 100170 26 0 0 25 0 5 0 385888183 1394520064 314554 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3998.14
Current children cumulated vsize (KiB) 1361836

[startup+1062.3 s]
/proc/loadavg: 8.14 8.08 8.00 9/325 9198
/proc/meminfo: memFree=24709336/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=917528 CPUtime=4237.56 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 1161562 1251 0 0 423590 166 0 0 25 0 5 0 385888149 939548672 203478 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 229382 203478 180 55 0 227268 0
[pid=9148/tid=9155] ppid=9146 vsize=917528 CPUtime=1051.31 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 239673 1251 0 0 105098 33 0 0 25 0 5 0 385888183 939548672 203478 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=917528 CPUtime=1061.96 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 273378 1251 0 0 106157 39 0 0 25 0 5 0 385888183 939548672 203478 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=917528 CPUtime=1061.96 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 425160 1251 0 0 106133 63 0 0 25 0 5 0 385888183 939548672 203478 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=917528 CPUtime=1061.97 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 205070 1251 0 0 106169 28 0 0 25 0 5 0 385888183 939548672 203478 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4237.56
Current children cumulated vsize (KiB) 917528

[startup+1122.3 s]
/proc/loadavg: 8.09 8.08 8.00 9/325 9199
/proc/meminfo: memFree=24362600/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=1119696 CPUtime=4476.95 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 1251000 1251 0 0 447517 178 0 0 25 0 5 0 385888149 1146568704 254020 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 279924 254020 180 55 0 277810 0
[pid=9148/tid=9155] ppid=9146 vsize=1119696 CPUtime=1110.7 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 249721 1251 0 0 111036 34 0 0 25 0 5 0 385888183 1146568704 254020 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=1119696 CPUtime=1121.96 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 302412 1251 0 0 112153 43 0 0 25 0 5 0 385888183 1146568704 254020 33554432000 4194304 4417452 140734995992640 18446744073709551615 4366090 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=1119696 CPUtime=1121.96 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 475061 1251 0 0 112126 70 0 0 25 0 5 0 385888183 1146568704 254020 33554432000 4194304 4417452 140734995992640 18446744073709551615 4358287 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=1119696 CPUtime=1121.96 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 205525 1251 0 0 112168 28 0 0 25 0 5 0 385888183 1146568704 254020 33554432000 4194304 4417452 140734995992640 18446744073709551615 4357936 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.95
Current children cumulated vsize (KiB) 1119696

[startup+1182.3 s]
/proc/loadavg: 5.95 7.52 7.82 5/315 9219
/proc/meminfo: memFree=26076424/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=1273528 CPUtime=4716.36 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 1389828 1251 0 0 471438 198 0 0 25 0 5 0 385888149 1304092672 299998 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 318382 299998 180 55 0 316268 0
[pid=9148/tid=9155] ppid=9146 vsize=1273528 CPUtime=1170.11 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 283119 1251 0 0 116973 38 0 0 25 0 5 0 385888183 1304092672 299998 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=1273528 CPUtime=1181.96 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 336054 1251 0 0 118147 49 0 0 25 0 5 0 385888183 1304092672 299998 33554432000 4194304 4417452 140734995992640 18446744073709551615 4236852 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=1273528 CPUtime=1181.96 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 518408 1251 0 0 118120 76 0 0 25 0 5 0 385888183 1304092672 299998 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=1273528 CPUtime=1181.96 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 233966 1251 0 0 118165 31 0 0 25 0 5 0 385888183 1304092672 299998 33554432000 4194304 4417452 140734995992640 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4716.36
Current children cumulated vsize (KiB) 1273528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 5.28 7.23 7.71 5/315 9220
/proc/meminfo: memFree=25950284/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=1436280 CPUtime=4800.2 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 1419254 1251 0 0 479818 202 0 0 25 0 5 0 385888149 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 359070 329424 180 55 0 356956 0
[pid=9148/tid=9155] ppid=9146 vsize=1436280 CPUtime=1190.9 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 286329 1251 0 0 119051 39 0 0 25 0 5 0 385888183 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=1436280 CPUtime=1202.98 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 336054 1251 0 0 120249 49 0 0 25 0 5 0 385888183 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=1436280 CPUtime=1202.99 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 523118 1251 0 0 120221 78 0 0 25 0 5 0 385888183 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265425 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=1436280 CPUtime=1202.99 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 255472 1251 0 0 120266 33 0 0 25 0 5 0 385888183 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1436280

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

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

[startup+1203.3 s]
/proc/loadavg: 5.28 7.23 7.71 5/315 9220
/proc/meminfo: memFree=25950284/32951124 swapFree=46575252/67111528
[pid=9148] ppid=9146 vsize=1436280 CPUtime=4800.2 cores=1,3,5,7
/proc/9148/stat : 9148 (plingeling) S 9146 9148 8545 0 -1 4202496 1419254 1251 0 0 479818 202 0 0 25 0 5 0 385888149 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/9148/statm: 359070 329424 180 55 0 356956 0
[pid=9148/tid=9155] ppid=9146 vsize=1436280 CPUtime=1190.9 cores=1,3,5,7
/proc/9148/task/9155/stat : 9155 (plingeling) R 9146 9148 8545 0 -1 4202560 286329 1251 0 0 119051 39 0 0 25 0 5 0 385888183 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9148/tid=9156] ppid=9146 vsize=1436280 CPUtime=1202.98 cores=1,3,5,7
/proc/9148/task/9156/stat : 9156 (plingeling) R 9146 9148 8545 0 -1 4202560 336054 1251 0 0 120249 49 0 0 25 0 5 0 385888183 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9148/tid=9157] ppid=9146 vsize=1436280 CPUtime=1202.99 cores=1,3,5,7
/proc/9148/task/9157/stat : 9157 (plingeling) R 9146 9148 8545 0 -1 4202560 523118 1251 0 0 120221 78 0 0 25 0 5 0 385888183 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 4265425 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9148/tid=9158] ppid=9146 vsize=1436280 CPUtime=1202.99 cores=1,3,5,7
/proc/9148/task/9158/stat : 9158 (plingeling) R 9146 9148 8545 0 -1 4202560 255472 1251 0 0 120266 33 0 0 25 0 5 0 385888183 1470750720 329424 33554432000 4194304 4417452 140734995992640 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1436280

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.38
CPU time (s): 4800.3
CPU user time (s): 4798.22
CPU system time (s): 2.07968
CPU usage (%): 398.902
Max. virtual memory (cumulated for all children) (KiB): 1436280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.22
system time used= 2.07968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1420505
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= 168
involuntary context switches= 35713

runsolver used 3.11852 second user time and 8.95264 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 01:49:29
IDJOB=3371441
IDBENCH=70797
IDSOLVER=1848
FILE ID=node107/3371441-1305416969
RUNJOBID= node107-1305416890-9081
PBS_JOBID= 13324536
Free space on /tmp= 73304 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand064.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371441-1305416969/watcher-3371441-1305416969 -o /tmp/evaluation-result-3371441-1305416969/solver-3371441-1305416969 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371441-1305416969.cnf

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=1396790459

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26119292 kB
Buffers:        138992 kB
Cached:        1109116 kB
SwapCached:       9832 kB
Active:        6406604 kB
Inactive:       141868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26119292 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:            5216 kB
Writeback:           0 kB
AnonPages:     5297088 kB
Mapped:          19636 kB
Slab:           147068 kB
PageTables:      70420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65995580 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= 73432 MiB
End job on node107 at 2011-05-15 02:09:34