Trace number 4085866

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-42 1800.05 1792.54

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_5.opb
MD5SUM2585c1015aa6228da840b6f61adc6732
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2528
Sum of products size (including duplicates)5056
Number of different products1264
Sum of products size2528

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085866-1465258717.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.25/0.26	c ... done. Wall clock time 0.162s.
0.25/0.26	c declared #vars     200
0.25/0.26	c internal #vars     1464
0.25/0.26	c #constraints  2928
0.25/0.26	c constraints type 
0.25/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1264
0.25/0.26	c org.sat4j.minisat.constraints.cnf.UnitClauses => 155
0.25/0.26	c org.sat4j.specs.Constr$1 => 222
0.25/0.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 23
0.25/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1264
0.25/0.26	c 2928 constraints processed.
0.25/0.26	c objective function length is 200 literals
0.25/0.28	c SATISFIABLE
0.25/0.28	c OPTIMIZING...
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.25/0.28	o -37
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.186
0.25/0.29	o -38
1.07/0.63	c cleaning 2499 clauses out of 5001 with flag 10576/5001
1.31/0.89	c cleaning 4251 clauses out of 8502 with flag 22994/11001
1.65/1.20	c cleaning 5626 clauses out of 11251 with flag 37406/18001
2.16/1.61	c cleaning 6810 clauses out of 13626 with flag 53893/26002
2.57/2.05	c cleaning 7904 clauses out of 15815 with flag 72357/35001
2.98/2.43	c Got one! Elapsed wall clock time (in seconds):2.326
2.98/2.43	o -39
3.29/2.79	c cleaning 10471 clauses out of 20942 with flag 10414/48032
3.79/3.21	c cleaning 8232 clauses out of 16471 with flag 23030/54032
4.19/3.65	c cleaning 7619 clauses out of 15239 with flag 37698/61032
4.59/4.07	c cleaning 7810 clauses out of 15620 with flag 54224/69032
5.19/4.60	c cleaning 8403 clauses out of 16811 with flag 72738/78033
5.78/5.25	c cleaning 9201 clauses out of 18408 with flag 93464/88033
6.48/5.96	c cleaning 10097 clauses out of 20206 with flag 116242/99032
7.29/6.75	c cleaning 11052 clauses out of 22109 with flag 140958/111032
8.10/7.56	c cleaning 12028 clauses out of 24060 with flag 167817/124035
9.11/8.55	c cleaning 13011 clauses out of 26029 with flag 196808/138032
10.20/9.65	c cleaning 14010 clauses out of 28019 with flag 228016/153033
11.30/10.71	c cleaning 15000 clauses out of 30008 with flag 261181/169032
12.66/12.04	c cleaning 16002 clauses out of 32008 with flag 296434/186032
13.96/13.39	c cleaning 16997 clauses out of 34006 with flag 333840/204032
15.36/14.76	c cleaning 18002 clauses out of 36010 with flag 373383/223033
16.96/16.30	c cleaning 19003 clauses out of 38007 with flag 414883/243032
18.96/18.35	c cleaning 20003 clauses out of 40005 with flag 458400/264033
20.96/20.39	c cleaning 21000 clauses out of 42001 with flag 504115/286032
23.16/22.55	c cleaning 21995 clauses out of 44002 with flag 551817/309033
23.66/23.02	c Got one! Elapsed wall clock time (in seconds):22.92
23.66/23.02	o -40
23.66/23.08	c Got one! Elapsed wall clock time (in seconds):22.982
23.66/23.08	o -41
23.76/23.11	c Got one! Elapsed wall clock time (in seconds):23.004
23.76/23.11	o -42
24.37/23.72	c cleaning 17654 clauses out of 35315 with flag 10558/322341
24.77/24.15	c cleaning 11827 clauses out of 23661 with flag 23068/328341
25.17/24.55	c cleaning 9414 clauses out of 18834 with flag 37745/335341
25.57/24.95	c cleaning 8708 clauses out of 17422 with flag 54691/343343
26.07/25.49	c cleaning 8854 clauses out of 17712 with flag 73313/352341
26.67/26.02	c cleaning 9428 clauses out of 18858 with flag 94109/362341
27.30/26.67	c cleaning 10215 clauses out of 20432 with flag 116896/373343
28.00/27.36	c cleaning 11103 clauses out of 22215 with flag 141877/385341
28.80/28.14	c cleaning 12055 clauses out of 24113 with flag 169092/398342
29.70/29.01	c cleaning 13028 clauses out of 26058 with flag 198273/412342
30.80/30.10	c cleaning 14015 clauses out of 28029 with flag 229406/427341
32.00/31.35	c cleaning 15002 clauses out of 30014 with flag 262249/443341
33.30/32.66	c cleaning 16001 clauses out of 32013 with flag 297287/460342
34.60/33.98	c cleaning 17004 clauses out of 34011 with flag 334453/478341
36.30/35.61	c cleaning 18002 clauses out of 36008 with flag 373508/497342
38.11/37.45	c cleaning 19000 clauses out of 38006 with flag 414793/517342
40.20/39.50	c cleaning 20003 clauses out of 40005 with flag 458246/538341
42.41/41.72	c cleaning 20996 clauses out of 42003 with flag 504247/560342
44.44/43.74	c cleaning 21999 clauses out of 44007 with flag 551702/583342
46.64/45.96	c cleaning 23000 clauses out of 46008 with flag 601176/607342
49.25/48.59	c cleaning 24003 clauses out of 48008 with flag 652563/632342
52.15/51.49	c cleaning 25000 clauses out of 50004 with flag 706226/658341
55.55/54.83	c cleaning 25998 clauses out of 52005 with flag 761894/685342
58.75/58.03	c cleaning 27000 clauses out of 54006 with flag 819780/713341
62.85/62.16	c cleaning 28002 clauses out of 56006 with flag 879635/742341
67.20/66.45	c cleaning 28995 clauses out of 58005 with flag 941615/772342
71.10/70.40	c cleaning 30004 clauses out of 60010 with flag 1005581/803342
75.30/74.57	c cleaning 31000 clauses out of 62006 with flag 1071843/835342
79.50/78.78	c cleaning 31999 clauses out of 64006 with flag 1140310/868342
84.11/83.34	c cleaning 33003 clauses out of 66007 with flag 1210421/902342
88.41/87.69	c cleaning 33998 clauses out of 68003 with flag 1283183/937341
93.61/92.72	c cleaning 35001 clauses out of 70005 with flag 1357888/973341
99.01/98.17	c cleaning 36001 clauses out of 72004 with flag 1434530/1010341
104.43/103.59	c cleaning 36999 clauses out of 74004 with flag 1513275/1048342
109.83/109.00	c cleaning 37998 clauses out of 76005 with flag 1593484/1087342
114.82/113.94	c cleaning 38998 clauses out of 78006 with flag 1675921/1127341
119.95/118.95	c cleaning 39999 clauses out of 80008 with flag 1760690/1168341
125.54/124.58	c cleaning 41002 clauses out of 82009 with flag 1847598/1210341
131.84/130.85	c cleaning 42001 clauses out of 84008 with flag 1936744/1253342
139.84/138.83	c cleaning 43001 clauses out of 86006 with flag 2027388/1297341
148.35/147.24	c cleaning 43998 clauses out of 88005 with flag 2119945/1342341
156.45/155.34	c cleaning 45003 clauses out of 90008 with flag 2214646/1388342
166.16/165.03	c cleaning 46000 clauses out of 92005 with flag 2312955/1435342
176.96/175.66	c cleaning 46998 clauses out of 94005 with flag 2421359/1483342
188.06/186.78	c cleaning 48000 clauses out of 96007 with flag 2532218/1532342
198.59/197.10	c cleaning 48999 clauses out of 98006 with flag 2647790/1582341
209.99/208.51	c cleaning 50002 clauses out of 100009 with flag 2766551/1633343
220.68/219.03	c cleaning 50998 clauses out of 102006 with flag 2882598/1685342
230.78/229.12	c cleaning 51999 clauses out of 104008 with flag 3004837/1738342
241.92/240.18	c cleaning 53000 clauses out of 106009 with flag 3130725/1792342
251.92/250.18	c cleaning 54005 clauses out of 108009 with flag 3257992/1847342
262.70/260.81	c cleaning 54996 clauses out of 110004 with flag 3384245/1903342
273.31/271.48	c cleaning 55999 clauses out of 112008 with flag 3513183/1960342
284.96/283.08	c cleaning 57001 clauses out of 114009 with flag 3648598/2018342
299.23/297.26	c cleaning 57999 clauses out of 116008 with flag 3788619/2077342
314.64/312.67	c cleaning 59005 clauses out of 118009 with flag 3930852/2137342
329.39/327.34	c cleaning 60000 clauses out of 120003 with flag 4069773/2198341
345.94/343.87	c cleaning 60999 clauses out of 122003 with flag 4211789/2260341
361.44/359.30	c cleaning 61999 clauses out of 124004 with flag 4358674/2323341
377.29/375.16	c cleaning 63001 clauses out of 126005 with flag 4505082/2387341
394.84/392.70	c cleaning 63997 clauses out of 128005 with flag 4651566/2452342
414.01/411.74	c cleaning 65001 clauses out of 130009 with flag 4799576/2518343
432.81/430.58	c cleaning 66000 clauses out of 132007 with flag 4948624/2585342
450.28/447.95	c cleaning 66998 clauses out of 134007 with flag 5104954/2653342
467.34/464.92	c cleaning 68001 clauses out of 136010 with flag 5258998/2722343
486.04/483.57	c cleaning 69000 clauses out of 138008 with flag 5416869/2792342
505.41/502.85	c cleaning 70002 clauses out of 140009 with flag 5580419/2863343
524.79/522.14	c cleaning 71000 clauses out of 142005 with flag 5747124/2935341
546.68/543.94	c cleaning 72000 clauses out of 144007 with flag 5916253/3008343
568.17/565.40	c cleaning 73000 clauses out of 146006 with flag 6085663/3082342
588.77/585.80	c cleaning 73998 clauses out of 148005 with flag 6259933/3157341
609.88/606.91	c cleaning 75003 clauses out of 150010 with flag 6436271/3233344
631.21/628.18	c cleaning 76000 clauses out of 152005 with flag 6615283/3310342
650.89/647.71	c cleaning 76998 clauses out of 154004 with flag 6797940/3388341
670.08/666.81	c cleaning 77999 clauses out of 156007 with flag 6982148/3467342
689.43/686.14	c cleaning 78999 clauses out of 158007 with flag 7168746/3547341
709.71/706.35	c cleaning 80004 clauses out of 160009 with flag 7351877/3628342
731.15/727.73	c cleaning 80998 clauses out of 162005 with flag 7538431/3710342
751.33/747.83	c cleaning 81998 clauses out of 164007 with flag 7722090/3793342
773.09/769.47	c cleaning 83003 clauses out of 166010 with flag 7913474/3877343
802.40/798.65	c cleaning 84004 clauses out of 168007 with flag 8109896/3962343
826.05/822.27	c cleaning 84994 clauses out of 170001 with flag 8295644/4048341
853.03/849.12	c cleaning 85996 clauses out of 172007 with flag 8495900/4135341
884.30/880.36	c cleaning 87004 clauses out of 174012 with flag 8676871/4223342
919.05/914.97	c cleaning 88003 clauses out of 176009 with flag 8858285/4312343
956.14/951.90	c cleaning 89003 clauses out of 178005 with flag 9041697/4402342
990.18/985.89	c cleaning 89997 clauses out of 180002 with flag 9227270/4493342
1024.86/1020.39	c cleaning 91002 clauses out of 182004 with flag 9414669/4585341
1056.94/1052.38	c cleaning 92002 clauses out of 184003 with flag 9604564/4678342
1086.89/1082.10	c cleaning 92996 clauses out of 186002 with flag 9796232/4772343
1119.31/1114.48	c cleaning 94003 clauses out of 188005 with flag 9990093/4867342
1159.92/1154.96	c cleaning 94999 clauses out of 190003 with flag 10185374/4963343
1199.10/1193.98	c cleaning 96000 clauses out of 192002 with flag 10382890/5060341
1235.85/1230.50	c cleaning 96999 clauses out of 194002 with flag 10582698/5158341
1277.22/1271.75	c cleaning 98002 clauses out of 196003 with flag 10784063/5257341
1315.65/1310.01	c cleaning 98999 clauses out of 198001 with flag 10987765/5357341
1352.39/1346.63	c cleaning 100003 clauses out of 200006 with flag 11193496/5458345
1386.10/1380.22	c cleaning 100998 clauses out of 201999 with flag 11400996/5560341
1426.42/1420.32	c cleaning 101995 clauses out of 204001 with flag 11610635/5663341
1466.85/1460.69	c cleaning 102997 clauses out of 206006 with flag 11822475/5767341
1509.33/1502.92	c cleaning 104002 clauses out of 208009 with flag 12036152/5872341
1550.24/1543.72	c cleaning 105000 clauses out of 210007 with flag 12251872/5978341
1593.49/1586.83	c cleaning 106000 clauses out of 212007 with flag 12469639/6085341
1630.13/1623.35	c cleaning 107001 clauses out of 214007 with flag 12689631/6193341
1678.90/1671.93	c cleaning 108001 clauses out of 216006 with flag 12911557/6302341
1726.42/1719.24	c cleaning 109001 clauses out of 218005 with flag 13135795/6412341
1767.72/1760.33	c cleaning 109996 clauses out of 220004 with flag 13362292/6523341
1800.05/1792.50	c starts		: 52073
1800.05/1792.50	c conflicts		: 6616712
1800.05/1792.50	c decisions		: 14363272
1800.05/1792.50	c propagations		: 45029088
1800.05/1792.50	c inspects		: 26696773966
1800.05/1792.50	c shortcuts		: 0
1800.05/1792.50	c learnt literals	: 0
1800.05/1792.50	c learnt binary clauses	: 0
1800.05/1792.50	c learnt ternary clauses	: 0
1800.05/1792.50	c learnt constraints	: 6616712
1800.05/1792.50	c ignored constraints	: 0
1800.05/1792.50	c root simplifications	: 0
1800.05/1792.50	c removed literals (reason simplification)	: 0
1800.05/1792.50	c reason swapping (by a shorter reason)	: 0
1800.05/1792.50	c Calls to reduceDB	: 131
1800.05/1792.50	c Number of update (reduction) of LBD	: 97889
1800.05/1792.50	c Imported unit clauses	: 0
1800.05/1792.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1792.50	c number of learned constraints concerned by reduction	: 0
1800.05/1792.50	c number of learning phase by resolution	: 0
1800.05/1792.50	c number of learning phase by cutting planes	: 0
1800.05/1792.50	c speed (assignments/second)	: 25124.55962781646
1800.05/1792.50	c non guided choices	0
1800.05/1792.53	c learnt constraints type 
1800.05/1792.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 203380
1800.05/1792.53	s SATISFIABLE
1800.05/1792.53	c Found 6 solution(s)
1800.05/1792.53	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 
1800.05/1792.53	c objective function=-42
1800.05/1792.53	c Total wall clock time (in seconds): 1792.43

Verifier Data

OK	-42

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-4085866-1465258717/watcher-4085866-1465258717 -o /tmp/evaluation-result-4085866-1465258717/solver-4085866-1465258717 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085866-1465258717.opb 

pid=6466
running on 4 cores: 1,3,5,7

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: 2.20 2.21 2.18 3/194 6469
/proc/meminfo: memFree=29583112/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 107804915 98570240 977 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 24065 978 744 9 0 16771 0
[pid=6469/tid=6470] ppid=6466 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107804915 98570240 978 33554432000 1073741824 1073778376 140736649309008 140431112146472 260190324096 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 6469
/proc/meminfo: memFree=29583112/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 4512 0 1 0 10 1 0 0 20 0 18 0 107804915 9787879424 6136 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2389619 6139 2157 9 0 2380296 0
[pid=6469/tid=6470] ppid=6466 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 107804915 9787879424 6141 33554432000 1073741824 1073778376 140736649309008 140431112150392 140431114954123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 6469
/proc/meminfo: memFree=29583112/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 4719 0 1 0 24 1 0 0 20 0 18 0 107804915 9787879424 6805 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2389619 6805 2215 9 0 2380296 0
[pid=6469/tid=6470] ppid=6466 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 107804915 9787879424 6805 33554432000 1073741824 1073778376 140736649309008 140431112151048 260193696824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300267 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 6469
/proc/meminfo: memFree=29583112/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 5649 0 1 0 47 1 0 0 20 0 19 0 107804915 9856040960 8329 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2406260 8329 2250 9 0 2396937 0
[pid=6469/tid=6470] ppid=6466 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 19 0 107804915 9856040960 8329 33554432000 1073741824 1073778376 140736649309008 140431112151680 140430951965700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700279 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 6469
/proc/meminfo: memFree=29583112/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 8278 0 1 0 119 2 0 0 20 0 19 0 107804915 9856040960 10337 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2406260 10337 2267 9 0 2396937 0
[pid=6469/tid=6470] ppid=6466 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2418 0 1 0 66 1 0 0 20 0 19 0 107804915 9856040960 10337 33554432000 1073741824 1073778376 140736649309008 140431112151528 140430952110006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.20 2.21 2.18 4/213 6488
/proc/meminfo: memFree=29544012/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 8288 0 1 0 203 2 0 0 20 0 19 0 107804915 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2406260 13412 2269 9 0 2396937 0
[pid=6469/tid=6470] ppid=6466 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2425 0 1 0 146 1 0 0 20 0 19 0 107804915 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140431112151576 140430952304291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140431073642920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140431072590376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140431071537320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140431070484776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430951836584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430950784040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430949730984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430948678440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430936267112 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430331078008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430330024840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430328973584 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5965 0 -1 4202560 3201 0 0 0 32 0 0 0 20 0 19 0 107804919 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430327921464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5965 0 -1 4202560 1384 0 0 0 22 0 0 0 20 0 19 0 107804919 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430326868920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430325816056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430324763720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107804942 9856040960 13412 33554432000 1073741824 1073778376 140736649309008 140430323708968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.27 2.22 2.18 4/213 6488
/proc/meminfo: memFree=29527256/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 8389 0 1 0 366 3 0 0 20 0 19 0 107804915 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2406260 18532 2269 9 0 2396937 0
[pid=6469/tid=6470] ppid=6466 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2436 0 1 0 306 2 0 0 20 0 19 0 107804915 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140431112149560 140430952304232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140431073642920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140431072590376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140431071537320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140431070484776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430951836584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430950784040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430949730984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430948678440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430936267112 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430331078008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430330024840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430328973584 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5965 0 -1 4202560 3201 0 0 0 32 0 0 0 20 0 19 0 107804919 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430327921464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5965 0 -1 4202560 1474 0 0 0 25 0 0 0 20 0 19 0 107804919 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430326868920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430325816056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430324763720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107804942 9856040960 18532 33554432000 1073741824 1073778376 140736649309008 140430323708968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.27 2.22 2.18 3/213 6488
/proc/meminfo: memFree=29490552/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 8408 0 1 0 685 3 0 0 20 0 19 0 107804915 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2406260 27147 2270 9 0 2396937 0
[pid=6469/tid=6470] ppid=6466 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2454 0 1 0 624 2 0 0 20 0 19 0 107804915 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140431112142528 140430952562984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140431073642920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140431072590376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140431071537320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140431070484776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430951836584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430950784040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430949730984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107804916 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430948678440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430936267112 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430331078008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430330024840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430328973584 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5965 0 -1 4202560 3201 0 0 0 32 0 0 0 20 0 19 0 107804919 9856040960 27147 33554432000 1073741824 1073778376 140736649309008 140430327921464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.25 cores=1,3,5,7

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

[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107804942 9856040960 99637 33554432000 1073741824 1073778376 140736649309008 140430323708968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1729.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 6598
/proc/meminfo: memFree=29291700/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9625040 CPUtime=1789.84 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 12380 0 1 0 178876 108 0 0 20 0 19 0 107804915 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2406260 96354 2292 9 0 2396937 0
[pid=6469/tid=6470] ppid=6466 vsize=9625040 CPUtime=1773.54 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2579 0 1 0 177324 30 0 0 20 0 19 0 107804915 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431112150456 140430952455198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5965 0 -1 4202560 437 0 0 0 111 7 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431073642920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5965 0 -1 4202560 237 0 0 0 101 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431072590376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5965 0 -1 4202560 240 0 0 0 104 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431071537320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5965 0 -1 4202560 476 0 0 0 101 8 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431070484776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5965 0 -1 4202560 529 0 0 0 102 10 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430951836584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5965 0 -1 4202560 466 0 0 0 125 11 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430950784040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5965 0 -1 4202560 434 0 0 0 106 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430949730984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5965 0 -1 4202560 199 0 0 0 100 5 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430948678440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5965 0 -1 4202560 321 0 0 0 143 4 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430936267112 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430331078008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430330024840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430328973584 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5965 0 -1 4202560 3619 0 0 0 36 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430327921464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5965 0 -1 4202560 1474 0 0 0 27 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430326868920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430325816056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5965 0 -1 4202560 104 0 0 0 27 47 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430324763720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107804942 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430323708968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1789.84
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.5 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 6598
/proc/meminfo: memFree=29292200/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 12380 0 1 0 179896 109 0 0 20 0 19 0 107804915 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2406260 96354 2292 9 0 2396937 0
[pid=6469/tid=6470] ppid=6466 vsize=9625040 CPUtime=1783.72 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2579 0 1 0 178341 31 0 0 20 0 19 0 107804915 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431112150336 140430952455198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5965 0 -1 4202560 437 0 0 0 111 7 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431073642920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5965 0 -1 4202560 237 0 0 0 101 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431072590376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5965 0 -1 4202560 240 0 0 0 104 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431071537320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5965 0 -1 4202560 476 0 0 0 101 8 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431070484776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5965 0 -1 4202560 529 0 0 0 102 10 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430951836584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5965 0 -1 4202560 466 0 0 0 125 11 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430950784040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5965 0 -1 4202560 434 0 0 0 106 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430949730984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5965 0 -1 4202560 199 0 0 0 100 5 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430948678440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5965 0 -1 4202560 321 0 0 0 143 4 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430936267112 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430331078008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430330024840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430328973584 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5965 0 -1 4202560 3619 0 0 0 36 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430327921464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5965 0 -1 4202560 1474 0 0 0 27 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430326868920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430325816056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5965 0 -1 4202560 104 0 0 0 27 47 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430324763720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107804942 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430323708968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6469 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.5 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 6598
/proc/meminfo: memFree=29292200/32872528 swapFree=16360/1798728
[pid=6469] ppid=6466 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5965 0 -1 4202496 12380 0 1 0 179896 109 0 0 20 0 19 0 107804915 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140736649300144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6469/statm: 2406260 96354 2292 9 0 2396937 0
[pid=6469/tid=6470] ppid=6466 vsize=9625040 CPUtime=1783.72 cores=1,3,5,7
/proc/6469/task/6470/stat : 6470 (java) R 6466 6469 5965 0 -1 4202560 2579 0 1 0 178341 31 0 0 20 0 19 0 107804915 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431112150336 140430952455198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5965 0 -1 4202560 437 0 0 0 111 7 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431073642920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5965 0 -1 4202560 237 0 0 0 101 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431072590376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5965 0 -1 4202560 240 0 0 0 104 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431071537320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5965 0 -1 4202560 476 0 0 0 101 8 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140431070484776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5965 0 -1 4202560 529 0 0 0 102 10 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430951836584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5965 0 -1 4202560 466 0 0 0 125 11 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430950784040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5965 0 -1 4202560 434 0 0 0 106 6 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430949730984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5965 0 -1 4202560 199 0 0 0 100 5 0 0 20 0 19 0 107804916 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430948678440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5965 0 -1 4202560 321 0 0 0 143 4 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430936267112 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430331078008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107804917 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430330024840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430328973584 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5965 0 -1 4202560 3619 0 0 0 36 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430327921464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5965 0 -1 4202560 1474 0 0 0 27 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430326868920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430325816056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5965 0 -1 4202560 104 0 0 0 27 47 0 0 20 0 19 0 107804919 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430324763720 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107804942 9856040960 96354 33554432000 1073741824 1073778376 140736649309008 140430323708968 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6469 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=448202
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=552763
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.54
CPU time (s): 1800.05
CPU user time (s): 1798.96
CPU system time (s): 1.09
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 1.55276
maximum resident set size= 616352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12467
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40726
involuntary context switches= 20043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7944 second user time and 13.6019 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 02:18:38
IDJOB=4085866
IDBENCH=48211
IDSOLVER=2546
FILE ID=node123/4085866-1465258717
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_10_5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085866-1465258717/watcher-4085866-1465258717 -o /tmp/evaluation-result-4085866-1465258717/solver-4085866-1465258717 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085866-1465258717.opb

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

MD5SUM BENCH= 2585c1015aa6228da840b6f61adc6732
RANDOM SEED=341788113

node123.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.117
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.23
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.117
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		: 2667.117
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.56
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.117
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.55
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.117
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		: 2667.117
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.57
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.117
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		: 2667.117
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:        29583996 kB
Buffers:           30196 kB
Cached:            98332 kB
SwapCached:         1832 kB
Active:           703192 kB
Inactive:          82924 kB
Active(anon):     654560 kB
Inactive(anon):     5396 kB
Active(file):      48632 kB
Inactive(file):    77528 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098732 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       2465848 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             567436 kB
SReclaimable:      11456 kB
SUnreclaim:       555980 kB
KernelStack:        1752 kB
PageTables:         9112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2578012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2437120 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 node123 at 2016-06-07 02:48:30