Trace number 3263178

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 4800.35 1201.77

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
MD5SUMb970e9358cd0cd1a9cfd3d4afb2e830d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses65612
Sum of the clauses size131952
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265586
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.22 8.18 8.12 5/185 7310
/proc/meminfo: memFree=28886980/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=9328 CPUtime=0 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) R 7308 7310 6968 0 -1 4202496 424 1249 0 0 0 0 0 0 18 0 1 0 521479460 9551872 353 33554432000 4194304 4417332 140734138641088 18446744073709551615 255377301248 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7310/statm: 2332 353 146 55 0 218 0

[startup+0.153314 s]
/proc/loadavg: 8.22 8.18 8.12 5/185 7310
/proc/meminfo: memFree=28886980/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=60520 CPUtime=0.45 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 4881 1249 0 0 45 0 0 0 18 0 5 0 521479460 61972480 2914 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 15130 2914 177 55 0 13016 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 60520

[startup+0.253296 s]
/proc/loadavg: 8.22 8.18 8.12 5/185 7310
/proc/meminfo: memFree=28886980/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=62672 CPUtime=0.85 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 5947 1249 0 0 85 0 0 0 18 0 5 0 521479460 64176128 3464 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 15668 3464 181 55 0 13554 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 62672

[startup+0.353276 s]
/proc/loadavg: 8.22 8.18 8.12 5/185 7310
/proc/meminfo: memFree=28886980/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=65840 CPUtime=1.24 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 6731 1249 0 0 124 0 0 0 18 0 5 0 521479460 67420160 4248 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 16460 4248 181 55 0 14346 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 65840

[startup+0.700211 s]
/proc/loadavg: 8.22 8.18 8.12 5/185 7310
/proc/meminfo: memFree=28886980/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=67660 CPUtime=2.64 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 7941 1249 0 0 263 1 0 0 18 0 5 0 521479460 69283840 4703 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 16915 4703 181 55 0 14801 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 67660

[startup+1.50106 s]
/proc/loadavg: 8.28 8.20 8.13 9/190 7320
/proc/meminfo: memFree=28867004/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=70168 CPUtime=5.84 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 11553 1249 0 0 582 2 0 0 18 0 5 0 521479460 71852032 5330 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 17542 5330 181 55 0 15428 0
[pid=7310/tid=7317] ppid=7308 vsize=70168 CPUtime=1.45 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 689 1249 0 0 145 0 0 0 23 0 5 0 521479464 71852032 5330 33554432000 4194304 4417332 140734138641088 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=70168 CPUtime=1.45 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 894 1249 0 0 145 0 0 0 23 0 5 0 521479464 71852032 5330 33554432000 4194304 4417332 140734138641088 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=70168 CPUtime=1.44 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 1113 1249 0 0 144 0 0 0 20 0 5 0 521479464 71852032 5330 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=70168 CPUtime=1.44 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 6368 1249 0 0 143 1 0 0 23 0 5 0 521479464 71852032 5330 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 70168

[startup+3.10077 s]
/proc/loadavg: 8.28 8.20 8.13 9/190 7320
/proc/meminfo: memFree=28843940/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=86644 CPUtime=12.23 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 17446 1249 0 0 1221 2 0 0 18 0 5 0 521479460 88723456 9449 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 21661 9449 181 55 0 19547 0
[pid=7310/tid=7317] ppid=7308 vsize=86644 CPUtime=3.04 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 1093 1249 0 0 304 0 0 0 25 0 5 0 521479464 88723456 9449 33554432000 4194304 4417332 140734138641088 18446744073709551615 4250017 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=86644 CPUtime=3.04 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 1298 1249 0 0 304 0 0 0 25 0 5 0 521479464 88723456 9449 33554432000 4194304 4417332 140734138641088 18446744073709551615 4248225 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=86644 CPUtime=3.04 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 1743 1249 0 0 304 0 0 0 25 0 5 0 521479464 88723456 9449 33554432000 4194304 4417332 140734138641088 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=86644 CPUtime=3.03 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 10823 1249 0 0 302 1 0 0 25 0 5 0 521479464 88723456 9449 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 86644

[startup+6.30118 s]
/proc/loadavg: 8.26 8.19 8.13 9/190 7320
/proc/meminfo: memFree=28874664/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=170916 CPUtime=25.01 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 28959 1249 0 0 2497 4 0 0 18 0 5 0 521479460 175017984 14134 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 42729 14134 181 55 0 40615 0
[pid=7310/tid=7317] ppid=7308 vsize=170916 CPUtime=6.24 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 1813 1249 0 0 624 0 0 0 25 0 5 0 521479464 175017984 14134 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=170916 CPUtime=6.24 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 2006 1249 0 0 624 0 0 0 25 0 5 0 521479464 175017984 14134 33554432000 4194304 4417332 140734138641088 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=170916 CPUtime=6.24 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 4496 1249 0 0 624 0 0 0 25 0 5 0 521479464 175017984 14134 33554432000 4194304 4417332 140734138641088 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=170916 CPUtime=6.21 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 18155 1249 0 0 619 2 0 0 25 0 5 0 521479464 175017984 14134 33554432000 4194304 4417332 140734138641088 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 170916

[startup+12.701 s]
/proc/loadavg: 8.24 8.19 8.13 9/190 7320
/proc/meminfo: memFree=28820984/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=205516 CPUtime=50.58 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 53662 1249 0 0 5049 9 0 0 18 0 5 0 521479460 210448384 22789 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 51379 22789 181 55 0 49265 0
[pid=7310/tid=7317] ppid=7308 vsize=205516 CPUtime=12.64 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 6258 1249 0 0 1264 0 0 0 25 0 5 0 521479464 210448384 22789 33554432000 4194304 4417332 140734138641088 18446744073709551615 4237758 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=205516 CPUtime=12.64 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 5146 1249 0 0 1264 0 0 0 25 0 5 0 521479464 210448384 22789 33554432000 4194304 4417332 140734138641088 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=205516 CPUtime=12.64 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 9327 1249 0 0 1263 1 0 0 25 0 5 0 521479464 210448384 22789 33554432000 4194304 4417332 140734138641088 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=205516 CPUtime=12.58 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 30442 1249 0 0 1253 5 0 0 25 0 5 0 521479464 210448384 22789 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 205516

[startup+25.5006 s]
/proc/loadavg: 8.18 8.18 8.12 9/190 7321
/proc/meminfo: memFree=28787004/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=214744 CPUtime=101.7 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 97451 1249 0 0 10155 15 0 0 18 0 5 0 521479460 219897856 25109 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 53686 25109 181 55 0 51572 0
[pid=7310/tid=7317] ppid=7308 vsize=214744 CPUtime=25.45 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 11801 1249 0 0 2543 2 0 0 25 0 5 0 521479464 219897856 25109 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=214744 CPUtime=25.44 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 14116 1249 0 0 2543 1 0 0 25 0 5 0 521479464 219897856 25109 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=214744 CPUtime=25.44 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 16125 1249 0 0 2542 2 0 0 25 0 5 0 521479464 219897856 25109 33554432000 4194304 4417332 140734138641088 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=214744 CPUtime=25.3 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 52920 1249 0 0 2522 8 0 0 25 0 5 0 521479464 219897856 25109 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 214744

[startup+51.1009 s]
/proc/loadavg: 8.12 8.16 8.12 9/190 7321
/proc/meminfo: memFree=28658276/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=328464 CPUtime=203.97 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 176310 1249 0 0 20370 27 0 0 18 0 5 0 521479460 336347136 53532 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 82116 53532 181 55 0 80002 0
[pid=7310/tid=7317] ppid=7308 vsize=328464 CPUtime=51.04 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 30657 1249 0 0 5100 4 0 0 25 0 5 0 521479464 336347136 53532 33554432000 4194304 4417332 140734138641088 18446744073709551615 4357766 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=328464 CPUtime=51.04 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 27635 1249 0 0 5101 3 0 0 25 0 5 0 521479464 336347136 53532 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=328464 CPUtime=51.04 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 30178 1249 0 0 5100 4 0 0 25 0 5 0 521479464 336347136 53532 33554432000 4194304 4417332 140734138641088 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=328464 CPUtime=50.77 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 85351 1249 0 0 5064 13 0 0 25 0 5 0 521479464 336347136 53532 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 328464

[startup+102.3 s]
/proc/loadavg: 8.05 8.14 8.11 9/190 7323
/proc/meminfo: memFree=28449452/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=439748 CPUtime=408.52 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 270467 1249 0 0 40807 45 0 0 18 0 5 0 521479460 450301952 81353 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 109937 81353 181 55 0 107823 0
[pid=7310/tid=7317] ppid=7308 vsize=439748 CPUtime=102.25 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 52150 1249 0 0 10217 8 0 0 25 0 5 0 521479464 450301952 81353 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=439748 CPUtime=102.25 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 65364 1249 0 0 10215 10 0 0 25 0 5 0 521479464 450301952 81353 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=439748 CPUtime=102.25 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 47052 1249 0 0 10217 8 0 0 25 0 5 0 521479464 450301952 81353 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=439748 CPUtime=101.69 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 103412 1249 0 0 10153 16 0 0 25 0 5 0 521479464 450301952 81353 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 439748

[startup+162.3 s]
/proc/loadavg: 8.02 8.11 8.10 9/190 7324
/proc/meminfo: memFree=28525672/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=509204 CPUtime=648.17 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 380729 1249 0 0 64752 65 0 0 18 0 5 0 521479460 521424896 98717 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 127301 98717 181 55 0 125187 0
[pid=7310/tid=7317] ppid=7308 vsize=509204 CPUtime=162.24 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 71999 1249 0 0 16212 12 0 0 25 0 5 0 521479464 521424896 98717 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=509204 CPUtime=162.24 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 96449 1249 0 0 16207 17 0 0 25 0 5 0 521479464 521424896 98717 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=509204 CPUtime=162.24 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 68499 1249 0 0 16213 11 0 0 25 0 5 0 521479464 521424896 98717 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=509204 CPUtime=161.36 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 141293 1249 0 0 16114 22 0 0 25 0 5 0 521479464 521424896 98717 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.17
Current children cumulated vsize (KiB) 509204


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

[pid=7310/tid=7318] ppid=7308 vsize=1198964 CPUtime=702.26 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 237979 1249 0 0 70185 41 0 0 25 0 5 0 521479464 1227739136 271157 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1198964 CPUtime=702.26 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 219558 1249 0 0 70187 39 0 0 25 0 5 0 521479464 1227739136 271157 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1198964 CPUtime=698.44 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 312473 1249 0 0 69792 52 0 0 25 0 5 0 521479464 1227739136 271157 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 1198964

[startup+762.301 s]
/proc/loadavg: 8.19 8.14 8.10 10/190 7377
/proc/meminfo: memFree=28467128/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1227992 CPUtime=3045 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1056325 1249 0 0 304316 184 0 0 18 0 5 0 521479460 1257463808 278414 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 306998 278414 181 55 0 304884 0
[pid=7310/tid=7317] ppid=7308 vsize=1227992 CPUtime=762.27 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 277361 1249 0 0 76178 49 0 0 25 0 5 0 521479464 1257463808 278414 33554432000 4194304 4417332 140734138641088 18446744073709551615 4344093 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1227992 CPUtime=762.27 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 244444 1249 0 0 76185 42 0 0 25 0 5 0 521479464 1257463808 278414 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1227992 CPUtime=762.27 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 219558 1249 0 0 76188 39 0 0 25 0 5 0 521479464 1257463808 278414 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1227992 CPUtime=758.11 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 312473 1249 0 0 75759 52 0 0 25 0 5 0 521479464 1257463808 278414 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 1227992

[startup+822.301 s]
/proc/loadavg: 8.19 8.14 8.10 9/190 7379
/proc/meminfo: memFree=28117168/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1532304 CPUtime=3284.67 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1190628 1249 0 0 328257 210 0 0 18 0 5 0 521479460 1569079296 354492 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 383076 354492 181 55 0 380962 0
[pid=7310/tid=7317] ppid=7308 vsize=1532304 CPUtime=822.27 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 277361 1249 0 0 82178 49 0 0 25 0 5 0 521479464 1569079296 354492 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1532304 CPUtime=822.26 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 312054 1249 0 0 82171 55 0 0 25 0 5 0 521479464 1569079296 354492 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1532304 CPUtime=822.27 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 260014 1249 0 0 82180 47 0 0 25 0 5 0 521479464 1569079296 354492 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1532304 CPUtime=817.79 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 338710 1249 0 0 81722 57 0 0 25 0 5 0 521479464 1569079296 354492 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 1532304

[startup+882.307 s]
/proc/loadavg: 8.18 8.14 8.10 9/190 7380
/proc/meminfo: memFree=27988196/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1647764 CPUtime=3524.37 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1219493 1249 0 0 352221 216 0 0 18 0 5 0 521479460 1687310336 383357 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 411941 383357 181 55 0 409827 0
[pid=7310/tid=7317] ppid=7308 vsize=1647764 CPUtime=882.28 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 285553 1249 0 0 88177 51 0 0 25 0 5 0 521479464 1687310336 383357 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1647764 CPUtime=882.27 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 312054 1249 0 0 88172 55 0 0 25 0 5 0 521479464 1687310336 383357 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1647764 CPUtime=882.28 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 260014 1249 0 0 88181 47 0 0 25 0 5 0 521479464 1687310336 383357 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1647764 CPUtime=877.46 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 359383 1249 0 0 87685 61 0 0 25 0 5 0 521479464 1687310336 383357 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 1647764

[startup+942.301 s]
/proc/loadavg: 8.14 8.13 8.09 9/190 7382
/proc/meminfo: memFree=28129408/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1483120 CPUtime=3764.03 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1248540 1249 0 0 376181 222 0 0 18 0 5 0 521479460 1518714880 342196 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 370780 342196 181 55 0 368666 0
[pid=7310/tid=7317] ppid=7308 vsize=1483120 CPUtime=942.28 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 308495 1249 0 0 94173 55 0 0 25 0 5 0 521479464 1518714880 342196 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1483120 CPUtime=942.27 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 312054 1249 0 0 94172 55 0 0 25 0 5 0 521479464 1518714880 342196 33554432000 4194304 4417332 140734138641088 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1483120 CPUtime=942.27 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 260014 1249 0 0 94180 47 0 0 25 0 5 0 521479464 1518714880 342196 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1483120 CPUtime=937.14 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 365488 1249 0 0 93651 63 0 0 25 0 5 0 521479464 1518714880 342196 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 1483120

[startup+1002.3 s]
/proc/loadavg: 8.17 8.14 8.09 9/190 7384
/proc/meminfo: memFree=27958136/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1560028 CPUtime=4003.7 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1283063 1249 0 0 400144 226 0 0 18 0 5 0 521479460 1597468672 361423 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 390007 361423 181 55 0 387893 0
[pid=7310/tid=7317] ppid=7308 vsize=1560028 CPUtime=1002.27 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 334826 1249 0 0 100169 58 0 0 25 0 5 0 521479464 1597468672 361423 33554432000 4194304 4417332 140734138641088 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1560028 CPUtime=1002.27 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 312054 1249 0 0 100172 55 0 0 25 0 5 0 521479464 1597468672 361423 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1560028 CPUtime=1002.28 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 260014 1249 0 0 100181 47 0 0 25 0 5 0 521479464 1597468672 361423 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1560028 CPUtime=996.81 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 373680 1249 0 0 99617 64 0 0 25 0 5 0 521479464 1597468672 361423 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1560028

[startup+1062.3 s]
/proc/loadavg: 8.19 8.14 8.10 9/190 7385
/proc/meminfo: memFree=28150800/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1341284 CPUtime=4243.39 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1412816 1249 0 0 424089 250 0 0 18 0 5 0 521479460 1373474816 306737 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 335321 306737 181 55 0 333207 0
[pid=7310/tid=7317] ppid=7308 vsize=1341284 CPUtime=1062.28 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 369507 1249 0 0 106165 63 0 0 25 0 5 0 521479464 1373474816 306737 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1341284 CPUtime=1062.27 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 366175 1249 0 0 106160 67 0 0 25 0 5 0 521479464 1373474816 306737 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1341284 CPUtime=1062.27 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 268073 1249 0 0 106179 48 0 0 25 0 5 0 521479464 1373474816 306737 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1341284 CPUtime=1056.49 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 406572 1249 0 0 105579 70 0 0 25 0 5 0 521479464 1373474816 306737 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 1341284

[startup+1122.3 s]
/proc/loadavg: 8.26 8.16 8.10 9/190 7387
/proc/meminfo: memFree=28186848/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1264156 CPUtime=4483.07 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1467107 1249 0 0 448047 260 0 0 18 0 5 0 521479460 1294495744 287455 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 316039 287455 181 55 0 313925 0
[pid=7310/tid=7317] ppid=7308 vsize=1264156 CPUtime=1122.28 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 394083 1249 0 0 112161 67 0 0 25 0 5 0 521479464 1294495744 287455 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1264156 CPUtime=1122.28 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 393950 1249 0 0 112156 72 0 0 25 0 5 0 521479464 1294495744 287455 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1264156 CPUtime=1122.28 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 269531 1249 0 0 112179 49 0 0 25 0 5 0 521479464 1294495744 287455 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1264156 CPUtime=1116.16 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 407054 1249 0 0 111546 70 0 0 25 0 5 0 521479464 1294495744 287455 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 1264156

[startup+1182.3 s]
/proc/loadavg: 8.27 8.17 8.11 9/190 7388
/proc/meminfo: memFree=28140200/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1275292 CPUtime=4722.75 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1486275 1249 0 0 472013 262 0 0 18 0 5 0 521479460 1305899008 290239 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 318823 290239 181 55 0 316709 0
[pid=7310/tid=7317] ppid=7308 vsize=1275292 CPUtime=1182.28 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 410467 1249 0 0 118159 69 0 0 25 0 5 0 521479464 1305899008 290239 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1275292 CPUtime=1182.28 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 393950 1249 0 0 118156 72 0 0 25 0 5 0 521479464 1305899008 290239 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1275292 CPUtime=1182.27 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 272315 1249 0 0 118178 49 0 0 25 0 5 0 521479464 1305899008 290239 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1275292 CPUtime=1175.84 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 407054 1249 0 0 117514 70 0 0 25 0 5 0 521479464 1305899008 290239 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 1275292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.16 8.10 9/190 7389
/proc/meminfo: memFree=28051540/32951124 swapFree=67111352/67111528
[pid=7310] ppid=7308 vsize=1347004 CPUtime=4800.26 cores=1,3,5,7
/proc/7310/stat : 7310 (plingeling) S 7308 7310 6968 0 -1 4202496 1536168 1249 0 0 479755 271 0 0 18 0 5 0 521479460 1379332096 308167 33554432000 4194304 4417332 140734138641088 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7310/statm: 336751 308167 181 55 0 334637 0
[pid=7310/tid=7317] ppid=7308 vsize=1347004 CPUtime=1201.69 cores=1,3,5,7
/proc/7310/task/7317/stat : 7317 (plingeling) R 7308 7310 6968 0 -1 4202560 450271 1249 0 0 120092 77 0 0 25 0 5 0 521479464 1379332096 308167 33554432000 4194304 4417332 140734138641088 18446744073709551615 4366038 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7310/tid=7318] ppid=7308 vsize=1347004 CPUtime=1201.69 cores=1,3,5,7
/proc/7310/task/7318/stat : 7318 (plingeling) R 7308 7310 6968 0 -1 4202560 404039 1249 0 0 120096 73 0 0 25 0 5 0 521479464 1379332096 308167 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7310/tid=7319] ppid=7308 vsize=1347004 CPUtime=1201.68 cores=1,3,5,7
/proc/7310/task/7319/stat : 7319 (plingeling) R 7308 7310 6968 0 -1 4202560 272315 1249 0 0 120119 49 0 0 25 0 5 0 521479464 1379332096 308167 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7310/tid=7320] ppid=7308 vsize=1347004 CPUtime=1195.13 cores=1,3,5,7
/proc/7310/task/7320/stat : 7320 (plingeling) R 7308 7310 6968 0 -1 4202560 407054 1249 0 0 119443 70 0 0 25 0 5 0 521479464 1379332096 308167 33554432000 4194304 4417332 140734138641088 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1347004

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.77
CPU time (s): 4800.35
CPU user time (s): 4797.58
CPU system time (s): 2.77258
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 1775700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.58
system time used= 2.77258
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1537417
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= 123
involuntary context switches= 32733

runsolver used 1.72774 second user time and 4.83526 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 19:40:16
IDJOB=3263178
IDBENCH=83934
IDSOLVER=1605
FILE ID=node135/3263178-1304098816
RUNJOBID= node135-1304096408-6987
PBS_JOBID= 13170608
Free space on /tmp= 71120 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263178-1304098816/watcher-3263178-1304098816 -o /tmp/evaluation-result-3263178-1304098816/solver-3263178-1304098816 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3263178-1304098816.cnf

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

MD5SUM BENCH= b970e9358cd0cd1a9cfd3d4afb2e830d
RANDOM SEED=769984890

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28887260 kB
Buffers:        912468 kB
Cached:        1729100 kB
SwapCached:        172 kB
Active:         956120 kB
Inactive:      2589452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28887260 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:      903712 kB
Mapped:          15304 kB
Slab:           453400 kB
PageTables:       6572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1093816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71120 MiB
End job on node135 at 2011-04-29 20:00:20