Trace number 4084414

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
Sat4j PB 2.3.6 Resolution PB16SAT 1007.96 1005.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
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 benchmark14.7128
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.31	c See www.sat4j.org for details.
0.06/0.32	c version PB16.v20160501
0.06/0.32	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.32	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.32	c java.vm.version	19.1-b02
0.06/0.32	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.32	c sun.arch.data.model	64
0.06/0.32	c java.version		1.6.0_24
0.06/0.32	c os.name		Linux
0.06/0.32	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.32	c os.arch		amd64
0.06/0.32	c Free memory 		501472288
0.06/0.32	c Max memory 		7480803328
0.06/0.32	c Total memory 		504102912
0.06/0.32	c Number of processors 	8
0.06/0.35	c Pseudo Boolean Optimization by upper bound
0.06/0.35	c --- Begin Solver configuration ---
0.06/0.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.06/0.35	c Learn all clauses as in MiniSAT
0.06/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.35	c No reason simplification
0.06/0.35	c Glucose 2.1 dynamic restart strategy
0.06/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.35	c timeout=2147483s
0.06/0.35	c DB Simplification allowed=false
0.06/0.35	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.06/0.35	c --- End Solver configuration ---
0.06/0.35	c solving HOME/instance-4084414-1465217554.opb
0.06/0.35	c reading problem ... 
0.06/0.35	c  no objective function found
0.20/0.47	c ... done. Wall clock time 0.123s.
0.20/0.47	c declared #vars     370
0.20/0.47	c #constraints  809
0.20/0.47	c constraints type 
0.20/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
0.20/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.20/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.20/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
0.20/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 249
0.20/0.47	c 809 constraints processed.
1.19/1.00	c cleaning 2499 clauses out of 4997 with flag 15579/5000
2.18/1.57	c cleaning 4250 clauses out of 8500 with flag 42806/11002
2.89/2.24	c cleaning 5619 clauses out of 11248 with flag 79042/18000
3.79/3.19	c cleaning 6814 clauses out of 13627 with flag 126082/26000
5.22/4.53	c cleaning 7910 clauses out of 15819 with flag 192515/35006
6.72/6.09	c cleaning 8945 clauses out of 17903 with flag 269538/45000
8.58/7.88	c cleaning 9978 clauses out of 19958 with flag 345819/56000
10.57/9.89	c cleaning 10983 clauses out of 21980 with flag 431878/68001
12.87/12.16	c cleaning 11989 clauses out of 23998 with flag 534314/81002
15.36/14.68	c cleaning 13002 clauses out of 26010 with flag 658475/95003
18.17/17.41	c cleaning 13995 clauses out of 28006 with flag 783211/110001
21.17/20.48	c cleaning 14998 clauses out of 30010 with flag 893794/126000
24.78/24.09	c cleaning 16000 clauses out of 32014 with flag 1017073/143002
27.98/27.25	c cleaning 17000 clauses out of 34012 with flag 1137914/161000
31.18/30.48	c cleaning 17994 clauses out of 36013 with flag 1268745/180001
34.78/34.04	c cleaning 19002 clauses out of 38019 with flag 1417010/200001
39.58/38.80	c cleaning 20001 clauses out of 40018 with flag 1573724/221002
45.30/44.57	c cleaning 21003 clauses out of 42015 with flag 1760941/243000
51.80/51.01	c cleaning 22003 clauses out of 44012 with flag 1950095/266000
56.80/56.00	c cleaning 23003 clauses out of 46012 with flag 2119333/290003
61.80/61.06	c cleaning 23998 clauses out of 48006 with flag 2288616/315000
67.40/66.62	c cleaning 25002 clauses out of 50009 with flag 2473761/341001
73.90/73.12	c cleaning 26000 clauses out of 52006 with flag 2667042/368000
81.30/80.56	c cleaning 27002 clauses out of 54012 with flag 2892640/396006
91.11/90.31	c cleaning 27999 clauses out of 56004 with flag 3151507/425000
102.61/101.80	c cleaning 28994 clauses out of 58005 with flag 3485825/455000
113.56/112.70	c cleaning 30002 clauses out of 60011 with flag 3819686/486000
123.76/122.91	c cleaning 31001 clauses out of 62011 with flag 4096096/518002
135.36/134.58	c cleaning 31998 clauses out of 64010 with flag 4408732/551002
147.06/146.28	c cleaning 32996 clauses out of 66010 with flag 4712418/585000
161.67/160.88	c cleaning 34001 clauses out of 68014 with flag 5133164/620000
176.77/175.95	c cleaning 35001 clauses out of 70015 with flag 5569237/656002
191.28/190.48	c cleaning 36000 clauses out of 72014 with flag 6047161/693002
208.01/207.10	c cleaning 37000 clauses out of 74014 with flag 6488264/731002
224.91/224.09	c cleaning 38006 clauses out of 76016 with flag 6972350/770004
240.23/239.28	c cleaning 38997 clauses out of 78008 with flag 7313318/810002
257.24/256.29	c cleaning 39996 clauses out of 80011 with flag 7718503/851002
275.63/274.63	c cleaning 41003 clauses out of 82014 with flag 8142022/893001
298.20/297.11	c cleaning 41995 clauses out of 84010 with flag 8622017/936000
318.10/317.03	c cleaning 43003 clauses out of 86019 with flag 9092391/980004
340.49/339.49	c cleaning 44001 clauses out of 88014 with flag 9552853/1025002
363.69/362.65	c cleaning 45003 clauses out of 90012 with flag 10035675/1071001
389.59/388.53	c cleaning 45995 clauses out of 92008 with flag 10580461/1118000
415.66/414.49	c cleaning 47005 clauses out of 94016 with flag 11091456/1166003
447.55/446.32	c cleaning 47998 clauses out of 96008 with flag 11817410/1215000
479.34/478.11	c cleaning 48998 clauses out of 98010 with flag 12461512/1265000
506.34/505.17	c cleaning 50002 clauses out of 100012 with flag 13131269/1316000
540.43/539.26	c cleaning 51000 clauses out of 102009 with flag 13723246/1368000
571.17/569.75	c cleaning 52004 clauses out of 104011 with flag 14313537/1421002
598.36/596.90	c cleaning 52999 clauses out of 106006 with flag 14746412/1475001
637.55/636.15	c cleaning 53997 clauses out of 108008 with flag 15408788/1530002
678.28/676.64	c cleaning 54999 clauses out of 110009 with flag 16082192/1586000
712.47/710.83	c cleaning 55998 clauses out of 112010 with flag 16617664/1643000
751.06/749.48	c cleaning 56996 clauses out of 114013 with flag 17197842/1701001
778.02/776.18	c cleaning 57994 clauses out of 116016 with flag 17626352/1760000
806.23/804.33	c cleaning 59007 clauses out of 118024 with flag 18068796/1820002
837.26/835.12	c cleaning 60000 clauses out of 120015 with flag 18517287/1881000
868.97/866.88	c cleaning 60999 clauses out of 122017 with flag 18999985/1943002
905.76/903.42	c cleaning 62004 clauses out of 124018 with flag 19467054/2006002
948.22/945.89	c cleaning 62998 clauses out of 126012 with flag 20055660/2070000
988.64/986.21	c cleaning 64001 clauses out of 128014 with flag 20710038/2135000
1007.84/1005.38	c SATISFIABLE
1007.84/1005.38	c starts		: 6310
1007.84/1005.38	c conflicts		: 2173390
1007.84/1005.38	c decisions		: 3057054
1007.84/1005.38	c propagations		: 73449806
1007.84/1005.38	c inspects		: 16708597541
1007.84/1005.38	c shortcuts		: 0
1007.84/1005.38	c learnt literals	: 7
1007.84/1005.38	c learnt binary clauses	: 14
1007.84/1005.38	c learnt ternary clauses	: 53
1007.84/1005.38	c learnt constraints	: 2173383
1007.84/1005.38	c ignored constraints	: 0
1007.84/1005.38	c root simplifications	: 0
1007.84/1005.38	c removed literals (reason simplification)	: 0
1007.84/1005.38	c reason swapping (by a shorter reason)	: 0
1007.84/1005.38	c Calls to reduceDB	: 61
1007.84/1005.38	c Number of update (reduction) of LBD	: 376986
1007.84/1005.38	c Imported unit clauses	: 0
1007.84/1005.38	c number of reductions to clauses (during analyze)	: 0
1007.84/1005.38	c number of learned constraints concerned by reduction	: 0
1007.84/1005.38	c number of learning phase by resolution	: 0
1007.84/1005.38	c number of learning phase by cutting planes	: 0
1007.84/1005.38	c speed (assignments/second)	: 73091.07500388095
1007.84/1005.38	c non guided choices	30
1007.96/1005.41	c learnt constraints type 
1007.96/1005.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1007.96/1005.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102389
1007.96/1005.41	s SATISFIABLE
1007.96/1005.41	c Found 1 solution(s)
1007.96/1005.41	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 -x317 x318 x319 -x320 x321 -x322 x323 -x324 -x325 x326 x327 -x328 -x329 x330 x331 -x332 -x333 x334 x335 -x336 x337 -x338 x339 -x340 -x341 x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 x350 -x351 x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 x360 x361 -x362 x363 -x364 x365 -x366 -x367 x368 x369 -x370 
1007.96/1005.41	c Total wall clock time (in seconds): 1005.064

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084414-1465217554/watcher-4084414-1465217554 -o /tmp/evaluation-result-4084414-1465217554/solver-4084414-1465217554 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084414-1465217554.opb 

pid=32404
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.36 1.94 2.05 4/175 32410
/proc/meminfo: memFree=30271816/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/32410/stat : 32410 (java) R 32404 32410 32365 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 103687781 278528 33 33554432000 1073741824 1073778376 140736718662320 140736718659496 240556010791 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32410/statm: 68 33 25 9 0 25 0

[startup+0.100167 s]
/proc/loadavg: 1.36 1.94 2.05 4/175 32410
/proc/meminfo: memFree=30271816/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/32410/stat : 32410 (java) D 32404 32410 32365 0 -1 4202496 1145 0 18 0 0 0 0 0 20 0 1 0 103687781 23793664 814 33554432000 1073741824 1073778376 140736166193520 140736166183512 139718391813840 0 0 4096 0 18446744071579943789 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200301 s]
/proc/loadavg: 1.36 1.94 2.05 4/175 32410
/proc/meminfo: memFree=30271816/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9092432 CPUtime=0.03 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 2967 0 26 0 1 2 0 0 20 0 11 0 103687781 9310650368 3615 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2273108 3615 1642 9 0 2263809 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9092432

[startup+0.300282 s]
/proc/loadavg: 1.36 1.94 2.05 4/175 32410
/proc/meminfo: memFree=30271816/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 3412 0 26 0 4 2 0 0 20 0 18 0 103687781 9787879424 4569 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2389619 4569 1787 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.700225 s]
/proc/loadavg: 1.36 1.94 2.05 4/175 32410
/proc/meminfo: memFree=30271816/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 8454 0 26 0 79 3 0 0 20 0 19 0 103687781 9856040960 9943 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2406260 9943 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 1.36 1.94 2.05 7/213 32448
/proc/meminfo: memFree=30176996/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 16604 0 26 0 213 5 0 0 20 0 19 0 103687781 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2406260 15534 2257 9 0 2396937 0
[pid=32410/tid=32414] ppid=32404 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) R 32404 32410 32365 0 -1 4202560 2403 0 6 0 121 2 0 0 20 0 19 0 103687791 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718387494232 139718256281681 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=32410/tid=32416] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718376557352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32420] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718375504552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32422] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718374452264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32424] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718228130728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32427] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718227077416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32428] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718226024616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32429] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718224972328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32430] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32430/stat : 32430 (java) S 32404 32410 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718223919528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32432] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32432/stat : 32432 (java) S 32404 32410 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103687800 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718211721960 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32434] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32434/stat : 32434 (java) S 32404 32410 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718210668024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32435] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32435/stat : 32435 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718209615624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32439] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32439/stat : 32439 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718208564112 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32441] ppid=32404 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/32410/task/32441/stat : 32441 (java) S 32404 32410 32365 0 -1 4202560 3563 0 0 0 29 0 0 0 20 0 19 0 103687806 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718207510712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32443] ppid=32404 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/32410/task/32443/stat : 32443 (java) S 32404 32410 32365 0 -1 4202560 9387 0 0 0 58 2 0 0 20 0 19 0 103687806 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718206457912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32445] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32445/stat : 32445 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718205405816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32446] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32446/stat : 32446 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718204353224 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32448] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32448/stat : 32448 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687829 9856040960 15534 33554432000 1073741824 1073778376 140736166193520 139718203250088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 1.36 1.94 2.05 4/212 32512
/proc/meminfo: memFree=30174660/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 16610 0 26 0 374 5 0 0 20 0 19 0 103687781 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2406260 18094 2257 9 0 2396937 0
[pid=32410/tid=32414] ppid=32404 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) R 32404 32410 32365 0 -1 4202560 2409 0 6 0 281 2 0 0 20 0 19 0 103687791 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718387495304 139718256220414 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0
[pid=32410/tid=32416] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718376557352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32420] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718375504552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32422] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718374452264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32424] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718228130728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32427] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718227077416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32428] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718226024616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32429] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718224972328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32430] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32430/stat : 32430 (java) S 32404 32410 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718223919528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32432] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32432/stat : 32432 (java) S 32404 32410 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103687800 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718211721960 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32434] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32434/stat : 32434 (java) S 32404 32410 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718210668024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32435] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32435/stat : 32435 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718209615624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32439] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32439/stat : 32439 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718208564112 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32441] ppid=32404 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/32410/task/32441/stat : 32441 (java) S 32404 32410 32365 0 -1 4202560 3563 0 0 0 29 0 0 0 20 0 19 0 103687806 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718207510712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32443] ppid=32404 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/32410/task/32443/stat : 32443 (java) S 32404 32410 32365 0 -1 4202560 9387 0 0 0 59 2 0 0 20 0 19 0 103687806 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718206457912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32445] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32445/stat : 32445 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718205405816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32446] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32446/stat : 32446 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718204353224 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32448] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32448/stat : 32448 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687829 9856040960 18094 33554432000 1073741824 1073778376 140736166193520 139718203250088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 1.41 1.94 2.05 3/213 32513
/proc/meminfo: memFree=30126988/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9625040 CPUtime=7.01 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 16619 0 26 0 695 6 0 0 20 0 19 0 103687781 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2406260 20381 2258 9 0 2396937 0
[pid=32410/tid=32414] ppid=32404 vsize=9625040 CPUtime=6.01 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) R 32404 32410 32365 0 -1 4202560 2416 0 6 0 599 2 0 0 20 0 19 0 103687791 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718387486400 139718256220414 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=32410/tid=32416] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718376557352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32420] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718375504552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32422] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718374452264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32424] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718228130728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32427] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718227077416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32428] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718226024616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32429] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718224972328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32430] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32430/stat : 32430 (java) S 32404 32410 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103687797 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718223919528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32432] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32432/stat : 32432 (java) S 32404 32410 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103687800 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718211721960 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32434] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32434/stat : 32434 (java) S 32404 32410 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718210668024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32435] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32435/stat : 32435 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718209615624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32439] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32439/stat : 32439 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718208564112 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32441] ppid=32404 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/32410/task/32441/stat : 32441 (java) S 32404 32410 32365 0 -1 4202560 3563 0 0 0 29 0 0 0 20 0 19 0 103687806 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718207510712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32443] ppid=32404 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/32410/task/32443/stat : 32443 (java) S 32404 32410 32365 0 -1 4202560 9388 0 0 0 62 2 0 0 20 0 19 0 103687806 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718206457912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32445] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32445/stat : 32445 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718205405816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32446] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32446/stat : 32446 (java) S 32404 32410 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718204353224 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32448] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32448/stat : 32448 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687829 9856040960 20381 33554432000 1073741824 1073778376 140736166193520 139718203250088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9625040


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

[pid=32410/tid=32434] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32434/stat : 32434 (java) S 32404 32410 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718210668024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32435] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32435/stat : 32435 (java) S 32404 32410 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718209615624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32439] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32439/stat : 32439 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718208564112 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32441] ppid=32404 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32441/stat : 32441 (java) S 32404 32410 32365 0 -1 4202560 3564 0 0 0 30 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718207510712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32443] ppid=32404 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/32410/task/32443/stat : 32443 (java) S 32404 32410 32365 0 -1 4202560 9437 0 0 0 84 2 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718206457912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32445] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32445/stat : 32445 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718205405816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32446] ppid=32404 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/32410/task/32446/stat : 32446 (java) S 32404 32410 32365 0 -1 4202560 58 0 0 0 15 17 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718204353224 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32448] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32448/stat : 32448 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687829 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718203250088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1005.75
Current children cumulated vsize (KiB) 9625040

[startup+1004.8 s]
/proc/loadavg: 2.42 2.27 2.18 3/213 32558
/proc/meminfo: memFree=28913464/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9625040 CPUtime=1007.34 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 19897 0 26 0 100645 89 0 0 20 0 19 0 103687781 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2406260 167389 2281 9 0 2396937 0
[pid=32410/tid=32414] ppid=32404 vsize=9625040 CPUtime=1001.13 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) R 32404 32410 32365 0 -1 4202560 2484 0 6 0 100093 20 0 0 20 0 19 0 103687791 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718387494064 139718256220414 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0
[pid=32410/tid=32416] ppid=32404 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32404 32410 32365 0 -1 4202560 324 0 0 0 17 6 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718376557352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32420] ppid=32404 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32404 32410 32365 0 -1 4202560 226 0 0 0 13 5 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718375504552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32422] ppid=32404 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32404 32410 32365 0 -1 4202560 187 0 0 0 16 7 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718374452264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32404 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32404 32410 32365 0 -1 4202560 409 0 0 0 21 9 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718228130728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32427] ppid=32404 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32404 32410 32365 0 -1 4202560 455 0 0 0 24 9 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718227077416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32428] ppid=32404 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32404 32410 32365 0 -1 4202560 378 0 0 0 15 8 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718226024616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32429] ppid=32404 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32404 32410 32365 0 -1 4202560 399 0 0 0 18 8 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718224972328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32430] ppid=32404 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/32410/task/32430/stat : 32430 (java) S 32404 32410 32365 0 -1 4202560 554 0 0 0 23 11 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718223919528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32432] ppid=32404 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/32410/task/32432/stat : 32432 (java) S 32404 32410 32365 0 -1 4202560 185 0 0 0 9 0 0 0 20 0 19 0 103687800 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718211721960 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32434] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32434/stat : 32434 (java) S 32404 32410 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718210668024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32435] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32435/stat : 32435 (java) S 32404 32410 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718209615624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32439] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32439/stat : 32439 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718208564112 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32441] ppid=32404 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32441/stat : 32441 (java) S 32404 32410 32365 0 -1 4202560 3564 0 0 0 30 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718207510712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32443] ppid=32404 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/32410/task/32443/stat : 32443 (java) S 32404 32410 32365 0 -1 4202560 9437 0 0 0 84 2 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718206457912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32445] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32445/stat : 32445 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718205405816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32446] ppid=32404 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/32410/task/32446/stat : 32446 (java) S 32404 32410 32365 0 -1 4202560 58 0 0 0 15 17 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718204353224 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32448] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32448/stat : 32448 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687829 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718203250088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1007.34
Current children cumulated vsize (KiB) 9625040

[startup+1005.2 s]
/proc/loadavg: 2.42 2.27 2.18 3/213 32558
/proc/meminfo: memFree=28913464/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9625040 CPUtime=1007.74 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 19897 0 26 0 100685 89 0 0 20 0 19 0 103687781 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2406260 167389 2281 9 0 2396937 0
[pid=32410/tid=32414] ppid=32404 vsize=9625040 CPUtime=1001.53 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) R 32404 32410 32365 0 -1 4202560 2484 0 6 0 100133 20 0 0 20 0 19 0 103687791 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718387494064 139718256240933 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0
[pid=32410/tid=32416] ppid=32404 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32404 32410 32365 0 -1 4202560 324 0 0 0 17 6 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718376557352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32420] ppid=32404 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32404 32410 32365 0 -1 4202560 226 0 0 0 13 5 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718375504552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32422] ppid=32404 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32404 32410 32365 0 -1 4202560 187 0 0 0 16 7 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718374452264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32404 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32404 32410 32365 0 -1 4202560 409 0 0 0 21 9 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718228130728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32427] ppid=32404 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32404 32410 32365 0 -1 4202560 455 0 0 0 24 9 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718227077416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32428] ppid=32404 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32404 32410 32365 0 -1 4202560 378 0 0 0 15 8 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718226024616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32429] ppid=32404 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32404 32410 32365 0 -1 4202560 399 0 0 0 18 8 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718224972328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32430] ppid=32404 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/32410/task/32430/stat : 32430 (java) S 32404 32410 32365 0 -1 4202560 554 0 0 0 23 11 0 0 20 0 19 0 103687797 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718223919528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32432] ppid=32404 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/32410/task/32432/stat : 32432 (java) S 32404 32410 32365 0 -1 4202560 185 0 0 0 9 0 0 0 20 0 19 0 103687800 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718211721960 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32434] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32434/stat : 32434 (java) S 32404 32410 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718210668024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32435] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32435/stat : 32435 (java) S 32404 32410 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103687801 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718209615624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32439] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32439/stat : 32439 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718208564112 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32441] ppid=32404 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32441/stat : 32441 (java) S 32404 32410 32365 0 -1 4202560 3564 0 0 0 30 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718207510712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32443] ppid=32404 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/32410/task/32443/stat : 32443 (java) S 32404 32410 32365 0 -1 4202560 9437 0 0 0 84 2 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718206457912 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32445] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32445/stat : 32445 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718205405816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32446] ppid=32404 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/32410/task/32446/stat : 32446 (java) S 32404 32410 32365 0 -1 4202560 58 0 0 0 15 17 0 0 20 0 19 0 103687806 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718204353224 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32448] ppid=32404 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32448/stat : 32448 (java) S 32404 32410 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687829 9856040960 167389 33554432000 1073741824 1073778376 140736166193520 139718203250088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1007.74
Current children cumulated vsize (KiB) 9625040

[startup+1005.4 s]
/proc/loadavg: 2.38 2.27 2.18 5/213 32559
/proc/meminfo: memFree=28913464/32872528 swapFree=15844/1710320
[pid=32410] ppid=32404 vsize=9691604 CPUtime=1007.96 cores=0,2,4,6
/proc/32410/stat : 32410 (java) S 32404 32410 32365 0 -1 4202496 19917 0 26 0 100707 89 0 0 20 0 19 0 103687781 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 140736166184656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 7 0 0
/proc/32410/statm: 2422901 167406 2290 9 0 2413578 0
[pid=32410/tid=32414] ppid=32404 vsize=9691604 CPUtime=1001.71 cores=0,2,4,6
/proc/32410/task/32414/stat : 32414 (java) S 32404 32410 32365 0 -1 4202560 2486 0 6 0 100151 20 0 0 20 0 19 0 103687791 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718387495640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 12 0 0
[pid=32410/tid=32416] ppid=32404 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32416/stat : 32416 (java) S 32404 32410 32365 0 -1 4202560 324 0 0 0 17 6 0 0 20 0 19 0 103687797 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718376557352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32420] ppid=32404 vsize=9691604 CPUtime=0.18 cores=0,2,4,6
/proc/32410/task/32420/stat : 32420 (java) S 32404 32410 32365 0 -1 4202560 226 0 0 0 13 5 0 0 20 0 19 0 103687797 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718375504552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32422] ppid=32404 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32422/stat : 32422 (java) S 32404 32410 32365 0 -1 4202560 187 0 0 0 16 7 0 0 20 0 19 0 103687797 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718374452264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32424] ppid=32404 vsize=9691604 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32424/stat : 32424 (java) S 32404 32410 32365 0 -1 4202560 409 0 0 0 21 9 0 0 20 0 19 0 103687797 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718228130728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32427] ppid=32404 vsize=9691604 CPUtime=0.33 cores=0,2,4,6
/proc/32410/task/32427/stat : 32427 (java) S 32404 32410 32365 0 -1 4202560 455 0 0 0 24 9 0 0 20 0 19 0 103687797 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718227077416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32428] ppid=32404 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/32410/task/32428/stat : 32428 (java) S 32404 32410 32365 0 -1 4202560 378 0 0 0 15 8 0 0 20 0 19 0 103687797 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718226024616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32410/tid=32429] ppid=32404 vsize=9691604 CPUtime=0.26 cores=0,2,4,6
/proc/32410/task/32429/stat : 32429 (java) S 32404 32410 32365 0 -1 4202560 399 0 0 0 18 8 0 0 20 0 19 0 103687797 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718224972328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32430] ppid=32404 vsize=9691604 CPUtime=0.34 cores=0,2,4,6
/proc/32410/task/32430/stat : 32430 (java) S 32404 32410 32365 0 -1 4202560 554 0 0 0 23 11 0 0 20 0 19 0 103687797 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718223919528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32432] ppid=32404 vsize=9691604 CPUtime=0.09 cores=0,2,4,6
/proc/32410/task/32432/stat : 32432 (java) S 32404 32410 32365 0 -1 4202560 185 0 0 0 9 0 0 0 20 0 19 0 103687800 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718211721960 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32434] ppid=32404 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32434/stat : 32434 (java) S 32404 32410 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103687801 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718210668024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32435] ppid=32404 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32435/stat : 32435 (java) S 32404 32410 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103687801 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718209615624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32439] ppid=32404 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32439/stat : 32439 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718208564112 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32441] ppid=32404 vsize=9691604 CPUtime=0.3 cores=0,2,4,6
/proc/32410/task/32441/stat : 32441 (java) S 32404 32410 32365 0 -1 4202560 3567 0 0 0 30 0 0 0 20 0 19 0 103687806 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718207510712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32410/tid=32443] ppid=32404 vsize=9691604 CPUtime=0.88 cores=0,2,4,6
/proc/32410/task/32443/stat : 32443 (java) R 32404 32410 32365 0 -1 4202560 9443 0 0 0 86 2 0 0 20 0 19 0 103687806 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718206457752 139718391609518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32445] ppid=32404 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/32410/task/32445/stat : 32445 (java) S 32404 32410 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687806 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718205405816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32410/tid=32446] ppid=32404 vsize=9691604 CPUtime=0.32 cores=0,2,4,6
/proc/32410/task/32446/stat : 32446 (java) S 32404 32410 32365 0 -1 4202560 58 0 0 0 15 17 0 0 20 0 19 0 103687806 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718204353224 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32410/tid=32559] ppid=32404 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/32410/task/32559/stat : 32559 (java) R 32404 32410 32365 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 103788319 9924202496 167406 33554432000 1073741824 1073778376 140736166193520 139718202196528 139718255936036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1007.96
Current children cumulated vsize (KiB) 9691604

Child status: 10

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32410 and gives
#  childrusage.ru_utime.tv_sec=1004
#  childrusage.ru_utime.tv_usec=529288
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=177820
# CPU time returned by wait4() is 1005.71
# while last known CPU time is 1007.96
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1005.42
CPU time (s): 1007.96
CPU user time (s): 1007.07
CPU system time (s): 0.89
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1004.53
system time used= 1.17782
maximum resident set size= 703064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19926
page faults= 26
swaps= 0
block input operations= 14520
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22044
involuntary context switches= 13019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14491 second user time and 8.63869 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 14:52:34
IDJOB=4084414
IDBENCH=1158
IDSOLVER=2546
FILE ID=node146/4084414-1465217554
RUNJOBID= node146-1465217554-32381
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084414-1465217554/watcher-4084414-1465217554 -o /tmp/evaluation-result-4084414-1465217554/solver-4084414-1465217554 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084414-1465217554.opb

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

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=764790111

node146.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		: 2666.799
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	: 5333.59
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		: 2666.799
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	: 5332.55
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		: 2666.799
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	: 5332.55
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		: 2666.799
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	: 5332.56
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		: 2666.799
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	: 5332.55
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		: 2666.799
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	: 5332.56
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		: 2666.799
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	: 5332.55
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		: 2666.799
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30273840 kB
Buffers:            6196 kB
Cached:           178952 kB
SwapCached:         1472 kB
Active:            44792 kB
Inactive:         142592 kB
Active(anon):       3512 kB
Inactive(anon):     1648 kB
Active(file):      41280 kB
Inactive(file):   140944 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099276 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:       1712444 kB
Mapped:             6888 kB
Shmem:                 0 kB
Slab:             566648 kB
SReclaimable:      10008 kB
SUnreclaim:       556640 kB
KernelStack:        1392 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1807148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1697792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node146 at 2016-06-06 15:09:20