Trace number 3310020

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587? (TO) 40000.2 5003.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: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.02 1.26 2/170 11327
/proc/meminfo: memFree=30535352/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=10136 CPUtime=0 cores=0-7
/proc/11327/stat : 11327 (plingeling) R 11325 11327 11301 0 -1 4202496 619 1255 0 0 0 0 0 0 23 0 1 0 513507597 10379264 548 33554432000 4194304 4417332 140736166381680 18446744073709551615 253640556299 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/11327/statm: 2534 548 147 55 0 420 0

[startup+0.067824 s]
/proc/loadavg: 0.00 0.02 1.26 2/170 11327
/proc/meminfo: memFree=30535352/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=26616 CPUtime=0.06 cores=0-7
/proc/11327/stat : 11327 (plingeling) R 11325 11327 11301 0 -1 4202496 4681 1255 0 0 6 0 0 0 23 0 1 0 513507597 27254784 4454 33554432000 4194304 4417332 140736166381680 18446744073709551615 253640553565 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/11327/statm: 6654 4481 148 55 0 4540 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26616

[startup+0.100805 s]
/proc/loadavg: 0.00 0.02 1.26 2/170 11327
/proc/meminfo: memFree=30535352/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=26616 CPUtime=0.09 cores=0-7
/proc/11327/stat : 11327 (plingeling) R 11325 11327 11301 0 -1 4202496 4904 1255 0 0 9 0 0 0 23 0 1 0 513507597 27254784 4677 33554432000 4194304 4417332 140736166381680 18446744073709551615 4322261 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/11327/statm: 6654 4677 148 55 0 4540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26616

[startup+0.300771 s]
/proc/loadavg: 0.00 0.02 1.26 2/170 11327
/proc/meminfo: memFree=30535352/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=75768 CPUtime=0.29 cores=0-7
/proc/11327/stat : 11327 (plingeling) R 11325 11327 11301 0 -1 4202496 17192 1255 0 0 28 1 0 0 24 0 1 0 513507597 77586432 16965 33554432000 4194304 4417332 140736166381680 18446744073709551615 4209484 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/11327/statm: 18942 16965 148 55 0 16828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75768

[startup+0.700669 s]
/proc/loadavg: 0.00 0.02 1.26 2/170 11327
/proc/meminfo: memFree=30535352/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=289216 CPUtime=2.35 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 33760 1255 0 0 232 3 0 0 25 0 9 0 513507597 296157184 33494 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 72304 33494 175 55 0 70190 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 289216

[startup+1.50051 s]
/proc/loadavg: 0.00 0.02 1.26 9/179 11341
/proc/meminfo: memFree=30402248/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=299384 CPUtime=8.73 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 47877 1255 0 0 869 4 0 0 25 0 9 0 513507597 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 74846 36068 177 55 0 72732 0
[pid=11327/tid=11334] ppid=11325 vsize=299384 CPUtime=1.03 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 1621 1255 0 0 103 0 0 0 19 0 9 0 513507643 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=299384 CPUtime=1.03 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 2684 1255 0 0 103 0 0 0 25 0 9 0 513507643 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346414 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=299384 CPUtime=1.03 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 2653 1255 0 0 103 0 0 0 25 0 9 0 513507643 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346407 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=299384 CPUtime=1.03 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 223 1255 0 0 103 0 0 0 25 0 9 0 513507643 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=299384 CPUtime=1.03 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 848 1255 0 0 103 0 0 0 19 0 9 0 513507643 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346414 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=299384 CPUtime=1.02 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 2728 1255 0 0 102 0 0 0 25 0 9 0 513507643 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346399 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=299384 CPUtime=1.02 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 1374 1255 0 0 102 0 0 0 25 0 9 0 513507643 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=299384 CPUtime=1.03 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 2154 1255 0 0 103 0 0 0 25 0 9 0 513507643 306569216 36068 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346425 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 299384

[startup+3.10122 s]
/proc/loadavg: 0.64 0.15 1.29 9/179 11341
/proc/meminfo: memFree=30391460/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=299608 CPUtime=21.53 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 48221 1255 0 0 2149 4 0 0 25 0 9 0 513507597 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 74902 36128 181 55 0 72788 0
[pid=11327/tid=11334] ppid=11325 vsize=299608 CPUtime=2.63 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 1621 1255 0 0 263 0 0 0 23 0 9 0 513507643 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=299608 CPUtime=2.63 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 2684 1255 0 0 263 0 0 0 25 0 9 0 513507643 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=299608 CPUtime=2.63 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 2657 1255 0 0 263 0 0 0 25 0 9 0 513507643 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 4249151 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=299608 CPUtime=2.63 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 563 1255 0 0 263 0 0 0 25 0 9 0 513507643 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=299608 CPUtime=2.63 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 848 1255 0 0 263 0 0 0 22 0 9 0 513507643 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=299608 CPUtime=2.63 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 2728 1255 0 0 263 0 0 0 25 0 9 0 513507643 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=299608 CPUtime=2.62 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 1374 1255 0 0 262 0 0 0 25 0 9 0 513507643 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 4249247 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=299608 CPUtime=2.63 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 2154 1255 0 0 263 0 0 0 25 0 9 0 513507643 306798592 36128 33554432000 4194304 4417332 140736166381680 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.53
Current children cumulated vsize (KiB) 299608

[startup+6.30064 s]
/proc/loadavg: 0.64 0.15 1.29 9/179 11341
/proc/meminfo: memFree=30406076/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=242888 CPUtime=47.12 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 49013 1255 0 0 4707 5 0 0 25 0 9 0 513507597 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 60722 22131 181 55 0 58608 0
[pid=11327/tid=11334] ppid=11325 vsize=242888 CPUtime=5.83 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 1621 1255 0 0 583 0 0 0 25 0 9 0 513507643 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=242888 CPUtime=5.83 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 2684 1255 0 0 583 0 0 0 25 0 9 0 513507643 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 4365886 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=242888 CPUtime=5.83 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 2861 1255 0 0 583 0 0 0 25 0 9 0 513507643 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=242888 CPUtime=5.83 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 1151 1255 0 0 583 0 0 0 25 0 9 0 513507643 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=242888 CPUtime=5.83 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 848 1255 0 0 583 0 0 0 25 0 9 0 513507643 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=242888 CPUtime=5.82 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 2728 1255 0 0 582 0 0 0 25 0 9 0 513507643 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=242888 CPUtime=5.8 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 1374 1255 0 0 580 0 0 0 25 0 9 0 513507643 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=242888 CPUtime=5.83 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 2154 1255 0 0 583 0 0 0 25 0 9 0 513507643 248717312 22131 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.12
Current children cumulated vsize (KiB) 242888

[startup+12.7005 s]
/proc/loadavg: 1.77 0.41 1.37 9/179 11341
/proc/meminfo: memFree=30430176/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=257084 CPUtime=98.27 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 54679 1255 0 0 9822 5 0 0 25 0 9 0 513507597 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 64271 26164 181 55 0 62157 0
[pid=11327/tid=11334] ppid=11325 vsize=257084 CPUtime=12.23 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 1876 1255 0 0 1223 0 0 0 25 0 9 0 513507643 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=257084 CPUtime=12.23 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 2684 1255 0 0 1223 0 0 0 25 0 9 0 513507643 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 4365897 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=257084 CPUtime=12.23 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 4560 1255 0 0 1223 0 0 0 25 0 9 0 513507643 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346407 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=257084 CPUtime=12.23 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 2336 1255 0 0 1223 0 0 0 25 0 9 0 513507643 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=257084 CPUtime=12.22 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 2098 1255 0 0 1222 0 0 0 25 0 9 0 513507643 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=257084 CPUtime=12.22 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 2728 1255 0 0 1222 0 0 0 25 0 9 0 513507643 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=257084 CPUtime=12.17 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 1696 1255 0 0 1217 0 0 0 25 0 9 0 513507643 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346425 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=257084 CPUtime=12.23 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 3109 1255 0 0 1223 0 0 0 25 0 9 0 513507643 263254016 26164 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.27
Current children cumulated vsize (KiB) 257084

[startup+25.5011 s]
/proc/loadavg: 2.73 0.66 1.44 9/179 11342
/proc/meminfo: memFree=30413388/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=270000 CPUtime=200.62 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 69123 1255 0 0 20055 7 0 0 25 0 9 0 513507597 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 67500 29771 181 55 0 65386 0
[pid=11327/tid=11334] ppid=11325 vsize=270000 CPUtime=25.03 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 2427 1255 0 0 2503 0 0 0 25 0 9 0 513507643 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=270000 CPUtime=25.03 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 2684 1255 0 0 2503 0 0 0 25 0 9 0 513507643 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=270000 CPUtime=25.02 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 9584 1255 0 0 2502 0 0 0 25 0 9 0 513507643 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 4365094 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=270000 CPUtime=25.03 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 5370 1255 0 0 2503 0 0 0 25 0 9 0 513507643 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=270000 CPUtime=25.03 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 3463 1255 0 0 2503 0 0 0 25 0 9 0 513507643 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=270000 CPUtime=25.02 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 4381 1255 0 0 2502 0 0 0 25 0 9 0 513507643 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=270000 CPUtime=24.9 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 3776 1255 0 0 2490 0 0 0 25 0 9 0 513507643 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=270000 CPUtime=25.03 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 3846 1255 0 0 2503 0 0 0 25 0 9 0 513507643 276480000 29771 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.62
Current children cumulated vsize (KiB) 270000

[startup+51.1005 s]
/proc/loadavg: 4.60 1.26 1.62 9/179 11342
/proc/meminfo: memFree=30388328/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=297064 CPUtime=405.29 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 85113 1255 0 0 40520 9 0 0 25 0 9 0 513507597 304193536 37362 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 74266 37362 181 55 0 72152 0
[pid=11327/tid=11334] ppid=11325 vsize=297064 CPUtime=50.63 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 2912 1255 0 0 5063 0 0 0 25 0 9 0 513507643 304193536 37362 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=297064 CPUtime=50.63 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 2975 1255 0 0 5063 0 0 0 25 0 9 0 513507643 304193536 37362 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=297064 CPUtime=50.63 cores=0-7

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

/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 556586 1255 0 0 466098 99 0 0 25 0 9 0 513507643 1125568512 236974 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=1099188 CPUtime=4661.95 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 169587 1255 0 0 466171 24 0 0 25 0 9 0 513507643 1125568512 236974 33554432000 4194304 4417332 140736166381680 18446744073709551615 4357984 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=1099188 CPUtime=4661.83 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 389073 1255 0 0 466118 65 0 0 25 0 9 0 513507643 1125568512 236974 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=1099188 CPUtime=4637 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 136996 1255 0 0 463676 24 0 0 25 0 9 0 513507643 1125568512 236974 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=1099188 CPUtime=4661.82 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 292411 1255 0 0 466135 47 0 0 25 0 9 0 513507643 1125568512 236974 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37269.9
Current children cumulated vsize (KiB) 1099188

[startup+4722.31 s]
/proc/loadavg: 8.00 8.01 7.95 9/179 11479
/proc/meminfo: memFree=29513952/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=1129912 CPUtime=37749.6 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 3246078 1255 0 0 3774455 502 0 0 25 0 9 0 513507597 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 282478 255030 181 55 0 280364 0
[pid=11327/tid=11334] ppid=11325 vsize=1129912 CPUtime=4721.95 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 533857 1255 0 0 472110 85 0 0 25 0 9 0 513507643 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=1129912 CPUtime=4720.85 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 196085 1255 0 0 472055 30 0 0 25 0 9 0 513507643 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=1129912 CPUtime=4721.96 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 918609 1255 0 0 472078 118 0 0 25 0 9 0 513507643 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 4365906 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=1129912 CPUtime=4721.97 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 560504 1255 0 0 472098 99 0 0 25 0 9 0 513507643 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=1129912 CPUtime=4721.96 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 176175 1255 0 0 472171 25 0 0 25 0 9 0 513507643 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=1129912 CPUtime=4721.83 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 392271 1255 0 0 472118 65 0 0 25 0 9 0 513507643 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=1129912 CPUtime=4696.68 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 136996 1255 0 0 469644 24 0 0 25 0 9 0 513507643 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=1129912 CPUtime=4721.83 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 297989 1255 0 0 472135 48 0 0 25 0 9 0 513507643 1157029888 255030 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37749.6
Current children cumulated vsize (KiB) 1129912

[startup+4782.3 s]
/proc/loadavg: 8.05 8.02 7.95 9/179 11481
/proc/meminfo: memFree=29396140/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=1257240 CPUtime=38229.2 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 3335733 1255 0 0 3822404 516 0 0 25 0 9 0 513507597 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 314310 284206 181 55 0 312196 0
[pid=11327/tid=11334] ppid=11325 vsize=1257240 CPUtime=4781.94 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 538996 1255 0 0 478108 86 0 0 25 0 9 0 513507643 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 4357126 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=1257240 CPUtime=4780.84 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 247365 1255 0 0 478046 38 0 0 25 0 9 0 513507643 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=1257240 CPUtime=4781.95 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 928602 1255 0 0 478076 119 0 0 25 0 9 0 513507643 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=1257240 CPUtime=4781.97 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 572452 1255 0 0 478096 101 0 0 25 0 9 0 513507643 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364289 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=1257240 CPUtime=4781.96 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 178372 1255 0 0 478170 26 0 0 25 0 9 0 513507643 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=1257240 CPUtime=4781.83 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 393805 1255 0 0 478117 66 0 0 25 0 9 0 513507643 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=1257240 CPUtime=4756.35 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 141092 1255 0 0 475610 25 0 0 25 0 9 0 513507643 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=1257240 CPUtime=4781.82 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 301457 1255 0 0 478134 48 0 0 25 0 9 0 513507643 1287413760 284206 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38229.2
Current children cumulated vsize (KiB) 1257240

[startup+4842.3 s]
/proc/loadavg: 8.06 8.03 7.96 9/179 11482
/proc/meminfo: memFree=29584348/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=1061848 CPUtime=38708.9 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 3356683 1255 0 0 3870368 520 0 0 25 0 9 0 513507597 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 265462 237221 181 55 0 263348 0
[pid=11327/tid=11334] ppid=11325 vsize=1061848 CPUtime=4841.94 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 540340 1255 0 0 484108 86 0 0 25 0 9 0 513507643 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=1061848 CPUtime=4840.84 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 247365 1255 0 0 484045 39 0 0 25 0 9 0 513507643 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=1061848 CPUtime=4841.96 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 937886 1255 0 0 484076 120 0 0 25 0 9 0 513507643 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=1061848 CPUtime=4841.97 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 576078 1255 0 0 484096 101 0 0 25 0 9 0 513507643 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=1061848 CPUtime=4841.96 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 178372 1255 0 0 484170 26 0 0 25 0 9 0 513507643 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=1061848 CPUtime=4841.82 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 395345 1255 0 0 484116 66 0 0 25 0 9 0 513507643 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=1061848 CPUtime=4816.02 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 141092 1255 0 0 481577 25 0 0 25 0 9 0 513507643 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=1061848 CPUtime=4841.83 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 306613 1255 0 0 484133 50 0 0 25 0 9 0 513507643 1087332352 237221 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38708.9
Current children cumulated vsize (KiB) 1061848

[startup+4902.3 s]
/proc/loadavg: 8.06 8.03 7.96 9/179 11484
/proc/meminfo: memFree=29619788/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=1032732 CPUtime=39188.6 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 3372424 1255 0 0 3918334 522 0 0 25 0 9 0 513507597 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 258183 228178 181 55 0 256069 0
[pid=11327/tid=11334] ppid=11325 vsize=1032732 CPUtime=4901.95 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 546469 1255 0 0 490108 87 0 0 25 0 9 0 513507643 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=1032732 CPUtime=4900.84 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 247365 1255 0 0 490045 39 0 0 25 0 9 0 513507643 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=1032732 CPUtime=4901.96 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 937886 1255 0 0 490076 120 0 0 25 0 9 0 513507643 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 4346345 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=1032732 CPUtime=4901.97 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 580736 1255 0 0 490095 102 0 0 25 0 9 0 513507643 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=1032732 CPUtime=4901.97 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 178372 1255 0 0 490171 26 0 0 25 0 9 0 513507643 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364769 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=1032732 CPUtime=4901.83 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 395345 1255 0 0 490117 66 0 0 25 0 9 0 513507643 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=1032732 CPUtime=4875.7 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 141092 1255 0 0 487545 25 0 0 25 0 9 0 513507643 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364522 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=1032732 CPUtime=4901.83 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 311567 1255 0 0 490132 51 0 0 25 0 9 0 513507643 1057517568 228178 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39188.6
Current children cumulated vsize (KiB) 1032732

[startup+4962.3 s]
/proc/loadavg: 8.06 8.04 7.97 9/179 11485
/proc/meminfo: memFree=29617272/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=1050956 CPUtime=39668.2 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 3386167 1255 0 0 3966300 524 0 0 25 0 9 0 513507597 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 262739 228787 181 55 0 260625 0
[pid=11327/tid=11334] ppid=11325 vsize=1050956 CPUtime=4961.95 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 550923 1255 0 0 496107 88 0 0 25 0 9 0 513507643 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=1050956 CPUtime=4960.83 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 247365 1255 0 0 496044 39 0 0 25 0 9 0 513507643 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=1050956 CPUtime=4961.97 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 939715 1255 0 0 496076 121 0 0 25 0 9 0 513507643 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=1050956 CPUtime=4961.97 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 583607 1255 0 0 496095 102 0 0 25 0 9 0 513507643 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=1050956 CPUtime=4961.97 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 178372 1255 0 0 496171 26 0 0 25 0 9 0 513507643 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=1050956 CPUtime=4961.83 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 398470 1255 0 0 496116 67 0 0 25 0 9 0 513507643 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=1050956 CPUtime=4935.37 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 141092 1255 0 0 493512 25 0 0 25 0 9 0 513507643 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=1050956 CPUtime=4961.83 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 313031 1255 0 0 496132 51 0 0 25 0 9 0 513507643 1076178944 228787 33554432000 4194304 4417332 140736166381680 18446744073709551615 4366324 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39668.2
Current children cumulated vsize (KiB) 1050956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.8 s]
/proc/loadavg: 8.08 8.05 7.97 10/179 11486
/proc/meminfo: memFree=29613388/32951124 swapFree=67111364/67111528
[pid=11327] ppid=11325 vsize=1047648 CPUtime=40000.1 cores=0-7
/proc/11327/stat : 11327 (plingeling) S 11325 11327 11301 0 -1 4202496 3400794 1255 0 0 3999482 528 0 0 25 0 9 0 513507597 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11327/statm: 261912 229944 181 55 0 259798 0
[pid=11327/tid=11334] ppid=11325 vsize=1047648 CPUtime=5003.46 cores=0-7
/proc/11327/task/11334/stat : 11334 (plingeling) R 11325 11327 11301 0 -1 4202560 553599 1255 0 0 500258 88 0 0 25 0 9 0 513507643 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=11327/tid=11335] ppid=11325 vsize=1047648 CPUtime=5002.34 cores=0-7
/proc/11327/task/11335/stat : 11335 (plingeling) R 11325 11327 11301 0 -1 4202560 247365 1255 0 0 500195 39 0 0 25 0 9 0 513507643 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11327/tid=11336] ppid=11325 vsize=1047648 CPUtime=5003.47 cores=0-7
/proc/11327/task/11336/stat : 11336 (plingeling) R 11325 11327 11301 0 -1 4202560 941699 1255 0 0 500226 121 0 0 25 0 9 0 513507643 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11327/tid=11337] ppid=11325 vsize=1047648 CPUtime=5003.49 cores=0-7
/proc/11327/task/11337/stat : 11337 (plingeling) R 11325 11327 11301 0 -1 4202560 587435 1255 0 0 500246 103 0 0 25 0 9 0 513507643 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11327/tid=11338] ppid=11325 vsize=1047648 CPUtime=5003.48 cores=0-7
/proc/11327/task/11338/stat : 11338 (plingeling) R 11325 11327 11301 0 -1 4202560 178372 1255 0 0 500322 26 0 0 25 0 9 0 513507643 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11327/tid=11339] ppid=11325 vsize=1047648 CPUtime=5003.34 cores=0-7
/proc/11327/task/11339/stat : 11339 (plingeling) R 11325 11327 11301 0 -1 4202560 400013 1255 0 0 500267 67 0 0 25 0 9 0 513507643 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11327/tid=11340] ppid=11325 vsize=1047648 CPUtime=4976.65 cores=0-7
/proc/11327/task/11340/stat : 11340 (plingeling) R 11325 11327 11301 0 -1 4202560 141092 1255 0 0 497640 25 0 0 25 0 9 0 513507643 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11327/tid=11341] ppid=11325 vsize=1047648 CPUtime=5003.34 cores=0-7
/proc/11327/task/11341/stat : 11341 (plingeling) R 11325 11327 11301 0 -1 4202560 317627 1255 0 0 500282 52 0 0 25 0 9 0 513507643 1072791552 229944 33554432000 4194304 4417332 140736166381680 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 1047648

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): 5003.86
CPU time (s): 40000.2
CPU user time (s): 39994.9
CPU system time (s): 5.32219
CPU usage (%): 799.387
Max. virtual memory (cumulated for all children) (KiB): 1270488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39994.9
system time used= 5.32219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3402050
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= 210
involuntary context switches= 187943

runsolver used 7.9238 second user time and 18.9051 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-28 21:31:12
IDJOB=3310020
IDBENCH=85991
IDSOLVER=1695
FILE ID=node106/3310020-1304019072
RUNJOBID= node106-1304019072-11315
PBS_JOBID= 13170301
Free space on /tmp= 72156 MiB

SOLVER NAME= Plingeling 587
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-3310020-1304019072/watcher-3310020-1304019072 -o /tmp/evaluation-result-3310020-1304019072/solver-3310020-1304019072 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3310020-1304019072.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1876250775

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30535888 kB
Buffers:        202460 kB
Cached:        1939724 kB
SwapCached:         88 kB
Active:         663488 kB
Inactive:      1541936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30535888 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3524 kB
Writeback:           0 kB
AnonPages:       62648 kB
Mapped:          14324 kB
Slab:           143928 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185788 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= 72156 MiB
End job on node106 at 2011-04-28 22:54:38