Trace number 3394700

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)? (TO) 40000.7 5010.85

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1801.9
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394700-1306103203/watcher-3394700-1306103203 -o /tmp/evaluation-result-3394700-1306103203/solver-3394700-1306103203 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394700-1306103203.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.19 4.69 2.94 2/482 17091
/proc/meminfo: memFree=19924956/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=11052 CPUtime=0 cores=0-7
/proc/17091/stat : 17091 (plingeling) R 17089 17091 17024 0 -1 4202496 854 1256 0 0 0 0 0 0 24 0 1 0 721918852 11317248 785 33554432000 4194304 4417452 140736226930912 18446744073709551615 210204341229 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17091/statm: 2763 785 147 55 0 649 0

[startup+0.0545959 s]
/proc/loadavg: 7.19 4.69 2.94 2/482 17091
/proc/meminfo: memFree=19924956/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=24324 CPUtime=0.04 cores=0-7
/proc/17091/stat : 17091 (plingeling) R 17089 17091 17024 0 -1 4202496 4446 1256 0 0 4 0 0 0 24 0 1 0 721918852 24907776 4103 33554432000 4194304 4417452 140736226930912 18446744073709551615 210204341229 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17091/statm: 6209 4118 148 55 0 4095 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24324

[startup+0.100588 s]
/proc/loadavg: 7.19 4.69 2.94 2/482 17091
/proc/meminfo: memFree=19924956/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=32516 CPUtime=0.08 cores=0-7
/proc/17091/stat : 17091 (plingeling) R 17089 17091 17024 0 -1 4202496 6435 1256 0 0 8 0 0 0 24 0 1 0 721918852 33296384 6092 33554432000 4194304 4417452 140736226930912 18446744073709551615 210204341341 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17091/statm: 8129 6118 148 55 0 6015 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32516

[startup+0.307518 s]
/proc/loadavg: 7.19 4.69 2.94 2/482 17091
/proc/meminfo: memFree=19924956/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=209048 CPUtime=1.14 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 15266 1256 0 0 112 2 0 0 18 0 9 0 721918852 214065152 13463 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 52262 13463 179 55 0 50148 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 209048

[startup+0.700454 s]
/proc/loadavg: 7.19 4.69 2.94 2/482 17091
/proc/meminfo: memFree=19924956/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=195288 CPUtime=4.16 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 18830 1256 0 0 413 3 0 0 18 0 9 0 721918852 199974912 10019 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 48822 10019 179 55 0 46708 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 195288

[startup+1.50132 s]
/proc/loadavg: 7.19 4.69 2.94 9/491 17105
/proc/meminfo: memFree=19884956/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=197040 CPUtime=10.55 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 27041 1256 0 0 1049 6 0 0 18 0 9 0 721918852 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 49260 10491 179 55 0 47146 0
[pid=17091/tid=17098] ppid=17089 vsize=197040 CPUtime=1.33 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 1606 1256 0 0 133 0 0 0 19 0 9 0 721918868 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=197040 CPUtime=1.18 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 2539 1256 0 0 118 0 0 0 25 0 9 0 721918868 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=197040 CPUtime=1.33 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 2742 1256 0 0 133 0 0 0 22 0 9 0 721918868 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=197040 CPUtime=1.22 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 2327 1256 0 0 122 0 0 0 22 0 9 0 721918868 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=197040 CPUtime=1.27 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 1671 1256 0 0 127 0 0 0 22 0 9 0 721918868 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=197040 CPUtime=1.33 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 1981 1256 0 0 133 0 0 0 22 0 9 0 721918868 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=197040 CPUtime=1.33 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 2909 1256 0 0 133 0 0 0 19 0 9 0 721918868 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=197040 CPUtime=1.33 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 2450 1256 0 0 133 0 0 0 19 0 9 0 721918868 201768960 10491 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (KiB) 197040

[startup+3.10105 s]
/proc/loadavg: 7.26 4.75 2.96 9/491 17105
/proc/meminfo: memFree=19876516/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=215712 CPUtime=23.33 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 45193 1256 0 0 2324 9 0 0 18 0 9 0 721918852 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 53928 15127 179 55 0 51814 0
[pid=17091/tid=17098] ppid=17089 vsize=215712 CPUtime=2.94 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 3386 1256 0 0 293 1 0 0 25 0 9 0 721918868 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=215712 CPUtime=2.77 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 4855 1256 0 0 277 0 0 0 25 0 9 0 721918868 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=215712 CPUtime=2.93 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 5235 1256 0 0 292 1 0 0 25 0 9 0 721918868 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=215712 CPUtime=2.82 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 5292 1256 0 0 281 1 0 0 25 0 9 0 721918868 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=215712 CPUtime=2.85 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 3730 1256 0 0 285 0 0 0 25 0 9 0 721918868 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 4320926 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=215712 CPUtime=2.93 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 4092 1256 0 0 292 1 0 0 25 0 9 0 721918868 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364703 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=215712 CPUtime=2.93 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 5219 1256 0 0 292 1 0 0 24 0 9 0 721918868 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366094 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=215712 CPUtime=2.93 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 4568 1256 0 0 293 0 0 0 24 0 9 0 721918868 220889088 15127 33554432000 4194304 4417452 140736226930912 18446744073709551615 4242675 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.33
Current children cumulated vsize (KiB) 215712

[startup+6.30052 s]
/proc/loadavg: 7.26 4.75 2.96 9/491 17106
/proc/meminfo: memFree=19846012/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=235392 CPUtime=48.88 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 72981 1256 0 0 4873 15 0 0 18 0 9 0 721918852 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 58848 20065 179 55 0 56734 0
[pid=17091/tid=17098] ppid=17089 vsize=235392 CPUtime=6.13 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 6959 1256 0 0 612 1 0 0 25 0 9 0 721918868 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=235392 CPUtime=5.97 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 8528 1256 0 0 596 1 0 0 25 0 9 0 721918868 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=235392 CPUtime=6.13 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 8428 1256 0 0 612 1 0 0 25 0 9 0 721918868 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 4357219 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=235392 CPUtime=6.02 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 8838 1256 0 0 600 2 0 0 25 0 9 0 721918868 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=235392 CPUtime=6 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 8196 1256 0 0 599 1 0 0 25 0 9 0 721918868 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 4355721 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=235392 CPUtime=6.13 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 7704 1256 0 0 611 2 0 0 25 0 9 0 721918868 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=235392 CPUtime=6.13 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 7492 1256 0 0 612 1 0 0 25 0 9 0 721918868 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=235392 CPUtime=6.13 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 8020 1256 0 0 612 1 0 0 25 0 9 0 721918868 241041408 20065 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 235392

[startup+12.7004 s]
/proc/loadavg: 7.31 4.80 2.99 9/491 17106
/proc/meminfo: memFree=19811052/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=270332 CPUtime=99.96 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 112685 1256 0 0 9973 23 0 0 18 0 9 0 721918852 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 67583 28781 179 55 0 65469 0
[pid=17091/tid=17098] ppid=17089 vsize=270332 CPUtime=12.53 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 10415 1256 0 0 1251 2 0 0 25 0 9 0 721918868 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=270332 CPUtime=12.38 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 13247 1256 0 0 1236 2 0 0 25 0 9 0 721918868 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366407 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=270332 CPUtime=12.53 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 14323 1256 0 0 1250 3 0 0 25 0 9 0 721918868 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=270332 CPUtime=12.42 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 14093 1256 0 0 1239 3 0 0 25 0 9 0 721918868 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=270332 CPUtime=12.3 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 13638 1256 0 0 1228 2 0 0 25 0 9 0 721918868 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 4250886 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=270332 CPUtime=12.52 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 14078 1256 0 0 1249 3 0 0 25 0 9 0 721918868 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=270332 CPUtime=12.53 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 10757 1256 0 0 1251 2 0 0 25 0 9 0 721918868 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=270332 CPUtime=12.53 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 13318 1256 0 0 1251 2 0 0 25 0 9 0 721918868 276819968 28781 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.96
Current children cumulated vsize (KiB) 270332

[startup+25.5013 s]
/proc/loadavg: 7.53 4.97 3.08 9/491 17106
/proc/meminfo: memFree=19766492/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=310772 CPUtime=202.17 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 165753 1256 0 0 20185 32 0 0 18 0 9 0 721918852 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 77693 38892 179 55 0 75579 0
[pid=17091/tid=17098] ppid=17089 vsize=310772 CPUtime=25.33 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 15175 1256 0 0 2530 3 0 0 25 0 9 0 721918868 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=310772 CPUtime=25.18 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 22067 1256 0 0 2515 3 0 0 25 0 9 0 721918868 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=310772 CPUtime=25.33 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 19428 1256 0 0 2529 4 0 0 25 0 9 0 721918868 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=310772 CPUtime=25.22 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 19905 1256 0 0 2518 4 0 0 25 0 9 0 721918868 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=310772 CPUtime=24.89 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 23551 1256 0 0 2486 3 0 0 25 0 9 0 721918868 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=310772 CPUtime=25.32 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 21968 1256 0 0 2528 4 0 0 25 0 9 0 721918868 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 4354532 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=310772 CPUtime=25.33 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 15459 1256 0 0 2530 3 0 0 25 0 9 0 721918868 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=310772 CPUtime=25.33 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 19384 1256 0 0 2530 3 0 0 25 0 9 0 721918868 318230528 38892 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 310772

[startup+51.101 s]
/proc/loadavg: 7.69 5.21 3.20 9/491 17107
/proc/meminfo: memFree=19655624/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=417944 CPUtime=406.55 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 258670 1256 0 0 40605 50 0 0 18 0 9 0 721918852 427974656 65711 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 104486 65711 179 55 0 102372 0
[pid=17091/tid=17098] ppid=17089 vsize=417944 CPUtime=50.93 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 25822 1256 0 0 5088 5 0 0 25 0 9 0 721918868 427974656 65711 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=417944 CPUtime=50.78 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 34367 1256 0 0 5073 5 0 0 25 0 9 0 721918868 427974656 65711 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=417944 CPUtime=50.93 cores=0-7

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


[startup+4722.32 s]
/proc/loadavg: 8.12 8.10 8.00 9/491 17243
/proc/meminfo: memFree=16783384/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=3287852 CPUtime=37698.1 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 2232311 1256 0 0 3769328 485 0 0 18 0 9 0 721918852 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 821963 783162 179 55 0 819849 0
[pid=17091/tid=17098] ppid=17089 vsize=3287852 CPUtime=4722.2 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 303231 1256 0 0 472155 65 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=3287852 CPUtime=4722.07 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 301266 1256 0 0 472150 57 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=3287852 CPUtime=4722.19 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 230170 1256 0 0 472165 54 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=3287852 CPUtime=4722.11 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 295049 1256 0 0 472147 64 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=3287852 CPUtime=4644.94 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 305665 1256 0 0 464429 65 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=3287852 CPUtime=4720.11 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 298311 1256 0 0 471947 64 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=3287852 CPUtime=4722.22 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 248482 1256 0 0 472168 54 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=3287852 CPUtime=4722.07 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 241321 1256 0 0 472150 57 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37698.1
Current children cumulated vsize (KiB) 3287852

[startup+4782.3 s]
/proc/loadavg: 8.10 8.09 8.00 9/491 17245
/proc/meminfo: memFree=16783472/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=3287852 CPUtime=38177 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 2232311 1256 0 0 3817215 485 0 0 18 0 9 0 721918852 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 821963 783162 179 55 0 819849 0
[pid=17091/tid=17098] ppid=17089 vsize=3287852 CPUtime=4782.18 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 303231 1256 0 0 478153 65 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=3287852 CPUtime=4782.05 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 301266 1256 0 0 478148 57 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=3287852 CPUtime=4782.17 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 230170 1256 0 0 478163 54 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364693 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=3287852 CPUtime=4782.09 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 295049 1256 0 0 478145 64 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=3287852 CPUtime=4703.95 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 305665 1256 0 0 470330 65 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364794 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=3287852 CPUtime=4780.07 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 298311 1256 0 0 477943 64 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=3287852 CPUtime=4782.2 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 248482 1256 0 0 478166 54 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=3287852 CPUtime=4782.05 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 241321 1256 0 0 478148 57 0 0 25 0 9 0 721918868 3366760448 783162 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38177
Current children cumulated vsize (KiB) 3287852

[startup+4842.3 s]
/proc/loadavg: 8.09 8.09 8.00 9/491 17246
/proc/meminfo: memFree=16780948/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=3290900 CPUtime=38656 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 2233073 1256 0 0 3865115 485 0 0 18 0 9 0 721918852 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 822725 783924 179 55 0 820611 0
[pid=17091/tid=17098] ppid=17089 vsize=3290900 CPUtime=4842.18 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 303231 1256 0 0 484153 65 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=3290900 CPUtime=4842.05 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 302028 1256 0 0 484148 57 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=3290900 CPUtime=4842.17 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 230170 1256 0 0 484163 54 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=3290900 CPUtime=4842.09 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 295049 1256 0 0 484145 64 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=3290900 CPUtime=4762.96 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 305665 1256 0 0 476231 65 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=3290900 CPUtime=4840.06 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 298311 1256 0 0 483942 64 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=3290900 CPUtime=4842.2 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 248482 1256 0 0 484166 54 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=3290900 CPUtime=4842.05 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 241321 1256 0 0 484148 57 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38656
Current children cumulated vsize (KiB) 3290900

[startup+4902.3 s]
/proc/loadavg: 8.08 8.08 8.00 9/491 17248
/proc/meminfo: memFree=16780904/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=3290900 CPUtime=39135 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 2233073 1256 0 0 3913017 485 0 0 18 0 9 0 721918852 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 822725 783924 179 55 0 820611 0
[pid=17091/tid=17098] ppid=17089 vsize=3290900 CPUtime=4902.18 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 303231 1256 0 0 490153 65 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=3290900 CPUtime=4902.05 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 302028 1256 0 0 490148 57 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=3290900 CPUtime=4902.18 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 230170 1256 0 0 490164 54 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=3290900 CPUtime=4902.1 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 295049 1256 0 0 490146 64 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=3290900 CPUtime=4821.99 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 305665 1256 0 0 482134 65 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=3290900 CPUtime=4900.05 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 298311 1256 0 0 489941 64 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=3290900 CPUtime=4902.2 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 248482 1256 0 0 490166 54 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364784 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=3290900 CPUtime=4902.05 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 241321 1256 0 0 490148 57 0 0 25 0 9 0 721918868 3369881600 783924 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39135
Current children cumulated vsize (KiB) 3290900

[startup+4962.3 s]
/proc/loadavg: 8.08 8.08 8.00 9/491 17250
/proc/meminfo: memFree=16783716/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=3288764 CPUtime=39614 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 2298623 1256 0 0 3960909 493 0 0 18 0 9 0 721918852 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 822191 783390 179 55 0 820077 0
[pid=17091/tid=17098] ppid=17089 vsize=3288764 CPUtime=4962.19 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 303231 1256 0 0 496154 65 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=3288764 CPUtime=4962.05 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 302028 1256 0 0 496148 57 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=3288764 CPUtime=4962.18 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 230170 1256 0 0 496164 54 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4366804 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=3288764 CPUtime=4962.1 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 295049 1256 0 0 496146 64 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=3288764 CPUtime=4881 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 305665 1256 0 0 488035 65 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=3288764 CPUtime=4960.02 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 298311 1256 0 0 495938 64 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=3288764 CPUtime=4962.21 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 280738 1256 0 0 496163 58 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=3288764 CPUtime=4962.05 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 274615 1256 0 0 496144 61 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39614
Current children cumulated vsize (KiB) 3288764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.7 s]
/proc/loadavg: 8.09 8.08 8.00 9/491 17251
/proc/meminfo: memFree=16783684/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=3288764 CPUtime=40000.5 cores=0-7
/proc/17091/stat : 17091 (plingeling) S 17089 17091 17024 0 -1 4202496 2298623 1256 0 0 3999557 493 0 0 18 0 9 0 721918852 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 210216450021 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 822191 783390 179 55 0 820077 0
[pid=17091/tid=17098] ppid=17089 vsize=3288764 CPUtime=5010.6 cores=0-7
/proc/17091/task/17098/stat : 17098 (plingeling) R 17089 17091 17024 0 -1 4202560 303231 1256 0 0 500995 65 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=3288764 CPUtime=5010.47 cores=0-7
/proc/17091/task/17099/stat : 17099 (plingeling) R 17089 17091 17024 0 -1 4202560 302028 1256 0 0 500990 57 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=3288764 CPUtime=5010.6 cores=0-7
/proc/17091/task/17100/stat : 17100 (plingeling) R 17089 17091 17024 0 -1 4202560 230170 1256 0 0 501006 54 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=3288764 CPUtime=5010.52 cores=0-7
/proc/17091/task/17101/stat : 17101 (plingeling) R 17089 17091 17024 0 -1 4202560 295049 1256 0 0 500988 64 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=3288764 CPUtime=4928.61 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4202560 305665 1256 0 0 492796 65 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=3288764 CPUtime=5008.43 cores=0-7
/proc/17091/task/17103/stat : 17103 (plingeling) R 17089 17091 17024 0 -1 4202560 298311 1256 0 0 500779 64 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=3288764 CPUtime=5010.63 cores=0-7
/proc/17091/task/17104/stat : 17104 (plingeling) R 17089 17091 17024 0 -1 4202560 280738 1256 0 0 501005 58 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=3288764 CPUtime=5010.47 cores=0-7
/proc/17091/task/17105/stat : 17105 (plingeling) R 17089 17091 17024 0 -1 4202560 274615 1256 0 0 500986 61 0 0 25 0 9 0 721918868 3367694336 783390 33554432000 4194304 4417452 140736226930912 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 3288764

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

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

[startup+5010.82 s]
/proc/loadavg: 8.09 8.08 8.00 9/491 17251
/proc/meminfo: memFree=16783684/32951124 swapFree=63649292/67111528
[pid=17091] ppid=17089 vsize=0 CPUtime=40000.7 cores=0-7
/proc/17091/stat : 17091 (plingeling) Z 17089 17091 17024 0 -1 4203548 2298623 1256 0 0 3999566 503 0 0 18 0 2 0 721918852 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17091/statm: 0 0 0 0 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=0 CPUtime=4928.72 cores=0-7
/proc/17091/task/17102/stat : 17102 (plingeling) R 17089 17091 17024 0 -1 4203588 305665 1256 0 0 492797 75 0 0 25 0 2 0 721918868 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.85
CPU time (s): 40000.7
CPU user time (s): 39995.7
CPU system time (s): 5.05523
CPU usage (%): 798.283
Max. virtual memory (cumulated for all children) (KiB): 3290900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39995.7
system time used= 5.05523
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2299879
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= 119
involuntary context switches= 194375

runsolver used 22.3606 second user time and 59.6259 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-23 00:26:44
IDJOB=3394700
IDBENCH=83899
IDSOLVER=1851
FILE ID=node130/3394700-1306103203
RUNJOBID= node130-1306102930-17038
PBS_JOBID= 13387999
Free space on /tmp= 73104 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394700-1306103203/watcher-3394700-1306103203 -o /tmp/evaluation-result-3394700-1306103203/solver-3394700-1306103203 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394700-1306103203.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=1331703354

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19925236 kB
Buffers:        344916 kB
Cached:        7582476 kB
SwapCached:      10260 kB
Active:        6946356 kB
Inactive:      5761380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19925236 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:            1604 kB
Writeback:          12 kB
AnonPages:     4778444 kB
Mapped:          30304 kB
Slab:           194788 kB
PageTables:      53336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145067644 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= 73104 MiB
End job on node130 at 2011-05-23 01:50:16