Trace number 3258074

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.17 1201.97

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g3.cnf
MD5SUM226123ce9245dfa4b876682016123861
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0692
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3258074-1304048683/watcher-3258074-1304048683 -o /tmp/evaluation-result-3258074-1304048683/solver-3258074-1304048683 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3258074-1304048683.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.58 5.12 6.69 3/176 19846
/proc/meminfo: memFree=18814176/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=9196 CPUtime=0 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) R 19844 19846 19389 0 -1 4202496 364 1250 0 0 0 0 0 0 22 0 1 0 516466285 9416704 292 33554432000 4194304 4417332 140735759836784 18446744073709551615 4231675 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/19846/statm: 2299 292 146 55 0 185 0

[startup+0.048875 s]
/proc/loadavg: 3.58 5.12 6.69 3/176 19846
/proc/meminfo: memFree=18814176/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=58376 CPUtime=0.05 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 2471 1250 0 0 5 0 0 0 22 0 5 0 516466285 59777024 2395 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 14594 2395 169 55 0 12480 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 58376

[startup+0.148858 s]
/proc/loadavg: 3.58 5.12 6.69 3/176 19846
/proc/meminfo: memFree=18814176/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=60872 CPUtime=0.44 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 4471 1250 0 0 44 0 0 0 22 0 5 0 516466285 62332928 3002 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 15218 3002 177 55 0 13104 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 60872

[startup+0.300831 s]
/proc/loadavg: 3.58 5.12 6.69 3/176 19846
/proc/meminfo: memFree=18814176/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=129484 CPUtime=1.05 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 5657 1250 0 0 105 0 0 0 22 0 5 0 516466285 132591616 3776 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 32371 3776 181 55 0 30257 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 129484

[startup+0.70076 s]
/proc/loadavg: 3.58 5.12 6.69 3/176 19846
/proc/meminfo: memFree=18814176/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=134112 CPUtime=2.65 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 7599 1250 0 0 265 0 0 0 22 0 5 0 516466285 137330688 4933 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 33528 4933 181 55 0 31414 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 134112

[startup+1.50062 s]
/proc/loadavg: 3.58 5.12 6.69 9/186 19861
/proc/meminfo: memFree=18780664/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=138624 CPUtime=5.85 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 11219 1250 0 0 584 1 0 0 22 0 5 0 516466285 141950976 6061 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 34656 6061 181 55 0 32542 0
[pid=19846/tid=19858] ppid=19844 vsize=138624 CPUtime=1.45 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 1392 1250 0 0 145 0 0 0 25 0 5 0 516466289 141950976 6061 33554432000 4194304 4417332 140735759836784 18446744073709551615 4337056 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=138624 CPUtime=1.45 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 792 1250 0 0 145 0 0 0 25 0 5 0 516466289 141950976 6061 33554432000 4194304 4417332 140735759836784 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=138624 CPUtime=1.45 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 804 1250 0 0 145 0 0 0 25 0 5 0 516466289 141950976 6061 33554432000 4194304 4417332 140735759836784 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=138624 CPUtime=1.44 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 5793 1250 0 0 144 0 0 0 25 0 5 0 516466289 141950976 6061 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 138624

[startup+3.10033 s]
/proc/loadavg: 3.58 5.12 6.69 9/186 19861
/proc/meminfo: memFree=18765784/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=143728 CPUtime=12.24 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 14438 1250 0 0 1222 2 0 0 22 0 5 0 516466285 147177472 7337 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 35932 7337 181 55 0 33818 0
[pid=19846/tid=19858] ppid=19844 vsize=143728 CPUtime=3.05 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 1392 1250 0 0 305 0 0 0 25 0 5 0 516466289 147177472 7337 33554432000 4194304 4417332 140735759836784 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=143728 CPUtime=3.05 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 792 1250 0 0 305 0 0 0 25 0 5 0 516466289 147177472 7337 33554432000 4194304 4417332 140735759836784 18446744073709551615 4336217 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=143728 CPUtime=3.05 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 804 1250 0 0 305 0 0 0 25 0 5 0 516466289 147177472 7337 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=143728 CPUtime=3.03 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 9012 1250 0 0 302 1 0 0 25 0 5 0 516466289 147177472 7337 33554432000 4194304 4417332 140735759836784 18446744073709551615 4357838 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 143728

[startup+6.30076 s]
/proc/loadavg: 3.93 5.17 6.70 9/186 19861
/proc/meminfo: memFree=18747580/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=160676 CPUtime=25.02 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 25233 1250 0 0 2499 3 0 0 22 0 5 0 516466285 164532224 11574 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 40169 11574 181 55 0 38055 0
[pid=19846/tid=19858] ppid=19844 vsize=160676 CPUtime=6.25 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 1887 1250 0 0 625 0 0 0 25 0 5 0 516466289 164532224 11574 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=160676 CPUtime=6.25 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 1783 1250 0 0 625 0 0 0 25 0 5 0 516466289 164532224 11574 33554432000 4194304 4417332 140735759836784 18446744073709551615 4352152 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=160676 CPUtime=6.25 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 1552 1250 0 0 625 0 0 0 25 0 5 0 516466289 164532224 11574 33554432000 4194304 4417332 140735759836784 18446744073709551615 4353447 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=160676 CPUtime=6.21 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 17573 1250 0 0 619 2 0 0 25 0 5 0 516466289 164532224 11574 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 160676

[startup+12.7006 s]
/proc/loadavg: 4.25 5.21 6.71 9/186 19861
/proc/meminfo: memFree=18707412/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=176188 CPUtime=50.59 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 40692 1250 0 0 5053 6 0 0 22 0 5 0 516466285 180416512 15487 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 44047 15487 181 55 0 41933 0
[pid=19846/tid=19858] ppid=19844 vsize=176188 CPUtime=12.64 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 3594 1250 0 0 1264 0 0 0 25 0 5 0 516466289 180416512 15487 33554432000 4194304 4417332 140735759836784 18446744073709551615 4366571 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=176188 CPUtime=12.65 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 3633 1250 0 0 1265 0 0 0 25 0 5 0 516466289 180416512 15487 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=176188 CPUtime=12.64 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 3493 1250 0 0 1264 0 0 0 25 0 5 0 516466289 180416512 15487 33554432000 4194304 4417332 140735759836784 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=176188 CPUtime=12.58 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 27534 1250 0 0 1255 3 0 0 25 0 5 0 516466289 180416512 15487 33554432000 4194304 4417332 140735759836784 18446744073709551615 4320800 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 176188

[startup+25.5003 s]
/proc/loadavg: 5.08 5.35 6.73 9/186 19862
/proc/meminfo: memFree=18652296/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=222140 CPUtime=101.71 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 90569 1250 0 0 10157 14 0 0 22 0 5 0 516466285 227471360 26975 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 55535 26975 181 55 0 53421 0
[pid=19846/tid=19858] ppid=19844 vsize=222140 CPUtime=25.45 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 12635 1250 0 0 2543 2 0 0 25 0 5 0 516466289 227471360 26975 33554432000 4194304 4417332 140735759836784 18446744073709551615 4321565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=222140 CPUtime=25.44 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 11969 1250 0 0 2543 1 0 0 25 0 5 0 516466289 227471360 26975 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=222140 CPUtime=25.44 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 15674 1250 0 0 2541 3 0 0 25 0 5 0 516466289 227471360 26975 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=222140 CPUtime=25.31 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 47853 1250 0 0 2524 7 0 0 25 0 5 0 516466289 227471360 26975 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 222140

[startup+51.1007 s]
/proc/loadavg: 6.08 5.56 6.76 9/186 19862
/proc/meminfo: memFree=18559632/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=281828 CPUtime=203.98 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 170608 1250 0 0 20371 27 0 0 22 0 5 0 516466285 288591872 41898 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 70457 41898 181 55 0 68343 0
[pid=19846/tid=19858] ppid=19844 vsize=281828 CPUtime=51.05 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 28742 1250 0 0 5101 4 0 0 25 0 5 0 516466289 288591872 41898 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=281828 CPUtime=51.04 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 32102 1250 0 0 5100 4 0 0 25 0 5 0 516466289 288591872 41898 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=281828 CPUtime=51.04 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 30949 1250 0 0 5099 5 0 0 25 0 5 0 516466289 288591872 41898 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=281828 CPUtime=50.78 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 76377 1250 0 0 5066 12 0 0 25 0 5 0 516466289 288591872 41898 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 281828

[startup+102.306 s]
/proc/loadavg: 7.21 5.95 6.83 9/186 19864
/proc/meminfo: memFree=18436356/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=323132 CPUtime=408.51 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 292132 1250 0 0 40804 47 0 0 22 0 5 0 516466285 330887168 52224 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 80783 52224 181 55 0 78669 0
[pid=19846/tid=19858] ppid=19844 vsize=323132 CPUtime=102.25 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 55916 1250 0 0 10216 9 0 0 25 0 5 0 516466289 330887168 52224 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364608 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=323132 CPUtime=102.25 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 61677 1250 0 0 10216 9 0 0 25 0 5 0 516466289 330887168 52224 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=323132 CPUtime=102.24 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 58970 1250 0 0 10215 9 0 0 25 0 5 0 516466289 330887168 52224 33554432000 4194304 4417332 140735759836784 18446744073709551615 4356756 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=323132 CPUtime=101.7 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 113131 1250 0 0 10152 18 0 0 25 0 5 0 516466289 330887168 52224 33554432000 4194304 4417332 140735759836784 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 323132

[startup+162.301 s]
/proc/loadavg: 7.75 6.34 6.90 9/186 19865
/proc/meminfo: memFree=18370004/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=330936 CPUtime=648.17 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 412395 1250 0 0 64749 68 0 0 22 0 5 0 516466285 338878464 54174 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 82734 54174 181 55 0 80620 0
[pid=19846/tid=19858] ppid=19844 vsize=330936 CPUtime=162.25 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 80270 1250 0 0 16212 13 0 0 25 0 5 0 516466289 338878464 54174 33554432000 4194304 4417332 140735759836784 18446744073709551615 4259609 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=330936 CPUtime=162.25 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 92232 1250 0 0 16210 15 0 0 25 0 5 0 516466289 338878464 54174 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=330936 CPUtime=162.23 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 89118 1250 0 0 16208 15 0 0 25 0 5 0 516466289 338878464 54174 33554432000 4194304 4417332 140735759836784 18446744073709551615 4233081 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=330936 CPUtime=161.37 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 148337 1250 0 0 16114 23 0 0 25 0 5 0 516466289 338878464 54174 33554432000 4194304 4417332 140735759836784 18446744073709551615 4250569 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.17
Current children cumulated vsize (KiB) 330936


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

[pid=19846/tid=19859] ppid=19844 vsize=793436 CPUtime=762.27 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 249541 1250 0 0 76188 39 0 0 25 0 5 0 516466289 812478464 168724 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=793436 CPUtime=762.17 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 286669 1250 0 0 76172 45 0 0 25 0 5 0 516466289 812478464 168724 33554432000 4194304 4417332 140735759836784 18446744073709551615 4357201 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=793436 CPUtime=758.12 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 359961 1250 0 0 75753 59 0 0 25 0 5 0 516466289 812478464 168724 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.91
Current children cumulated vsize (KiB) 793436

[startup+822.3 s]
/proc/loadavg: 8.09 7.92 7.51 9/186 19919
/proc/meminfo: memFree=17159704/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=942636 CPUtime=3284.55 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1204249 1250 0 0 328260 195 0 0 22 0 5 0 516466285 965259264 206024 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 235659 206024 181 55 0 233545 0
[pid=19846/tid=19858] ppid=19844 vsize=942636 CPUtime=822.27 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 260918 1250 0 0 82185 42 0 0 25 0 5 0 516466289 965259264 206024 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=942636 CPUtime=822.26 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 269084 1250 0 0 82184 42 0 0 25 0 5 0 516466289 965259264 206024 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=942636 CPUtime=822.16 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 302226 1250 0 0 82168 48 0 0 25 0 5 0 516466289 965259264 206024 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=942636 CPUtime=817.79 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 369583 1250 0 0 81718 61 0 0 25 0 5 0 516466289 965259264 206024 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.55
Current children cumulated vsize (KiB) 942636

[startup+882.3 s]
/proc/loadavg: 8.08 7.94 7.54 9/186 19921
/proc/meminfo: memFree=16988452/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=928016 CPUtime=3524.22 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1261265 1250 0 0 352217 205 0 0 22 0 5 0 516466285 950288384 203441 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 232004 203441 181 55 0 229890 0
[pid=19846/tid=19858] ppid=19844 vsize=928016 CPUtime=882.26 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 277158 1250 0 0 88181 45 0 0 25 0 5 0 516466289 950288384 203441 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=928016 CPUtime=882.26 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 309860 1250 0 0 88177 49 0 0 25 0 5 0 516466289 950288384 203441 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=928016 CPUtime=882.15 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 302226 1250 0 0 88167 48 0 0 25 0 5 0 516466289 950288384 203441 33554432000 4194304 4417332 140735759836784 18446744073709551615 4344093 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=928016 CPUtime=877.46 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 369583 1250 0 0 87685 61 0 0 25 0 5 0 516466289 950288384 203441 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.22
Current children cumulated vsize (KiB) 928016

[startup+942.301 s]
/proc/loadavg: 8.03 7.95 7.57 9/186 19922
/proc/meminfo: memFree=16887268/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=907528 CPUtime=3763.9 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1332536 1250 0 0 376171 219 0 0 22 0 5 0 516466285 929308672 198319 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 226882 198319 181 55 0 224768 0
[pid=19846/tid=19858] ppid=19844 vsize=907528 CPUtime=942.27 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 302914 1250 0 0 94178 49 0 0 25 0 5 0 516466289 929308672 198319 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=907528 CPUtime=942.26 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 322639 1250 0 0 94175 51 0 0 25 0 5 0 516466289 929308672 198319 33554432000 4194304 4417332 140735759836784 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=907528 CPUtime=942.15 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 318545 1250 0 0 94163 52 0 0 25 0 5 0 516466289 929308672 198319 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=907528 CPUtime=937.15 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 386000 1250 0 0 93650 65 0 0 25 0 5 0 516466289 929308672 198319 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.9
Current children cumulated vsize (KiB) 907528

[startup+1002.3 s]
/proc/loadavg: 8.01 7.95 7.59 9/186 19933
/proc/meminfo: memFree=16771216/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=1022776 CPUtime=4003.56 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1375491 1250 0 0 400129 227 0 0 22 0 5 0 516466285 1047322624 227131 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 255694 227131 181 55 0 253580 0
[pid=19846/tid=19858] ppid=19844 vsize=1022776 CPUtime=1002.27 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 303925 1250 0 0 100178 49 0 0 25 0 5 0 516466289 1047322624 227131 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364475 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=1022776 CPUtime=1002.27 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 322639 1250 0 0 100175 52 0 0 25 0 5 0 516466289 1047322624 227131 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=1022776 CPUtime=1002.14 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 336191 1250 0 0 100160 54 0 0 25 0 5 0 516466289 1047322624 227131 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=1022776 CPUtime=996.81 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 410298 1250 0 0 99611 70 0 0 25 0 5 0 516466289 1047322624 227131 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.56
Current children cumulated vsize (KiB) 1022776

[startup+1062.3 s]
/proc/loadavg: 8.11 7.99 7.62 9/186 19934
/proc/meminfo: memFree=16555072/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=1226576 CPUtime=4243.23 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1434966 1250 0 0 424085 238 0 0 22 0 5 0 516466285 1256013824 278081 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 306644 278081 181 55 0 304530 0
[pid=19846/tid=19858] ppid=19844 vsize=1226576 CPUtime=1062.26 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 331350 1250 0 0 106172 54 0 0 25 0 5 0 516466289 1256013824 278081 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=1226576 CPUtime=1062.26 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 346497 1250 0 0 106170 56 0 0 25 0 5 0 516466289 1256013824 278081 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=1226576 CPUtime=1062.14 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 336191 1250 0 0 106160 54 0 0 25 0 5 0 516466289 1256013824 278081 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=1226576 CPUtime=1056.49 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 418490 1250 0 0 105577 72 0 0 25 0 5 0 516466289 1256013824 278081 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.23
Current children cumulated vsize (KiB) 1226576

[startup+1122.3 s]
/proc/loadavg: 8.11 8.00 7.65 9/186 19936
/proc/meminfo: memFree=17061852/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=1249092 CPUtime=4482.9 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1454281 1250 0 0 448048 242 0 0 22 0 5 0 516466285 1279070208 283710 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 312273 283710 181 55 0 310159 0
[pid=19846/tid=19858] ppid=19844 vsize=1249092 CPUtime=1122.27 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 331350 1250 0 0 112173 54 0 0 25 0 5 0 516466289 1279070208 283710 33554432000 4194304 4417332 140735759836784 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=1249092 CPUtime=1122.26 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 346497 1250 0 0 112170 56 0 0 25 0 5 0 516466289 1279070208 283710 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=1249092 CPUtime=1122.13 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 355506 1250 0 0 112155 58 0 0 25 0 5 0 516466289 1279070208 283710 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=1249092 CPUtime=1116.17 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 418490 1250 0 0 111545 72 0 0 25 0 5 0 516466289 1279070208 283710 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.9
Current children cumulated vsize (KiB) 1249092

[startup+1182.3 s]
/proc/loadavg: 8.19 8.03 7.68 10/187 19941
/proc/meminfo: memFree=16857988/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=1327684 CPUtime=4722.39 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1495074 1250 0 0 471989 250 0 0 22 0 5 0 516466285 1359548416 303358 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 331921 303358 181 55 0 329807 0
[pid=19846/tid=19858] ppid=19844 vsize=1327684 CPUtime=1182.13 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 331350 1250 0 0 118157 56 0 0 25 0 5 0 516466289 1359548416 303358 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=1327684 CPUtime=1182.25 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 379098 1250 0 0 118164 61 0 0 25 0 5 0 516466289 1359548416 303358 33554432000 4194304 4417332 140735759836784 18446744073709551615 4346425 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=1327684 CPUtime=1182.1 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 355506 1250 0 0 118152 58 0 0 25 0 5 0 516466289 1359548416 303358 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=1327684 CPUtime=1175.84 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 426682 1250 0 0 117511 73 0 0 25 0 5 0 516466289 1359548416 303358 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 1327684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.40 8.09 7.70 9/186 19941
/proc/meminfo: memFree=16822868/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=1347040 CPUtime=4800.07 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1531396 1250 0 0 479752 255 0 0 22 0 5 0 516466285 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 336760 308197 181 55 0 334646 0
[pid=19846/tid=19858] ppid=19844 vsize=1347040 CPUtime=1201.73 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 331350 1250 0 0 120117 56 0 0 25 0 5 0 516466289 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=1347040 CPUtime=1201.86 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 412992 1250 0 0 120120 66 0 0 25 0 5 0 516466289 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=1347040 CPUtime=1201.08 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 355506 1250 0 0 120050 58 0 0 25 0 5 0 516466289 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=1347040 CPUtime=1195.33 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 429110 1250 0 0 119460 73 0 0 25 0 5 0 516466289 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1347040

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

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

[startup+1201.9 s]
/proc/loadavg: 8.40 8.09 7.70 9/186 19941
/proc/meminfo: memFree=16822868/32951124 swapFree=67111528/67111528
[pid=19846] ppid=19844 vsize=1347040 CPUtime=4800.07 cores=0,2,4,6
/proc/19846/stat : 19846 (plingeling) S 19844 19846 19389 0 -1 4202496 1531396 1250 0 0 479752 255 0 0 22 0 5 0 516466285 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/19846/statm: 336760 308197 181 55 0 334646 0
[pid=19846/tid=19858] ppid=19844 vsize=1347040 CPUtime=1201.73 cores=0,2,4,6
/proc/19846/task/19858/stat : 19858 (plingeling) R 19844 19846 19389 0 -1 4202560 331350 1250 0 0 120117 56 0 0 25 0 5 0 516466289 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19846/tid=19859] ppid=19844 vsize=1347040 CPUtime=1201.86 cores=0,2,4,6
/proc/19846/task/19859/stat : 19859 (plingeling) R 19844 19846 19389 0 -1 4202560 412992 1250 0 0 120120 66 0 0 25 0 5 0 516466289 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19846/tid=19860] ppid=19844 vsize=1347040 CPUtime=1201.08 cores=0,2,4,6
/proc/19846/task/19860/stat : 19860 (plingeling) R 19844 19846 19389 0 -1 4202560 355506 1250 0 0 120050 58 0 0 25 0 5 0 516466289 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19846/tid=19861] ppid=19844 vsize=1347040 CPUtime=1195.33 cores=0,2,4,6
/proc/19846/task/19861/stat : 19861 (plingeling) R 19844 19846 19389 0 -1 4202560 429110 1250 0 0 119460 73 0 0 25 0 5 0 516466289 1379368960 308197 33554432000 4194304 4417332 140735759836784 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1347040

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.97
CPU time (s): 4800.17
CPU user time (s): 4797.55
CPU system time (s): 2.6166
CPU usage (%): 399.358
Max. virtual memory (cumulated for all children) (KiB): 1360452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.55
system time used= 2.6166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1532646
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= 59
involuntary context switches= 24629

runsolver used 1.92271 second user time and 4.63429 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 05:44:43
IDJOB=3258074
IDBENCH=71301
IDSOLVER=1605
FILE ID=node138/3258074-1304048683
RUNJOBID= node138-1304048683-19822
PBS_JOBID= 13170394
Free space on /tmp= 71816 MiB

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

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

MD5SUM BENCH= 226123ce9245dfa4b876682016123861
RANDOM SEED=761881541

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18814464 kB
Buffers:       2040264 kB
Cached:       11468980 kB
SwapCached:          0 kB
Active:        3213240 kB
Inactive:     10360508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18814464 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1676 kB
Writeback:           0 kB
AnonPages:       63320 kB
Mapped:          14880 kB
Slab:           499380 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   196984 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= 71812 MiB
End job on node138 at 2011-04-29 06:04:47