Trace number 3309459

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.82

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark977.211
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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-3309459-1304003959/watcher-3309459-1304003959 -o /tmp/evaluation-result-3309459-1304003959/solver-3309459-1304003959 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309459-1304003959.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: 4.95 2.08 1.52 1/174 15152
/proc/meminfo: memFree=25526996/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=9752 CPUtime=0 cores=0-7
/proc/15152/stat : 15152 (plingeling) R 15150 15152 15084 0 -1 4202496 500 1255 0 0 0 0 0 0 24 0 1 0 511994024 9986048 428 33554432000 4194304 4417332 140736748692048 18446744073709551615 232335586270 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/15152/statm: 2438 428 147 55 0 324 0

[startup+0.058489 s]
/proc/loadavg: 4.95 2.08 1.52 1/174 15152
/proc/meminfo: memFree=25526996/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=22552 CPUtime=0.04 cores=0-7
/proc/15152/stat : 15152 (plingeling) R 15150 15152 15084 0 -1 4202496 3638 1255 0 0 4 0 0 0 24 0 1 0 511994024 23093248 3470 33554432000 4194304 4417332 140736748692048 18446744073709551615 232335586397 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/15152/statm: 5638 3496 148 55 0 3524 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22552

[startup+0.10047 s]
/proc/loadavg: 4.95 2.08 1.52 1/174 15152
/proc/meminfo: memFree=25526996/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=26648 CPUtime=0.08 cores=0-7
/proc/15152/stat : 15152 (plingeling) R 15150 15152 15084 0 -1 4202496 4853 1255 0 0 8 0 0 0 24 0 1 0 511994024 27287552 4685 33554432000 4194304 4417332 140736748692048 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/15152/statm: 6662 4685 148 55 0 4548 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26648

[startup+0.300398 s]
/proc/loadavg: 4.95 2.08 1.52 1/174 15152
/proc/meminfo: memFree=25526996/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=191028 CPUtime=0.95 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 9149 1255 0 0 94 1 0 0 25 0 9 0 511994024 195612672 8958 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 47757 8958 174 55 0 45643 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 191028

[startup+0.700327 s]
/proc/loadavg: 4.95 2.08 1.52 1/174 15152
/proc/meminfo: memFree=25526996/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=196936 CPUtime=3.81 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 13657 1255 0 0 380 1 0 0 25 0 9 0 511994024 201662464 10356 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 49234 10356 181 55 0 47120 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 196936

[startup+1.50118 s]
/proc/loadavg: 4.95 2.08 1.52 10/183 15166
/proc/meminfo: memFree=25485764/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=203196 CPUtime=10.22 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 15899 1255 0 0 1020 2 0 0 25 0 9 0 511994024 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 50799 12023 181 55 0 48685 0
[pid=15152/tid=15159] ppid=15150 vsize=203196 CPUtime=1.33 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 1099 1255 0 0 133 0 0 0 19 0 9 0 511994040 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=203196 CPUtime=1.13 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 206 1255 0 0 113 0 0 0 25 0 9 0 511994040 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=203196 CPUtime=1.23 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 616 1255 0 0 123 0 0 0 25 0 9 0 511994040 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=203196 CPUtime=1.13 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 1225 1255 0 0 113 0 0 0 25 0 9 0 511994040 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=203196 CPUtime=1.32 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 888 1255 0 0 132 0 0 0 25 0 9 0 511994040 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 4365900 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=203196 CPUtime=1.33 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 1868 1255 0 0 133 0 0 0 19 0 9 0 511994040 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=203196 CPUtime=1.22 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 57 1255 0 0 122 0 0 0 25 0 9 0 511994041 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=203196 CPUtime=1.32 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 976 1255 0 0 132 0 0 0 25 0 9 0 511994041 208072704 12023 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 203196

[startup+3.1009 s]
/proc/loadavg: 4.95 2.08 1.52 9/183 15166
/proc/meminfo: memFree=25473984/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=226568 CPUtime=23 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 22413 1255 0 0 2298 2 0 0 25 0 9 0 511994024 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 56642 17866 181 55 0 54528 0
[pid=15152/tid=15159] ppid=15150 vsize=226568 CPUtime=2.93 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 1099 1255 0 0 293 0 0 0 25 0 9 0 511994040 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=226568 CPUtime=2.73 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 809 1255 0 0 273 0 0 0 25 0 9 0 511994040 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=226568 CPUtime=2.83 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 1428 1255 0 0 283 0 0 0 25 0 9 0 511994040 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 4237349 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=226568 CPUtime=2.73 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 4127 1255 0 0 273 0 0 0 25 0 9 0 511994040 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=226568 CPUtime=2.92 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 1108 1255 0 0 292 0 0 0 25 0 9 0 511994040 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=226568 CPUtime=2.93 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 3606 1255 0 0 293 0 0 0 25 0 9 0 511994040 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=226568 CPUtime=2.82 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 57 1255 0 0 282 0 0 0 25 0 9 0 511994041 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 4320926 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=226568 CPUtime=2.91 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 1215 1255 0 0 291 0 0 0 25 0 9 0 511994041 232005632 17866 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23
Current children cumulated vsize (KiB) 226568

[startup+6.30133 s]
/proc/loadavg: 5.19 2.18 1.55 9/183 15166
/proc/meminfo: memFree=25432704/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=261824 CPUtime=48.58 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 32663 1255 0 0 4854 4 0 0 25 0 9 0 511994024 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 65456 26680 181 55 0 63342 0
[pid=15152/tid=15159] ppid=15150 vsize=261824 CPUtime=6.13 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 2150 1255 0 0 613 0 0 0 25 0 9 0 511994040 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=261824 CPUtime=5.93 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 1833 1255 0 0 593 0 0 0 25 0 9 0 511994040 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=261824 CPUtime=6.03 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 2109 1255 0 0 603 0 0 0 25 0 9 0 511994040 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=261824 CPUtime=5.92 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 6595 1255 0 0 592 0 0 0 25 0 9 0 511994040 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=261824 CPUtime=6.12 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 2132 1255 0 0 612 0 0 0 25 0 9 0 511994040 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 4292288 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=261824 CPUtime=6.13 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 5250 1255 0 0 613 0 0 0 25 0 9 0 511994040 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=261824 CPUtime=6.02 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 739 1255 0 0 602 0 0 0 25 0 9 0 511994041 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=261824 CPUtime=6.09 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 2891 1255 0 0 609 0 0 0 25 0 9 0 511994041 268107776 26680 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.58
Current children cumulated vsize (KiB) 261824

[startup+12.7012 s]
/proc/loadavg: 5.42 2.27 1.59 9/183 15167
/proc/meminfo: memFree=25389588/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=292568 CPUtime=99.74 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 48078 1255 0 0 9968 6 0 0 25 0 9 0 511994024 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 73142 34371 181 55 0 71028 0
[pid=15152/tid=15159] ppid=15150 vsize=292568 CPUtime=12.53 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 2150 1255 0 0 1253 0 0 0 25 0 9 0 511994040 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=292568 CPUtime=12.33 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 2214 1255 0 0 1233 0 0 0 25 0 9 0 511994040 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=292568 CPUtime=12.42 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 3820 1255 0 0 1242 0 0 0 25 0 9 0 511994040 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=292568 CPUtime=12.33 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 10608 1255 0 0 1232 1 0 0 25 0 9 0 511994040 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=292568 CPUtime=12.52 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 3129 1255 0 0 1252 0 0 0 25 0 9 0 511994040 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=292568 CPUtime=12.53 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 8605 1255 0 0 1252 1 0 0 25 0 9 0 511994040 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=292568 CPUtime=12.42 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 3696 1255 0 0 1242 0 0 0 25 0 9 0 511994041 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=292568 CPUtime=12.45 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 4892 1255 0 0 1245 0 0 0 25 0 9 0 511994041 299589632 34371 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.74
Current children cumulated vsize (KiB) 292568

[startup+25.5009 s]
/proc/loadavg: 6.07 2.57 1.69 9/183 15167
/proc/meminfo: memFree=25338468/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=348916 CPUtime=202.08 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 93672 1255 0 0 20192 16 0 0 25 0 9 0 511994024 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 87229 48461 181 55 0 85115 0
[pid=15152/tid=15159] ppid=15150 vsize=348916 CPUtime=25.33 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 8845 1255 0 0 2532 1 0 0 25 0 9 0 511994040 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=348916 CPUtime=25.12 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 10784 1255 0 0 2511 1 0 0 25 0 9 0 511994040 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=348916 CPUtime=25.22 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 6096 1255 0 0 2522 0 0 0 25 0 9 0 511994040 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=348916 CPUtime=25.13 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 17738 1255 0 0 2510 3 0 0 25 0 9 0 511994040 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 4357145 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=348916 CPUtime=25.32 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 9268 1255 0 0 2530 2 0 0 25 0 9 0 511994040 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=348916 CPUtime=25.33 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 13495 1255 0 0 2531 2 0 0 25 0 9 0 511994040 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=348916 CPUtime=25.22 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 8732 1255 0 0 2521 1 0 0 25 0 9 0 511994041 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=348916 CPUtime=25.18 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 9750 1255 0 0 2517 1 0 0 25 0 9 0 511994041 357289984 48461 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.08
Current children cumulated vsize (KiB) 348916

[startup+51.1004 s]
/proc/loadavg: 6.85 3.04 1.87 9/183 15167
/proc/meminfo: memFree=25257520/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=431708 CPUtime=406.73 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 165356 1255 0 0 40643 30 0 0 25 0 9 0 511994024 442068992 69191 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 107927 69191 181 55 0 105813 0
[pid=15152/tid=15159] ppid=15150 vsize=431708 CPUtime=50.93 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 19800 1255 0 0 5090 3 0 0 25 0 9 0 511994040 442068992 69191 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=431708 CPUtime=50.72 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 16111 1255 0 0 5070 2 0 0 25 0 9 0 511994040 442068992 69191 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=431708 CPUtime=50.82 cores=0-7

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


[startup+4722.31 s]
/proc/loadavg: 8.03 8.07 8.01 9/183 15304
/proc/meminfo: memFree=23353108/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=2328312 CPUtime=37750.4 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 4077133 1255 0 0 3774268 771 0 0 25 0 9 0 511994024 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 582078 543315 181 55 0 579964 0
[pid=15152/tid=15159] ppid=15150 vsize=2328312 CPUtime=4722.25 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 434105 1255 0 0 472147 78 0 0 25 0 9 0 511994040 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=2328312 CPUtime=4722.04 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 340783 1255 0 0 472135 69 0 0 25 0 9 0 511994040 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=2328312 CPUtime=4721.61 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 679111 1255 0 0 472039 122 0 0 25 0 9 0 511994040 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=2328312 CPUtime=4722.05 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 545330 1255 0 0 472073 132 0 0 25 0 9 0 511994040 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=2328312 CPUtime=4722.09 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 419147 1255 0 0 472132 77 0 0 25 0 9 0 511994040 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=2328312 CPUtime=4722.25 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 518139 1255 0 0 472134 91 0 0 25 0 9 0 511994040 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=2328312 CPUtime=4721.4 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 672956 1255 0 0 472021 119 0 0 25 0 9 0 511994041 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=2328312 CPUtime=4696.48 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 458598 1255 0 0 469570 78 0 0 25 0 9 0 511994041 2384191488 543315 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37750.4
Current children cumulated vsize (KiB) 2328312

[startup+4782.3 s]
/proc/loadavg: 8.09 8.08 8.01 9/183 15306
/proc/meminfo: memFree=23427736/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=2253816 CPUtime=38230 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 4100302 1255 0 0 3822227 775 0 0 25 0 9 0 511994024 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 563454 524691 181 55 0 561340 0
[pid=15152/tid=15159] ppid=15150 vsize=2253816 CPUtime=4782.24 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 434105 1255 0 0 478146 78 0 0 25 0 9 0 511994040 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=2253816 CPUtime=4782.03 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 340783 1255 0 0 478134 69 0 0 25 0 9 0 511994040 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=2253816 CPUtime=4781.6 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 679111 1255 0 0 478038 122 0 0 25 0 9 0 511994040 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=2253816 CPUtime=4782.04 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 545330 1255 0 0 478072 132 0 0 25 0 9 0 511994040 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=2253816 CPUtime=4782.08 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 437138 1255 0 0 478129 79 0 0 25 0 9 0 511994040 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=2253816 CPUtime=4782.25 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 518139 1255 0 0 478134 91 0 0 25 0 9 0 511994040 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=2253816 CPUtime=4781.38 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 678134 1255 0 0 478018 120 0 0 25 0 9 0 511994041 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=2253816 CPUtime=4756.15 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 458598 1255 0 0 475537 78 0 0 25 0 9 0 511994041 2307907584 524691 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38230
Current children cumulated vsize (KiB) 2253816

[startup+4842.3 s]
/proc/loadavg: 8.07 8.08 8.01 9/183 15307
/proc/meminfo: memFree=23377388/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=2304136 CPUtime=38709.7 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 4142840 1255 0 0 3870186 783 0 0 25 0 9 0 511994024 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 576034 537271 181 55 0 573920 0
[pid=15152/tid=15159] ppid=15150 vsize=2304136 CPUtime=4842.24 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 434105 1255 0 0 484146 78 0 0 25 0 9 0 511994040 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=2304136 CPUtime=4842.03 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 340783 1255 0 0 484134 69 0 0 25 0 9 0 511994040 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=2304136 CPUtime=4841.61 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 705167 1255 0 0 484032 129 0 0 25 0 9 0 511994040 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=2304136 CPUtime=4842.05 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 545330 1255 0 0 484073 132 0 0 25 0 9 0 511994040 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364818 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=2304136 CPUtime=4842.08 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 437236 1255 0 0 484129 79 0 0 25 0 9 0 511994040 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=2304136 CPUtime=4842.25 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 518139 1255 0 0 484134 91 0 0 25 0 9 0 511994040 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=2304136 CPUtime=4841.38 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 694518 1255 0 0 484016 122 0 0 25 0 9 0 511994041 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=2304136 CPUtime=4815.82 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 458598 1255 0 0 481504 78 0 0 25 0 9 0 511994041 2359435264 537271 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38709.7
Current children cumulated vsize (KiB) 2304136

[startup+4902.3 s]
/proc/loadavg: 8.10 8.09 8.02 10/183 15309
/proc/meminfo: memFree=23408744/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=2273664 CPUtime=39189.4 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 4156143 1255 0 0 3918152 785 0 0 25 0 9 0 511994024 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 568416 529653 181 55 0 566302 0
[pid=15152/tid=15159] ppid=15150 vsize=2273664 CPUtime=4902.25 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 434105 1255 0 0 490147 78 0 0 25 0 9 0 511994040 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=2273664 CPUtime=4902.04 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 340783 1255 0 0 490135 69 0 0 25 0 9 0 511994040 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=2273664 CPUtime=4901.61 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 705167 1255 0 0 490032 129 0 0 25 0 9 0 511994040 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=2273664 CPUtime=4902.05 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 545330 1255 0 0 490073 132 0 0 25 0 9 0 511994040 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=2273664 CPUtime=4902.09 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 437431 1255 0 0 490129 80 0 0 25 0 9 0 511994040 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=2273664 CPUtime=4902.25 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 520343 1255 0 0 490134 91 0 0 25 0 9 0 511994040 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=2273664 CPUtime=4901.38 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 694518 1255 0 0 490016 122 0 0 25 0 9 0 511994041 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=2273664 CPUtime=4875.49 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 469502 1255 0 0 487470 79 0 0 25 0 9 0 511994041 2328231936 529653 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39189.4
Current children cumulated vsize (KiB) 2273664

[startup+4962.3 s]
/proc/loadavg: 8.14 8.10 8.02 9/183 15311
/proc/meminfo: memFree=23301104/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=2381444 CPUtime=39669 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 4215639 1255 0 0 3966102 802 0 0 25 0 9 0 511994024 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 595361 556598 181 55 0 593247 0
[pid=15152/tid=15159] ppid=15150 vsize=2381444 CPUtime=4962.25 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 434105 1255 0 0 496147 78 0 0 25 0 9 0 511994040 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=2381444 CPUtime=4962.04 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 340783 1255 0 0 496135 69 0 0 25 0 9 0 511994040 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=2381444 CPUtime=4961.61 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 721551 1255 0 0 496027 134 0 0 25 0 9 0 511994040 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=2381444 CPUtime=4962.05 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 545330 1255 0 0 496073 132 0 0 25 0 9 0 511994040 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=2381444 CPUtime=4962.08 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 465684 1255 0 0 496122 86 0 0 25 0 9 0 511994040 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=2381444 CPUtime=4962.25 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 533897 1255 0 0 496130 95 0 0 25 0 9 0 511994040 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=2381444 CPUtime=4961.37 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 695823 1255 0 0 496015 122 0 0 25 0 9 0 511994041 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=2381444 CPUtime=4935.16 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 469502 1255 0 0 493437 79 0 0 25 0 9 0 511994041 2438598656 556598 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669
Current children cumulated vsize (KiB) 2381444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.07 8.08 8.02 9/183 15312
/proc/meminfo: memFree=23331104/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=2350724 CPUtime=40000.1 cores=0-7
/proc/15152/stat : 15152 (plingeling) S 15150 15152 15084 0 -1 4202496 4240299 1255 0 0 3999202 805 0 0 25 0 9 0 511994024 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 587681 548918 181 55 0 585567 0
[pid=15152/tid=15159] ppid=15150 vsize=2350724 CPUtime=5003.65 cores=0-7
/proc/15152/task/15159/stat : 15159 (plingeling) R 15150 15152 15084 0 -1 4202560 434105 1255 0 0 500287 78 0 0 25 0 9 0 511994040 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15152/tid=15160] ppid=15150 vsize=2350724 CPUtime=5003.44 cores=0-7
/proc/15152/task/15160/stat : 15160 (plingeling) R 15150 15152 15084 0 -1 4202560 340783 1255 0 0 500275 69 0 0 25 0 9 0 511994040 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15152/tid=15161] ppid=15150 vsize=2350724 CPUtime=5003.02 cores=0-7
/proc/15152/task/15161/stat : 15161 (plingeling) R 15150 15152 15084 0 -1 4202560 721551 1255 0 0 500168 134 0 0 25 0 9 0 511994040 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15152/tid=15162] ppid=15150 vsize=2350724 CPUtime=5003.46 cores=0-7
/proc/15152/task/15162/stat : 15162 (plingeling) R 15150 15152 15084 0 -1 4202560 545330 1255 0 0 500214 132 0 0 25 0 9 0 511994040 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15152/tid=15163] ppid=15150 vsize=2350724 CPUtime=5003.49 cores=0-7
/proc/15152/task/15163/stat : 15163 (plingeling) R 15150 15152 15084 0 -1 4202560 465684 1255 0 0 500263 86 0 0 25 0 9 0 511994040 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15152/tid=15164] ppid=15150 vsize=2350724 CPUtime=5003.66 cores=0-7
/proc/15152/task/15164/stat : 15164 (plingeling) R 15150 15152 15084 0 -1 4202560 553824 1255 0 0 500268 98 0 0 25 0 9 0 511994040 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15152/tid=15165] ppid=15150 vsize=2350724 CPUtime=5002.76 cores=0-7
/proc/15152/task/15165/stat : 15165 (plingeling) R 15150 15152 15084 0 -1 4202560 700556 1255 0 0 500154 122 0 0 25 0 9 0 511994041 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=2350724 CPUtime=4976.34 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4202560 469502 1255 0 0 497555 79 0 0 25 0 9 0 511994041 2407141376 548918 33554432000 4194304 4417332 140736748692048 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 2350724

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

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

[startup+5003.81 s]
/proc/loadavg: 8.07 8.08 8.02 2/177 15313
/proc/meminfo: memFree=25273364/32951124 swapFree=67111524/67111528
[pid=15152] ppid=15150 vsize=0 CPUtime=40000.2 cores=0-7
/proc/15152/stat : 15152 (plingeling) Z 15150 15152 15084 0 -1 4203548 4240299 1255 0 0 3999206 816 0 0 18 0 2 0 511994024 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15152/statm: 0 0 0 0 0 0 0
[pid=15152/tid=15166] ppid=15150 vsize=0 CPUtime=4976.46 cores=0-7
/proc/15152/task/15166/stat : 15166 (plingeling) R 15150 15152 15084 0 -1 4203588 469502 1255 0 0 497556 90 0 0 25 0 2 0 511994041 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5003.82
CPU time (s): 40000.2
CPU user time (s): 39992.1
CPU system time (s): 8.17176
CPU usage (%): 799.393
Max. virtual memory (cumulated for all children) (KiB): 2416260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39992.1
system time used= 8.17176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4241554
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= 134
involuntary context switches= 400999

runsolver used 8.23175 second user time and 19.0721 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-28 17:19:19
IDJOB=3309459
IDBENCH=71078
IDSOLVER=1695
FILE ID=node132/3309459-1304003959
RUNJOBID= node132-1304003911-15098
PBS_JOBID= 13168808
Free space on /tmp= 71872 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309459-1304003959/watcher-3309459-1304003959 -o /tmp/evaluation-result-3309459-1304003959/solver-3309459-1304003959 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309459-1304003959.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=697773509

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      25527276 kB
Buffers:        733252 kB
Cached:        6133708 kB
SwapCached:          4 kB
Active:        1493804 kB
Inactive:      5437320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25527276 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1224 kB
Writeback:           0 kB
AnonPages:       63528 kB
Mapped:          14484 kB
Slab:           425532 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188172 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node132 at 2011-04-28 18:42:44