Trace number 3257898

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.5 1201.76

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g7.cnf
MD5SUMcffaf116c6c0eb21439a109753d19c34
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.284955
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-3257898-1304047653/watcher-3257898-1304047653 -o /tmp/evaluation-result-3257898-1304047653/solver-3257898-1304047653 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3257898-1304047653.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: 4.72 5.01 5.58 3/173 28807
/proc/meminfo: memFree=26609948/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 216 0 0 0 0 0 0 0 21 0 1 0 497180753 8937472 146 33554432000 4194304 4417332 140734102199616 18446744073709551615 228095450880 0 0 4096 0 18446744071562362840 0 0 17 0 0 0 0
/proc/28807/statm: 2182 146 122 55 0 68 0

[startup+0.164005 s]
/proc/loadavg: 4.72 5.01 5.58 3/173 28807
/proc/meminfo: memFree=26609948/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=61644 CPUtime=0.45 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 4326 1252 0 1 45 0 0 0 21 0 5 0 497180753 63123456 3195 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 15411 3195 177 55 0 13297 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 61644

[startup+0.200996 s]
/proc/loadavg: 4.72 5.01 5.58 3/173 28807
/proc/meminfo: memFree=26609948/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=61808 CPUtime=0.6 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 4367 1252 0 1 60 0 0 0 21 0 5 0 497180753 63291392 3236 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 15452 3236 177 55 0 13338 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 61808

[startup+0.300981 s]
/proc/loadavg: 4.72 5.01 5.58 3/173 28807
/proc/meminfo: memFree=26609948/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=64076 CPUtime=1 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 5284 1252 0 1 100 0 0 0 21 0 5 0 497180753 65613824 3807 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 16019 3807 181 55 0 13905 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 64076

[startup+0.700906 s]
/proc/loadavg: 4.72 5.01 5.58 3/173 28807
/proc/meminfo: memFree=26609948/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=68636 CPUtime=2.61 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 7476 1252 0 1 260 1 0 0 21 0 5 0 497180753 70283264 4947 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 17159 4947 181 55 0 15045 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 68636

[startup+1.50076 s]
/proc/loadavg: 4.72 5.01 5.58 9/186 28830
/proc/meminfo: memFree=26569636/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=73312 CPUtime=5.8 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 9877 1252 0 1 579 1 0 0 21 0 5 0 497180753 75071488 6116 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 18328 6116 181 55 0 16214 0
[pid=28807/tid=28823] ppid=28804 vsize=73312 CPUtime=1.44 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 823 1252 0 1 144 0 0 0 25 0 5 0 497180759 75071488 6116 33554432000 4194304 4417332 140734102199616 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=73312 CPUtime=1.43 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 725 1252 0 1 143 0 0 0 25 0 5 0 497180759 75071488 6116 33554432000 4194304 4417332 140734102199616 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=73312 CPUtime=1.43 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 617 1252 0 1 143 0 0 0 25 0 5 0 497180759 75071488 6116 33554432000 4194304 4417332 140734102199616 18446744073709551615 4365451 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=73312 CPUtime=1.44 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 5275 1252 0 1 144 0 0 0 25 0 5 0 497180759 75071488 6116 33554432000 4194304 4417332 140734102199616 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 73312

[startup+3.10046 s]
/proc/loadavg: 4.72 5.01 5.58 9/186 28830
/proc/meminfo: memFree=26549424/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=81940 CPUtime=12.19 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 15164 1252 0 1 1218 1 0 0 21 0 5 0 497180753 83906560 8273 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 20485 8273 181 55 0 18371 0
[pid=28807/tid=28823] ppid=28804 vsize=81940 CPUtime=3.04 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 1319 1252 0 1 304 0 0 0 25 0 5 0 497180759 83906560 8273 33554432000 4194304 4417332 140734102199616 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=81940 CPUtime=3.03 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 1221 1252 0 1 303 0 0 0 25 0 5 0 497180759 83906560 8273 33554432000 4194304 4417332 140734102199616 18446744073709551615 4249512 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=81940 CPUtime=3.03 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 617 1252 0 1 303 0 0 0 25 0 5 0 497180759 83906560 8273 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=81940 CPUtime=3.04 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 9570 1252 0 1 304 0 0 0 25 0 5 0 497180759 83906560 8273 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 81940

[startup+6.30087 s]
/proc/loadavg: 4.98 5.06 5.60 10/186 28830
/proc/meminfo: memFree=26540812/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=81328 CPUtime=24.98 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 23316 1252 0 1 2496 2 0 0 21 0 5 0 497180753 83279872 8120 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 20332 8120 181 55 0 18218 0
[pid=28807/tid=28823] ppid=28804 vsize=81328 CPUtime=6.24 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 1319 1252 0 1 624 0 0 0 25 0 5 0 497180759 83279872 8120 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=81328 CPUtime=6.23 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 1221 1252 0 1 623 0 0 0 25 0 5 0 497180759 83279872 8120 33554432000 4194304 4417332 140734102199616 18446744073709551615 4353424 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=81328 CPUtime=6.21 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 972 1252 0 1 621 0 0 0 25 0 5 0 497180759 83279872 8120 33554432000 4194304 4417332 140734102199616 18446744073709551615 4278200 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=81328 CPUtime=6.24 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 17367 1252 0 1 623 1 0 0 25 0 5 0 497180759 83279872 8120 33554432000 4194304 4417332 140734102199616 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 81328

[startup+12.7007 s]
/proc/loadavg: 5.23 5.11 5.61 9/186 28830
/proc/meminfo: memFree=26487392/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=98004 CPUtime=50.55 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 36799 1252 0 1 5051 4 0 0 21 0 5 0 497180753 100356096 12289 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 24501 12289 181 55 0 22387 0
[pid=28807/tid=28823] ppid=28804 vsize=98004 CPUtime=12.64 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 3053 1252 0 1 1264 0 0 0 25 0 5 0 497180759 100356096 12289 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=98004 CPUtime=12.63 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 2440 1252 0 1 1263 0 0 0 25 0 5 0 497180759 100356096 12289 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=98004 CPUtime=12.58 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 1902 1252 0 1 1258 0 0 0 25 0 5 0 497180759 100356096 12289 33554432000 4194304 4417332 140734102199616 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=98004 CPUtime=12.64 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 26967 1252 0 1 1261 3 0 0 25 0 5 0 497180759 100356096 12289 33554432000 4194304 4417332 140734102199616 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 98004

[startup+25.5003 s]
/proc/loadavg: 5.84 5.25 5.65 9/186 28830
/proc/meminfo: memFree=26432964/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=140940 CPUtime=101.68 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 76278 1252 0 1 10157 11 0 0 21 0 5 0 497180753 144322560 23023 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 35235 23023 181 55 0 33121 0
[pid=28807/tid=28823] ppid=28804 vsize=140940 CPUtime=25.44 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 8647 1252 0 1 2543 1 0 0 25 0 5 0 497180759 144322560 23023 33554432000 4194304 4417332 140734102199616 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=140940 CPUtime=25.42 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 10485 1252 0 1 2541 1 0 0 25 0 5 0 497180759 144322560 23023 33554432000 4194304 4417332 140734102199616 18446744073709551615 18446744073699065904 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=140940 CPUtime=25.32 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 10341 1252 0 1 2531 1 0 0 25 0 5 0 497180759 144322560 23023 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=140940 CPUtime=25.44 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 44368 1252 0 1 2538 6 0 0 25 0 5 0 497180759 144322560 23023 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 140940

[startup+51.1005 s]
/proc/loadavg: 6.58 5.47 5.71 9/186 28831
/proc/meminfo: memFree=26376036/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=168852 CPUtime=203.97 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 133492 1252 0 1 20378 19 0 0 21 0 5 0 497180753 172904448 30001 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 42213 30001 181 55 0 40099 0
[pid=28807/tid=28823] ppid=28804 vsize=168852 CPUtime=51.04 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 19238 1252 0 1 5102 2 0 0 25 0 5 0 497180759 172904448 30001 33554432000 4194304 4417332 140734102199616 18446744073709551615 4255698 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=168852 CPUtime=51.02 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 25492 1252 0 1 5099 3 0 0 25 0 5 0 497180759 172904448 30001 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=168852 CPUtime=50.79 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 18478 1252 0 1 5078 1 0 0 25 0 5 0 497180759 172904448 30001 33554432000 4194304 4417332 140734102199616 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=168852 CPUtime=51.04 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 67847 1252 0 1 5094 10 0 0 25 0 5 0 497180759 172904448 30001 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 168852

[startup+102.301 s]
/proc/loadavg: 7.47 5.91 5.84 9/186 28832
/proc/meminfo: memFree=26302624/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=191484 CPUtime=408.54 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 230305 1252 0 1 40819 35 0 0 21 0 5 0 497180753 196079616 35659 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 47871 35659 181 55 0 45757 0
[pid=28807/tid=28823] ppid=28804 vsize=191484 CPUtime=102.24 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 39964 1252 0 1 10219 5 0 0 25 0 5 0 497180759 196079616 35659 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=191484 CPUtime=102.23 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 49616 1252 0 1 10216 7 0 0 25 0 5 0 497180759 196079616 35659 33554432000 4194304 4417332 140734102199616 18446744073709551615 4366412 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=191484 CPUtime=101.75 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 40215 1252 0 1 10170 5 0 0 25 0 5 0 497180759 196079616 35659 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=191484 CPUtime=102.24 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 98073 1252 0 1 10209 15 0 0 25 0 5 0 497180759 196079616 35659 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 191484

[startup+162.301 s]
/proc/loadavg: 7.82 6.27 5.97 9/186 28834
/proc/meminfo: memFree=26105316/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=259280 CPUtime=648.23 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 341792 1252 0 1 64770 53 0 0 21 0 5 0 497180753 265502720 52608 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 64820 52608 181 55 0 62706 0
[pid=28807/tid=28823] ppid=28804 vsize=259280 CPUtime=162.24 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 70618 1252 0 1 16213 11 0 0 25 0 5 0 497180759 265502720 52608 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=259280 CPUtime=162.23 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 71277 1252 0 1 16212 11 0 0 25 0 5 0 497180759 265502720 52608 33554432000 4194304 4417332 140734102199616 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=259280 CPUtime=161.45 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 67823 1252 0 1 16136 9 0 0 25 0 5 0 497180759 265502720 52608 33554432000 4194304 4417332 140734102199616 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=259280 CPUtime=162.24 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 129637 1252 0 1 16203 21 0 0 25 0 5 0 497180759 265502720 52608 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 259280


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

[pid=28807/tid=28824] ppid=28804 vsize=711424 CPUtime=702.25 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 256991 1252 0 1 70187 38 0 0 25 0 5 0 497180759 728498176 165644 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=711424 CPUtime=698.61 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 225656 1252 0 1 69825 36 0 0 25 0 5 0 497180759 728498176 165644 33554432000 4194304 4417332 140734102199616 18446744073709551615 4366725 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=711424 CPUtime=702.26 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 300681 1252 0 1 70175 51 0 0 25 0 5 0 497180759 728498176 165644 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.44
Current children cumulated vsize (KiB) 711424

[startup+762.301 s]
/proc/loadavg: 8.04 7.85 6.98 9/186 28850
/proc/meminfo: memFree=25011684/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=753360 CPUtime=3045.15 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1037499 1252 0 1 304348 167 0 0 21 0 5 0 497180753 771440640 176128 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 188340 176128 181 55 0 186226 0
[pid=28807/tid=28823] ppid=28804 vsize=753360 CPUtime=762.27 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 246569 1252 0 1 76188 39 0 0 25 0 5 0 497180759 771440640 176128 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=753360 CPUtime=762.26 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 260267 1252 0 1 76187 39 0 0 25 0 5 0 497180759 771440640 176128 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=753360 CPUtime=758.29 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 227545 1252 0 1 75793 36 0 0 25 0 5 0 497180759 771440640 176128 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=753360 CPUtime=762.26 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 300681 1252 0 1 76175 51 0 0 25 0 5 0 497180759 771440640 176128 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.15
Current children cumulated vsize (KiB) 753360

[startup+822.301 s]
/proc/loadavg: 8.14 7.92 7.05 10/186 28852
/proc/meminfo: memFree=24863980/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=875656 CPUtime=3284.81 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1075630 1252 0 1 328309 172 0 0 21 0 5 0 497180753 896671744 206702 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 218914 206702 181 55 0 216800 0
[pid=28807/tid=28823] ppid=28804 vsize=875656 CPUtime=822.26 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 246569 1252 0 1 82187 39 0 0 25 0 5 0 497180759 896671744 206702 33554432000 4194304 4417332 140734102199616 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=875656 CPUtime=822.25 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 284894 1252 0 1 82183 42 0 0 25 0 5 0 497180759 896671744 206702 33554432000 4194304 4417332 140734102199616 18446744073709551615 4311414 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=875656 CPUtime=817.96 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 241049 1252 0 1 81759 37 0 0 25 0 5 0 497180759 896671744 206702 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=875656 CPUtime=822.26 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 300681 1252 0 1 82175 51 0 0 25 0 5 0 497180759 896671744 206702 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 875656

[startup+882.307 s]
/proc/loadavg: 8.26 7.99 7.13 9/186 28853
/proc/meminfo: memFree=24764024/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=849088 CPUtime=3524.51 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1125591 1252 0 1 352271 180 0 0 21 0 5 0 497180753 869466112 200060 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 212272 200060 181 55 0 210158 0
[pid=28807/tid=28823] ppid=28804 vsize=849088 CPUtime=882.28 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 257395 1252 0 1 88187 41 0 0 25 0 5 0 497180759 869466112 200060 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=849088 CPUtime=882.26 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 315836 1252 0 1 88178 48 0 0 25 0 5 0 497180759 869466112 200060 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=849088 CPUtime=877.64 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 241049 1252 0 1 87727 37 0 0 25 0 5 0 497180759 869466112 200060 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=849088 CPUtime=882.27 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 308874 1252 0 1 88175 52 0 0 25 0 5 0 497180759 869466112 200060 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.51
Current children cumulated vsize (KiB) 849088

[startup+942.3 s]
/proc/loadavg: 8.22 8.02 7.19 9/186 28855
/proc/meminfo: memFree=24854032/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=777176 CPUtime=3764.17 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1183822 1252 0 1 376225 192 0 0 21 0 5 0 497180753 795828224 182082 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 194294 182082 181 55 0 192180 0
[pid=28807/tid=28823] ppid=28804 vsize=777176 CPUtime=942.27 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 257395 1252 0 1 94186 41 0 0 25 0 5 0 497180759 795828224 182082 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=777176 CPUtime=942.26 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 315836 1252 0 1 94178 48 0 0 25 0 5 0 497180759 795828224 182082 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=777176 CPUtime=937.31 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 277023 1252 0 1 93687 44 0 0 25 0 5 0 497180759 795828224 182082 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=777176 CPUtime=942.26 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 331131 1252 0 1 94168 58 0 0 25 0 5 0 497180759 795828224 182082 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.17
Current children cumulated vsize (KiB) 777176

[startup+1002.3 s]
/proc/loadavg: 8.10 8.03 7.25 9/186 28856
/proc/meminfo: memFree=24959416/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=790780 CPUtime=4003.85 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1222430 1252 0 1 400186 199 0 0 21 0 5 0 497180753 809758720 185483 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 197695 185483 181 55 0 195581 0
[pid=28807/tid=28823] ppid=28804 vsize=790780 CPUtime=1002.27 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 279965 1252 0 1 100182 45 0 0 25 0 5 0 497180759 809758720 185483 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=790780 CPUtime=1002.26 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 323502 1252 0 1 100177 49 0 0 25 0 5 0 497180759 809758720 185483 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=790780 CPUtime=996.99 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 277023 1252 0 1 99655 44 0 0 25 0 5 0 497180759 809758720 185483 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=790780 CPUtime=1002.27 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 339503 1252 0 1 100168 59 0 0 25 0 5 0 497180759 809758720 185483 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.85
Current children cumulated vsize (KiB) 790780

[startup+1062.3 s]
/proc/loadavg: 8.11 8.04 7.29 10/186 28858
/proc/meminfo: memFree=24733964/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=894380 CPUtime=4243.54 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1269638 1252 0 1 424149 205 0 0 21 0 5 0 497180753 915845120 211383 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 223595 211383 181 55 0 221481 0
[pid=28807/tid=28823] ppid=28804 vsize=894380 CPUtime=1062.27 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 301671 1252 0 1 106179 48 0 0 25 0 5 0 497180759 915845120 211383 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=894380 CPUtime=1062.26 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 339530 1252 0 1 106175 51 0 0 25 0 5 0 497180759 915845120 211383 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=894380 CPUtime=1056.67 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 277023 1252 0 1 105623 44 0 0 25 0 5 0 497180759 915845120 211383 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=894380 CPUtime=1062.27 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 348977 1252 0 1 106167 60 0 0 25 0 5 0 497180759 915845120 211383 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.54
Current children cumulated vsize (KiB) 894380

[startup+1122.3 s]
/proc/loadavg: 8.07 8.04 7.34 9/186 28860
/proc/meminfo: memFree=24762820/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=930672 CPUtime=4483.21 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1278711 1252 0 1 448115 206 0 0 21 0 5 0 497180753 953008128 220456 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 232668 220456 181 55 0 230554 0
[pid=28807/tid=28823] ppid=28804 vsize=930672 CPUtime=1122.28 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 301671 1252 0 1 112180 48 0 0 25 0 5 0 497180759 953008128 220456 33554432000 4194304 4417332 140734102199616 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=930672 CPUtime=1122.26 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 339530 1252 0 1 112175 51 0 0 25 0 5 0 497180759 953008128 220456 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=930672 CPUtime=1116.34 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 277023 1252 0 1 111590 44 0 0 25 0 5 0 497180759 953008128 220456 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=930672 CPUtime=1122.27 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 358050 1252 0 1 112165 62 0 0 25 0 5 0 497180759 953008128 220456 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.21
Current children cumulated vsize (KiB) 930672

[startup+1182.3 s]
/proc/loadavg: 8.25 8.09 7.40 9/186 28861
/proc/meminfo: memFree=24681968/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=953664 CPUtime=4722.9 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1322737 1252 0 1 472077 213 0 0 21 0 5 0 497180753 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 238416 226203 181 55 0 236302 0
[pid=28807/tid=28823] ppid=28804 vsize=953664 CPUtime=1182.28 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 313171 1252 0 1 118178 50 0 0 25 0 5 0 497180759 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=953664 CPUtime=1182.27 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 364062 1252 0 1 118172 55 0 0 25 0 5 0 497180759 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=953664 CPUtime=1176.02 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 277023 1252 0 1 117558 44 0 0 25 0 5 0 497180759 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=953664 CPUtime=1182.27 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 366044 1252 0 1 118164 63 0 0 25 0 5 0 497180759 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.9
Current children cumulated vsize (KiB) 953664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.08 7.41 9/186 28862
/proc/meminfo: memFree=24590316/32951124 swapFree=67111524/67111528
[pid=28807] ppid=28804 vsize=953664 CPUtime=4800.41 cores=0,2,4,6
/proc/28807/stat : 28807 (plingeling) S 28804 28807 25547 0 -1 4202496 1322737 1252 0 1 479828 213 0 0 21 0 5 0 497180753 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 228107253733 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/28807/statm: 238416 226203 181 55 0 236302 0
[pid=28807/tid=28823] ppid=28804 vsize=953664 CPUtime=1201.69 cores=0,2,4,6
/proc/28807/task/28823/stat : 28823 (plingeling) R 28804 28807 25547 0 -1 4202560 313171 1252 0 1 120119 50 0 0 25 0 5 0 497180759 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28807/tid=28824] ppid=28804 vsize=953664 CPUtime=1201.67 cores=0,2,4,6
/proc/28807/task/28824/stat : 28824 (plingeling) R 28804 28807 25547 0 -1 4202560 364062 1252 0 1 120112 55 0 0 25 0 5 0 497180759 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28807/tid=28825] ppid=28804 vsize=953664 CPUtime=1195.31 cores=0,2,4,6
/proc/28807/task/28825/stat : 28825 (plingeling) R 28804 28807 25547 0 -1 4202560 277023 1252 0 1 119487 44 0 0 25 0 5 0 497180759 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28807/tid=28826] ppid=28804 vsize=953664 CPUtime=1201.68 cores=0,2,4,6
/proc/28807/task/28826/stat : 28826 (plingeling) R 28804 28807 25547 0 -1 4202560 366044 1252 0 1 120105 63 0 0 25 0 5 0 497180759 976551936 226203 33554432000 4194304 4417332 140734102199616 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 953664

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.5
CPU user time (s): 4798.3
CPU system time (s): 2.19467
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 1037836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.3
system time used= 2.19467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1323989
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 415
involuntary context switches= 21107

runsolver used 1.92271 second user time and 4.45432 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 05:27:33
IDJOB=3257898
IDBENCH=71284
IDSOLVER=1605
FILE ID=node142/3257898-1304047653
RUNJOBID= node142-1304047653-28791
PBS_JOBID= 13170374
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= cffaf116c6c0eb21439a109753d19c34
RANDOM SEED=1556950533

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      26610368 kB
Buffers:       1646896 kB
Cached:        4090828 kB
SwapCached:          4 kB
Active:         668432 kB
Inactive:      5133556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26610368 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1620 kB
Writeback:           0 kB
AnonPages:       64272 kB
Mapped:          14480 kB
Slab:           475304 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184952 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= 71312 MiB
End job on node142 at 2011-04-29 05:47:37