Trace number 3687192

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT 1773.88 889.046

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14ls.opb
MD5SUM8999d4ddd4825a5d620fe0a3c798bc24
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.3408
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.13	c See www.sat4j.org for details.
0.04/0.14	c version 2.3.2.v20120418
0.04/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.14	c java.vm.version	19.1-b02
0.04/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.14	c sun.arch.data.model	64
0.04/0.14	c java.version		1.6.0_24
0.04/0.14	c os.name		Linux
0.04/0.14	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.14	c os.arch		amd64
0.04/0.14	c Free memory 		501472288
0.04/0.14	c Max memory 		7480803328
0.04/0.14	c Total memory 		504102912
0.04/0.14	c Number of processors 	8
0.04/0.19	c Pseudo Boolean Optimization by upper bound
0.04/0.19	c ManyCore solver with 2 solvers running in parallel
0.04/0.19	c --- Begin Solver configuration ---
0.04/0.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.04/0.19	c Learn all clauses as in MiniSAT
0.04/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.19	c Expensive reason simplification
0.04/0.19	c Armin Biere (Picosat) restarts strategy
0.04/0.19	c Glucose learned constraints deletion strategy
0.04/0.19	c timeout=2147483s
0.04/0.19	c DB Simplification allowed=false
0.04/0.19	c c --- End Solver configuration ---
0.04/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.04/0.19	c --- Begin Solver configuration ---
0.04/0.19	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.04/0.19	c Learn all clauses as in MiniSAT
0.04/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.19	c No reason simplification
0.04/0.19	c Armin Biere (Picosat) restarts strategy
0.04/0.19	c Glucose learned constraints deletion strategy
0.04/0.19	c timeout=2147483s
0.04/0.19	c DB Simplification allowed=false
0.04/0.19	c c --- End Solver configuration ---
0.04/0.19	c solving HOME/instance-3687192-1337871882.opb
0.04/0.19	c reading problem ... 
0.15/0.29	c ... done. Wall clock time 0.105s.
0.15/0.29	c declared #vars     316
0.15/0.29	c #constraints  476
0.15/0.29	c constraints type 
0.15/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
0.15/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.15/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
0.15/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.15/0.29	c 476 constraints processed.
0.15/0.29	c constraints type 
0.15/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
0.15/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.15/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.15/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
0.15/0.29	c 476 constraints processed.
3.53/1.12	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.64/1.58	c cleaning 4247 clauses out of 8499 with flag 11000/11000
6.06/2.21	c cleaning 5627 clauses out of 11253 with flag 18001/18001
7.42/2.99	c cleaning 6811 clauses out of 13626 with flag 26001/26001
9.41/3.93	c cleaning 7907 clauses out of 15814 with flag 35000/35000
11.36/4.96	c cleaning 8951 clauses out of 17907 with flag 45000/45000
13.70/6.19	c cleaning 9972 clauses out of 19956 with flag 56000/56000
16.85/7.78	c cleaning 10992 clauses out of 21985 with flag 68001/68001
20.55/9.67	c cleaning 11993 clauses out of 23994 with flag 81002/81002
24.68/11.78	c cleaning 12996 clauses out of 25999 with flag 95000/95000
29.40/14.16	c cleaning 13999 clauses out of 28003 with flag 110000/110000
35.12/17.06	c cleaning 14991 clauses out of 30004 with flag 126000/126000
42.20/20.63	c cleaning 16004 clauses out of 32015 with flag 143002/143002
49.15/24.11	c cleaning 16985 clauses out of 34009 with flag 161000/161000
55.66/27.43	c cleaning 18009 clauses out of 36025 with flag 180001/180001
62.75/31.03	c cleaning 18996 clauses out of 38015 with flag 200000/200000
71.23/35.36	c cleaning 20007 clauses out of 40020 with flag 221001/221001
80.93/40.27	c cleaning 21002 clauses out of 42014 with flag 243002/243002
91.21/45.45	c cleaning 21998 clauses out of 44011 with flag 266001/266001
104.32/52.03	c cleaning 22985 clauses out of 46012 with flag 290000/290000
119.47/59.71	c cleaning 24009 clauses out of 48027 with flag 315000/315000
133.80/66.98	c cleaning 25005 clauses out of 50019 with flag 341001/341001
150.46/75.38	c cleaning 25991 clauses out of 52014 with flag 368001/368001
172.16/86.21	c cleaning 26993 clauses out of 54022 with flag 396000/396000
193.73/97.18	c cleaning 28012 clauses out of 56029 with flag 425000/425000
216.59/108.69	c cleaning 29002 clauses out of 58018 with flag 455001/455001
217.14/109.06	c cleaning 0 clauses out of 5002 with flag 0/5002
242.90/121.69	c cleaning 30000 clauses out of 60016 with flag 486001/486001
266.94/133.68	c cleaning 31003 clauses out of 62015 with flag 518000/518000
292.07/146.29	c cleaning 32003 clauses out of 64014 with flag 551002/551002
320.98/160.76	c cleaning 33000 clauses out of 66010 with flag 585001/585001
352.94/176.76	c cleaning 33997 clauses out of 68009 with flag 620000/620000
382.08/191.43	c cleaning 34996 clauses out of 70012 with flag 656000/656000
409.15/205.05	c cleaning 36001 clauses out of 72016 with flag 693000/693000
436.81/218.93	c cleaning 37000 clauses out of 74016 with flag 731001/731001
464.88/233.02	c cleaning 38000 clauses out of 76015 with flag 770000/770000
496.60/249.03	c cleaning 39002 clauses out of 78016 with flag 810001/810001
530.30/265.92	c cleaning 40002 clauses out of 80013 with flag 851000/851000
571.66/286.66	c cleaning 40997 clauses out of 82012 with flag 893001/893001
620.05/310.83	c cleaning 42003 clauses out of 84014 with flag 936000/936000
665.57/333.78	c cleaning 42997 clauses out of 86011 with flag 980000/980000
712.78/357.37	c cleaning 44004 clauses out of 88015 with flag 1025001/1025001
766.71/384.31	c cleaning 44999 clauses out of 90012 with flag 1071002/1071002
822.53/412.27	c cleaning 45993 clauses out of 92011 with flag 1118000/1118000
880.89/441.50	c cleaning 47004 clauses out of 94019 with flag 1166001/1166001
936.32/469.26	c cleaning 48003 clauses out of 96015 with flag 1215001/1215001
987.03/494.62	c cleaning 48998 clauses out of 98013 with flag 1265002/1265002
1040.15/521.29	c cleaning 49998 clauses out of 100014 with flag 1316001/1316001
1106.69/554.68	c cleaning 51003 clauses out of 102017 with flag 1368002/1368002
1166.34/584.42	c cleaning 52005 clauses out of 104013 with flag 1421001/1421001
1234.77/618.65	c cleaning 52996 clauses out of 106009 with flag 1475002/1475002
1303.50/653.05	c cleaning 54000 clauses out of 108011 with flag 1530000/1530000
1376.48/689.68	c cleaning 55001 clauses out of 110011 with flag 1586000/1586000
1450.31/726.56	c cleaning 56000 clauses out of 112011 with flag 1643001/1643001
1525.83/764.25	c cleaning 0 clauses out of 11001 with flag 0/11001
1529.74/766.48	c cleaning 57001 clauses out of 114015 with flag 1701005/1701005
1608.19/805.83	c cleaning 57998 clauses out of 116010 with flag 1760001/1760001
1690.51/846.92	c cleaning 59001 clauses out of 118013 with flag 1820002/1820002
1773.75/888.53	c  And the winner is solver1
1769.52/889.02	c starts		: 36
1769.52/889.02	c conflicts		: 11633
1769.52/889.02	c decisions		: 14485
1769.52/889.02	c propagations		: 385790
1769.52/889.02	c inspects		: 814007850
1769.52/889.02	c shortcuts		: 0
1769.52/889.02	c learnt literals	: 0
1769.52/889.02	c learnt binary clauses	: 0
1769.52/889.02	c learnt ternary clauses	: 0
1769.52/889.02	c learnt constraints	: 11633
1769.52/889.02	c ignored constraints	: 0
1769.52/889.02	c root simplifications	: 0
1769.52/889.02	c removed literals (reason simplification)	: 0
1769.52/889.02	c reason swapping (by a shorter reason)	: 0
1769.52/889.02	c Calls to reduceDB	: 2
1769.52/889.02	c number of reductions to clauses (during analyze)	: 0
1769.52/889.02	c number of learned constraints concerned by reduction	: 0
1769.52/889.02	c number of learning phase by resolution	: 0
1769.52/889.02	c number of learning phase by cutting planes	: 0
1769.52/889.02	c speed (assignments/second)	: 434.09525138344725
1769.52/889.02	c non guided choices	44
1769.52/889.03	c learnt constraints type 
1769.52/889.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11633
1769.52/889.03	c constraints type 
1769.52/889.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
1769.52/889.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1769.52/889.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
1769.52/889.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
1769.52/889.03	c 476 constraints processed.
1769.52/889.03	c constraints type 
1769.52/889.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
1769.52/889.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
1769.52/889.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1769.52/889.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
1769.52/889.03	c 476 constraints processed.
1769.52/889.03	s SATISFIABLE
1769.52/889.03	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 -x163 x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 x204 -x205 x206 -x207 x208 -x209 x210 -x211 x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 -x227 x228 -x229 x230 -x231 x232 x233 -x234 x235 -x236 -x237 x238 -x239 x240 -x241 x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 -x283 x284 -x285 x286 -x287 x288 x289 -x290 x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 x306 -x307 x308 -x309 x310 -x311 x312 -x313 x314 -x315 x316 
1769.52/889.03	c Total wall clock time (in seconds): 888.84

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687192-1337871882/watcher-3687192-1337871882 -o /tmp/evaluation-result-3687192-1337871882/solver-3687192-1337871882 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687192-1337871882.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: 0.00 0.00 0.00 2/176 23501
/proc/meminfo: memFree=29129024/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23501/stat : 23501 (java) R 23499 23501 23457 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 253316777 23793664 334 33554432000 1073741824 1073778376 140736131562656 140736131551720 245285042753 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 5809 334 258 9 0 128 0

[startup+0.0352131 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 23501
/proc/meminfo: memFree=29129024/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=8471396 CPUtime=0 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 1536 0 1 0 0 0 0 0 20 0 2 0 253316777 8674709504 1216 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2117849 1235 930 9 0 2108958 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8471396

[startup+0.10027 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 23501
/proc/meminfo: memFree=29129024/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 3144 0 1 0 3 1 0 0 20 0 13 0 253316777 9446973440 3841 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2306390 3841 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.30015 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 23501
/proc/meminfo: memFree=29129024/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9691540 CPUtime=0.31 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 5105 0 1 0 30 1 0 0 20 0 20 0 253316777 9924136960 7193 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2422885 7204 2215 9 0 2413578 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9691540

[startup+0.700181 s]
/proc/loadavg: 0.00 0.00 0.00 2/176 23501
/proc/meminfo: memFree=29129024/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 15811 0 1 0 188 3 0 0 20 0 22 0 253316777 10060460032 16952 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2456167 16952 2239 9 0 2446860 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 0.00 0.00 0.00 9/219 23544
/proc/meminfo: memFree=28884104/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9824668 CPUtime=4.64 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 21083 0 1 0 457 7 0 0 20 0 22 0 253316777 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2456167 49454 2278 9 0 2446860 0
[pid=23501/tid=23504] ppid=23499 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/23501/task/23504/stat : 23504 (java) S 23499 23501 23457 0 -1 4202560 2508 0 1 0 20 0 0 0 20 0 22 0 253316777 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117948793848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=23501/tid=23509] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23509/stat : 23509 (java) S 23499 23501 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117792389544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23510] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23510/stat : 23510 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117791337000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23512] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23512/stat : 23512 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117790283944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23514] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23514/stat : 23514 (java) S 23499 23501 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117789231400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23517] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23517/stat : 23517 (java) S 23499 23501 23457 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117788179368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23518] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23518/stat : 23518 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117787126824 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23519] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23519/stat : 23519 (java) S 23499 23501 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117786073768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23520] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23520/stat : 23520 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117785021224 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23522] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23522/stat : 23522 (java) S 23499 23501 23457 0 -1 4202560 93 0 0 0 1 0 0 0 20 0 22 0 253316782 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117772822888 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23525] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23525/stat : 23525 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316782 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117771769208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23526] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23526/stat : 23526 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316782 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117770716040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23530] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23530/stat : 23530 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117769664784 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23532] ppid=23499 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/23501/task/23532/stat : 23532 (java) S 23499 23501 23457 0 -1 4202560 6907 0 0 0 97 1 0 0 20 0 22 0 253316787 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117768612664 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23534] ppid=23499 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23501/task/23534/stat : 23534 (java) S 23499 23501 23457 0 -1 4202560 10142 0 0 0 102 1 0 0 20 0 22 0 253316787 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117767560120 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23535] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23535/stat : 23535 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117766507256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23536] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23536/stat : 23536 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117765454920 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23537] ppid=23499 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/23501/task/23537/stat : 23537 (java) R 23499 23501 23457 0 -1 4202560 26 0 0 0 113 0 0 0 20 0 22 0 253316806 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117764399224 140117821244999 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23538] ppid=23499 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/23501/task/23538/stat : 23538 (java) R 23499 23501 23457 0 -1 4202560 159 0 0 0 111 2 0 0 20 0 22 0 253316806 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117763345904 140117821470022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23539] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23539/stat : 23539 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316807 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117762294568 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23540] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23540/stat : 23540 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316807 10060460032 49454 33554432000 1073741824 1073778376 140736131562656 140117761242024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9824668

[startup+3.10084 s]
/proc/loadavg: 0.00 0.00 0.00 5/219 23544
/proc/meminfo: memFree=28623768/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9824668 CPUtime=7.82 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 21403 0 1 0 769 13 0 0 20 0 22 0 253316777 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2456167 106957 2278 9 0 2446860 0
[pid=23501/tid=23504] ppid=23499 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/23501/task/23504/stat : 23504 (java) S 23499 23501 23457 0 -1 4202560 2508 0 1 0 20 0 0 0 20 0 22 0 253316777 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117948793848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=23501/tid=23509] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23509/stat : 23509 (java) S 23499 23501 23457 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117792389544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23510] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23510/stat : 23510 (java) S 23499 23501 23457 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117791337000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23512] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23512/stat : 23512 (java) S 23499 23501 23457 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117790283944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23514] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23514/stat : 23514 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117789231400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23517] ppid=23499 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23501/task/23517/stat : 23517 (java) S 23499 23501 23457 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 253316780 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117788179368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23518] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23518/stat : 23518 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316780 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117787126824 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23519] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23519/stat : 23519 (java) S 23499 23501 23457 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117786073768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23520] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23520/stat : 23520 (java) S 23499 23501 23457 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117785021224 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23522] ppid=23499 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/23501/task/23522/stat : 23522 (java) S 23499 23501 23457 0 -1 4202560 230 0 0 0 16 0 0 0 20 0 22 0 253316782 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117772822888 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23525] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23525/stat : 23525 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316782 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117771769208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23526] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23526/stat : 23526 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316782 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117770716040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23530] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23530/stat : 23530 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117769664784 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23532] ppid=23499 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23501/task/23532/stat : 23532 (java) S 23499 23501 23457 0 -1 4202560 6920 0 0 0 102 1 0 0 20 0 22 0 253316787 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117768612664 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23534] ppid=23499 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/23501/task/23534/stat : 23534 (java) S 23499 23501 23457 0 -1 4202560 10142 0 0 0 103 2 0 0 20 0 22 0 253316787 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117767560120 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23535] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23535/stat : 23535 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117766507256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23536] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23536/stat : 23536 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117765454920 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23537] ppid=23499 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/23501/task/23537/stat : 23537 (java) R 23499 23501 23457 0 -1 4202560 30 0 0 0 254 0 0 0 20 0 22 0 253316806 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117764399416 140117821320360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23538] ppid=23499 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/23501/task/23538/stat : 23538 (java) R 23499 23501 23457 0 -1 4202560 243 0 0 0 250 4 0 0 20 0 22 0 253316806 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117763347416 140117821486764 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23539] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23539/stat : 23539 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316807 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117762294568 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23540] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23540/stat : 23540 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316807 10060460032 106957 33554432000 1073741824 1073778376 140736131562656 140117761242024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 0.32 0.07 0.02 5/219 23544
/proc/meminfo: memFree=28046660/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9824668 CPUtime=14.04 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 21491 0 1 0 1388 16 0 0 20 0 22 0 253316777 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2456167 148834 2278 9 0 2446860 0
[pid=23501/tid=23504] ppid=23499 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/23501/task/23504/stat : 23504 (java) S 23499 23501 23457 0 -1 4202560 2508 0 1 0 20 0 0 0 20 0 22 0 253316777 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117948793848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=23501/tid=23509] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23509/stat : 23509 (java) S 23499 23501 23457 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117792389544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23510] ppid=23499 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23501/task/23510/stat : 23510 (java) S 23499 23501 23457 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253316780 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117791337000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23512] ppid=23499 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23501/task/23512/stat : 23512 (java) S 23499 23501 23457 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253316780 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117790283944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23514] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23514/stat : 23514 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117789231400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23517] ppid=23499 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23501/task/23517/stat : 23517 (java) S 23499 23501 23457 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 253316780 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117788179368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23518] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23518/stat : 23518 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117787126824 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23519] ppid=23499 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23501/task/23519/stat : 23519 (java) S 23499 23501 23457 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253316780 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117786073768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23520] ppid=23499 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23501/task/23520/stat : 23520 (java) S 23499 23501 23457 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 253316780 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117785021224 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23522] ppid=23499 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/23501/task/23522/stat : 23522 (java) S 23499 23501 23457 0 -1 4202560 237 0 0 0 36 0 0 0 20 0 22 0 253316782 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117772822888 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23525] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23525/stat : 23525 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316782 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117771769208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23526] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23526/stat : 23526 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316782 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117770716040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23530] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23530/stat : 23530 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117769664784 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23532] ppid=23499 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23501/task/23532/stat : 23532 (java) S 23499 23501 23457 0 -1 4202560 6920 0 0 0 102 1 0 0 20 0 22 0 253316787 10060460032 148834 33554432000 1073741824 1073778376 140736131562656 140117768612664 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=23501/tid=23522] ppid=23499 vsize=9824668 CPUtime=18.5 cores=0,2,4,6
/proc/23501/task/23522/stat : 23522 (java) S 23499 23501 23457 0 -1 4202560 9297 0 0 0 1816 34 0 0 20 0 22 0 253316782 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117772822888 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23525] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23525/stat : 23525 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316782 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117771769208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23526] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23526/stat : 23526 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253316782 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117770716040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23530] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23530/stat : 23530 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117769664784 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23532] ppid=23499 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23501/task/23532/stat : 23532 (java) S 23499 23501 23457 0 -1 4202560 6920 0 0 0 106 2 0 0 20 0 22 0 253316787 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117768612664 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23534] ppid=23499 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/23501/task/23534/stat : 23534 (java) S 23499 23501 23457 0 -1 4202560 20844 0 0 0 210 3 0 0 20 0 22 0 253316787 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117767560120 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23535] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23535/stat : 23535 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316787 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117766507256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23536] ppid=23499 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/23501/task/23536/stat : 23536 (java) S 23499 23501 23457 0 -1 4202560 51 0 0 0 18 20 0 0 20 0 22 0 253316787 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117765454920 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23537] ppid=23499 vsize=9824668 CPUtime=858.45 cores=0,2,4,6
/proc/23501/task/23537/stat : 23537 (java) R 23499 23501 23457 0 -1 4202560 371 0 0 0 85827 18 0 0 20 0 22 0 253316806 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117764397800 140117821308597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23538] ppid=23499 vsize=9824668 CPUtime=858.43 cores=0,2,4,6
/proc/23501/task/23538/stat : 23538 (java) R 23499 23501 23457 0 -1 4202560 4092 0 0 0 85806 37 0 0 20 0 22 0 253316806 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117763345096 140117821406182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23539] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23539/stat : 23539 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316807 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117762294568 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23540] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23540/stat : 23540 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316807 10060460032 259475 33554432000 1073741824 1073778376 140736131562656 140117761242024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.5
Current children cumulated vsize (KiB) 9824668

[startup+888.701 s]
/proc/loadavg: 3.92 3.60 2.29 2/215 23908
/proc/meminfo: memFree=23805552/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9824668 CPUtime=1769.52 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 47690 0 1 0 176773 179 0 0 20 0 19 0 253316777 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2456167 258872 2280 9 0 2446860 0
[pid=23501/tid=23504] ppid=23499 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/23501/task/23504/stat : 23504 (java) S 23499 23501 23457 0 -1 4202560 2538 0 1 0 22 3 0 0 20 0 19 0 253316777 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117948793848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=23501/tid=23509] ppid=23499 vsize=9824668 CPUtime=3.82 cores=0,2,4,6
/proc/23501/task/23509/stat : 23509 (java) S 23499 23501 23457 0 -1 4202560 374 0 0 0 373 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117792389544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23510] ppid=23499 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/23501/task/23510/stat : 23510 (java) S 23499 23501 23457 0 -1 4202560 366 0 0 0 344 6 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117791337000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23512] ppid=23499 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/23501/task/23512/stat : 23512 (java) S 23499 23501 23457 0 -1 4202560 360 0 0 0 365 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117790283944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23514] ppid=23499 vsize=9824668 CPUtime=3.67 cores=0,2,4,6
/proc/23501/task/23514/stat : 23514 (java) S 23499 23501 23457 0 -1 4202560 287 0 0 0 361 6 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117789231400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23517] ppid=23499 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/23501/task/23517/stat : 23517 (java) S 23499 23501 23457 0 -1 4202560 215 0 0 0 370 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117788179368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23518] ppid=23499 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/23501/task/23518/stat : 23518 (java) S 23499 23501 23457 0 -1 4202560 205 0 0 0 343 7 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117787126824 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23519] ppid=23499 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/23501/task/23519/stat : 23519 (java) S 23499 23501 23457 0 -1 4202560 290 0 0 0 342 7 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117786073768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23520] ppid=23499 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/23501/task/23520/stat : 23520 (java) S 23499 23501 23457 0 -1 4202560 289 0 0 0 334 8 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117785021224 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23522] ppid=23499 vsize=9824668 CPUtime=18.5 cores=0,2,4,6
/proc/23501/task/23522/stat : 23522 (java) S 23499 23501 23457 0 -1 4202560 9297 0 0 0 1816 34 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117772822888 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23525] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23525/stat : 23525 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117771769208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23526] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23526/stat : 23526 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117770716040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23530] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23530/stat : 23530 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117769664784 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23532] ppid=23499 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23501/task/23532/stat : 23532 (java) S 23499 23501 23457 0 -1 4202560 6920 0 0 0 106 2 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117768612664 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23534] ppid=23499 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/23501/task/23534/stat : 23534 (java) S 23499 23501 23457 0 -1 4202560 20844 0 0 0 210 3 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117767560120 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23535] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23535/stat : 23535 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117766507256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23536] ppid=23499 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/23501/task/23536/stat : 23536 (java) S 23499 23501 23457 0 -1 4202560 51 0 0 0 18 20 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117765454920 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23540] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23540/stat : 23540 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316807 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117761242024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.52
Current children cumulated vsize (KiB) 9824668

[startup+888.901 s]
/proc/loadavg: 3.92 3.60 2.29 2/215 23908
/proc/meminfo: memFree=23805552/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9824668 CPUtime=1769.52 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 47690 0 1 0 176773 179 0 0 20 0 19 0 253316777 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2456167 258872 2280 9 0 2446860 0
[pid=23501/tid=23504] ppid=23499 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/23501/task/23504/stat : 23504 (java) S 23499 23501 23457 0 -1 4202560 2538 0 1 0 22 3 0 0 20 0 19 0 253316777 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117948793848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=23501/tid=23509] ppid=23499 vsize=9824668 CPUtime=3.82 cores=0,2,4,6
/proc/23501/task/23509/stat : 23509 (java) S 23499 23501 23457 0 -1 4202560 374 0 0 0 373 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117792389544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23510] ppid=23499 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/23501/task/23510/stat : 23510 (java) S 23499 23501 23457 0 -1 4202560 366 0 0 0 344 6 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117791337000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23512] ppid=23499 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/23501/task/23512/stat : 23512 (java) S 23499 23501 23457 0 -1 4202560 360 0 0 0 365 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117790283944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23514] ppid=23499 vsize=9824668 CPUtime=3.67 cores=0,2,4,6
/proc/23501/task/23514/stat : 23514 (java) S 23499 23501 23457 0 -1 4202560 287 0 0 0 361 6 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117789231400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23517] ppid=23499 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/23501/task/23517/stat : 23517 (java) S 23499 23501 23457 0 -1 4202560 215 0 0 0 370 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117788179368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23518] ppid=23499 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/23501/task/23518/stat : 23518 (java) S 23499 23501 23457 0 -1 4202560 205 0 0 0 343 7 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117787126824 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23519] ppid=23499 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/23501/task/23519/stat : 23519 (java) S 23499 23501 23457 0 -1 4202560 290 0 0 0 342 7 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117786073768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23520] ppid=23499 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/23501/task/23520/stat : 23520 (java) S 23499 23501 23457 0 -1 4202560 289 0 0 0 334 8 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117785021224 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23522] ppid=23499 vsize=9824668 CPUtime=18.5 cores=0,2,4,6
/proc/23501/task/23522/stat : 23522 (java) S 23499 23501 23457 0 -1 4202560 9297 0 0 0 1816 34 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117772822888 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23525] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23525/stat : 23525 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117771769208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23526] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23526/stat : 23526 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117770716040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23530] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23530/stat : 23530 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117769664784 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23532] ppid=23499 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23501/task/23532/stat : 23532 (java) S 23499 23501 23457 0 -1 4202560 6920 0 0 0 106 2 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117768612664 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23534] ppid=23499 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/23501/task/23534/stat : 23534 (java) S 23499 23501 23457 0 -1 4202560 20844 0 0 0 210 3 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117767560120 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23535] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23535/stat : 23535 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117766507256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23536] ppid=23499 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/23501/task/23536/stat : 23536 (java) S 23499 23501 23457 0 -1 4202560 51 0 0 0 18 20 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117765454920 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23540] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23540/stat : 23540 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316807 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117761242024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.52
Current children cumulated vsize (KiB) 9824668

[startup+889.001 s]
/proc/loadavg: 3.92 3.60 2.29 2/215 23908
/proc/meminfo: memFree=23805552/32873844 swapFree=7356/7356
[pid=23501] ppid=23499 vsize=9824668 CPUtime=1769.52 cores=0,2,4,6
/proc/23501/stat : 23501 (java) S 23499 23501 23457 0 -1 4202496 47690 0 1 0 176773 179 0 0 20 0 19 0 253316777 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140736131553792 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23501/statm: 2456167 258872 2280 9 0 2446860 0
[pid=23501/tid=23504] ppid=23499 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/23501/task/23504/stat : 23504 (java) S 23499 23501 23457 0 -1 4202560 2538 0 1 0 22 3 0 0 20 0 19 0 253316777 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117948793848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=23501/tid=23509] ppid=23499 vsize=9824668 CPUtime=3.82 cores=0,2,4,6
/proc/23501/task/23509/stat : 23509 (java) S 23499 23501 23457 0 -1 4202560 374 0 0 0 373 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117792389544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23510] ppid=23499 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/23501/task/23510/stat : 23510 (java) S 23499 23501 23457 0 -1 4202560 366 0 0 0 344 6 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117791337000 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23512] ppid=23499 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/23501/task/23512/stat : 23512 (java) S 23499 23501 23457 0 -1 4202560 360 0 0 0 365 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117790283944 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23514] ppid=23499 vsize=9824668 CPUtime=3.67 cores=0,2,4,6
/proc/23501/task/23514/stat : 23514 (java) S 23499 23501 23457 0 -1 4202560 287 0 0 0 361 6 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117789231400 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23517] ppid=23499 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/23501/task/23517/stat : 23517 (java) S 23499 23501 23457 0 -1 4202560 215 0 0 0 370 9 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117788179368 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23518] ppid=23499 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/23501/task/23518/stat : 23518 (java) S 23499 23501 23457 0 -1 4202560 205 0 0 0 343 7 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117787126824 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23519] ppid=23499 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/23501/task/23519/stat : 23519 (java) S 23499 23501 23457 0 -1 4202560 290 0 0 0 342 7 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117786073768 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23520] ppid=23499 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/23501/task/23520/stat : 23520 (java) S 23499 23501 23457 0 -1 4202560 289 0 0 0 334 8 0 0 20 0 19 0 253316780 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117785021224 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23522] ppid=23499 vsize=9824668 CPUtime=18.5 cores=0,2,4,6
/proc/23501/task/23522/stat : 23522 (java) S 23499 23501 23457 0 -1 4202560 9297 0 0 0 1816 34 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117772822888 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23525] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23525/stat : 23525 (java) S 23499 23501 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117771769208 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23526] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23526/stat : 23526 (java) S 23499 23501 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316782 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117770716040 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23530] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23530/stat : 23530 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117769664784 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23501/tid=23532] ppid=23499 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23501/task/23532/stat : 23532 (java) S 23499 23501 23457 0 -1 4202560 6920 0 0 0 106 2 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117768612664 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23534] ppid=23499 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/23501/task/23534/stat : 23534 (java) S 23499 23501 23457 0 -1 4202560 20844 0 0 0 210 3 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117767560120 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23501/tid=23535] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23535/stat : 23535 (java) S 23499 23501 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117766507256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23501/tid=23536] ppid=23499 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/23501/task/23536/stat : 23536 (java) S 23499 23501 23457 0 -1 4202560 51 0 0 0 18 20 0 0 20 0 19 0 253316787 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117765454920 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23501/tid=23540] ppid=23499 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23501/task/23540/stat : 23540 (java) S 23499 23501 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316807 10060460032 258872 33554432000 1073741824 1073778376 140736131562656 140117761242024 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.52
Current children cumulated vsize (KiB) 9824668

Child status: 10

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.22998
#  lost CPU user time (s): 4.5
#  lost CPU system time (s): -0.27

Real time (s): 889.046
CPU time (s): 1773.88
CPU user time (s): 1772.22
CPU system time (s): 1.66271
CPU usage (%): 199.527
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.72
system time used= 1.93271
maximum resident set size= 1158424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47695
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34775
involuntary context switches= 60127

runsolver used 3.79942 second user time and 9.71052 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 17:04:42
IDJOB=3687192
IDBENCH=1163
IDSOLVER=2268
FILE ID=node109/3687192-1337871882
RUNJOBID= node109-1337871881-23473
PBS_JOBID= 14620095
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687192-1337871882/watcher-3687192-1337871882 -o /tmp/evaluation-result-3687192-1337871882/solver-3687192-1337871882 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687192-1337871882.opb

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=1716278231

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29130048 kB
Buffers:          195652 kB
Cached:          2775256 kB
SwapCached:            0 kB
Active:           381916 kB
Inactive:        2599184 kB
Active(anon):      13032 kB
Inactive(anon):        0 kB
Active(file):     368884 kB
Inactive(file):  2599184 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:         17968 kB
Mapped:            13648 kB
Shmem:               200 kB
Slab:             625376 kB
SReclaimable:      68304 kB
SUnreclaim:       557072 kB
KernelStack:        1400 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node109 at 2012-05-24 17:19:31