Trace number 3309528

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) 40000.4 5006.97

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1095.17
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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-3309528-1304004285/watcher-3309528-1304004285 -o /tmp/evaluation-result-3309528-1304004285/solver-3309528-1304004285 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309528-1304004285.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: 0.85 0.97 0.99 1/170 28956
/proc/meminfo: memFree=23694448/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=11140 CPUtime=0 cores=0-7
/proc/28956/stat : 28956 (plingeling) R 28954 28956 28930 0 -1 4202496 843 1251 0 0 0 0 0 0 18 0 1 0 590659288 11407360 771 33554432000 4194304 4417332 140733686543520 18446744073709551615 260905393920 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28956/statm: 2785 771 143 55 0 671 0

[startup+0.041032 s]
/proc/loadavg: 0.85 0.97 0.99 1/170 28956
/proc/meminfo: memFree=23694448/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=16496 CPUtime=0.03 cores=0-7
/proc/28956/stat : 28956 (plingeling) R 28954 28956 28930 0 -1 4202496 2223 1251 0 0 3 0 0 0 18 0 1 0 590659288 16891904 2147 33554432000 4194304 4417332 140733686543520 18446744073709551615 4227880 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28956/statm: 4124 2147 148 55 0 2010 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16496

[startup+0.101021 s]
/proc/loadavg: 0.85 0.97 0.99 1/170 28956
/proc/meminfo: memFree=23694448/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=23028 CPUtime=0.09 cores=0-7
/proc/28956/stat : 28956 (plingeling) R 28954 28956 28930 0 -1 4202496 3824 1251 0 0 9 0 0 0 20 0 1 0 590659288 23580672 3748 33554432000 4194304 4417332 140733686543520 18446744073709551615 4229136 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28956/statm: 5757 3748 148 55 0 3643 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23028

[startup+0.300984 s]
/proc/loadavg: 0.85 0.97 0.99 1/170 28956
/proc/meminfo: memFree=23694448/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=39400 CPUtime=0.29 cores=0-7
/proc/28956/stat : 28956 (plingeling) R 28954 28956 28930 0 -1 4202496 7957 1251 0 0 28 1 0 0 20 0 1 0 590659288 40345600 7873 33554432000 4194304 4417332 140733686543520 18446744073709551615 4231265 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28956/statm: 9850 7873 148 55 0 7736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39400

[startup+0.700912 s]
/proc/loadavg: 0.85 0.97 0.99 1/170 28956
/proc/meminfo: memFree=23694448/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=90648 CPUtime=0.68 cores=0-7
/proc/28956/stat : 28956 (plingeling) R 28954 28956 28930 0 -1 4202496 20769 1251 0 0 66 2 0 0 21 0 1 0 590659288 92823552 20685 33554432000 4194304 4417332 140733686543520 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28956/statm: 22662 20685 148 55 0 20548 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 90648

[startup+1.50076 s]
/proc/loadavg: 0.85 0.97 0.99 2/171 28962
/proc/meminfo: memFree=23575284/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=238628 CPUtime=1.48 cores=0-7
/proc/28956/stat : 28956 (plingeling) R 28954 28956 28930 0 -1 4202496 57764 1251 0 0 142 6 0 0 24 0 1 0 590659288 244355072 57680 33554432000 4194304 4417332 140733686543520 18446744073709551615 4262083 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28956/statm: 59657 57680 148 55 0 57543 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 238628

[startup+3.10055 s]
/proc/loadavg: 0.86 0.97 0.99 2/171 28962
/proc/meminfo: memFree=23464444/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=386084 CPUtime=3.08 cores=0-7
/proc/28956/stat : 28956 (plingeling) R 28954 28956 28930 0 -1 4202496 94628 1251 0 0 297 11 0 0 25 0 1 0 590659288 395350016 94544 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236012 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/28956/statm: 96521 94544 148 55 0 94407 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 386084

[startup+6.3009 s]
/proc/loadavg: 0.86 0.97 0.99 9/179 28970
/proc/meminfo: memFree=23287456/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=651420 CPUtime=25.88 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 167764 1251 0 0 2566 22 0 0 25 0 9 0 590659288 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 162855 111865 177 55 0 160741 0
[pid=28956/tid=28963] ppid=28954 vsize=651420 CPUtime=2.85 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 6890 1251 0 0 285 0 0 0 23 0 9 0 590659631 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4261389 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=651420 CPUtime=2.85 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 9329 1251 0 0 284 1 0 0 23 0 9 0 590659631 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=651420 CPUtime=2.85 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 7205 1251 0 0 285 0 0 0 23 0 9 0 590659631 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4275532 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=651420 CPUtime=2.45 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 1792 1251 0 0 245 0 0 0 25 0 9 0 590659631 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=651420 CPUtime=2.84 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 10289 1251 0 0 283 1 0 0 24 0 9 0 590659631 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=651420 CPUtime=2.86 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 8203 1251 0 0 285 1 0 0 24 0 9 0 590659631 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4261096 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=651420 CPUtime=2.85 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 3678 1251 0 0 285 0 0 0 23 0 9 0 590659631 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4275735 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=651420 CPUtime=2.85 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 6979 1251 0 0 284 1 0 0 24 0 9 0 590659632 667054080 111865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4317337 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 651420

[startup+12.7007 s]
/proc/loadavg: 2.03 1.21 1.07 9/179 28971
/proc/meminfo: memFree=23259944/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=629120 CPUtime=77.04 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 198684 1251 0 0 7677 27 0 0 25 0 9 0 590659288 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 157280 108744 181 55 0 155166 0
[pid=28956/tid=28963] ppid=28954 vsize=629120 CPUtime=9.25 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 14318 1251 0 0 924 1 0 0 25 0 9 0 590659631 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=629120 CPUtime=9.25 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 13399 1251 0 0 923 2 0 0 25 0 9 0 590659631 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=629120 CPUtime=9.25 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 11559 1251 0 0 924 1 0 0 25 0 9 0 590659631 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=629120 CPUtime=8.85 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 1792 1251 0 0 885 0 0 0 25 0 9 0 590659631 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=629120 CPUtime=9.2 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 15486 1251 0 0 918 2 0 0 25 0 9 0 590659631 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=629120 CPUtime=9.26 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 8212 1251 0 0 925 1 0 0 25 0 9 0 590659631 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=629120 CPUtime=9.24 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 10463 1251 0 0 923 1 0 0 25 0 9 0 590659631 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=629120 CPUtime=9.25 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 10056 1251 0 0 924 1 0 0 25 0 9 0 590659632 644218880 108744 33554432000 4194304 4417332 140733686543520 18446744073709551615 4357160 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 77.04
Current children cumulated vsize (KiB) 629120

[startup+25.5004 s]
/proc/loadavg: 2.95 1.44 1.14 9/179 28971
/proc/meminfo: memFree=23260608/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=630988 CPUtime=179.37 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 199156 1251 0 0 17910 27 0 0 25 0 9 0 590659288 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 157747 109211 181 55 0 155633 0
[pid=28956/tid=28963] ppid=28954 vsize=630988 CPUtime=22.05 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 14318 1251 0 0 2204 1 0 0 25 0 9 0 590659631 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=630988 CPUtime=22.05 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 13527 1251 0 0 2203 2 0 0 25 0 9 0 590659631 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 4366573 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=630988 CPUtime=22.05 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 11687 1251 0 0 2204 1 0 0 25 0 9 0 590659631 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=630988 CPUtime=21.65 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 1792 1251 0 0 2165 0 0 0 25 0 9 0 590659631 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=630988 CPUtime=21.93 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 15614 1251 0 0 2191 2 0 0 25 0 9 0 590659631 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=630988 CPUtime=22.05 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 8297 1251 0 0 2204 1 0 0 25 0 9 0 590659631 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=630988 CPUtime=22.04 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 10463 1251 0 0 2203 1 0 0 25 0 9 0 590659631 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=630988 CPUtime=22.05 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 10059 1251 0 0 2204 1 0 0 25 0 9 0 590659632 646131712 109211 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 179.37
Current children cumulated vsize (KiB) 630988

[startup+51.1007 s]
/proc/loadavg: 4.67 1.96 1.32 9/179 28972
/proc/meminfo: memFree=23208088/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=708504 CPUtime=384.02 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 217588 1251 0 0 38373 29 0 0 25 0 9 0 590659288 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 177126 124646 181 55 0 175012 0
[pid=28956/tid=28963] ppid=28954 vsize=708504 CPUtime=47.65 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 20355 1251 0 0 4763 2 0 0 25 0 9 0 590659631 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=708504 CPUtime=47.65 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 16533 1251 0 0 4763 2 0 0 25 0 9 0 590659631 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 4270953 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=708504 CPUtime=47.64 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 13170 1251 0 0 4763 1 0 0 25 0 9 0 590659631 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=708504 CPUtime=47.24 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 7145 1251 0 0 4724 0 0 0 25 0 9 0 590659631 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 4365517 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=708504 CPUtime=47.39 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 16391 1251 0 0 4737 2 0 0 25 0 9 0 590659631 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=708504 CPUtime=47.65 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 9156 1251 0 0 4764 1 0 0 25 0 9 0 590659631 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=708504 CPUtime=47.64 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 11288 1251 0 0 4763 1 0 0 25 0 9 0 590659631 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=708504 CPUtime=47.65 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 10151 1251 0 0 4764 1 0 0 25 0 9 0 590659632 725508096 124646 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 384.02
Current children cumulated vsize (KiB) 708504

[startup+102.306 s]
/proc/loadavg: 6.71 2.99 1.71 9/179 28973
/proc/meminfo: memFree=23119136/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=781440 CPUtime=793.39 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 238177 1251 0 0 79308 31 0 0 25 0 9 0 590659288 800194560 144405 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 195360 144405 181 55 0 193246 0
[pid=28956/tid=28963] ppid=28954 vsize=781440 CPUtime=98.86 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 23687 1251 0 0 9883 3 0 0 25 0 9 0 590659631 800194560 144405 33554432000 4194304 4417332 140733686543520 18446744073709551615 4353498 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=781440 CPUtime=98.86 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 16533 1251 0 0 9884 2 0 0 25 0 9 0 590659631 800194560 144405 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=781440 CPUtime=98.85 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 13905 1251 0 0 9884 1 0 0 25 0 9 0 590659631 800194560 144405 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=781440 CPUtime=98.45 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 20289 1251 0 0 9844 1 0 0 25 0 9 0 590659631 800194560 144405 33554432000 4194304 4417332 140733686543520 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=781440 CPUtime=98.32 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 16903 1251 0 0 9830 2 0 0 25 0 9 0 590659631 800194560 144405 33554432000 4194304 4417332 140733686543520 18446744073709551615 4358641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=781440 CPUtime=98.86 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 11112 1251 0 0 9885 1 0 0 25 0 9 0 590659631 800194560 144405 33554432000 4194304 4417332 140733686543520 18446744073709551615 4365104 0 0 4096 17442 0 0 0 -1 2 0 0 0

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

[pid=28956/tid=28965] ppid=28954 vsize=5522752 CPUtime=4718.87 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 1769158 1251 0 0 471551 336 0 0 25 0 9 0 590659631 5655298048 1329623 33554432000 4194304 4417332 140733686543520 18446744073709551615 4281860 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=5522752 CPUtime=4717.88 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 2518577 1251 0 0 471248 540 0 0 25 0 9 0 590659631 5655298048 1329623 33554432000 4194304 4417332 140733686543520 18446744073709551615 4357145 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=5522752 CPUtime=4707.29 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 992207 1251 0 0 470556 173 0 0 25 0 9 0 590659631 5655298048 1329623 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=5522752 CPUtime=4717.91 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 1029819 1251 0 0 471625 166 0 0 25 0 9 0 590659631 5655298048 1329623 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=5522752 CPUtime=4714.84 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 1217494 1251 0 0 471273 211 0 0 25 0 9 0 590659631 5655298048 1329623 33554432000 4194304 4417332 140733686543520 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=5522752 CPUtime=4718.5 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 1454957 1251 0 0 471594 256 0 0 25 0 9 0 590659632 5655298048 1329623 33554432000 4194304 4417332 140733686543520 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37726.5
Current children cumulated vsize (KiB) 5522752

[startup+4782.3 s]
/proc/loadavg: 8.00 8.02 7.97 9/179 29113
/proc/meminfo: memFree=17882804/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=6008400 CPUtime=38206.1 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 11274136 1251 0 0 3818547 2061 0 0 25 0 9 0 590659288 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 1502100 1451035 181 55 0 1499986 0
[pid=28956/tid=28963] ppid=28954 vsize=6008400 CPUtime=4768.73 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 834812 1251 0 0 476732 141 0 0 25 0 9 0 590659631 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=6008400 CPUtime=4778.94 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 1241781 1251 0 0 477689 205 0 0 25 0 9 0 590659631 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 4357942 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=6008400 CPUtime=4778.87 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 1769158 1251 0 0 477551 336 0 0 25 0 9 0 590659631 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 4251034 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=6008400 CPUtime=4777.88 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 2536537 1251 0 0 477244 544 0 0 25 0 9 0 590659631 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=6008400 CPUtime=4766.96 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 1048450 1251 0 0 476515 181 0 0 25 0 9 0 590659631 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=6008400 CPUtime=4777.9 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 1048132 1251 0 0 477621 169 0 0 25 0 9 0 590659631 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=6008400 CPUtime=4774.84 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 1226910 1251 0 0 477271 213 0 0 25 0 9 0 590659631 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=6008400 CPUtime=4778.49 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 1454957 1251 0 0 477593 256 0 0 25 0 9 0 590659632 6152601600 1451035 33554432000 4194304 4417332 140733686543520 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38206.1
Current children cumulated vsize (KiB) 6008400

[startup+4842.3 s]
/proc/loadavg: 8.00 8.02 7.97 9/179 29114
/proc/meminfo: memFree=18036288/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=5854224 CPUtime=38685.8 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 11510203 1251 0 0 3866455 2121 0 0 25 0 9 0 590659288 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 1463556 1412504 181 55 0 1461442 0
[pid=28956/tid=28963] ppid=28954 vsize=5854224 CPUtime=4828.72 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 856777 1251 0 0 482728 144 0 0 25 0 9 0 590659631 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 4264950 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=5854224 CPUtime=4838.94 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 1279398 1251 0 0 483678 216 0 0 25 0 9 0 590659631 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=5854224 CPUtime=4838.87 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 1769158 1251 0 0 483550 337 0 0 25 0 9 0 590659631 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 4302950 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=5854224 CPUtime=4837.89 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 2556522 1251 0 0 483243 546 0 0 25 0 9 0 590659631 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 4353472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=5854224 CPUtime=4826.63 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 1060786 1251 0 0 482478 185 0 0 25 0 9 0 590659631 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=5854224 CPUtime=4837.91 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 1064477 1251 0 0 483619 172 0 0 25 0 9 0 590659631 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=5854224 CPUtime=4834.83 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 1250419 1251 0 0 483266 217 0 0 25 0 9 0 590659631 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=5854224 CPUtime=4838.48 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 1559267 1251 0 0 483561 287 0 0 25 0 9 0 590659632 5994725376 1412504 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38685.8
Current children cumulated vsize (KiB) 5854224

[startup+4902.3 s]
/proc/loadavg: 8.00 8.01 7.97 9/179 29116
/proc/meminfo: memFree=16446348/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=7370388 CPUtime=39165.4 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 11979721 1251 0 0 3914322 2223 0 0 25 0 9 0 590659288 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 1842597 1791545 181 55 0 1840483 0
[pid=28956/tid=28963] ppid=28954 vsize=7370388 CPUtime=4888.73 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 933255 1251 0 0 488720 153 0 0 25 0 9 0 590659631 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=7370388 CPUtime=4898.94 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 1300832 1251 0 0 489675 219 0 0 25 0 9 0 590659631 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=7370388 CPUtime=4898.88 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 1917241 1251 0 0 489511 377 0 0 25 0 9 0 590659631 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=7370388 CPUtime=4897.89 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 2585290 1251 0 0 489237 552 0 0 25 0 9 0 590659631 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=7370388 CPUtime=4886.31 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 1224924 1251 0 0 488408 223 0 0 25 0 9 0 590659631 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 4264909 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=7370388 CPUtime=4897.91 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 1077925 1251 0 0 489616 175 0 0 25 0 9 0 590659631 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=7370388 CPUtime=4894.84 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 1267588 1251 0 0 489264 220 0 0 25 0 9 0 590659631 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=7370388 CPUtime=4898.48 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 1559267 1251 0 0 489561 287 0 0 25 0 9 0 590659632 7547277312 1791545 33554432000 4194304 4417332 140733686543520 18446744073709551615 4355728 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39165.4
Current children cumulated vsize (KiB) 7370388

[startup+4962.3 s]
/proc/loadavg: 8.00 8.00 7.97 9/179 29118
/proc/meminfo: memFree=16472116/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=7415452 CPUtime=39645.1 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 12137185 1251 0 0 3962257 2255 0 0 25 0 9 0 590659288 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 1853863 1802811 181 55 0 1851749 0
[pid=28956/tid=28963] ppid=28954 vsize=7415452 CPUtime=4948.72 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 956289 1251 0 0 494712 160 0 0 25 0 9 0 590659631 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=7415452 CPUtime=4958.94 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 1329037 1251 0 0 495670 224 0 0 25 0 9 0 590659631 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=7415452 CPUtime=4958.87 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 1917241 1251 0 0 495509 378 0 0 25 0 9 0 590659631 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 4309869 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=7415452 CPUtime=4957.89 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 2655599 1251 0 0 495225 564 0 0 25 0 9 0 590659631 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=7415452 CPUtime=4945.98 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 1224924 1251 0 0 494375 223 0 0 25 0 9 0 590659631 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=7415452 CPUtime=4957.91 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 1086596 1251 0 0 495615 176 0 0 25 0 9 0 590659631 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=7415452 CPUtime=4954.84 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 1294833 1251 0 0 495259 225 0 0 25 0 9 0 590659631 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=7415452 CPUtime=4958.47 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 1559267 1251 0 0 495560 287 0 0 25 0 9 0 590659632 7593422848 1802811 33554432000 4194304 4417332 140733686543520 18446744073709551615 4307843 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39645.1
Current children cumulated vsize (KiB) 7415452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5006.7 s]
/proc/loadavg: 8.06 8.02 7.97 9/179 29119
/proc/meminfo: memFree=17025992/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=6863668 CPUtime=40000.1 cores=0-7
/proc/28956/stat : 28956 (plingeling) S 28954 28956 28930 0 -1 4202496 12341129 1251 0 0 3997722 2291 0 0 25 0 9 0 590659288 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 1715917 1664865 181 55 0 1713803 0
[pid=28956/tid=28963] ppid=28954 vsize=6863668 CPUtime=4993.13 cores=0-7
/proc/28956/task/28963/stat : 28963 (plingeling) R 28954 28956 28930 0 -1 4202560 956289 1251 0 0 499153 160 0 0 25 0 9 0 590659631 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=6863668 CPUtime=5003.35 cores=0-7
/proc/28956/task/28964/stat : 28964 (plingeling) R 28954 28956 28930 0 -1 4202560 1352808 1251 0 0 500106 229 0 0 25 0 9 0 590659631 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=6863668 CPUtime=5003.29 cores=0-7
/proc/28956/task/28965/stat : 28965 (plingeling) R 28954 28956 28930 0 -1 4202560 2053717 1251 0 0 499931 398 0 0 25 0 9 0 590659631 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=6863668 CPUtime=5002.3 cores=0-7
/proc/28956/task/28966/stat : 28966 (plingeling) R 28954 28956 28930 0 -1 4202560 2687511 1251 0 0 499660 570 0 0 25 0 9 0 590659631 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=6863668 CPUtime=4990.15 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4202560 1226557 1251 0 0 498787 228 0 0 25 0 9 0 590659631 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=6863668 CPUtime=5002.32 cores=0-7
/proc/28956/task/28968/stat : 28968 (plingeling) R 28954 28956 28930 0 -1 4202560 1090052 1251 0 0 500056 176 0 0 25 0 9 0 590659631 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=6863668 CPUtime=4999.24 cores=0-7
/proc/28956/task/28969/stat : 28969 (plingeling) R 28954 28956 28930 0 -1 4202560 1301283 1251 0 0 499698 226 0 0 25 0 9 0 590659631 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4357177 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=6863668 CPUtime=5002.87 cores=0-7
/proc/28956/task/28970/stat : 28970 (plingeling) R 28954 28956 28930 0 -1 4202560 1559513 1251 0 0 500000 287 0 0 25 0 9 0 590659632 7028396032 1664865 33554432000 4194304 4417332 140733686543520 18446744073709551615 4253837 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 6863668

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

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

[startup+5006.81 s]
/proc/loadavg: 8.06 8.02 7.97 9/179 29119
/proc/meminfo: memFree=17025992/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=0 CPUtime=40000.3 cores=0-7
/proc/28956/stat : 28956 (plingeling) Z 28954 28956 28930 0 -1 4203548 12341129 1251 0 0 3997726 2301 0 0 18 0 2 0 590659288 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 0 0 0 0 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=0 CPUtime=4990.26 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4203588 1226557 1251 0 0 498788 238 0 0 25 0 2 0 590659631 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 0

[startup+5006.9 s]
/proc/loadavg: 8.06 8.02 7.97 9/179 29119
/proc/meminfo: memFree=17025992/32950928 swapFree=67071984/67111528
[pid=28956] ppid=28954 vsize=0 CPUtime=40000.4 cores=0-7
/proc/28956/stat : 28956 (plingeling) Z 28954 28956 28930 0 -1 4203548 12341129 1251 0 0 3997726 2310 0 0 18 0 2 0 590659288 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/28956/statm: 0 0 0 0 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=0 CPUtime=4990.34 cores=0-7
/proc/28956/task/28967/stat : 28967 (plingeling) R 28954 28956 28930 0 -1 4203588 1226557 1251 0 0 498788 246 0 0 25 0 2 0 590659631 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5006.97
CPU time (s): 40000.4
CPU user time (s): 39977.3
CPU system time (s): 23.1725
CPU usage (%): 798.896
Max. virtual memory (cumulated for all children) (KiB): 8112908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39977.3
system time used= 23.1725
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12342380
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= 939
involuntary context switches= 192279

runsolver used 7.74082 second user time and 19.529 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-28 17:24:46
IDJOB=3309528
IDBENCH=82366
IDSOLVER=1695
FILE ID=node116/3309528-1304004285
RUNJOBID= node116-1304004285-28944
PBS_JOBID= 13168816
Free space on /tmp= 72480 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309528-1304004285/watcher-3309528-1304004285 -o /tmp/evaluation-result-3309528-1304004285/solver-3309528-1304004285 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309528-1304004285.cnf

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1101167043

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23694356 kB
Buffers:       1890040 kB
Cached:        6903024 kB
SwapCached:       9732 kB
Active:        4142772 kB
Inactive:      4688868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23694356 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           36732 kB
Writeback:           0 kB
AnonPages:       32552 kB
Mapped:          13488 kB
Slab:           359312 kB
PageTables:       4308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183100 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= 72480 MiB
End job on node116 at 2011-04-28 18:48:15