Trace number 3258954

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.35 1201.75

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3258954-1304053127/watcher-3258954-1304053127 -o /tmp/evaluation-result-3258954-1304053127/solver-3258954-1304053127 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3258954-1304053127.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: 4.31 6.73 7.54 2/174 24499
/proc/meminfo: memFree=14985880/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) R 24497 24499 22103 0 -1 4202496 367 1261 0 0 0 0 0 0 22 0 1 0 497728597 9445376 296 33554432000 4194304 4417332 140733486288256 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24499/statm: 2306 296 146 55 0 192 0

[startup+0.0367769 s]
/proc/loadavg: 4.31 6.73 7.54 2/174 24499
/proc/meminfo: memFree=14985880/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=119992 CPUtime=0.04 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1480 1261 0 0 4 0 0 0 22 0 5 0 497728597 122871808 1405 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 29998 1405 170 55 0 27884 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 119992

[startup+0.136759 s]
/proc/loadavg: 4.31 6.73 7.54 2/174 24499
/proc/meminfo: memFree=14985880/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=121824 CPUtime=0.44 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 2807 1261 0 0 44 0 0 0 22 0 5 0 497728597 124747776 1868 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 30456 1868 176 55 0 28342 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 121824

[startup+0.30073 s]
/proc/loadavg: 4.31 6.73 7.54 2/174 24499
/proc/meminfo: memFree=14985880/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=124944 CPUtime=1.1 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 3948 1261 0 0 110 0 0 0 22 0 5 0 497728597 127942656 2652 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 31236 2652 180 55 0 29122 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 124944

[startup+0.70066 s]
/proc/loadavg: 4.31 6.73 7.54 2/174 24499
/proc/meminfo: memFree=14985880/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=126688 CPUtime=2.69 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 6377 1261 0 0 269 0 0 0 22 0 5 0 497728597 129728512 3088 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 31672 3088 180 55 0 29558 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 126688

[startup+1.50052 s]
/proc/loadavg: 4.69 6.77 7.54 9/186 24524
/proc/meminfo: memFree=14931968/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=134772 CPUtime=5.89 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 9896 1261 0 0 588 1 0 0 22 0 5 0 497728597 138006528 5109 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 33693 5109 180 55 0 31579 0
[pid=24499/tid=24506] ppid=24497 vsize=134772 CPUtime=1.47 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 631 1261 0 0 147 0 0 0 25 0 5 0 497728600 138006528 5109 33554432000 4194304 4417332 140733486288256 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=134772 CPUtime=1.46 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 608 1261 0 0 146 0 0 0 25 0 5 0 497728600 138006528 5109 33554432000 4194304 4417332 140733486288256 18446744073709551615 4336643 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=134772 CPUtime=1.46 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 1499 1261 0 0 146 0 0 0 25 0 5 0 497728600 138006528 5109 33554432000 4194304 4417332 140733486288256 18446744073709551615 4352243 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=134772 CPUtime=1.45 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 5705 1261 0 0 145 0 0 0 25 0 5 0 497728600 138006528 5109 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 134772

[startup+3.10023 s]
/proc/loadavg: 4.69 6.77 7.54 9/186 24524
/proc/meminfo: memFree=14928500/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=138336 CPUtime=12.28 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 16091 1261 0 0 1226 2 0 0 22 0 5 0 497728597 141656064 6000 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 34584 6000 180 55 0 32470 0
[pid=24499/tid=24506] ppid=24497 vsize=138336 CPUtime=3.06 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 831 1261 0 0 306 0 0 0 25 0 5 0 497728600 141656064 6000 33554432000 4194304 4417332 140733486288256 18446744073709551615 4258263 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=138336 CPUtime=3.06 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 808 1261 0 0 306 0 0 0 25 0 5 0 497728600 141656064 6000 33554432000 4194304 4417332 140733486288256 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=138336 CPUtime=3.06 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 2477 1261 0 0 306 0 0 0 25 0 5 0 497728600 141656064 6000 33554432000 4194304 4417332 140733486288256 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=138336 CPUtime=3.05 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 10522 1261 0 0 303 2 0 0 25 0 5 0 497728600 141656064 6000 33554432000 4194304 4417332 140733486288256 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 138336

[startup+6.30066 s]
/proc/loadavg: 4.69 6.77 7.54 9/186 24524
/proc/meminfo: memFree=14876624/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=149956 CPUtime=25.06 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 33711 1261 0 0 2502 4 0 0 22 0 5 0 497728597 153554944 8984 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 37489 8984 180 55 0 35375 0
[pid=24499/tid=24506] ppid=24497 vsize=149956 CPUtime=6.26 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 3191 1261 0 0 626 0 0 0 25 0 5 0 497728600 153554944 8984 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=149956 CPUtime=6.26 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 3165 1261 0 0 626 0 0 0 25 0 5 0 497728600 153554944 8984 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=149956 CPUtime=6.26 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 5765 1261 0 0 626 0 0 0 25 0 5 0 497728600 153554944 8984 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=149956 CPUtime=6.23 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 20137 1261 0 0 621 2 0 0 25 0 5 0 497728600 153554944 8984 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 149956

[startup+12.7005 s]
/proc/loadavg: 5.20 6.81 7.55 9/186 24525
/proc/meminfo: memFree=14844300/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=177704 CPUtime=50.63 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 62007 1261 0 0 5054 9 0 0 22 0 5 0 497728597 181968896 15719 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 44426 15719 180 55 0 42312 0
[pid=24499/tid=24506] ppid=24497 vsize=177704 CPUtime=12.66 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 9644 1261 0 0 1265 1 0 0 25 0 5 0 497728600 181968896 15719 33554432000 4194304 4417332 140733486288256 18446744073709551615 18446744073699065918 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=177704 CPUtime=12.66 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 8835 1261 0 0 1265 1 0 0 25 0 5 0 497728600 181968896 15719 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=177704 CPUtime=12.66 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 10692 1261 0 0 1265 1 0 0 25 0 5 0 497728600 181968896 15719 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=177704 CPUtime=12.59 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 31383 1261 0 0 1255 4 0 0 25 0 5 0 497728600 181968896 15719 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 177704

[startup+25.5012 s]
/proc/loadavg: 5.71 6.86 7.56 9/186 24525
/proc/meminfo: memFree=14788388/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=204100 CPUtime=101.77 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 104966 1261 0 0 10160 17 0 0 22 0 5 0 497728597 208998400 22481 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 51025 22481 180 55 0 48911 0
[pid=24499/tid=24506] ppid=24497 vsize=204100 CPUtime=25.46 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 19634 1261 0 0 2544 2 0 0 25 0 5 0 497728600 208998400 22481 33554432000 4194304 4417332 140733486288256 18446744073709551615 4353408 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=204100 CPUtime=25.46 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 15915 1261 0 0 2544 2 0 0 25 0 5 0 497728600 208998400 22481 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=204100 CPUtime=25.46 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 21788 1261 0 0 2542 4 0 0 25 0 5 0 497728600 208998400 22481 33554432000 4194304 4417332 140733486288256 18446744073709551615 4357173 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=204100 CPUtime=25.32 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 46176 1261 0 0 2525 7 0 0 25 0 5 0 497728600 208998400 22481 33554432000 4194304 4417332 140733486288256 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 204100

[startup+51.1006 s]
/proc/loadavg: 6.49 6.95 7.57 9/186 24526
/proc/meminfo: memFree=14659880/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=252640 CPUtime=204.02 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 175354 1261 0 0 20375 27 0 0 22 0 5 0 497728597 258703360 34597 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 63160 34597 180 55 0 61046 0
[pid=24499/tid=24506] ppid=24497 vsize=252640 CPUtime=51.07 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 36303 1261 0 0 5102 5 0 0 25 0 5 0 497728600 258703360 34597 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=252640 CPUtime=51.06 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 29689 1261 0 0 5102 4 0 0 25 0 5 0 497728600 258703360 34597 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=252640 CPUtime=51.06 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 38442 1261 0 0 5100 6 0 0 25 0 5 0 497728600 258703360 34597 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=252640 CPUtime=50.79 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 69467 1261 0 0 5068 11 0 0 25 0 5 0 497728600 258703360 34597 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 252640

[startup+102.306 s]
/proc/loadavg: 7.45 7.14 7.59 9/186 24527
/proc/meminfo: memFree=14532016/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=303656 CPUtime=408.56 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 268343 1261 0 0 40814 42 0 0 22 0 5 0 497728597 310943744 47351 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 75914 47351 180 55 0 73800 0
[pid=24499/tid=24506] ppid=24497 vsize=303656 CPUtime=102.26 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 58669 1261 0 0 10218 8 0 0 25 0 5 0 497728600 310943744 47351 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=303656 CPUtime=102.27 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 45386 1261 0 0 10220 7 0 0 25 0 5 0 497728600 310943744 47351 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=303656 CPUtime=102.26 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 59159 1261 0 0 10217 9 0 0 25 0 5 0 497728600 310943744 47351 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=303656 CPUtime=101.7 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 103676 1261 0 0 10154 16 0 0 25 0 5 0 497728600 310943744 47351 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 303656

[startup+162.301 s]
/proc/loadavg: 7.84 7.31 7.62 9/186 24538
/proc/meminfo: memFree=14229772/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=362896 CPUtime=648.23 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 382441 1261 0 0 64763 60 0 0 22 0 5 0 497728597 371605504 62162 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 90724 62162 181 55 0 88610 0
[pid=24499/tid=24506] ppid=24497 vsize=362896 CPUtime=162.27 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 84683 1261 0 0 16214 13 0 0 25 0 5 0 497728600 371605504 62162 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=362896 CPUtime=162.26 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 64832 1261 0 0 16216 10 0 0 25 0 5 0 497728600 371605504 62162 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=362896 CPUtime=162.26 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 86571 1261 0 0 16213 13 0 0 25 0 5 0 497728600 371605504 62162 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=362896 CPUtime=161.38 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 144902 1261 0 0 16116 22 0 0 25 0 5 0 497728600 371605504 62162 33554432000 4194304 4417332 140733486288256 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 362896


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

[pid=24499/tid=24507] ppid=24497 vsize=697620 CPUtime=762.28 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 210601 1261 0 0 76196 32 0 0 25 0 5 0 497728600 714362880 145843 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=697620 CPUtime=762.28 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 246835 1261 0 0 76190 38 0 0 25 0 5 0 497728600 714362880 145843 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=697620 CPUtime=758.13 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 331822 1261 0 0 75758 55 0 0 25 0 5 0 497728600 714362880 145843 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 697620

[startup+822.301 s]
/proc/loadavg: 8.22 8.06 7.86 9/186 24555
/proc/meminfo: memFree=13425056/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=748160 CPUtime=3284.69 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1090641 1261 0 0 328298 171 0 0 22 0 5 0 497728597 766115840 158478 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 187040 158478 181 55 0 184926 0
[pid=24499/tid=24506] ppid=24497 vsize=748160 CPUtime=822.28 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 264353 1261 0 0 82190 38 0 0 25 0 5 0 497728600 766115840 158478 33554432000 4194304 4417332 140733486288256 18446744073709551615 4354428 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=748160 CPUtime=822.28 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 222214 1261 0 0 82194 34 0 0 25 0 5 0 497728600 766115840 158478 33554432000 4194304 4417332 140733486288256 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=748160 CPUtime=822.28 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 251839 1261 0 0 82189 39 0 0 25 0 5 0 497728600 766115840 158478 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=748160 CPUtime=817.8 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 350782 1261 0 0 81721 59 0 0 25 0 5 0 497728600 766115840 158478 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 748160

[startup+882.301 s]
/proc/loadavg: 8.20 8.08 7.88 9/186 24557
/proc/meminfo: memFree=13276596/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=743676 CPUtime=3524.36 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1139657 1261 0 0 352258 178 0 0 22 0 5 0 497728597 761524224 157357 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 185919 157357 181 55 0 183805 0
[pid=24499/tid=24506] ppid=24497 vsize=743676 CPUtime=882.29 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 279005 1261 0 0 88188 41 0 0 25 0 5 0 497728600 761524224 157357 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=743676 CPUtime=882.28 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 237483 1261 0 0 88192 36 0 0 25 0 5 0 497728600 761524224 157357 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=743676 CPUtime=882.28 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 270934 1261 0 0 88186 42 0 0 25 0 5 0 497728600 761524224 157357 33554432000 4194304 4417332 140733486288256 18446744073709551615 4344093 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=743676 CPUtime=877.47 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 350782 1261 0 0 87688 59 0 0 25 0 5 0 497728600 761524224 157357 33554432000 4194304 4417332 140733486288256 18446744073709551615 4321577 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 743676

[startup+942.301 s]
/proc/loadavg: 8.19 8.09 7.89 9/186 24558
/proc/meminfo: memFree=13142772/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=780020 CPUtime=3764.05 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1168665 1261 0 0 376222 183 0 0 22 0 5 0 497728597 798740480 166443 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 195005 166443 181 55 0 192891 0
[pid=24499/tid=24506] ppid=24497 vsize=780020 CPUtime=942.29 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 291822 1261 0 0 94186 43 0 0 25 0 5 0 497728600 798740480 166443 33554432000 4194304 4417332 140733486288256 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=780020 CPUtime=942.28 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 241579 1261 0 0 94192 36 0 0 25 0 5 0 497728600 798740480 166443 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=780020 CPUtime=942.28 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 283029 1261 0 0 94184 44 0 0 25 0 5 0 497728600 798740480 166443 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=780020 CPUtime=937.15 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 350782 1261 0 0 93656 59 0 0 25 0 5 0 497728600 798740480 166443 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 780020

[startup+1002.3 s]
/proc/loadavg: 8.17 8.10 7.91 9/186 24560
/proc/meminfo: memFree=12948920/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=922064 CPUtime=4003.73 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1212598 1261 0 0 400181 192 0 0 22 0 5 0 497728597 944193536 201954 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 230516 201954 181 55 0 228402 0
[pid=24499/tid=24506] ppid=24497 vsize=922064 CPUtime=1002.28 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 309415 1261 0 0 100183 45 0 0 25 0 5 0 497728600 944193536 201954 33554432000 4194304 4417332 140733486288256 18446744073709551615 4366370 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=922064 CPUtime=1002.28 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 263823 1261 0 0 100187 41 0 0 25 0 5 0 497728600 944193536 201954 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=922064 CPUtime=1002.28 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 287125 1261 0 0 100184 44 0 0 25 0 5 0 497728600 944193536 201954 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=922064 CPUtime=996.82 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 350782 1261 0 0 99623 59 0 0 25 0 5 0 497728600 944193536 201954 33554432000 4194304 4417332 140733486288256 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 922064

[startup+1062.3 s]
/proc/loadavg: 8.16 8.11 7.92 9/186 24562
/proc/meminfo: memFree=12947388/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=928916 CPUtime=4243.41 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1229926 1261 0 0 424146 195 0 0 22 0 5 0 497728597 951209984 203667 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 232229 203667 181 55 0 230115 0
[pid=24499/tid=24506] ppid=24497 vsize=928916 CPUtime=1062.29 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 319705 1261 0 0 106182 47 0 0 25 0 5 0 497728600 951209984 203667 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=928916 CPUtime=1062.28 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 263823 1261 0 0 106187 41 0 0 25 0 5 0 497728600 951209984 203667 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=928916 CPUtime=1062.28 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 287125 1261 0 0 106184 44 0 0 25 0 5 0 497728600 951209984 203667 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=928916 CPUtime=1056.49 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 357820 1261 0 0 105589 60 0 0 25 0 5 0 497728600 951209984 203667 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 928916

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 7.93 9/186 24563
/proc/meminfo: memFree=12579072/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=959176 CPUtime=4483.09 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1237491 1261 0 0 448113 196 0 0 22 0 5 0 497728597 982196224 211232 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 239794 211232 181 55 0 237680 0
[pid=24499/tid=24506] ppid=24497 vsize=959176 CPUtime=1122.29 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 327270 1261 0 0 112181 48 0 0 25 0 5 0 497728600 982196224 211232 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=959176 CPUtime=1122.28 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 263823 1261 0 0 112187 41 0 0 25 0 5 0 497728600 982196224 211232 33554432000 4194304 4417332 140733486288256 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=959176 CPUtime=1122.28 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 287125 1261 0 0 112184 44 0 0 25 0 5 0 497728600 982196224 211232 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=959176 CPUtime=1116.17 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 357820 1261 0 0 111557 60 0 0 25 0 5 0 497728600 982196224 211232 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 959176

[startup+1182.3 s]
/proc/loadavg: 8.09 8.11 7.94 9/186 24565
/proc/meminfo: memFree=12702172/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=825512 CPUtime=4722.77 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1340284 1261 0 0 472064 213 0 0 22 0 5 0 497728597 845324288 177816 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 206378 177816 181 55 0 204264 0
[pid=24499/tid=24506] ppid=24497 vsize=825512 CPUtime=1182.29 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 342065 1261 0 0 118178 51 0 0 25 0 5 0 497728600 845324288 177816 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=825512 CPUtime=1182.28 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 307930 1261 0 0 118180 48 0 0 25 0 5 0 497728600 845324288 177816 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=825512 CPUtime=1182.29 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 297228 1261 0 0 118183 46 0 0 25 0 5 0 497728600 845324288 177816 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=825512 CPUtime=1175.85 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 391608 1261 0 0 117519 66 0 0 25 0 5 0 497728600 845324288 177816 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 825512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.12 7.94 9/186 24565
/proc/meminfo: memFree=12387704/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=870680 CPUtime=4800.28 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1351576 1261 0 0 479813 215 0 0 22 0 5 0 497728597 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 217670 189108 181 55 0 215556 0
[pid=24499/tid=24506] ppid=24497 vsize=870680 CPUtime=1201.69 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 344754 1261 0 0 120118 51 0 0 25 0 5 0 497728600 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=870680 CPUtime=1201.69 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 307930 1261 0 0 120121 48 0 0 25 0 5 0 497728600 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=870680 CPUtime=1201.69 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 305831 1261 0 0 120121 48 0 0 25 0 5 0 497728600 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=870680 CPUtime=1195.14 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 391608 1261 0 0 119448 66 0 0 25 0 5 0 497728600 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 870680

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

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

[startup+1201.7 s]
/proc/loadavg: 8.14 8.12 7.94 9/186 24565
/proc/meminfo: memFree=12387704/32951124 swapFree=67111528/67111528
[pid=24499] ppid=24497 vsize=870680 CPUtime=4800.28 cores=1,3,5,7
/proc/24499/stat : 24499 (plingeling) S 24497 24499 22103 0 -1 4202496 1351576 1261 0 0 479813 215 0 0 22 0 5 0 497728597 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24499/statm: 217670 189108 181 55 0 215556 0
[pid=24499/tid=24506] ppid=24497 vsize=870680 CPUtime=1201.69 cores=1,3,5,7
/proc/24499/task/24506/stat : 24506 (plingeling) R 24497 24499 22103 0 -1 4202560 344754 1261 0 0 120118 51 0 0 25 0 5 0 497728600 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24499/tid=24507] ppid=24497 vsize=870680 CPUtime=1201.69 cores=1,3,5,7
/proc/24499/task/24507/stat : 24507 (plingeling) R 24497 24499 22103 0 -1 4202560 307930 1261 0 0 120121 48 0 0 25 0 5 0 497728600 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24499/tid=24508] ppid=24497 vsize=870680 CPUtime=1201.69 cores=1,3,5,7
/proc/24499/task/24508/stat : 24508 (plingeling) R 24497 24499 22103 0 -1 4202560 305831 1261 0 0 120121 48 0 0 25 0 5 0 497728600 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24499/tid=24509] ppid=24497 vsize=870680 CPUtime=1195.14 cores=1,3,5,7
/proc/24499/task/24509/stat : 24509 (plingeling) R 24497 24499 22103 0 -1 4202560 391608 1261 0 0 119448 66 0 0 25 0 5 0 497728600 891576320 189108 33554432000 4194304 4417332 140733486288256 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 870680

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.35
CPU user time (s): 4798.15
CPU system time (s): 2.19267
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 1056880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.15
system time used= 2.19267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1352837
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= 64
involuntary context switches= 32623

runsolver used 1.90271 second user time and 4.66229 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 06:58:47
IDJOB=3258954
IDBENCH=71444
IDSOLVER=1605
FILE ID=node145/3258954-1304053127
RUNJOBID= node145-1304053127-24486
PBS_JOBID= 13170354
Free space on /tmp= 72204 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g9.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258954-1304053127/watcher-3258954-1304053127 -o /tmp/evaluation-result-3258954-1304053127/solver-3258954-1304053127 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3258954-1304053127.cnf

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=2138095661

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14986036 kB
Buffers:       2099824 kB
Cached:       15224988 kB
SwapCached:          0 kB
Active:        5186348 kB
Inactive:     12206608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14986036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1300 kB
Writeback:           0 kB
AnonPages:       67572 kB
Mapped:          14492 kB
Slab:           508692 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187100 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= 72204 MiB
End job on node145 at 2011-04-29 07:18:51