Trace number 3456077

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0SAT (TO)27 1800.3 1792.09

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=5-P1=53-P2=23-P3=7-P4=31-P5=59-P6=59-P7=37-P8=41-P9=67-B.opb
MD5SUMfb8239991fe60a33867ecb92496c7603
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.135978
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@3e34a1fc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456077-1307662487.opb
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.059s.
0.10/0.17	c #vars     486
0.10/0.17	c #constraints  676
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
9.10/7.74	c cleaning 0 clauses out of 5000 with flag 0/5000
27.92/25.90	c cleaning 0 clauses out of 11001 with flag 0/11001
75.95/73.66	c cleaning 0 clauses out of 18001 with flag 0/18001
164.56/161.91	c cleaning 0 clauses out of 26000 with flag 0/26000
290.28/287.23	c cleaning 0 clauses out of 35001 with flag 0/35001
491.13/487.45	c cleaning 0 clauses out of 45001 with flag 0/45001
830.71/825.96	c cleaning 0 clauses out of 55000 with flag 0/55000
1116.47/1110.76	c SATISFIABLE
1116.47/1110.76	c OPTIMIZING...
1116.47/1110.76	c Got one! Elapsed wall clock time (in seconds):1110.65
1116.47/1110.76	o 27
1325.53/1319.10	c cleaning 0 clauses out of 69584 with flag 0/69584
1700.66/1692.81	c cleaning 0 clauses out of 75584 with flag 0/75584
1800.07/1791.92	c starts		: 79
1800.07/1791.92	c conflicts		: 77073
1800.07/1791.92	c decisions		: 82308
1800.07/1791.92	c propagations		: 962922
1800.07/1791.92	c inspects		: 2712740688
1800.07/1791.92	c shortcuts		: 0
1800.07/1791.92	c learnt literals	: 0
1800.07/1791.92	c learnt binary clauses	: 0
1800.07/1791.92	c learnt ternary clauses	: 0
1800.07/1791.92	c learnt constraints	: 77073
1800.07/1791.92	c ignored constraints	: 0
1800.07/1791.92	c root simplifications	: 0
1800.07/1791.92	c removed literals (reason simplification)	: 0
1800.07/1791.92	c reason swapping (by a shorter reason)	: 0
1800.07/1791.92	c Calls to reduceDB	: 9
1800.07/1791.92	c number of reductions to clauses (during analyze)	: 0
1800.07/1791.92	c number of learned constraints concerned by reduction	: 0
1800.07/1791.92	c number of learning phase by resolution	: 0
1800.07/1791.92	c number of learning phase by cutting planes	: 0
1800.07/1791.92	c speed (assignments/second)	: 1413.6543944283117
1800.07/1791.92	c non guided choices	794
1800.07/1791.95	c learnt constraints type 
1800.07/1791.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 782
1800.07/1791.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 76291
1800.07/1791.95	c constraints type 
1800.07/1791.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
1800.07/1791.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 353
1800.07/1791.95	s SATISFIABLE
1800.07/1791.95	v x1 x2 -x3 x4 x5 -x6 x7 -x8 x9 -x10 -x11 -x12 x13 -x14 -x15 x16 -x17 x18 x19 x20 x21 -x22 -x23 x24 x25 -x26 x27 x28 -x29 x30 x31 -x32 x33 -x34 x35 -x36 x37 x38 -x39 -x40 -x41 x42 x43 x44 x45 x46 -x47 -x48 x49 x50 x51 x52 x53 x54 x55 x56 -x57 x58 -x59 -x60 x61 x62 x63 -x64 -x65 -x66 x67 x68 x69 x70 x71 -x72 x73 -x74 -x75 x76 x77 x78 x79 -x80 x81 -x82 -x83 -x84 x85 -x86 -x87 x88 -x89 x90 x91 x92 -x93 x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 x104 -x105 x106 -x107 x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 x130 -x131 x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 x141 -x142 x143 -x144 -x145 x146 x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 x155 -x156 x157 x158 x159 -x160 -x161 -x162 
1800.07/1791.95	c objective function=27
1800.07/1791.95	c Total wall clock time (in seconds): 1791.838

Verifier Data

OK	27

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456077-1307662487/watcher-3456077-1307662487 -o /tmp/evaluation-result-3456077-1307662487/solver-3456077-1307662487 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456077-1307662487.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.77 1.95 2.07 2/176 31934
/proc/meminfo: memFree=32101664/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/31934/stat : 31934 (java) R 31932 31934 29691 0 -1 4202496 948 0 0 0 0 0 0 0 24 0 1 0 877846627 23580672 693 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271545575313 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/31934/statm: 5757 693 510 9 0 124 0

[startup+0.0926119 s]
/proc/loadavg: 1.77 1.95 2.07 2/176 31934
/proc/meminfo: memFree=32101664/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10540392 CPUtime=0.09 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 12946 0 1 0 8 1 0 0 24 0 18 0 877846627 10793361408 12610 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2635098 12612 2083 9 0 2625832 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540392

[startup+0.100615 s]
/proc/loadavg: 1.77 1.95 2.07 2/176 31934
/proc/meminfo: memFree=32101664/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10540392 CPUtime=0.1 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 13085 0 1 0 9 1 0 0 24 0 18 0 877846627 10793361408 12749 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2635098 12750 2092 9 0 2625832 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540392

[startup+0.30055 s]
/proc/loadavg: 1.77 1.95 2.07 2/176 31934
/proc/meminfo: memFree=32101664/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10550104 CPUtime=0.52 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 19567 0 1 0 50 2 0 0 24 0 19 0 877846627 10803306496 17584 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2637526 17585 2193 9 0 2628260 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10550104

[startup+0.700475 s]
/proc/loadavg: 1.77 1.95 2.07 2/176 31934
/proc/meminfo: memFree=32101664/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10558612 CPUtime=1.69 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 45976 0 1 0 164 5 0 0 24 0 19 0 877846627 10812018688 37899 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2639653 37902 2221 9 0 2630387 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 10558612

[startup+1.50134 s]
/proc/loadavg: 1.77 1.95 2.07 5/218 31985
/proc/meminfo: memFree=31643840/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10558612 CPUtime=2.83 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 132232 0 1 0 269 14 0 0 24 0 19 0 877846627 10812018688 124154 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2639653 124158 2224 9 0 2630387 0
[pid=31934/tid=31936] ppid=31932 vsize=10558612 CPUtime=1.48 cores=0,2,4,6
/proc/31934/task/31936/stat : 31936 (java) R 31932 31934 29691 0 -1 4202560 115419 0 1 0 136 12 0 0 18 0 19 0 877846627 10812018688 124160 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 46912505613140 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31934/tid=31937] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 124162 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31938] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 124164 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31939] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 124167 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31940] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 124169 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31941] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 124171 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31942] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 124174 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31943] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 124176 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31944] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 124177 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31945] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31932 31934 29691 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 877846630 10812018688 124180 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 0 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31946] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31932 31934 29691 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877846630 10812018688 124184 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31947] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877846630 10812018688 124188 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31948] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10812018688 124192 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562361265 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31949] ppid=31932 vsize=10558612 CPUtime=0.67 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31932 31934 29691 0 -1 4202560 6933 0 0 0 66 1 0 0 24 0 19 0 877846633 10812018688 124196 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31950] ppid=31932 vsize=10558612 CPUtime=0.66 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31932 31934 29691 0 -1 4202560 8729 0 0 0 66 0 0 0 15 0 19 0 877846633 10812018688 124200 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31951] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10812018688 124203 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31952] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877846633 10812018688 124206 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31962] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31962/stat : 31962 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877846644 10812018688 124208 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 10558612

[startup+3.10106 s]
/proc/loadavg: 1.79 1.95 2.07 3/218 31985
/proc/meminfo: memFree=30698180/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10558612 CPUtime=4.43 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 307991 0 1 0 412 31 0 0 24 0 19 0 877846627 10812018688 299912 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2639653 299917 2224 9 0 2630387 0
[pid=31934/tid=31936] ppid=31932 vsize=10558612 CPUtime=3.08 cores=0,2,4,6
/proc/31934/task/31936/stat : 31936 (java) R 31932 31934 29691 0 -1 4202560 291179 0 1 0 279 29 0 0 19 0 19 0 877846627 10812018688 299919 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 46912505534833 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31934/tid=31937] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 299921 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31938] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 299924 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31939] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 299926 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31940] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 299929 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31941] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 299931 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31942] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 299934 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31943] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 299935 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31944] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10812018688 299936 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31945] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31932 31934 29691 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 877846630 10812018688 299939 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 0 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31946] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31932 31934 29691 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877846630 10812018688 299942 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31947] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877846630 10812018688 299944 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31948] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10812018688 299947 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562361265 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31949] ppid=31932 vsize=10558612 CPUtime=0.67 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31932 31934 29691 0 -1 4202560 6933 0 0 0 66 1 0 0 24 0 19 0 877846633 10812018688 299950 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31950] ppid=31932 vsize=10558612 CPUtime=0.66 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31932 31934 29691 0 -1 4202560 8729 0 0 0 66 0 0 0 15 0 19 0 877846633 10812018688 299952 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31951] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10812018688 299955 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31952] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877846633 10812018688 299957 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31962] ppid=31932 vsize=10558612 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31962/stat : 31962 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877846644 10812018688 299960 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 10558612

[startup+6.30147 s]
/proc/loadavg: 1.79 1.95 2.07 3/218 31985
/proc/meminfo: memFree=28062900/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10555312 CPUtime=7.66 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 630655 0 1 0 699 67 0 0 24 0 19 0 877846627 10808639488 621680 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2638828 621683 2225 9 0 2629562 0
[pid=31934/tid=31936] ppid=31932 vsize=10555312 CPUtime=6.27 cores=0,2,4,6
/proc/31934/task/31936/stat : 31936 (java) R 31932 31934 29691 0 -1 4202560 613839 0 1 0 563 64 0 0 21 0 19 0 877846627 10808639488 621686 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 46912505912179 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31934/tid=31937] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10808639488 621689 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31938] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10808639488 621693 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31939] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10808639488 621696 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31940] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10808639488 621698 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31941] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10808639488 621702 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31942] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10808639488 621705 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31943] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10808639488 621707 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31944] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846629 10808639488 621709 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31945] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31932 31934 29691 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 877846630 10808639488 621711 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 0 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31946] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31932 31934 29691 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877846630 10808639488 621714 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31947] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877846630 10808639488 621718 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31948] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10808639488 621722 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562361265 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31949] ppid=31932 vsize=10555312 CPUtime=0.69 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31932 31934 29691 0 -1 4202560 6936 0 0 0 68 1 0 0 15 0 19 0 877846633 10808639488 621725 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31950] ppid=31932 vsize=10555312 CPUtime=0.67 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31932 31934 29691 0 -1 4202560 8729 0 0 0 67 0 0 0 15 0 19 0 877846633 10808639488 621729 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31951] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10808639488 621731 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31952] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31932 31934 29691 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 877846633 10808639488 621733 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31962] ppid=31932 vsize=10555312 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31962/stat : 31962 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877846644 10808639488 621735 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 10555312

[startup+12.7013 s]

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

/proc/31934/task/31947/stat : 31947 (java) S 31932 31934 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877846630 10806575104 933904 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31948] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10806575104 933904 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562361265 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31949] ppid=31932 vsize=10553296 CPUtime=0.75 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31932 31934 29691 0 -1 4202560 6948 0 0 0 74 1 0 0 15 0 19 0 877846633 10806575104 933904 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31950] ppid=31932 vsize=10553296 CPUtime=1.26 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31932 31934 29691 0 -1 4202560 10755 0 0 0 125 1 0 0 15 0 19 0 877846633 10806575104 933904 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31951] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10806575104 933904 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31952] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31932 31934 29691 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 877846633 10806575104 933904 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31962] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31962/stat : 31962 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877846644 10806575104 933904 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1670.02
Current children cumulated vsize (KiB) 10553296

[startup+1722.3 s]
/proc/loadavg: 2.22 2.11 2.04 3/218 32040
/proc/meminfo: memFree=24571544/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10553296 CPUtime=1730.27 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 946557 0 1 0 172919 108 0 0 24 0 19 0 877846627 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2638324 933932 2256 9 0 2629058 0
[pid=31934/tid=31936] ppid=31932 vsize=10553296 CPUtime=1717.66 cores=0,2,4,6
/proc/31934/task/31936/stat : 31936 (java) R 31932 31934 29691 0 -1 4202560 843838 0 1 0 171675 91 0 0 25 0 19 0 877846627 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 46912505565518 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31934/tid=31937] ppid=31932 vsize=10553296 CPUtime=0.92 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 29691 0 -1 4202560 10002 0 0 0 91 1 0 0 15 0 19 0 877846629 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31938] ppid=31932 vsize=10553296 CPUtime=0.96 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 29691 0 -1 4202560 9204 0 0 0 95 1 0 0 16 0 19 0 877846629 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31939] ppid=31932 vsize=10553296 CPUtime=1 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 29691 0 -1 4202560 8390 0 0 0 99 1 0 0 15 0 19 0 877846629 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31940] ppid=31932 vsize=10553296 CPUtime=0.94 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 29691 0 -1 4202560 8777 0 0 0 93 1 0 0 16 0 19 0 877846629 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31941] ppid=31932 vsize=10553296 CPUtime=1.11 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 29691 0 -1 4202560 10160 0 0 0 110 1 0 0 15 0 19 0 877846629 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31942] ppid=31932 vsize=10553296 CPUtime=0.97 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 29691 0 -1 4202560 8916 0 0 0 96 1 0 0 15 0 19 0 877846629 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31943] ppid=31932 vsize=10553296 CPUtime=1 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 29691 0 -1 4202560 8192 0 0 0 100 0 0 0 16 0 19 0 877846629 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31944] ppid=31932 vsize=10553296 CPUtime=1.13 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31932 31934 29691 0 -1 4202560 9523 0 0 0 113 0 0 0 16 0 19 0 877846629 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31945] ppid=31932 vsize=10553296 CPUtime=2.44 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31932 31934 29691 0 -1 4202560 10601 0 0 0 242 2 0 0 15 0 19 0 877846630 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 0 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31946] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31932 31934 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877846630 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31947] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31932 31934 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877846630 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31948] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562361265 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31949] ppid=31932 vsize=10553296 CPUtime=0.75 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31932 31934 29691 0 -1 4202560 6948 0 0 0 74 1 0 0 15 0 19 0 877846633 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31950] ppid=31932 vsize=10553296 CPUtime=1.26 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31932 31934 29691 0 -1 4202560 10755 0 0 0 125 1 0 0 15 0 19 0 877846633 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31951] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31952] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31932 31934 29691 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 877846633 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31962] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31962/stat : 31962 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877846644 10806575104 933932 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1730.27
Current children cumulated vsize (KiB) 10553296

[startup+1782.3 s]
/proc/loadavg: 2.15 2.11 2.04 3/218 32044
/proc/meminfo: memFree=24563064/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10553296 CPUtime=1790.42 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 946597 0 1 0 178934 108 0 0 24 0 19 0 877846627 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2638324 933962 2256 9 0 2629058 0
[pid=31934/tid=31936] ppid=31932 vsize=10553296 CPUtime=1777.59 cores=0,2,4,6
/proc/31934/task/31936/stat : 31936 (java) R 31932 31934 29691 0 -1 4202560 843842 0 1 0 177668 91 0 0 25 0 19 0 877846627 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 46912505690915 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31934/tid=31937] ppid=31932 vsize=10553296 CPUtime=0.94 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 29691 0 -1 4202560 10010 0 0 0 93 1 0 0 15 0 19 0 877846629 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31938] ppid=31932 vsize=10553296 CPUtime=0.97 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 29691 0 -1 4202560 9205 0 0 0 96 1 0 0 15 0 19 0 877846629 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31939] ppid=31932 vsize=10553296 CPUtime=1.03 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 29691 0 -1 4202560 8397 0 0 0 102 1 0 0 16 0 19 0 877846629 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31940] ppid=31932 vsize=10553296 CPUtime=0.99 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 29691 0 -1 4202560 8783 0 0 0 98 1 0 0 15 0 19 0 877846629 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31941] ppid=31932 vsize=10553296 CPUtime=1.12 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 29691 0 -1 4202560 10160 0 0 0 111 1 0 0 15 0 19 0 877846629 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31942] ppid=31932 vsize=10553296 CPUtime=1 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 29691 0 -1 4202560 8918 0 0 0 99 1 0 0 16 0 19 0 877846629 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31943] ppid=31932 vsize=10553296 CPUtime=1.04 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 29691 0 -1 4202560 8196 0 0 0 104 0 0 0 16 0 19 0 877846629 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31944] ppid=31932 vsize=10553296 CPUtime=1.16 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31932 31934 29691 0 -1 4202560 9525 0 0 0 116 0 0 0 16 0 19 0 877846629 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31945] ppid=31932 vsize=10553296 CPUtime=2.44 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31932 31934 29691 0 -1 4202560 10605 0 0 0 242 2 0 0 15 0 19 0 877846630 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 0 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31946] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31932 31934 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877846630 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31947] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31932 31934 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877846630 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31948] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562361265 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31949] ppid=31932 vsize=10553296 CPUtime=0.75 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31932 31934 29691 0 -1 4202560 6948 0 0 0 74 1 0 0 15 0 19 0 877846633 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31950] ppid=31932 vsize=10553296 CPUtime=1.26 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31932 31934 29691 0 -1 4202560 10755 0 0 0 125 1 0 0 15 0 19 0 877846633 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31951] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31952] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31932 31934 29691 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877846633 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31962] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31962/stat : 31962 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877846644 10806575104 933962 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1790.42
Current children cumulated vsize (KiB) 10553296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.91 s]
/proc/loadavg: 2.12 2.10 2.04 3/218 32045
/proc/meminfo: memFree=24563156/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=10553296 CPUtime=1800.07 cores=0,2,4,6
/proc/31934/stat : 31934 (java) S 31932 31934 29691 0 -1 4202496 946603 0 1 0 179899 108 0 0 24 0 19 0 877846627 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 2638324 933967 2256 9 0 2629058 0
[pid=31934/tid=31936] ppid=31932 vsize=10553296 CPUtime=1787.19 cores=0,2,4,6
/proc/31934/task/31936/stat : 31936 (java) R 31932 31934 29691 0 -1 4202560 843843 0 1 0 178628 91 0 0 25 0 19 0 877846627 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 46912505567107 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31934/tid=31937] ppid=31932 vsize=10553296 CPUtime=0.94 cores=0,2,4,6
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 29691 0 -1 4202560 10010 0 0 0 93 1 0 0 16 0 19 0 877846629 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31938] ppid=31932 vsize=10553296 CPUtime=0.98 cores=0,2,4,6
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 29691 0 -1 4202560 9206 0 0 0 97 1 0 0 16 0 19 0 877846629 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31939] ppid=31932 vsize=10553296 CPUtime=1.03 cores=0,2,4,6
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 29691 0 -1 4202560 8397 0 0 0 102 1 0 0 15 0 19 0 877846629 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31940] ppid=31932 vsize=10553296 CPUtime=1 cores=0,2,4,6
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 29691 0 -1 4202560 8783 0 0 0 99 1 0 0 16 0 19 0 877846629 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
[pid=31934/tid=31941] ppid=31932 vsize=10553296 CPUtime=1.12 cores=0,2,4,6
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 29691 0 -1 4202560 10160 0 0 0 111 1 0 0 15 0 19 0 877846629 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31942] ppid=31932 vsize=10553296 CPUtime=1.01 cores=0,2,4,6
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 29691 0 -1 4202560 8921 0 0 0 100 1 0 0 16 0 19 0 877846629 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31943] ppid=31932 vsize=10553296 CPUtime=1.05 cores=0,2,4,6
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 29691 0 -1 4202560 8197 0 0 0 105 0 0 0 16 0 19 0 877846629 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31944] ppid=31932 vsize=10553296 CPUtime=1.16 cores=0,2,4,6
/proc/31934/task/31944/stat : 31944 (java) S 31932 31934 29691 0 -1 4202560 9525 0 0 0 116 0 0 0 15 0 19 0 877846629 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31945] ppid=31932 vsize=10553296 CPUtime=2.44 cores=0,2,4,6
/proc/31934/task/31945/stat : 31945 (java) S 31932 31934 29691 0 -1 4202560 10605 0 0 0 242 2 0 0 15 0 19 0 877846630 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 0 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31946] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31946/stat : 31946 (java) S 31932 31934 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877846630 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31947] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31947/stat : 31947 (java) S 31932 31934 29691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877846630 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31948] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31948/stat : 31948 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562361265 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31949] ppid=31932 vsize=10553296 CPUtime=0.75 cores=0,2,4,6
/proc/31934/task/31949/stat : 31949 (java) S 31932 31934 29691 0 -1 4202560 6948 0 0 0 74 1 0 0 15 0 19 0 877846633 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 0 0 0 0
[pid=31934/tid=31950] ppid=31932 vsize=10553296 CPUtime=1.26 cores=0,2,4,6
/proc/31934/task/31950/stat : 31950 (java) S 31932 31934 29691 0 -1 4202560 10755 0 0 0 125 1 0 0 15 0 19 0 877846633 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31951] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) S 31932 31934 29691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877846633 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562353561 0 4 0 16800975 18446604453948631872 0 0 -1 4 0 0 0
[pid=31934/tid=31952] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31952/stat : 31952 (java) S 31932 31934 29691 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877846633 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 2 0 0 0
[pid=31934/tid=31962] ppid=31932 vsize=10553296 CPUtime=0 cores=0,2,4,6
/proc/31934/task/31962/stat : 31962 (java) S 31932 31934 29691 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877846644 10806575104 933967 33554432000 1073741824 1073778376 140736596292208 18446744073709551615 271562354176 0 4 0 16800975 18446604453948631872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10553296

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

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

[startup+1792.01 s]
/proc/loadavg: 2.12 2.10 2.04 3/218 32045
/proc/meminfo: memFree=24563156/32951124 swapFree=67054536/67111528
[pid=31934] ppid=31932 vsize=0 CPUtime=1800.22 cores=0,2,4,6
/proc/31934/stat : 31934 (java) Z 31932 31934 29691 0 -1 4203548 946647 0 1 0 179908 114 0 0 17 0 2 0 877846627 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31934/statm: 0 0 0 0 0 0 0
[pid=31934/tid=31951] ppid=31932 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/31934/task/31951/stat : 31951 (java) R 31932 31934 29691 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 877846633 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.09
CPU time (s): 1800.3
CPU user time (s): 1799.08
CPU system time (s): 1.21981
CPU usage (%): 100.458
Max. virtual memory (cumulated for all children) (KiB): 10564588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.21981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 946647
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40851
involuntary context switches= 22718

runsolver used 3.17652 second user time and 6.62499 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-10 01:34:47
IDJOB=3456077
IDBENCH=48089
IDSOLVER=1951
FILE ID=node133/3456077-1307662487
RUNJOBID= node133-1307662487-31920
PBS_JOBID= 13549417
Free space on /tmp= 74172 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=5-P1=53-P2=23-P3=7-P4=31-P5=59-P6=59-P7=37-P8=41-P9=67-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456077-1307662487/watcher-3456077-1307662487 -o /tmp/evaluation-result-3456077-1307662487/solver-3456077-1307662487 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456077-1307662487.opb

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

MD5SUM BENCH= fb8239991fe60a33867ecb92496c7603
RANDOM SEED=840878569

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.83
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.834
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.74
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.834
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:      32102192 kB
Buffers:        204780 kB
Cached:         427072 kB
SwapCached:      10420 kB
Active:         345680 kB
Inactive:       305588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32102192 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:       16532 kB
Mapped:          12532 kB
Slab:           132608 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193176 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= 74168 MiB
End job on node133 at 2011-06-10 02:04:41