Trace number 3372158

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.3 5008.02

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.281
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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-3372158-1305435967/watcher-3372158-1305435967 -o /tmp/evaluation-result-3372158-1305435967/solver-3372158-1305435967 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372158-1305435967.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.57 7.30 6.13 2/363 27040
/proc/meminfo: memFree=22625780/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=8728 CPUtime=0 cores=0-7
/proc/27040/stat : 27040 (plingeling) R 27038 27040 26867 0 -1 4202496 255 1256 0 0 0 0 0 0 20 0 1 0 655194467 8937472 185 33554432000 4194304 4417452 140736183257504 18446744073709551615 212687675136 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/27040/statm: 2182 185 138 55 0 68 0

[startup+0.074077 s]
/proc/loadavg: 7.57 7.30 6.13 2/363 27040
/proc/meminfo: memFree=22625780/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=25740 CPUtime=0.06 cores=0-7
/proc/27040/stat : 27040 (plingeling) R 27038 27040 26867 0 -1 4202496 4509 1256 0 0 6 0 0 0 20 0 1 0 655194467 26357760 4438 33554432000 4194304 4417452 140736183257504 18446744073709551615 212687369197 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/27040/statm: 6500 4459 149 55 0 4386 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25740

[startup+0.101069 s]
/proc/loadavg: 7.57 7.30 6.13 2/363 27040
/proc/meminfo: memFree=22625780/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=28316 CPUtime=0.09 cores=0-7
/proc/27040/stat : 27040 (plingeling) R 27038 27040 26867 0 -1 4202496 5175 1256 0 0 9 0 0 0 20 0 1 0 655194467 28995584 5103 33554432000 4194304 4417452 140736183257504 18446744073709551615 4264814 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/27040/statm: 7079 5103 149 55 0 4965 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28316

[startup+0.301033 s]
/proc/loadavg: 7.57 7.30 6.13 2/363 27040
/proc/meminfo: memFree=22625780/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=63560 CPUtime=0.29 cores=0-7
/proc/27040/stat : 27040 (plingeling) R 27038 27040 26867 0 -1 4202496 13986 1256 0 0 28 1 0 0 21 0 1 0 655194467 65085440 13914 33554432000 4194304 4417452 140736183257504 18446744073709551615 4264959 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/27040/statm: 15890 13914 149 55 0 13776 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63560

[startup+0.700927 s]
/proc/loadavg: 7.57 7.30 6.13 2/363 27040
/proc/meminfo: memFree=22625780/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=240048 CPUtime=2.74 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 29561 1256 0 0 271 3 0 0 22 0 9 0 655194467 245809152 21795 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 60012 21795 175 55 0 57898 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 240048

[startup+1.50078 s]
/proc/loadavg: 7.57 7.30 6.13 9/372 27054
/proc/meminfo: memFree=22539280/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=241208 CPUtime=9.13 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 34255 1256 0 0 909 4 0 0 22 0 9 0 655194467 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 60302 21499 177 55 0 58188 0
[pid=27040/tid=27047] ppid=27038 vsize=241208 CPUtime=1.1 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 1200 1256 0 0 110 0 0 0 19 0 9 0 655194507 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 4265399 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=241208 CPUtime=1.09 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 2093 1256 0 0 109 0 0 0 19 0 9 0 655194507 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=241208 CPUtime=1.1 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 1198 1256 0 0 110 0 0 0 25 0 9 0 655194507 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=241208 CPUtime=1.09 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 1052 1256 0 0 109 0 0 0 19 0 9 0 655194507 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 4365195 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=241208 CPUtime=1.09 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 6501 1256 0 0 108 1 0 0 25 0 9 0 655194507 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 4275888 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=241208 CPUtime=1.09 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 1185 1256 0 0 109 0 0 0 25 0 9 0 655194507 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 4277510 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=241208 CPUtime=1.08 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 1141 1256 0 0 108 0 0 0 25 0 9 0 655194507 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 4277563 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=241208 CPUtime=1.04 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 1140 1256 0 0 104 0 0 0 25 0 9 0 655194507 246996992 21499 33554432000 4194304 4417452 140736183257504 18446744073709551615 4292115 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 241208

[startup+3.10048 s]
/proc/loadavg: 7.57 7.30 6.13 9/372 27054
/proc/meminfo: memFree=22541032/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=264444 CPUtime=21.92 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 46543 1256 0 0 2186 6 0 0 22 0 9 0 655194467 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 66111 27373 180 55 0 63997 0
[pid=27040/tid=27047] ppid=27038 vsize=264444 CPUtime=2.7 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 3197 1256 0 0 270 0 0 0 23 0 9 0 655194507 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 4257327 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=264444 CPUtime=2.69 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 4807 1256 0 0 269 0 0 0 23 0 9 0 655194507 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 4253011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=264444 CPUtime=2.7 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 2232 1256 0 0 270 0 0 0 25 0 9 0 655194507 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 4352483 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=264444 CPUtime=2.69 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 1057 1256 0 0 269 0 0 0 23 0 9 0 655194507 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=264444 CPUtime=2.68 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 8427 1256 0 0 267 1 0 0 25 0 9 0 655194507 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=264444 CPUtime=2.69 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 2592 1256 0 0 269 0 0 0 25 0 9 0 655194507 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 4253328 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=264444 CPUtime=2.68 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 2081 1256 0 0 268 0 0 0 25 0 9 0 655194507 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=264444 CPUtime=2.63 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 3405 1256 0 0 263 0 0 0 25 0 9 0 655194507 270790656 27373 33554432000 4194304 4417452 140736183257504 18446744073709551615 4252041 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.92
Current children cumulated vsize (KiB) 264444

[startup+6.3009 s]
/proc/loadavg: 7.68 7.33 6.15 9/372 27054
/proc/meminfo: memFree=22501228/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=287772 CPUtime=47.47 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 52396 1256 0 0 4740 7 0 0 22 0 9 0 655194467 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 71943 33173 180 55 0 69829 0
[pid=27040/tid=27047] ppid=27038 vsize=287772 CPUtime=5.89 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 4243 1256 0 0 589 0 0 0 25 0 9 0 655194507 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 4254706 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=287772 CPUtime=5.89 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 5152 1256 0 0 589 0 0 0 25 0 9 0 655194507 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=287772 CPUtime=5.9 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 2872 1256 0 0 590 0 0 0 25 0 9 0 655194507 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364666 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=287772 CPUtime=5.89 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 2978 1256 0 0 589 0 0 0 25 0 9 0 655194507 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=287772 CPUtime=5.88 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 8552 1256 0 0 587 1 0 0 25 0 9 0 655194507 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=287772 CPUtime=5.89 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 2592 1256 0 0 589 0 0 0 25 0 9 0 655194507 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 4251034 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=287772 CPUtime=5.88 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 3532 1256 0 0 588 0 0 0 25 0 9 0 655194507 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 4236790 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=287772 CPUtime=5.79 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 3730 1256 0 0 579 0 0 0 25 0 9 0 655194507 294678528 33173 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.47
Current children cumulated vsize (KiB) 287772

[startup+12.7007 s]
/proc/loadavg: 7.71 7.34 6.16 9/372 27054
/proc/meminfo: memFree=22468904/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=310760 CPUtime=98.6 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 61232 1256 0 0 9852 8 0 0 22 0 9 0 655194467 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 77690 39244 180 55 0 75576 0
[pid=27040/tid=27047] ppid=27038 vsize=310760 CPUtime=12.29 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 4625 1256 0 0 1229 0 0 0 25 0 9 0 655194507 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=310760 CPUtime=12.29 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 5152 1256 0 0 1229 0 0 0 25 0 9 0 655194507 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=310760 CPUtime=12.29 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 3896 1256 0 0 1229 0 0 0 25 0 9 0 655194507 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=310760 CPUtime=12.29 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 3746 1256 0 0 1229 0 0 0 25 0 9 0 655194507 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=310760 CPUtime=12.28 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 9989 1256 0 0 1227 1 0 0 25 0 9 0 655194507 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=310760 CPUtime=12.29 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 3322 1256 0 0 1229 0 0 0 25 0 9 0 655194507 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 4257084 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=310760 CPUtime=12.28 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 7672 1256 0 0 1227 1 0 0 25 0 9 0 655194507 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 4358116 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=310760 CPUtime=12.11 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 4085 1256 0 0 1211 0 0 0 25 0 9 0 655194507 318218240 39244 33554432000 4194304 4417452 140736183257504 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.6
Current children cumulated vsize (KiB) 310760

[startup+25.5004 s]
/proc/loadavg: 7.84 7.39 6.19 9/372 27054
/proc/meminfo: memFree=22452500/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=331012 CPUtime=200.84 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 97751 1256 0 0 20068 16 0 0 22 0 9 0 655194467 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 82753 43989 180 55 0 80639 0
[pid=27040/tid=27047] ppid=27038 vsize=331012 CPUtime=25.09 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 7613 1256 0 0 2509 0 0 0 25 0 9 0 655194507 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=331012 CPUtime=25.09 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 14931 1256 0 0 2507 2 0 0 25 0 9 0 655194507 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366102 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=331012 CPUtime=25.09 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 5946 1256 0 0 2509 0 0 0 25 0 9 0 655194507 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=331012 CPUtime=25.08 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 6615 1256 0 0 2508 0 0 0 25 0 9 0 655194507 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 4357232 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=331012 CPUtime=25.09 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 15674 1256 0 0 2506 3 0 0 25 0 9 0 655194507 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 4320926 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=331012 CPUtime=25.09 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 7578 1256 0 0 2508 1 0 0 25 0 9 0 655194507 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=331012 CPUtime=25.08 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 9023 1256 0 0 2507 1 0 0 25 0 9 0 655194507 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=331012 CPUtime=24.75 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 11626 1256 0 0 2473 2 0 0 25 0 9 0 655194507 338956288 43989 33554432000 4194304 4417452 140736183257504 18446744073709551615 4354159 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 200.84
Current children cumulated vsize (KiB) 331012

[startup+51.1007 s]
/proc/loadavg: 7.89 7.43 6.24 9/372 27055
/proc/meminfo: memFree=22369924/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=418144 CPUtime=405.33 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 200305 1256 0 0 40498 35 0 0 22 0 9 0 655194467 428179456 65778 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 104536 65778 180 55 0 102422 0
[pid=27040/tid=27047] ppid=27038 vsize=418144 CPUtime=50.69 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 17773 1256 0 0 5067 2 0 0 25 0 9 0 655194507 428179456 65778 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=418144 CPUtime=50.7 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 38580 1256 0 0 5063 7 0 0 25 0 9 0 655194507 428179456 65778 33554432000 4194304 4417452 140736183257504 18446744073709551615 4308204 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=418144 CPUtime=50.69 cores=0-7

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

/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 2482025 1256 0 0 467607 440 0 0 25 0 9 0 655194507 2127306752 480604 33554432000 4194304 4417452 140736183257504 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=2077448 CPUtime=4721.98 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 1454370 1256 0 0 471939 259 0 0 25 0 9 0 655194507 2127306752 480604 33554432000 4194304 4417452 140736183257504 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=2077448 CPUtime=4721.37 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 1303669 1256 0 0 471891 246 0 0 25 0 9 0 655194507 2127306752 480604 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364784 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=2077448 CPUtime=4721.1 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 1155791 1256 0 0 471910 200 0 0 25 0 9 0 655194507 2127306752 480604 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=2077448 CPUtime=4707.65 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 1086561 1256 0 0 470572 193 0 0 25 0 9 0 655194507 2127306752 480604 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37718.8
Current children cumulated vsize (KiB) 2077448

[startup+4782.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/372 27203
/proc/meminfo: memFree=21048736/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=1731180 CPUtime=38197.9 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 11227526 1256 0 0 3817778 2017 0 0 22 0 9 0 655194467 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 432795 394037 180 55 0 430681 0
[pid=27040/tid=27047] ppid=27038 vsize=1731180 CPUtime=4781.85 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 823160 1256 0 0 478054 131 0 0 25 0 9 0 655194507 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=1731180 CPUtime=4782.01 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 1501397 1256 0 0 477915 286 0 0 25 0 9 0 655194507 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=1731180 CPUtime=4781.82 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 1300979 1256 0 0 477951 231 0 0 25 0 9 0 655194507 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=1731180 CPUtime=4740.46 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 2523415 1256 0 0 473594 452 0 0 25 0 9 0 655194507 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=1731180 CPUtime=4781.97 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 1466044 1256 0 0 477937 260 0 0 25 0 9 0 655194507 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 4357265 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=1731180 CPUtime=4781.36 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 1313005 1256 0 0 477887 249 0 0 25 0 9 0 655194507 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366447 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=1731180 CPUtime=4781.08 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 1160191 1256 0 0 477907 201 0 0 25 0 9 0 655194507 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=1731180 CPUtime=4766.94 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 1120590 1256 0 0 476493 201 0 0 25 0 9 0 655194507 1772728320 394037 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38198
Current children cumulated vsize (KiB) 1731180

[startup+4842.3 s]
/proc/loadavg: 8.04 8.05 8.00 9/372 27205
/proc/meminfo: memFree=20765896/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=2014432 CPUtime=38677.2 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 11414037 1256 0 0 3865675 2049 0 0 22 0 9 0 655194467 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 503608 464850 180 55 0 501494 0
[pid=27040/tid=27047] ppid=27038 vsize=2014432 CPUtime=4841.85 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 830723 1256 0 0 484053 132 0 0 25 0 9 0 655194507 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=2014432 CPUtime=4842.01 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 1552198 1256 0 0 483906 295 0 0 25 0 9 0 655194507 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 4354150 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=2014432 CPUtime=4841.83 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 1313316 1256 0 0 483950 233 0 0 25 0 9 0 655194507 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=2014432 CPUtime=4800.47 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 2568563 1256 0 0 479583 464 0 0 25 0 9 0 655194507 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=2014432 CPUtime=4841.97 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 1466956 1256 0 0 483937 260 0 0 25 0 9 0 655194507 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=2014432 CPUtime=4841.36 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 1339782 1256 0 0 483884 252 0 0 25 0 9 0 655194507 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=2014432 CPUtime=4841.07 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 1173629 1256 0 0 483905 202 0 0 25 0 9 0 655194507 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=2014432 CPUtime=4826.22 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 1150125 1256 0 0 482417 205 0 0 25 0 9 0 655194507 2062778368 464850 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38677.2
Current children cumulated vsize (KiB) 2014432

[startup+4902.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/372 27206
/proc/meminfo: memFree=20968640/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=1837596 CPUtime=39156.5 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 11538799 1256 0 0 3913583 2070 0 0 22 0 9 0 655194467 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 459399 420641 180 55 0 457285 0
[pid=27040/tid=27047] ppid=27038 vsize=1837596 CPUtime=4901.85 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 840807 1256 0 0 490050 135 0 0 25 0 9 0 655194507 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=1837596 CPUtime=4902.01 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 1570874 1256 0 0 489904 297 0 0 25 0 9 0 655194507 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 4354510 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=1837596 CPUtime=4901.83 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 1333453 1256 0 0 489947 236 0 0 25 0 9 0 655194507 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=1837596 CPUtime=4860.47 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 2581849 1256 0 0 485581 466 0 0 25 0 9 0 655194507 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=1837596 CPUtime=4901.97 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 1490941 1256 0 0 489934 263 0 0 25 0 9 0 655194507 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=1837596 CPUtime=4901.36 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 1355640 1256 0 0 489879 257 0 0 25 0 9 0 655194507 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=1837596 CPUtime=4901.06 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 1183596 1256 0 0 489902 204 0 0 25 0 9 0 655194507 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=1837596 CPUtime=4885.52 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 1162894 1256 0 0 488345 207 0 0 25 0 9 0 655194507 1881698304 420641 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39156.5
Current children cumulated vsize (KiB) 1837596

[startup+4962.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/372 27208
/proc/meminfo: memFree=20752264/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=2072200 CPUtime=39635.8 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 11648139 1256 0 0 3961494 2089 0 0 22 0 9 0 655194467 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 518050 479292 180 55 0 515936 0
[pid=27040/tid=27047] ppid=27038 vsize=2072200 CPUtime=4961.85 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 868903 1256 0 0 496045 140 0 0 25 0 9 0 655194507 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=2072200 CPUtime=4962.02 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 1577018 1256 0 0 495903 299 0 0 25 0 9 0 655194507 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=2072200 CPUtime=4961.83 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 1337205 1256 0 0 495947 236 0 0 25 0 9 0 655194507 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=2072200 CPUtime=4920.46 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 2606219 1256 0 0 491575 471 0 0 25 0 9 0 655194507 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=2072200 CPUtime=4961.98 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 1498287 1256 0 0 495933 265 0 0 25 0 9 0 655194507 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=2072200 CPUtime=4961.37 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 1372025 1256 0 0 495878 259 0 0 25 0 9 0 655194507 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=2072200 CPUtime=4961.05 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 1192058 1256 0 0 495900 205 0 0 25 0 9 0 655194507 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=2072200 CPUtime=4944.81 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 1177679 1256 0 0 494273 208 0 0 25 0 9 0 655194507 2121932800 479292 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39635.8
Current children cumulated vsize (KiB) 2072200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.9 s]
/proc/loadavg: 8.08 8.05 8.00 9/372 27209
/proc/meminfo: memFree=20754876/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=2025828 CPUtime=40000.2 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 11774777 1256 0 0 3997906 2110 0 0 22 0 9 0 655194467 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 506457 467699 180 55 0 504343 0
[pid=27040/tid=27047] ppid=27038 vsize=2025828 CPUtime=5007.47 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 880616 1256 0 0 500604 143 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=2025828 CPUtime=5007.63 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 1611661 1256 0 0 500459 304 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=2025828 CPUtime=5007.45 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 1352901 1256 0 0 500504 241 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=2025828 CPUtime=4966.08 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 2621739 1256 0 0 496135 473 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=2025828 CPUtime=5007.58 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 1508079 1256 0 0 500493 265 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=2025828 CPUtime=5006.98 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 1391636 1256 0 0 500436 262 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=2025828 CPUtime=5006.66 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 1201101 1256 0 0 500460 206 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=2025828 CPUtime=4989.88 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 1188299 1256 0 0 498778 210 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 2025828

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

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

[startup+5007.9 s]
/proc/loadavg: 8.08 8.05 8.00 9/372 27209
/proc/meminfo: memFree=20754876/32951124 swapFree=67111348/67111528
[pid=27040] ppid=27038 vsize=2025828 CPUtime=40000.2 cores=0-7
/proc/27040/stat : 27040 (plingeling) S 27038 27040 26867 0 -1 4202496 11774777 1256 0 0 3997906 2110 0 0 22 0 9 0 655194467 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/27040/statm: 506457 467699 180 55 0 504343 0
[pid=27040/tid=27047] ppid=27038 vsize=2025828 CPUtime=5007.47 cores=0-7
/proc/27040/task/27047/stat : 27047 (plingeling) R 27038 27040 26867 0 -1 4202560 880616 1256 0 0 500604 143 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=27040/tid=27048] ppid=27038 vsize=2025828 CPUtime=5007.63 cores=0-7
/proc/27040/task/27048/stat : 27048 (plingeling) R 27038 27040 26867 0 -1 4202560 1611661 1256 0 0 500459 304 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4364854 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27040/tid=27049] ppid=27038 vsize=2025828 CPUtime=5007.45 cores=0-7
/proc/27040/task/27049/stat : 27049 (plingeling) R 27038 27040 26867 0 -1 4202560 1352901 1256 0 0 500504 241 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27040/tid=27050] ppid=27038 vsize=2025828 CPUtime=4966.08 cores=0-7
/proc/27040/task/27050/stat : 27050 (plingeling) R 27038 27040 26867 0 -1 4202560 2621739 1256 0 0 496135 473 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27040/tid=27051] ppid=27038 vsize=2025828 CPUtime=5007.58 cores=0-7
/proc/27040/task/27051/stat : 27051 (plingeling) R 27038 27040 26867 0 -1 4202560 1508079 1256 0 0 500493 265 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=27040/tid=27052] ppid=27038 vsize=2025828 CPUtime=5006.98 cores=0-7
/proc/27040/task/27052/stat : 27052 (plingeling) R 27038 27040 26867 0 -1 4202560 1391636 1256 0 0 500436 262 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27040/tid=27053] ppid=27038 vsize=2025828 CPUtime=5006.66 cores=0-7
/proc/27040/task/27053/stat : 27053 (plingeling) R 27038 27040 26867 0 -1 4202560 1201101 1256 0 0 500460 206 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4354506 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=27040/tid=27054] ppid=27038 vsize=2025828 CPUtime=4989.88 cores=0-7
/proc/27040/task/27054/stat : 27054 (plingeling) R 27038 27040 26867 0 -1 4202560 1188299 1256 0 0 498778 210 0 0 25 0 9 0 655194507 2074447872 467699 33554432000 4194304 4417452 140736183257504 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 2025828

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.02
CPU time (s): 40000.3
CPU user time (s): 39979.1
CPU system time (s): 21.2068
CPU usage (%): 798.726
Max. virtual memory (cumulated for all children) (KiB): 2325520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39979.1
system time used= 21.2068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11776033
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= 435
involuntary context switches= 191968

runsolver used 15.8676 second user time and 43.3694 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 07:06:07
IDJOB=3372158
IDBENCH=20521
IDSOLVER=1851
FILE ID=node139/3372158-1305435967
RUNJOBID= node139-1305435427-26881
PBS_JOBID= 13324739
Free space on /tmp= 73404 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372158-1305435967/watcher-3372158-1305435967 -o /tmp/evaluation-result-3372158-1305435967/solver-3372158-1305435967 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372158-1305435967.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1695171046

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22626308 kB
Buffers:        305716 kB
Cached:        2868332 kB
SwapCached:          0 kB
Active:        7994788 kB
Inactive:      2022968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22626308 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4192 kB
Writeback:           0 kB
AnonPages:     6843912 kB
Mapped:          28452 kB
Slab:           202296 kB
PageTables:      37700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76772564 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= 73404 MiB
End job on node139 at 2011-05-15 08:29:37