Trace number 3372899

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.4 5006.86

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2647.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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-3372899-1305443811/watcher-3372899-1305443811 -o /tmp/evaluation-result-3372899-1305443811/solver-3372899-1305443811 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372899-1305443811.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: 8.11 7.79 6.88 2/301 23955
/proc/meminfo: memFree=21286328/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=10280 CPUtime=0 cores=0-7
/proc/23955/stat : 23955 (plingeling) R 23953 23955 23781 0 -1 4202496 640 1252 0 0 0 0 0 0 25 0 1 0 655979826 10526720 569 33554432000 4194304 4417452 140735804228784 18446744073709551615 235594866432 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23955/statm: 2570 569 148 55 0 456 0

[startup+0.0795709 s]
/proc/loadavg: 8.11 7.79 6.88 2/301 23955
/proc/meminfo: memFree=21286328/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=26616 CPUtime=0.07 cores=0-7
/proc/23955/stat : 23955 (plingeling) R 23953 23955 23781 0 -1 4202496 4905 1252 0 0 7 0 0 0 25 0 1 0 655979826 27254784 4678 33554432000 4194304 4417452 140735804228784 18446744073709551615 4259903 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23955/statm: 6654 4678 149 55 0 4540 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26616

[startup+0.100566 s]
/proc/loadavg: 8.11 7.79 6.88 2/301 23955
/proc/meminfo: memFree=21286328/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=26616 CPUtime=0.09 cores=0-7
/proc/23955/stat : 23955 (plingeling) R 23953 23955 23781 0 -1 4202496 4905 1252 0 0 9 0 0 0 25 0 1 0 655979826 27254784 4678 33554432000 4194304 4417452 140735804228784 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23955/statm: 6654 4678 149 55 0 4540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26616

[startup+0.300535 s]
/proc/loadavg: 8.11 7.79 6.88 2/301 23955
/proc/meminfo: memFree=21286328/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=75768 CPUtime=0.29 cores=0-7
/proc/23955/stat : 23955 (plingeling) R 23953 23955 23781 0 -1 4202496 17193 1252 0 0 27 2 0 0 25 0 1 0 655979826 77586432 16966 33554432000 4194304 4417452 140735804228784 18446744073709551615 235594485216 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23955/statm: 18942 16966 149 55 0 16828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75768

[startup+0.700466 s]
/proc/loadavg: 8.11 7.79 6.88 2/301 23955
/proc/meminfo: memFree=21286328/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=289216 CPUtime=2.31 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 33772 1252 0 0 228 3 0 0 18 0 9 0 655979826 296157184 33505 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 72304 33505 175 55 0 70190 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 289216

[startup+1.50032 s]
/proc/loadavg: 8.10 7.80 6.89 9/310 23969
/proc/meminfo: memFree=21152340/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=300120 CPUtime=8.69 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 47610 1252 0 0 864 5 0 0 18 0 9 0 655979826 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 75030 36237 177 55 0 72916 0
[pid=23955/tid=23962] ppid=23953 vsize=300120 CPUtime=1.02 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 1629 1252 0 0 102 0 0 0 19 0 9 0 655979872 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=300120 CPUtime=1.02 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 1642 1252 0 0 102 0 0 0 25 0 9 0 655979872 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=300120 CPUtime=1.01 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 2969 1252 0 0 101 0 0 0 25 0 9 0 655979872 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=300120 CPUtime=1.03 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 263 1252 0 0 103 0 0 0 21 0 9 0 655979872 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=300120 CPUtime=1.02 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 1873 1252 0 0 102 0 0 0 21 0 9 0 655979873 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346473 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=300120 CPUtime=1.02 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 1620 1252 0 0 102 0 0 0 21 0 9 0 655979873 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=300120 CPUtime=1.02 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 2504 1252 0 0 102 0 0 0 21 0 9 0 655979873 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=300120 CPUtime=1.02 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 1516 1252 0 0 102 0 0 0 22 0 9 0 655979873 307322880 36237 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 300120

[startup+3.10104 s]
/proc/loadavg: 8.10 7.80 6.89 9/310 23969
/proc/meminfo: memFree=21139568/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=300344 CPUtime=21.49 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 47953 1252 0 0 2143 6 0 0 18 0 9 0 655979826 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 75086 36296 180 55 0 72972 0
[pid=23955/tid=23962] ppid=23953 vsize=300344 CPUtime=2.62 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 1629 1252 0 0 262 0 0 0 23 0 9 0 655979872 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=300344 CPUtime=2.62 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 1642 1252 0 0 262 0 0 0 25 0 9 0 655979872 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=300344 CPUtime=2.6 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 2972 1252 0 0 260 0 0 0 25 0 9 0 655979872 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 4378154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=300344 CPUtime=2.63 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 603 1252 0 0 263 0 0 0 25 0 9 0 655979872 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=300344 CPUtime=2.62 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 1873 1252 0 0 262 0 0 0 25 0 9 0 655979873 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=300344 CPUtime=2.62 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 1620 1252 0 0 262 0 0 0 25 0 9 0 655979873 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=300344 CPUtime=2.62 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 2504 1252 0 0 262 0 0 0 25 0 9 0 655979873 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=300344 CPUtime=2.62 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 1516 1252 0 0 262 0 0 0 25 0 9 0 655979873 307552256 36296 33554432000 4194304 4417452 140735804228784 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 300344

[startup+6.30048 s]
/proc/loadavg: 8.10 7.80 6.89 9/310 23969
/proc/meminfo: memFree=21154824/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=243624 CPUtime=47.05 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 48557 1252 0 0 4699 6 0 0 18 0 9 0 655979826 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 60906 22132 180 55 0 58792 0
[pid=23955/tid=23962] ppid=23953 vsize=243624 CPUtime=5.82 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 1645 1252 0 0 582 0 0 0 25 0 9 0 655979872 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=243624 CPUtime=5.82 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 1642 1252 0 0 582 0 0 0 25 0 9 0 655979872 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=243624 CPUtime=5.77 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 2972 1252 0 0 577 0 0 0 25 0 9 0 655979872 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=243624 CPUtime=5.83 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 1191 1252 0 0 583 0 0 0 25 0 9 0 655979872 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 4357826 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=243624 CPUtime=5.82 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 1873 1252 0 0 582 0 0 0 25 0 9 0 655979873 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=243624 CPUtime=5.82 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 1620 1252 0 0 582 0 0 0 25 0 9 0 655979873 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=243624 CPUtime=5.82 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 2504 1252 0 0 582 0 0 0 25 0 9 0 655979873 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=243624 CPUtime=5.82 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 1516 1252 0 0 582 0 0 0 25 0 9 0 655979873 249470976 22132 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.05
Current children cumulated vsize (KiB) 243624

[startup+12.7004 s]
/proc/loadavg: 8.09 7.80 6.90 9/310 23969
/proc/meminfo: memFree=21184360/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=255108 CPUtime=98.18 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 54368 1252 0 0 9811 7 0 0 18 0 9 0 655979826 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 63777 25545 180 55 0 61663 0
[pid=23955/tid=23962] ppid=23953 vsize=255108 CPUtime=12.22 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 3289 1252 0 0 1222 0 0 0 25 0 9 0 655979872 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 4365949 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=255108 CPUtime=12.22 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 1642 1252 0 0 1222 0 0 0 25 0 9 0 655979872 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=255108 CPUtime=12.1 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 4721 1252 0 0 1210 0 0 0 25 0 9 0 655979872 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=255108 CPUtime=12.23 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 2393 1252 0 0 1223 0 0 0 25 0 9 0 655979872 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=255108 CPUtime=12.22 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 2129 1252 0 0 1222 0 0 0 25 0 9 0 655979873 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=255108 CPUtime=12.22 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 1745 1252 0 0 1222 0 0 0 25 0 9 0 655979873 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=255108 CPUtime=12.22 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 3339 1252 0 0 1222 0 0 0 25 0 9 0 655979873 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346501 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=255108 CPUtime=12.22 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 1516 1252 0 0 1222 0 0 0 25 0 9 0 655979873 261230592 25545 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.18
Current children cumulated vsize (KiB) 255108

[startup+25.5011 s]
/proc/loadavg: 8.07 7.81 6.91 9/310 23969
/proc/meminfo: memFree=21167584/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=273192 CPUtime=200.47 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 65875 1252 0 0 20038 9 0 0 18 0 9 0 655979826 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 68298 30122 180 55 0 66184 0
[pid=23955/tid=23962] ppid=23953 vsize=273192 CPUtime=25.02 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 5802 1252 0 0 2502 0 0 0 25 0 9 0 655979872 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 4263118 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=273192 CPUtime=25.02 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 2413 1252 0 0 2502 0 0 0 25 0 9 0 655979872 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=273192 CPUtime=24.78 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 6155 1252 0 0 2478 0 0 0 25 0 9 0 655979872 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=273192 CPUtime=25.03 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 5021 1252 0 0 2502 1 0 0 25 0 9 0 655979872 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=273192 CPUtime=25.02 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 3666 1252 0 0 2502 0 0 0 25 0 9 0 655979873 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 4365987 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=273192 CPUtime=25.02 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 2962 1252 0 0 2502 0 0 0 25 0 9 0 655979873 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 4366005 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=273192 CPUtime=25.02 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 4746 1252 0 0 2502 0 0 0 25 0 9 0 655979873 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=273192 CPUtime=25.02 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 1516 1252 0 0 2502 0 0 0 25 0 9 0 655979873 279748608 30122 33554432000 4194304 4417452 140735804228784 18446744073709551615 4251133 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.47
Current children cumulated vsize (KiB) 273192

[startup+51.1006 s]
/proc/loadavg: 8.05 7.82 6.94 9/310 23970
/proc/meminfo: memFree=21132920/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=303012 CPUtime=405.01 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 87598 1252 0 0 40490 11 0 0 18 0 9 0 655979826 310284288 38072 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 75753 38072 180 55 0 73639 0
[pid=23955/tid=23962] ppid=23953 vsize=303012 CPUtime=50.63 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 12608 1252 0 0 5061 2 0 0 25 0 9 0 655979872 310284288 38072 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=303012 CPUtime=50.62 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 3823 1252 0 0 5062 0 0 0 25 0 9 0 655979872 310284288 38072 33554432000 4194304 4417452 140735804228784 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=303012 CPUtime=50.14 cores=0-7

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

/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 618090 1252 0 0 466085 108 0 0 25 0 9 0 655979872 1131417600 240570 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=1104900 CPUtime=4661.12 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 145471 1252 0 0 466091 21 0 0 25 0 9 0 655979873 1131417600 240570 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=1104900 CPUtime=4661.92 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 467830 1252 0 0 466117 75 0 0 25 0 9 0 655979873 1131417600 240570 33554432000 4194304 4417452 140735804228784 18446744073709551615 4357376 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=1104900 CPUtime=4661.92 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 114720 1252 0 0 466175 17 0 0 25 0 9 0 655979873 1131417600 240570 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=1104900 CPUtime=4661.15 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 257316 1252 0 0 466075 40 0 0 25 0 9 0 655979873 1131417600 240570 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37247.7
Current children cumulated vsize (KiB) 1104900

[startup+4722.31 s]
/proc/loadavg: 8.03 8.04 8.00 9/310 24106
/proc/meminfo: memFree=20182208/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=1233044 CPUtime=37727.2 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 2735980 1252 0 0 3772274 442 0 0 18 0 9 0 655979826 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 308261 275346 180 55 0 306147 0
[pid=23955/tid=23962] ppid=23953 vsize=1233044 CPUtime=4721.92 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 788426 1252 0 0 472067 125 0 0 25 0 9 0 655979872 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=1233044 CPUtime=4721.8 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 165732 1252 0 0 472154 26 0 0 25 0 9 0 655979872 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=1233044 CPUtime=4674.79 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 130639 1252 0 0 467459 20 0 0 25 0 9 0 655979872 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=1233044 CPUtime=4721.94 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 624566 1252 0 0 472085 109 0 0 25 0 9 0 655979872 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=1233044 CPUtime=4721.14 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 153157 1252 0 0 472092 22 0 0 25 0 9 0 655979873 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=1233044 CPUtime=4721.93 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 467830 1252 0 0 472118 75 0 0 25 0 9 0 655979873 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=1233044 CPUtime=4721.93 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 114720 1252 0 0 472176 17 0 0 25 0 9 0 655979873 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=1233044 CPUtime=4721.16 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 257316 1252 0 0 472076 40 0 0 25 0 9 0 655979873 1262637056 275346 33554432000 4194304 4417452 140735804228784 18446744073709551615 4250882 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37727.2
Current children cumulated vsize (KiB) 1233044

[startup+4782.3 s]
/proc/loadavg: 8.01 8.03 8.00 9/310 24108
/proc/meminfo: memFree=20193088/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=1233216 CPUtime=38206.5 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 2792979 1252 0 0 3820195 452 0 0 18 0 9 0 655979826 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 308304 273676 180 55 0 306190 0
[pid=23955/tid=23962] ppid=23953 vsize=1233216 CPUtime=4781.92 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 797199 1252 0 0 478065 127 0 0 25 0 9 0 655979872 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=1233216 CPUtime=4781.79 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 201051 1252 0 0 478147 32 0 0 25 0 9 0 655979872 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=1233216 CPUtime=4734.19 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 130639 1252 0 0 473399 20 0 0 25 0 9 0 655979872 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=1233216 CPUtime=4781.93 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 632178 1252 0 0 478083 110 0 0 25 0 9 0 655979872 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=1233216 CPUtime=4781.13 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 155354 1252 0 0 478090 23 0 0 25 0 9 0 655979873 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=1233216 CPUtime=4781.93 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 469370 1252 0 0 478117 76 0 0 25 0 9 0 655979873 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=1233216 CPUtime=4781.92 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 114720 1252 0 0 478175 17 0 0 25 0 9 0 655979873 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 4277567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=1233216 CPUtime=4781.13 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 258874 1252 0 0 478073 40 0 0 25 0 9 0 655979873 1262813184 273676 33554432000 4194304 4417452 140735804228784 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38206.5
Current children cumulated vsize (KiB) 1233216

[startup+4842.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/310 24109
/proc/meminfo: memFree=20454988/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=974984 CPUtime=38685.9 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 2812886 1252 0 0 3868130 456 0 0 18 0 9 0 655979826 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 243746 206974 180 55 0 241632 0
[pid=23955/tid=23962] ppid=23953 vsize=974984 CPUtime=4841.92 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 811377 1252 0 0 484063 129 0 0 25 0 9 0 655979872 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=974984 CPUtime=4841.78 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 201051 1252 0 0 484145 33 0 0 25 0 9 0 655979872 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=974984 CPUtime=4793.58 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 130639 1252 0 0 479338 20 0 0 25 0 9 0 655979872 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 4344176 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=974984 CPUtime=4841.94 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 634812 1252 0 0 484083 111 0 0 25 0 9 0 655979872 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=974984 CPUtime=4841.13 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 155354 1252 0 0 484090 23 0 0 25 0 9 0 655979873 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=974984 CPUtime=4841.93 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 470909 1252 0 0 484117 76 0 0 25 0 9 0 655979873 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 4264930 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=974984 CPUtime=4841.92 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 114720 1252 0 0 484175 17 0 0 25 0 9 0 655979873 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=974984 CPUtime=4841.12 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 260430 1252 0 0 484072 40 0 0 25 0 9 0 655979873 998383616 206974 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38685.9
Current children cumulated vsize (KiB) 974984

[startup+4902.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/310 24111
/proc/meminfo: memFree=20379680/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=1006620 CPUtime=39165.3 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 2851706 1252 0 0 3916066 461 0 0 18 0 9 0 655979826 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 251655 225930 180 55 0 249541 0
[pid=23955/tid=23962] ppid=23953 vsize=1006620 CPUtime=4901.92 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 828696 1252 0 0 490061 131 0 0 25 0 9 0 655979872 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=1006620 CPUtime=4901.78 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 207612 1252 0 0 490144 34 0 0 25 0 9 0 655979872 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364675 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=1006620 CPUtime=4852.99 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 130639 1252 0 0 485279 20 0 0 25 0 9 0 655979872 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 4365990 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=1006620 CPUtime=4901.94 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 646509 1252 0 0 490081 113 0 0 25 0 9 0 655979872 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=1006620 CPUtime=4901.13 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 155354 1252 0 0 490090 23 0 0 25 0 9 0 655979873 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=1006620 CPUtime=4901.93 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 472495 1252 0 0 490117 76 0 0 25 0 9 0 655979873 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=1006620 CPUtime=4901.93 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 114720 1252 0 0 490176 17 0 0 25 0 9 0 655979873 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=1006620 CPUtime=4901.12 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 262087 1252 0 0 490072 40 0 0 25 0 9 0 655979873 1030778880 225930 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39165.3
Current children cumulated vsize (KiB) 1006620

[startup+4962.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/310 24113
/proc/meminfo: memFree=20403568/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=1005216 CPUtime=39644.7 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 2871656 1252 0 0 3964002 464 0 0 18 0 9 0 655979826 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 251304 219964 180 55 0 249190 0
[pid=23955/tid=23962] ppid=23953 vsize=1005216 CPUtime=4961.92 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 839949 1252 0 0 496060 132 0 0 25 0 9 0 655979872 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=1005216 CPUtime=4961.78 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 207612 1252 0 0 496144 34 0 0 25 0 9 0 655979872 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=1005216 CPUtime=4912.39 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 130639 1252 0 0 491219 20 0 0 25 0 9 0 655979872 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 4357379 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=1005216 CPUtime=4961.94 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 652105 1252 0 0 496080 114 0 0 25 0 9 0 655979872 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=1005216 CPUtime=4961.13 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 155354 1252 0 0 496090 23 0 0 25 0 9 0 655979873 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=1005216 CPUtime=4961.93 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 474038 1252 0 0 496117 76 0 0 25 0 9 0 655979873 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=1005216 CPUtime=4961.93 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 114720 1252 0 0 496176 17 0 0 25 0 9 0 655979873 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=1005216 CPUtime=4961.1 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 263645 1252 0 0 496070 40 0 0 25 0 9 0 655979873 1029341184 219964 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39644.7
Current children cumulated vsize (KiB) 1005216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5006.8 s]
/proc/loadavg: 8.02 8.03 8.00 9/310 24114
/proc/meminfo: memFree=20371048/32950928 swapFree=61888748/67111528
[pid=23955] ppid=23953 vsize=1008604 CPUtime=40000.3 cores=0-7
/proc/23955/stat : 23955 (plingeling) S 23953 23955 23781 0 -1 4202496 2896680 1252 0 0 3999560 467 0 0 18 0 9 0 655979826 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23955/statm: 252151 228075 180 55 0 250037 0
[pid=23955/tid=23962] ppid=23953 vsize=1008604 CPUtime=5006.43 cores=0-7
/proc/23955/task/23962/stat : 23962 (plingeling) R 23953 23955 23781 0 -1 4202560 847645 1252 0 0 500510 133 0 0 25 0 9 0 655979872 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23955/tid=23963] ppid=23953 vsize=1008604 CPUtime=5006.29 cores=0-7
/proc/23955/task/23963/stat : 23963 (plingeling) R 23953 23955 23781 0 -1 4202560 216296 1252 0 0 500594 35 0 0 25 0 9 0 655979872 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23955/tid=23964] ppid=23953 vsize=1008604 CPUtime=4956.45 cores=0-7
/proc/23955/task/23964/stat : 23964 (plingeling) R 23953 23955 23781 0 -1 4202560 130639 1252 0 0 495625 20 0 0 25 0 9 0 655979872 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23955/tid=23965] ppid=23953 vsize=1008604 CPUtime=5006.45 cores=0-7
/proc/23955/task/23965/stat : 23965 (plingeling) R 23953 23955 23781 0 -1 4202560 657652 1252 0 0 500531 114 0 0 25 0 9 0 655979872 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 4365939 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23955/tid=23966] ppid=23953 vsize=1008604 CPUtime=5005.64 cores=0-7
/proc/23955/task/23966/stat : 23966 (plingeling) R 23953 23955 23781 0 -1 4202560 155354 1252 0 0 500541 23 0 0 25 0 9 0 655979873 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23955/tid=23967] ppid=23953 vsize=1008604 CPUtime=5006.45 cores=0-7
/proc/23955/task/23967/stat : 23967 (plingeling) R 23953 23955 23781 0 -1 4202560 475579 1252 0 0 500568 77 0 0 25 0 9 0 655979873 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=23955/tid=23968] ppid=23953 vsize=1008604 CPUtime=5006.44 cores=0-7
/proc/23955/task/23968/stat : 23968 (plingeling) R 23953 23955 23781 0 -1 4202560 114720 1252 0 0 500627 17 0 0 25 0 9 0 655979873 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23955/tid=23969] ppid=23953 vsize=1008604 CPUtime=5005.61 cores=0-7
/proc/23955/task/23969/stat : 23969 (plingeling) R 23953 23955 23781 0 -1 4202560 265201 1252 0 0 500521 40 0 0 25 0 9 0 655979873 1032810496 228075 33554432000 4194304 4417452 140735804228784 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 1008604

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5006.86
CPU time (s): 40000.4
CPU user time (s): 39995.7
CPU system time (s): 4.71428
CPU usage (%): 798.912
Max. virtual memory (cumulated for all children) (KiB): 1243752

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

runsolver used 14.6938 second user time and 35.3156 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 09:16:51
IDJOB=3372899
IDBENCH=85991
IDSOLVER=1851
FILE ID=node120/3372899-1305443811
RUNJOBID= node120-1305442902-23795
PBS_JOBID= 13324833
Free space on /tmp= 73640 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372899-1305443811/watcher-3372899-1305443811 -o /tmp/evaluation-result-3372899-1305443811/solver-3372899-1305443811 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372899-1305443811.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1280757443

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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:      21286608 kB
Buffers:         15928 kB
Cached:          98628 kB
SwapCached:      75280 kB
Active:          47324 kB
Inactive:     11423696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21286608 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:            3516 kB
Writeback:           0 kB
AnonPages:    11287620 kB
Mapped:          19540 kB
Slab:            78628 kB
PageTables:      49136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51550392 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= 73640 MiB
End job on node120 at 2011-05-15 10:40:19