Trace number 3282123

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) 4800.39 1201.93

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3282123-1304040968/watcher-3282123-1304040968 -o /tmp/evaluation-result-3282123-1304040968/solver-3282123-1304040968 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3282123-1304040968.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.00 4.04 5.57 5/181 26909
/proc/meminfo: memFree=27974764/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=10192 CPUtime=0 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) R 26907 26909 26197 0 -1 4202496 641 1261 0 0 0 0 0 0 21 0 1 0 515694535 10436608 570 33554432000 4194304 4417332 140735437249680 18446744073709551615 218905730816 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26909/statm: 2548 570 147 55 0 434 0

[startup+0.046711 s]
/proc/loadavg: 3.00 4.04 5.57 5/181 26909
/proc/meminfo: memFree=27974764/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=18988 CPUtime=0.04 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) R 26907 26909 26197 0 -1 4202496 2842 1261 0 0 4 0 0 0 21 0 1 0 515694535 19443712 2770 33554432000 4194304 4417332 140735437249680 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26909/statm: 4747 2770 148 55 0 2633 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18988

[startup+0.100687 s]
/proc/loadavg: 3.00 4.04 5.57 5/181 26909
/proc/meminfo: memFree=27974764/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=27576 CPUtime=0.09 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) R 26907 26909 26197 0 -1 4202496 4989 1261 0 0 9 0 0 0 22 0 1 0 515694535 28237824 4917 33554432000 4194304 4417332 140735437249680 18446744073709551615 4264778 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/26909/statm: 6894 4917 148 55 0 4780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27576

[startup+0.30063 s]
/proc/loadavg: 3.00 4.04 5.57 5/181 26909
/proc/meminfo: memFree=27974764/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=158660 CPUtime=0.33 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 14558 1261 0 0 32 1 0 0 23 0 5 0 515694535 162467840 11340 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 39665 11340 158 55 0 37551 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 158660

[startup+0.700548 s]
/proc/loadavg: 3.00 4.04 5.57 5/181 26909
/proc/meminfo: memFree=27974764/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=168600 CPUtime=1.93 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 27574 1261 0 0 190 3 0 0 23 0 5 0 515694535 172646400 14491 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 42150 14491 172 55 0 40036 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 168600

[startup+1.5004 s]
/proc/loadavg: 3.00 4.04 5.57 9/186 26919
/proc/meminfo: memFree=27904048/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=181564 CPUtime=5.13 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 39305 1261 0 0 508 5 0 0 23 0 5 0 515694535 185921536 18440 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 45391 18440 175 55 0 43277 0
[pid=26909/tid=26916] ppid=26907 vsize=181564 CPUtime=1.2 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 5429 1261 0 0 120 0 0 0 25 0 5 0 515694563 185921536 18440 33554432000 4194304 4417332 140735437249680 18446744073709551615 4276477 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=181564 CPUtime=1.2 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 9283 1261 0 0 119 1 0 0 25 0 5 0 515694563 185921536 18440 33554432000 4194304 4417332 140735437249680 18446744073709551615 4276477 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=181564 CPUtime=1.2 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 7622 1261 0 0 119 1 0 0 25 0 5 0 515694563 185921536 18440 33554432000 4194304 4417332 140735437249680 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=181564 CPUtime=1.21 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 2845 1261 0 0 121 0 0 0 25 0 5 0 515694563 185921536 18440 33554432000 4194304 4417332 140735437249680 18446744073709551615 4365915 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 181564

[startup+3.10111 s]
/proc/loadavg: 3.00 4.04 5.57 10/186 26919
/proc/meminfo: memFree=27887300/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=180176 CPUtime=11.52 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 48476 1261 0 0 1146 6 0 0 23 0 5 0 515694535 184500224 18766 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 45044 18766 180 55 0 42930 0
[pid=26909/tid=26916] ppid=26907 vsize=180176 CPUtime=2.81 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 10818 1261 0 0 280 1 0 0 25 0 5 0 515694563 184500224 18766 33554432000 4194304 4417332 140735437249680 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=180176 CPUtime=2.81 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 11117 1261 0 0 279 2 0 0 25 0 5 0 515694563 184500224 18766 33554432000 4194304 4417332 140735437249680 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=180176 CPUtime=2.79 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 9570 1261 0 0 278 1 0 0 25 0 5 0 515694563 184500224 18766 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=180176 CPUtime=2.81 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 2845 1261 0 0 281 0 0 0 25 0 5 0 515694563 184500224 18766 33554432000 4194304 4417332 140735437249680 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 180176

[startup+6.30053 s]
/proc/loadavg: 3.40 4.10 5.58 10/186 26919
/proc/meminfo: memFree=27878980/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=185600 CPUtime=24.3 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 50888 1261 0 0 2424 6 0 0 23 0 5 0 515694535 190054400 21146 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 46400 21146 180 55 0 44286 0
[pid=26909/tid=26916] ppid=26907 vsize=185600 CPUtime=6.01 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 11842 1261 0 0 600 1 0 0 25 0 5 0 515694563 190054400 21146 33554432000 4194304 4417332 140735437249680 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=185600 CPUtime=6.01 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 12142 1261 0 0 599 2 0 0 25 0 5 0 515694563 190054400 21146 33554432000 4194304 4417332 140735437249680 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=185600 CPUtime=5.98 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 9570 1261 0 0 597 1 0 0 25 0 5 0 515694563 190054400 21146 33554432000 4194304 4417332 140735437249680 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=185600 CPUtime=6.01 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 3208 1261 0 0 601 0 0 0 25 0 5 0 515694563 190054400 21146 33554432000 4194304 4417332 140735437249680 18446744073709551615 4352392 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 185600

[startup+12.7004 s]
/proc/loadavg: 3.77 4.17 5.60 10/186 26919
/proc/meminfo: memFree=27865736/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=190272 CPUtime=49.88 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 52770 1261 0 0 4981 7 0 0 23 0 5 0 515694535 194838528 22315 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 47568 22315 181 55 0 45454 0
[pid=26909/tid=26916] ppid=26907 vsize=190272 CPUtime=12.41 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 12115 1261 0 0 1240 1 0 0 25 0 5 0 515694563 194838528 22315 33554432000 4194304 4417332 140735437249680 18446744073709551615 4365037 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=190272 CPUtime=12.41 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 12364 1261 0 0 1239 2 0 0 25 0 5 0 515694563 194838528 22315 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=190272 CPUtime=12.34 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 10957 1261 0 0 1233 1 0 0 25 0 5 0 515694563 194838528 22315 33554432000 4194304 4417332 140735437249680 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=190272 CPUtime=12.41 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 3208 1261 0 0 1241 0 0 0 25 0 5 0 515694563 194838528 22315 33554432000 4194304 4417332 140735437249680 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 190272

[startup+25.5011 s]
/proc/loadavg: 4.70 4.36 5.64 10/186 26919
/proc/meminfo: memFree=27859896/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=197688 CPUtime=101.01 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 54637 1261 0 0 10094 7 0 0 23 0 5 0 515694535 202432512 24108 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 49422 24108 181 55 0 47308 0
[pid=26909/tid=26916] ppid=26907 vsize=197688 CPUtime=25.21 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 12189 1261 0 0 2520 1 0 0 25 0 5 0 515694563 202432512 24108 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=197688 CPUtime=25.21 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 12378 1261 0 0 2519 2 0 0 25 0 5 0 515694563 202432512 24108 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=197688 CPUtime=25.07 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 12252 1261 0 0 2506 1 0 0 25 0 5 0 515694563 202432512 24108 33554432000 4194304 4417332 140735437249680 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=197688 CPUtime=25.21 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 3692 1261 0 0 2521 0 0 0 25 0 5 0 515694563 202432512 24108 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 197688

[startup+51.1004 s]
/proc/loadavg: 5.83 4.65 5.70 10/186 26920
/proc/meminfo: memFree=27812920/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=225792 CPUtime=203.27 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 63831 1261 0 0 20319 8 0 0 23 0 5 0 515694535 231211008 31201 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 56448 31201 181 55 0 54334 0
[pid=26909/tid=26916] ppid=26907 vsize=225792 CPUtime=50.8 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 13838 1261 0 0 5079 1 0 0 25 0 5 0 515694563 231211008 31201 33554432000 4194304 4417332 140735437249680 18446744073709551615 4330461 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=225792 CPUtime=50.81 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 13010 1261 0 0 5079 2 0 0 25 0 5 0 515694563 231211008 31201 33554432000 4194304 4417332 140735437249680 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=225792 CPUtime=50.54 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 15734 1261 0 0 5052 2 0 0 25 0 5 0 515694563 231211008 31201 33554432000 4194304 4417332 140735437249680 18446744073709551615 4251076 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=225792 CPUtime=50.81 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 7123 1261 0 0 5081 0 0 0 25 0 5 0 515694563 231211008 31201 33554432000 4194304 4417332 140735437249680 18446744073709551615 4232741 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.27
Current children cumulated vsize (KiB) 225792

[startup+102.306 s]
/proc/loadavg: 7.10 5.18 5.82 10/186 26921
/proc/meminfo: memFree=27791304/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=229376 CPUtime=407.82 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 77238 1261 0 0 40772 10 0 0 23 0 5 0 515694535 234881024 32097 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 57344 32097 181 55 0 55230 0
[pid=26909/tid=26916] ppid=26907 vsize=229376 CPUtime=102.02 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 14785 1261 0 0 10200 2 0 0 25 0 5 0 515694563 234881024 32097 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=229376 CPUtime=102.01 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 15477 1261 0 0 10199 2 0 0 25 0 5 0 515694563 234881024 32097 33554432000 4194304 4417332 140735437249680 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=229376 CPUtime=101.47 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 15760 1261 0 0 10145 2 0 0 25 0 5 0 515694563 234881024 32097 33554432000 4194304 4417332 140735437249680 18446744073709551615 4275960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=229376 CPUtime=102.01 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 17090 1261 0 0 10200 1 0 0 25 0 5 0 515694563 234881024 32097 33554432000 4194304 4417332 140735437249680 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.82
Current children cumulated vsize (KiB) 229376

[startup+162.3 s]
/proc/loadavg: 7.70 5.70 5.96 10/186 26923
/proc/meminfo: memFree=27769556/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=251700 CPUtime=647.48 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 109439 1261 0 0 64733 15 0 0 23 0 5 0 515694535 257740800 37678 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 62925 37678 181 55 0 60811 0
[pid=26909/tid=26916] ppid=26907 vsize=251700 CPUtime=162.01 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 15923 1261 0 0 16199 2 0 0 25 0 5 0 515694563 257740800 37678 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=251700 CPUtime=162.01 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 25036 1261 0 0 16198 3 0 0 25 0 5 0 515694563 257740800 37678 33554432000 4194304 4417332 140735437249680 18446744073709551615 4355764 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=251700 CPUtime=161.14 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 16327 1261 0 0 16112 2 0 0 25 0 5 0 515694563 257740800 37678 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=251700 CPUtime=162.01 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 38027 1261 0 0 16197 4 0 0 25 0 5 0 515694563 257740800 37678 33554432000 4194304 4417332 140735437249680 18446744073709551615 4366058 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.48
Current children cumulated vsize (KiB) 251700


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

[pid=26909/tid=26917] ppid=26907 vsize=424556 CPUtime=762.02 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 103663 1261 0 0 76187 15 0 0 25 0 5 0 515694563 434745344 80412 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=424556 CPUtime=757.88 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 50465 1261 0 0 75782 6 0 0 25 0 5 0 515694563 434745344 80412 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=424556 CPUtime=762.04 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 138918 1261 0 0 76184 20 0 0 25 0 5 0 515694563 434745344 80412 33554432000 4194304 4417332 140735437249680 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.29
Current children cumulated vsize (KiB) 424556

[startup+822.301 s]
/proc/loadavg: 8.14 7.88 7.06 10/186 26941
/proc/meminfo: memFree=27547660/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=424408 CPUtime=3283.95 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 399450 1261 0 0 328337 58 0 0 23 0 5 0 515694535 434593792 77854 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 106102 77854 181 55 0 103988 0
[pid=26909/tid=26916] ppid=26907 vsize=424408 CPUtime=822.03 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 71335 1261 0 0 82193 10 0 0 25 0 5 0 515694563 434593792 77854 33554432000 4194304 4417332 140735437249680 18446744073709551615 4246296 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=424408 CPUtime=822.02 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 108799 1261 0 0 82186 16 0 0 25 0 5 0 515694563 434593792 77854 33554432000 4194304 4417332 140735437249680 18446744073709551615 4250945 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=424408 CPUtime=817.56 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 51158 1261 0 0 81750 6 0 0 25 0 5 0 515694563 434593792 77854 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=424408 CPUtime=822.03 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 154032 1261 0 0 82180 23 0 0 25 0 5 0 515694563 434593792 77854 33554432000 4194304 4417332 140735437249680 18446744073709551615 4357034 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.95
Current children cumulated vsize (KiB) 424408

[startup+882.301 s]
/proc/loadavg: 8.14 7.93 7.12 10/186 26942
/proc/meminfo: memFree=27476700/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=455948 CPUtime=3523.63 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 449958 1261 0 0 352299 64 0 0 23 0 5 0 515694535 466890752 88260 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 113987 88260 181 55 0 111873 0
[pid=26909/tid=26916] ppid=26907 vsize=455948 CPUtime=882.03 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 91824 1261 0 0 88191 12 0 0 25 0 5 0 515694563 466890752 88260 33554432000 4194304 4417332 140735437249680 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=455948 CPUtime=882.03 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 112010 1261 0 0 88186 17 0 0 25 0 5 0 515694563 466890752 88260 33554432000 4194304 4417332 140735437249680 18446744073709551615 4357129 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=455948 CPUtime=877.23 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 60995 1261 0 0 87716 7 0 0 25 0 5 0 515694563 466890752 88260 33554432000 4194304 4417332 140735437249680 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=455948 CPUtime=882.03 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 171003 1261 0 0 88178 25 0 0 25 0 5 0 515694563 466890752 88260 33554432000 4194304 4417332 140735437249680 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.63
Current children cumulated vsize (KiB) 455948

[startup+942.301 s]
/proc/loadavg: 8.09 7.95 7.18 10/186 26944
/proc/meminfo: memFree=27514604/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=433284 CPUtime=3763.31 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 485324 1261 0 0 376261 70 0 0 23 0 5 0 515694535 443682816 82594 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 108321 82594 181 55 0 106207 0
[pid=26909/tid=26916] ppid=26907 vsize=433284 CPUtime=942.03 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 93987 1261 0 0 94191 12 0 0 25 0 5 0 515694563 443682816 82594 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=433284 CPUtime=942.03 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 119036 1261 0 0 94185 18 0 0 25 0 5 0 515694563 443682816 82594 33554432000 4194304 4417332 140735437249680 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=433284 CPUtime=936.9 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 69744 1261 0 0 93682 8 0 0 25 0 5 0 515694563 443682816 82594 33554432000 4194304 4417332 140735437249680 18446744073709551615 4357108 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=433284 CPUtime=942.03 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 188431 1261 0 0 94175 28 0 0 25 0 5 0 515694563 443682816 82594 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.31
Current children cumulated vsize (KiB) 433284

[startup+1002.3 s]
/proc/loadavg: 8.07 7.97 7.23 9/186 26945
/proc/meminfo: memFree=27502152/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=435592 CPUtime=4002.99 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 509265 1261 0 0 400225 74 0 0 23 0 5 0 515694535 446046208 83171 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 108898 83171 181 55 0 106784 0
[pid=26909/tid=26916] ppid=26907 vsize=435592 CPUtime=1002.03 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 100085 1261 0 0 100189 14 0 0 25 0 5 0 515694563 446046208 83171 33554432000 4194304 4417332 140735437249680 18446744073709551615 4353458 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=435592 CPUtime=1002.03 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 122397 1261 0 0 100185 18 0 0 25 0 5 0 515694563 446046208 83171 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=435592 CPUtime=996.58 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 72895 1261 0 0 99649 9 0 0 25 0 5 0 515694563 446046208 83171 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=435592 CPUtime=1002.03 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 199762 1261 0 0 100173 30 0 0 25 0 5 0 515694563 446046208 83171 33554432000 4194304 4417332 140735437249680 18446744073709551615 4353408 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.99
Current children cumulated vsize (KiB) 435592

[startup+1062.3 s]
/proc/loadavg: 8.13 8.00 7.29 9/186 26947
/proc/meminfo: memFree=27493552/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=431508 CPUtime=4242.67 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 530481 1261 0 0 424190 77 0 0 23 0 5 0 515694535 441864192 82150 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 107877 82150 181 55 0 105763 0
[pid=26909/tid=26916] ppid=26907 vsize=431508 CPUtime=1062.03 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 105459 1261 0 0 106189 14 0 0 25 0 5 0 515694563 441864192 82150 33554432000 4194304 4417332 140735437249680 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=431508 CPUtime=1062.03 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 124661 1261 0 0 106185 18 0 0 25 0 5 0 515694563 441864192 82150 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=431508 CPUtime=1056.26 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 77015 1261 0 0 105616 10 0 0 25 0 5 0 515694563 441864192 82150 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=431508 CPUtime=1062.03 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 209220 1261 0 0 106172 31 0 0 25 0 5 0 515694563 441864192 82150 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.67
Current children cumulated vsize (KiB) 431508

[startup+1122.3 s]
/proc/loadavg: 8.05 8.00 7.33 10/186 26949
/proc/meminfo: memFree=27470712/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=449244 CPUtime=4482.34 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 556298 1261 0 0 448154 80 0 0 23 0 5 0 515694535 460025856 86584 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 112311 86584 181 55 0 110197 0
[pid=26909/tid=26916] ppid=26907 vsize=449244 CPUtime=1122.04 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 109982 1261 0 0 112189 15 0 0 25 0 5 0 515694563 460025856 86584 33554432000 4194304 4417332 140735437249680 18446744073709551615 4366460 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=449244 CPUtime=1122.03 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 128093 1261 0 0 112184 19 0 0 25 0 5 0 515694563 460025856 86584 33554432000 4194304 4417332 140735437249680 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=449244 CPUtime=1115.93 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 82012 1261 0 0 111583 10 0 0 25 0 5 0 515694563 460025856 86584 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=449244 CPUtime=1122.04 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 222085 1261 0 0 112171 33 0 0 25 0 5 0 515694563 460025856 86584 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 449244

[startup+1182.3 s]
/proc/loadavg: 8.10 8.02 7.38 10/186 26950
/proc/meminfo: memFree=27480596/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=457304 CPUtime=4722.03 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 580437 1261 0 0 472119 84 0 0 23 0 5 0 515694535 468279296 88599 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 114326 88599 181 55 0 112212 0
[pid=26909/tid=26916] ppid=26907 vsize=457304 CPUtime=1182.04 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 113105 1261 0 0 118189 15 0 0 25 0 5 0 515694563 468279296 88599 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=457304 CPUtime=1182.04 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 133777 1261 0 0 118184 20 0 0 25 0 5 0 515694563 468279296 88599 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=457304 CPUtime=1175.61 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 87540 1261 0 0 117550 11 0 0 25 0 5 0 515694563 468279296 88599 33554432000 4194304 4417332 140735437249680 18446744073709551615 4366398 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=457304 CPUtime=1182.04 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 231889 1261 0 0 118169 35 0 0 25 0 5 0 515694563 468279296 88599 33554432000 4194304 4417332 140735437249680 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.03
Current children cumulated vsize (KiB) 457304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.07 8.01 7.39 5/180 26952
/proc/meminfo: memFree=27624844/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=455624 CPUtime=4800.34 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 593723 1261 0 0 479948 86 0 0 23 0 5 0 515694535 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 113906 88179 181 55 0 111792 0
[pid=26909/tid=26916] ppid=26907 vsize=455624 CPUtime=1201.64 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 117941 1261 0 0 120148 16 0 0 25 0 5 0 515694563 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=455624 CPUtime=1201.64 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 134880 1261 0 0 120144 20 0 0 25 0 5 0 515694563 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 4356983 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=455624 CPUtime=1195.1 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 88637 1261 0 0 119499 11 0 0 25 0 5 0 515694563 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=455624 CPUtime=1201.65 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 238139 1261 0 0 120129 36 0 0 25 0 5 0 515694563 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 455624

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

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

[startup+1201.9 s]
/proc/loadavg: 8.07 8.01 7.39 5/180 26952
/proc/meminfo: memFree=27624844/32951124 swapFree=67111356/67111528
[pid=26909] ppid=26907 vsize=455624 CPUtime=4800.34 cores=0,2,4,6
/proc/26909/stat : 26909 (plingeling) S 26907 26909 26197 0 -1 4202496 593723 1261 0 0 479948 86 0 0 23 0 5 0 515694535 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/26909/statm: 113906 88179 181 55 0 111792 0
[pid=26909/tid=26916] ppid=26907 vsize=455624 CPUtime=1201.64 cores=0,2,4,6
/proc/26909/task/26916/stat : 26916 (plingeling) R 26907 26909 26197 0 -1 4202560 117941 1261 0 0 120148 16 0 0 25 0 5 0 515694563 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26909/tid=26917] ppid=26907 vsize=455624 CPUtime=1201.64 cores=0,2,4,6
/proc/26909/task/26917/stat : 26917 (plingeling) R 26907 26909 26197 0 -1 4202560 134880 1261 0 0 120144 20 0 0 25 0 5 0 515694563 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 4356983 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26909/tid=26918] ppid=26907 vsize=455624 CPUtime=1195.1 cores=0,2,4,6
/proc/26909/task/26918/stat : 26918 (plingeling) R 26907 26909 26197 0 -1 4202560 88637 1261 0 0 119499 11 0 0 25 0 5 0 515694563 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26909/tid=26919] ppid=26907 vsize=455624 CPUtime=1201.65 cores=0,2,4,6
/proc/26909/task/26919/stat : 26919 (plingeling) R 26907 26909 26197 0 -1 4202560 238139 1261 0 0 120129 36 0 0 25 0 5 0 515694563 466558976 88179 33554432000 4194304 4417332 140735437249680 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 455624

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.39
CPU user time (s): 4799.51
CPU system time (s): 0.885865
CPU usage (%): 399.391
Max. virtual memory (cumulated for all children) (KiB): 546280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.51
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 594984
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= 109
involuntary context switches= 19845

runsolver used 1.9857 second user time and 4.56531 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 03:36:08
IDJOB=3282123
IDBENCH=70781
IDSOLVER=1605
FILE ID=node137/3282123-1304040968
RUNJOBID= node137-1304040968-26880
PBS_JOBID= 13170366
Free space on /tmp= 71616 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282123-1304040968/watcher-3282123-1304040968 -o /tmp/evaluation-result-3282123-1304040968/solver-3282123-1304040968 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3282123-1304040968.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=2049165385

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27974920 kB
Buffers:        869884 kB
Cached:        3579300 kB
SwapCached:         56 kB
Active:         170776 kB
Inactive:      4346696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27974920 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            4020 kB
Writeback:           0 kB
AnonPages:       67424 kB
Mapped:          14872 kB
Slab:           394468 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251032 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= 71616 MiB
End job on node137 at 2011-04-29 03:56:12