Trace number 3688705

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)-25 1800.05 1794.85

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
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-29
Best CPU time to get the best result obtained on this benchmark1797.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
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 constraint25
Maximum length of a constraint45
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)6216
Sum of products size (including duplicates)12432
Number of different products3108
Sum of products size6216

Quality of the solution as a function of time


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

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688705-1337886399.opb
0.08/0.12	c reading problem ... 
0.43/0.40	c ... done. Wall clock time 0.272s.
0.43/0.40	c declared #vars     200
0.43/0.40	c internal #vars     3308
0.43/0.40	c #constraints  6416
0.43/0.40	c constraints type 
0.72/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3108
0.72/0.40	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
0.72/0.40	c ignored satisfied constraints => 200
0.72/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3108
0.72/0.40	c 6616 constraints processed.
0.72/0.40	c objective function length is 200 literals
0.72/0.43	c SATISFIABLE
0.72/0.43	c OPTIMIZING...
0.72/0.43	c Got one! Elapsed wall clock time (in seconds):0.306
0.72/0.43	o -20
1.03/0.52	c Got one! Elapsed wall clock time (in seconds):0.393
1.03/0.52	o -21
1.03/0.57	c Got one! Elapsed wall clock time (in seconds):0.448
1.03/0.57	o -22
2.12/1.03	c cleaning 2535 clauses out of 5070 with flag 5002/5070
2.61/1.43	c cleaning 4267 clauses out of 8533 with flag 11000/11068
2.83/1.63	c Got one! Elapsed wall clock time (in seconds):1.504
2.83/1.63	o -23
2.95/1.74	c cleaning 4767 clauses out of 9534 with flag 2001/16336
3.26/2.09	c cleaning 5382 clauses out of 10767 with flag 8001/22336
3.70/2.40	c Got one! Elapsed wall clock time (in seconds):2.281
3.70/2.40	o -24
4.24/2.90	c cleaning 7975 clauses out of 15953 with flag 5001/32904
4.76/3.43	c cleaning 6989 clauses out of 13977 with flag 11000/38903
5.37/4.05	c cleaning 6995 clauses out of 13989 with flag 18001/45904
6.07/4.76	c cleaning 7496 clauses out of 14993 with flag 26000/53903
6.89/5.57	c cleaning 8248 clauses out of 16497 with flag 35000/62903
7.89/6.51	c cleaning 9125 clauses out of 18249 with flag 45000/72903
8.91/7.58	c cleaning 10059 clauses out of 20125 with flag 56001/83904
10.24/8.81	c cleaning 11030 clauses out of 22068 with flag 68003/95906
11.66/10.22	c cleaning 12016 clauses out of 24036 with flag 81001/108904
13.38/11.96	c cleaning 13010 clauses out of 26019 with flag 95000/122903
15.31/13.86	c cleaning 14001 clauses out of 28009 with flag 110000/137903
17.62/16.19	c cleaning 15004 clauses out of 30008 with flag 126000/153903
20.03/18.58	c cleaning 16002 clauses out of 32004 with flag 143000/170903
22.74/21.24	c cleaning 16999 clauses out of 34002 with flag 161000/188903
25.97/24.45	c cleaning 18003 clauses out of 36005 with flag 180002/207905
29.29/27.73	c cleaning 19000 clauses out of 38001 with flag 200001/227904
33.19/31.61	c cleaning 20001 clauses out of 40001 with flag 221001/248904
37.83/36.24	c cleaning 20996 clauses out of 42001 with flag 243002/270905
42.84/41.20	c cleaning 22002 clauses out of 44004 with flag 266001/293904
47.97/46.38	c cleaning 22995 clauses out of 46001 with flag 290000/317903
53.69/52.07	c cleaning 23999 clauses out of 48007 with flag 315001/342904
60.11/58.50	c cleaning 25003 clauses out of 50008 with flag 341001/368904
66.04/64.37	c cleaning 25999 clauses out of 52004 with flag 368000/395903
73.20/71.41	c cleaning 27002 clauses out of 54006 with flag 396001/423904
81.72/79.90	c cleaning 28002 clauses out of 56003 with flag 425000/452903
89.04/87.21	c cleaning 28995 clauses out of 58003 with flag 455002/482905
96.06/94.28	c cleaning 30001 clauses out of 60007 with flag 486001/513904
102.38/100.59	c cleaning 31004 clauses out of 62009 with flag 518004/545907
110.32/108.45	c cleaning 31999 clauses out of 64002 with flag 551001/578904
119.26/117.31	c cleaning 32997 clauses out of 66003 with flag 585001/612904
128.39/126.46	c cleaning 33997 clauses out of 68005 with flag 620000/647903
138.91/136.97	c cleaning 35003 clauses out of 70010 with flag 656002/683905
152.03/150.00	c cleaning 35997 clauses out of 72007 with flag 693002/720905
163.85/161.88	c cleaning 36997 clauses out of 74008 with flag 731000/758903
176.37/174.39	c cleaning 38002 clauses out of 76011 with flag 770000/797903
187.84/185.72	c cleaning 39000 clauses out of 78009 with flag 810000/837903
203.07/200.97	c cleaning 40003 clauses out of 80011 with flag 851002/878905
221.41/219.22	c cleaning 41001 clauses out of 82007 with flag 893001/920904
239.65/237.44	c cleaning 42003 clauses out of 84006 with flag 936001/963904
260.50/258.27	c cleaning 43002 clauses out of 86003 with flag 980001/1007904
277.54/275.26	c cleaning 43997 clauses out of 88000 with flag 1025000/1052903
294.28/291.95	c cleaning 44995 clauses out of 90003 with flag 1071000/1098903
297.83/295.43	c Got one! Elapsed wall clock time (in seconds):295.309
297.83/295.43	o -25
299.14/296.71	c cleaning 33136 clauses out of 66271 with flag 5000/1120166
299.95/297.56	c cleaning 19568 clauses out of 39135 with flag 11000/1126166
300.96/298.52	c cleaning 13284 clauses out of 26568 with flag 18001/1133167
301.86/299.47	c cleaning 10641 clauses out of 21283 with flag 26000/1141166
302.77/300.39	c cleaning 9820 clauses out of 19644 with flag 35002/1150168
303.87/301.49	c cleaning 9911 clauses out of 19822 with flag 45000/1160166
305.09/302.62	c cleaning 10454 clauses out of 20911 with flag 56000/1171166
306.31/303.89	c cleaning 11222 clauses out of 22458 with flag 68001/1183167
307.92/305.40	c cleaning 12118 clauses out of 24236 with flag 81001/1196167
309.64/307.20	c cleaning 13057 clauses out of 26118 with flag 95001/1210167
311.57/309.07	c cleaning 14027 clauses out of 28061 with flag 110001/1225167
313.88/311.31	c cleaning 15017 clauses out of 30034 with flag 126001/1241167
316.13/313.53	c cleaning 16007 clauses out of 32016 with flag 143000/1258166
318.73/316.17	c cleaning 17004 clauses out of 34011 with flag 161002/1276168
321.95/319.37	c cleaning 17999 clauses out of 36006 with flag 180001/1295167
325.76/323.10	c cleaning 19005 clauses out of 38011 with flag 200005/1315171
329.49/326.87	c cleaning 19994 clauses out of 40002 with flag 221001/1336167
333.80/331.15	c cleaning 21004 clauses out of 42007 with flag 243000/1358166
338.12/335.48	c cleaning 21998 clauses out of 44005 with flag 266002/1381168
342.14/339.47	c cleaning 23002 clauses out of 46005 with flag 290000/1405166
347.36/344.61	c cleaning 23998 clauses out of 48004 with flag 315001/1430167
352.50/349.79	c cleaning 25001 clauses out of 50005 with flag 341000/1456166
358.35/355.59	c cleaning 26003 clauses out of 52006 with flag 368002/1483168
364.46/361.62	c cleaning 27001 clauses out of 54002 with flag 396001/1511167
372.08/369.21	c cleaning 27997 clauses out of 56002 with flag 425002/1540168
380.31/377.44	c cleaning 29000 clauses out of 58003 with flag 455000/1570166
388.45/385.58	c cleaning 30001 clauses out of 60004 with flag 486001/1601167
397.27/394.34	c cleaning 30996 clauses out of 62005 with flag 518003/1633169
406.41/403.45	c cleaning 32001 clauses out of 64007 with flag 551001/1666167
416.13/413.15	c cleaning 33002 clauses out of 66007 with flag 585002/1700168
427.18/424.17	c cleaning 34001 clauses out of 68004 with flag 620001/1735167
436.70/433.69	c cleaning 34996 clauses out of 70002 with flag 656000/1771166
447.63/444.52	c cleaning 35996 clauses out of 72006 with flag 693000/1808166
461.56/458.40	c cleaning 37002 clauses out of 74010 with flag 731000/1846166
474.07/470.96	c cleaning 37996 clauses out of 76008 with flag 770000/1885166
488.81/485.63	c cleaning 39002 clauses out of 78012 with flag 810000/1925166
503.75/500.51	c cleaning 40006 clauses out of 80011 with flag 851001/1966167
520.29/517.06	c cleaning 40997 clauses out of 82004 with flag 893000/2008166
539.04/535.71	c cleaning 42002 clauses out of 84008 with flag 936001/2051167
558.17/554.80	c cleaning 43004 clauses out of 86010 with flag 980005/2095171
577.32/573.95	c cleaning 44002 clauses out of 88003 with flag 1025002/2140168
599.09/595.69	c cleaning 45000 clauses out of 89999 with flag 1071000/2186166
619.78/616.29	c cleaning 45996 clauses out of 92000 with flag 1118001/2233167
646.32/642.75	c cleaning 46999 clauses out of 94004 with flag 1166001/2281167
677.18/673.56	c cleaning 47999 clauses out of 96006 with flag 1215002/2330168
709.57/705.86	c cleaning 49002 clauses out of 98008 with flag 1265003/2380169
742.00/738.22	c cleaning 50000 clauses out of 100004 with flag 1316001/2431167
776.49/772.63	c cleaning 50998 clauses out of 102006 with flag 1368003/2483169
816.11/812.26	c cleaning 51999 clauses out of 104007 with flag 1421002/2536168
856.36/852.50	c cleaning 52998 clauses out of 106007 with flag 1475001/2590167
899.43/895.44	c cleaning 54002 clauses out of 108009 with flag 1530001/2645167
941.99/937.91	c cleaning 55000 clauses out of 110007 with flag 1586001/2701167
977.57/973.44	c cleaning 55999 clauses out of 112008 with flag 1643002/2758168
1022.14/1017.93	c cleaning 56996 clauses out of 114007 with flag 1701000/2816166
1062.72/1058.49	c cleaning 58004 clauses out of 116011 with flag 1760000/2875166
1108.89/1104.58	c cleaning 59004 clauses out of 118007 with flag 1820000/2935166
1158.57/1154.11	c cleaning 60001 clauses out of 120005 with flag 1881002/2996168
1211.16/1206.63	c cleaning 60999 clauses out of 122003 with flag 1943001/3058167
1262.24/1257.67	c cleaning 61996 clauses out of 124003 with flag 2006000/3121166
1321.71/1317.07	c cleaning 62996 clauses out of 126007 with flag 2070000/3185166
1381.34/1376.60	c cleaning 64005 clauses out of 128011 with flag 2135000/3250166
1434.18/1429.46	c cleaning 65002 clauses out of 130009 with flag 2201003/3316169
1490.12/1485.22	c cleaning 66001 clauses out of 132006 with flag 2268002/3383168
1546.96/1542.01	c cleaning 66994 clauses out of 134003 with flag 2336000/3451166
1606.81/1601.81	c cleaning 67998 clauses out of 136011 with flag 2405002/3520168
1670.28/1665.20	c cleaning 68995 clauses out of 138011 with flag 2475000/3590166
1737.44/1732.37	c cleaning 70006 clauses out of 140017 with flag 2546001/3661167
1800.05/1794.81	c starts		: 258
1800.05/1794.81	c conflicts		: 3731365
1800.05/1794.81	c decisions		: 3805599
1800.05/1794.81	c propagations		: 20551000
1800.05/1794.81	c inspects		: 20743410033
1800.05/1794.81	c shortcuts		: 0
1800.05/1794.81	c learnt literals	: 0
1800.05/1794.81	c learnt binary clauses	: 0
1800.05/1794.81	c learnt ternary clauses	: 0
1800.05/1794.81	c learnt constraints	: 3731365
1800.05/1794.81	c ignored constraints	: 0
1800.05/1794.81	c root simplifications	: 0
1800.05/1794.81	c removed literals (reason simplification)	: 0
1800.05/1794.81	c reason swapping (by a shorter reason)	: 0
1800.05/1794.81	c Calls to reduceDB	: 113
1800.05/1794.81	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.81	c number of learned constraints concerned by reduction	: 0
1800.05/1794.81	c number of learning phase by resolution	: 0
1800.05/1794.81	c number of learning phase by cutting planes	: 0
1800.05/1794.81	c speed (assignments/second)	: 11452.878851713891
1800.05/1794.81	c non guided choices	0
1800.05/1794.84	c learnt constraints type 
1800.05/1794.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140220
1800.05/1794.84	c constraints type 
1800.05/1794.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3108
1800.05/1794.84	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
1800.05/1794.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1794.84	c ignored satisfied constraints => 200
1800.05/1794.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3108
1800.05/1794.84	c 6617 constraints processed.
1800.05/1794.84	s SATISFIABLE
1800.05/1794.84	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/1794.84	c objective function=-25
1800.05/1794.84	c Total wall clock time (in seconds): 1794.718

Verifier Data

OK	-25

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688705-1337886399/watcher-3688705-1337886399 -o /tmp/evaluation-result-3688705-1337886399/solver-3688705-1337886399 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688705-1337886399.opb 

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.00 2.00 2.00 3/196 25220
/proc/meminfo: memFree=28441408/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/25220/stat : 25220 (runsolver) D 25218 25220 23031 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 254764713 12095488 55 33554432000 4194304 5436572 140737174044704 140737174040584 5057063 0 0 4096 24578 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/25220/statm: 2953 55 36 304 0 2645 0

[startup+0.052702 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 25220
/proc/meminfo: memFree=28441408/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 3024 0 1 0 2 0 0 0 20 0 13 0 254764713 9446973440 3721 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2306390 3721 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100256 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 25220
/proc/meminfo: memFree=28441408/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 4014 0 1 0 7 1 0 0 20 0 18 0 254764713 9787813888 5205 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2389603 5205 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300222 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 25220
/proc/meminfo: memFree=28441408/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 5364 0 1 0 41 2 0 0 20 0 18 0 254764713 9787813888 7841 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2389603 7841 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700226 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 25220
/proc/meminfo: memFree=28441408/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 15763 0 1 0 157 5 0 0 20 0 19 0 254764713 9855975424 15833 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2406244 15833 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9624976

[startup+1.50072 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25239
/proc/meminfo: memFree=28383108/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9624976 CPUtime=2.73 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 15859 0 1 0 267 6 0 0 20 0 19 0 254764713 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2406244 21893 2280 9 0 2396937 0
[pid=25220/tid=25222] ppid=25218 vsize=9624976 CPUtime=1.39 cores=1,3,5,7
/proc/25220/task/25222/stat : 25222 (java) R 25218 25220 23031 0 -1 4202560 2475 0 1 0 138 1 0 0 20 0 19 0 254764715 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729364423064 139729195107360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25223] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25223/stat : 25223 (java) S 25218 25220 23031 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729325914664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25224] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25224/stat : 25224 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729324861864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25225] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25225/stat : 25225 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729323809064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25226] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25226/stat : 25226 (java) S 25218 25220 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729322756264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25227] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25227/stat : 25227 (java) S 25218 25220 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729321704488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25228] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25228/stat : 25228 (java) S 25218 25220 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729320651688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25229] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25229/stat : 25229 (java) S 25218 25220 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729319598888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25230] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25230/stat : 25230 (java) S 25218 25220 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729318546088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25231] ppid=25218 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25220/task/25231/stat : 25231 (java) S 25218 25220 23031 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 254764717 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729188129256 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25232] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25232/stat : 25232 (java) S 25218 25220 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729187075320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25233] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25233/stat : 25233 (java) S 25218 25220 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729186022408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25234] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25234/stat : 25234 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729184970896 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25235] ppid=25218 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/25220/task/25235/stat : 25235 (java) S 25218 25220 23031 0 -1 4202560 7901 0 0 0 61 2 0 0 20 0 19 0 254764720 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729183919032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25236] ppid=25218 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/25220/task/25236/stat : 25236 (java) S 25218 25220 23031 0 -1 4202560 4220 0 0 0 53 2 0 0 20 0 19 0 254764720 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729182866232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25237] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25237/stat : 25237 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729181813624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25238] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25238/stat : 25238 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729180761032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25239] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25239/stat : 25239 (java) S 25218 25220 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254764755 9855975424 21893 33554432000 1073741824 1073778376 140737483688896 139729179706536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 9624976

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25239
/proc/meminfo: memFree=28357664/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9624976 CPUtime=4.46 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 15884 0 1 0 440 6 0 0 20 0 19 0 254764713 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2406244 24464 2281 9 0 2396937 0
[pid=25220/tid=25222] ppid=25218 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/25220/task/25222/stat : 25222 (java) R 25218 25220 23031 0 -1 4202560 2477 0 1 0 290 1 0 0 20 0 19 0 254764715 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729364423128 139729195345856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25223] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25223/stat : 25223 (java) S 25218 25220 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729325914664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25224] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25224/stat : 25224 (java) S 25218 25220 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729324861864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25225] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25225/stat : 25225 (java) S 25218 25220 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729323809064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25226] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25226/stat : 25226 (java) S 25218 25220 23031 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729322756264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25227] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25227/stat : 25227 (java) S 25218 25220 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729321704488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25228] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25228/stat : 25228 (java) S 25218 25220 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729320651688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25229] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25229/stat : 25229 (java) S 25218 25220 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729319598888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25230] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25230/stat : 25230 (java) S 25218 25220 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729318546088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25231] ppid=25218 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/25220/task/25231/stat : 25231 (java) S 25218 25220 23031 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 19 0 254764717 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729188129256 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25232] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25232/stat : 25232 (java) S 25218 25220 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729187075320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25233] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25233/stat : 25233 (java) S 25218 25220 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729186022408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25234] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25234/stat : 25234 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729184970896 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25235] ppid=25218 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/25220/task/25235/stat : 25235 (java) S 25218 25220 23031 0 -1 4202560 7904 0 0 0 68 2 0 0 20 0 19 0 254764720 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729183919032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25236] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25236/stat : 25236 (java) S 25218 25220 23031 0 -1 4202560 4220 0 0 0 56 2 0 0 20 0 19 0 254764720 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729182866232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25237] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25237/stat : 25237 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729181813624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25238] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25238/stat : 25238 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729180761032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25239] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25239/stat : 25239 (java) S 25218 25220 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254764755 9855975424 24464 33554432000 1073741824 1073778376 140737483688896 139729179706536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25239
/proc/meminfo: memFree=28345004/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9624976 CPUtime=7.69 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 15901 0 1 0 762 7 0 0 20 0 19 0 254764713 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2406244 25922 2281 9 0 2396937 0
[pid=25220/tid=25222] ppid=25218 vsize=9624976 CPUtime=6 cores=1,3,5,7
/proc/25220/task/25222/stat : 25222 (java) R 25218 25220 23031 0 -1 4202560 2482 0 1 0 599 1 0 0 20 0 19 0 254764715 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729364422968 139729195082720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25223] ppid=25218 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25220/task/25223/stat : 25223 (java) S 25218 25220 23031 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254764716 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729325914664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25224] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25224/stat : 25224 (java) S 25218 25220 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729324861864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25225] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25225/stat : 25225 (java) S 25218 25220 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729323809064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25226] ppid=25218 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25220/task/25226/stat : 25226 (java) S 25218 25220 23031 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254764716 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729322756264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25227] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25227/stat : 25227 (java) S 25218 25220 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729321704488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25228] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25228/stat : 25228 (java) S 25218 25220 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729320651688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25229] ppid=25218 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25220/task/25229/stat : 25229 (java) S 25218 25220 23031 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254764716 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729319598888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25230] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25230/stat : 25230 (java) S 25218 25220 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254764716 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729318546088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25231] ppid=25218 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/25220/task/25231/stat : 25231 (java) S 25218 25220 23031 0 -1 4202560 37 0 0 0 18 0 0 0 20 0 19 0 254764717 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729188129256 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25232] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25232/stat : 25232 (java) S 25218 25220 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729187075320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25233] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25233/stat : 25233 (java) S 25218 25220 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729186022408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25234] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25234/stat : 25234 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729184970896 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25235] ppid=25218 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/25220/task/25235/stat : 25235 (java) S 25218 25220 23031 0 -1 4202560 7904 0 0 0 68 2 0 0 20 0 19 0 254764720 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729183919032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25236] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25236/stat : 25236 (java) S 25218 25220 23031 0 -1 4202560 4220 0 0 0 56 2 0 0 20 0 19 0 254764720 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729182866232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25237] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25237/stat : 25237 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729181813624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25238] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25238/stat : 25238 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729180761032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25239] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25239/stat : 25239 (java) S 25218 25220 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254764755 9855975424 25922 33554432000 1073741824 1073778376 140737483688896 139729179706536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25220/tid=25235] ppid=25218 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25220/task/25235/stat : 25235 (java) S 25218 25220 23031 0 -1 4202560 7917 0 0 0 72 3 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729183919032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25236] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25236/stat : 25236 (java) S 25218 25220 23031 0 -1 4202560 4220 0 0 0 56 2 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729182866232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25237] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25237/stat : 25237 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729181813624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25238] ppid=25218 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/25220/task/25238/stat : 25238 (java) S 25218 25220 23031 0 -1 4202560 95 0 0 0 52 36 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729180761032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25239] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25239/stat : 25239 (java) S 25218 25220 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254764755 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729179706536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.38
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.06 2.12 2.07 3/215 25313
/proc/meminfo: memFree=27530656/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9624976 CPUtime=1727.43 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 17922 0 1 0 172682 61 0 0 20 0 19 0 254764713 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2406244 63705 2282 9 0 2396937 0
[pid=25220/tid=25222] ppid=25218 vsize=9624976 CPUtime=1711.35 cores=1,3,5,7
/proc/25220/task/25222/stat : 25222 (java) R 25218 25220 23031 0 -1 4202560 2600 0 1 0 171106 29 0 0 20 0 19 0 254764715 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729364423008 139729195274198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25223] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25223/stat : 25223 (java) S 25218 25220 23031 0 -1 4202560 350 0 0 0 56 2 0 0 20 0 19 0 254764716 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729325914664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25224] ppid=25218 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25220/task/25224/stat : 25224 (java) S 25218 25220 23031 0 -1 4202560 176 0 0 0 52 2 0 0 20 0 19 0 254764716 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729324861864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25225] ppid=25218 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/25220/task/25225/stat : 25225 (java) S 25218 25220 23031 0 -1 4202560 227 0 0 0 50 2 0 0 20 0 19 0 254764716 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729323809064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25226] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25226/stat : 25226 (java) S 25218 25220 23031 0 -1 4202560 238 0 0 0 57 1 0 0 20 0 19 0 254764716 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729322756264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25227] ppid=25218 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/25220/task/25227/stat : 25227 (java) S 25218 25220 23031 0 -1 4202560 210 0 0 0 49 2 0 0 20 0 19 0 254764716 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729321704488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25228] ppid=25218 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/25220/task/25228/stat : 25228 (java) S 25218 25220 23031 0 -1 4202560 218 0 0 0 59 3 0 0 20 0 19 0 254764716 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729320651688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25229] ppid=25218 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25220/task/25229/stat : 25229 (java) S 25218 25220 23031 0 -1 4202560 149 0 0 0 52 2 0 0 20 0 19 0 254764716 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729319598888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25230] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25230/stat : 25230 (java) S 25218 25220 23031 0 -1 4202560 190 0 0 0 56 2 0 0 20 0 19 0 254764716 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729318546088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25231] ppid=25218 vsize=9624976 CPUtime=5.08 cores=1,3,5,7
/proc/25220/task/25231/stat : 25231 (java) S 25218 25220 23031 0 -1 4202560 142 0 0 0 506 2 0 0 20 0 19 0 254764717 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729188129256 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25232] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25232/stat : 25232 (java) S 25218 25220 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729187075320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25233] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25233/stat : 25233 (java) S 25218 25220 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729186022408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25234] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25234/stat : 25234 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729184970896 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25235] ppid=25218 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25220/task/25235/stat : 25235 (java) S 25218 25220 23031 0 -1 4202560 7917 0 0 0 72 3 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729183919032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25236] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25236/stat : 25236 (java) S 25218 25220 23031 0 -1 4202560 4220 0 0 0 56 2 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729182866232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25237] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25237/stat : 25237 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729181813624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25238] ppid=25218 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/25220/task/25238/stat : 25238 (java) S 25218 25220 23031 0 -1 4202560 99 0 0 0 54 38 0 0 20 0 19 0 254764720 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729180761032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25239] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25239/stat : 25239 (java) S 25218 25220 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254764755 9855975424 63705 33554432000 1073741824 1073778376 140737483688896 139729179706536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.43
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.11 2.07 3/215 25313
/proc/meminfo: memFree=27481564/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9624976 CPUtime=1787.54 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 17945 0 1 0 178691 63 0 0 20 0 19 0 254764713 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2406244 65254 2282 9 0 2396937 0
[pid=25220/tid=25222] ppid=25218 vsize=9624976 CPUtime=1771.1 cores=1,3,5,7
/proc/25220/task/25222/stat : 25222 (java) R 25218 25220 23031 0 -1 4202560 2604 0 1 0 177081 29 0 0 20 0 19 0 254764715 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729364423008 139729195274198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25223] ppid=25218 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/25220/task/25223/stat : 25223 (java) S 25218 25220 23031 0 -1 4202560 350 0 0 0 57 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729325914664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25224] ppid=25218 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/25220/task/25224/stat : 25224 (java) S 25218 25220 23031 0 -1 4202560 176 0 0 0 53 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729324861864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25225] ppid=25218 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25220/task/25225/stat : 25225 (java) S 25218 25220 23031 0 -1 4202560 227 0 0 0 52 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729323809064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25226] ppid=25218 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/25220/task/25226/stat : 25226 (java) S 25218 25220 23031 0 -1 4202560 238 0 0 0 58 1 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729322756264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25227] ppid=25218 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25220/task/25227/stat : 25227 (java) S 25218 25220 23031 0 -1 4202560 210 0 0 0 52 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729321704488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25228] ppid=25218 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/25220/task/25228/stat : 25228 (java) S 25218 25220 23031 0 -1 4202560 218 0 0 0 59 3 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729320651688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25229] ppid=25218 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/25220/task/25229/stat : 25229 (java) S 25218 25220 23031 0 -1 4202560 162 0 0 0 53 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729319598888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25230] ppid=25218 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/25220/task/25230/stat : 25230 (java) S 25218 25220 23031 0 -1 4202560 190 0 0 0 57 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729318546088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25231] ppid=25218 vsize=9624976 CPUtime=5.16 cores=1,3,5,7
/proc/25220/task/25231/stat : 25231 (java) S 25218 25220 23031 0 -1 4202560 144 0 0 0 513 3 0 0 20 0 19 0 254764717 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729188129256 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25232] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25232/stat : 25232 (java) S 25218 25220 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729187075320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25233] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25233/stat : 25233 (java) S 25218 25220 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729186022408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25234] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25234/stat : 25234 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729184970896 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25235] ppid=25218 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25220/task/25235/stat : 25235 (java) S 25218 25220 23031 0 -1 4202560 7917 0 0 0 72 3 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729183919032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25236] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25236/stat : 25236 (java) S 25218 25220 23031 0 -1 4202560 4220 0 0 0 56 2 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729182866232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25237] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25237/stat : 25237 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729181813624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25238] ppid=25218 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/25220/task/25238/stat : 25238 (java) S 25218 25220 23031 0 -1 4202560 103 0 0 0 57 38 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729180761032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25239] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25239/stat : 25239 (java) S 25218 25220 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254764755 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729179706536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.04 2.11 2.06 3/215 25313
/proc/meminfo: memFree=27480932/32873844 swapFree=7608/7608
[pid=25220] ppid=25218 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/25220/stat : 25220 (java) S 25218 25220 23031 0 -1 4202496 17945 0 1 0 179942 63 0 0 20 0 19 0 254764713 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 140737483680032 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25220/statm: 2406244 65254 2282 9 0 2396937 0
[pid=25220/tid=25222] ppid=25218 vsize=9624976 CPUtime=1783.58 cores=1,3,5,7
/proc/25220/task/25222/stat : 25222 (java) R 25218 25220 23031 0 -1 4202560 2604 0 1 0 178328 30 0 0 20 0 19 0 254764715 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729364423008 139729195083059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25223] ppid=25218 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/25220/task/25223/stat : 25223 (java) S 25218 25220 23031 0 -1 4202560 350 0 0 0 57 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729325914664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25224] ppid=25218 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/25220/task/25224/stat : 25224 (java) S 25218 25220 23031 0 -1 4202560 176 0 0 0 53 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729324861864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25225] ppid=25218 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25220/task/25225/stat : 25225 (java) S 25218 25220 23031 0 -1 4202560 227 0 0 0 52 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729323809064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25226] ppid=25218 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/25220/task/25226/stat : 25226 (java) S 25218 25220 23031 0 -1 4202560 238 0 0 0 58 1 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729322756264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25227] ppid=25218 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25220/task/25227/stat : 25227 (java) S 25218 25220 23031 0 -1 4202560 210 0 0 0 52 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729321704488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25228] ppid=25218 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/25220/task/25228/stat : 25228 (java) S 25218 25220 23031 0 -1 4202560 218 0 0 0 59 3 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729320651688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25229] ppid=25218 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/25220/task/25229/stat : 25229 (java) S 25218 25220 23031 0 -1 4202560 162 0 0 0 53 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729319598888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25230] ppid=25218 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/25220/task/25230/stat : 25230 (java) S 25218 25220 23031 0 -1 4202560 190 0 0 0 57 2 0 0 20 0 19 0 254764716 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729318546088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25220/tid=25231] ppid=25218 vsize=9624976 CPUtime=5.16 cores=1,3,5,7
/proc/25220/task/25231/stat : 25231 (java) S 25218 25220 23031 0 -1 4202560 144 0 0 0 513 3 0 0 20 0 19 0 254764717 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729188129256 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25232] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25232/stat : 25232 (java) S 25218 25220 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729187075320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25233] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25233/stat : 25233 (java) S 25218 25220 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254764718 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729186022408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25234] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25234/stat : 25234 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729184970896 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25220/tid=25235] ppid=25218 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25220/task/25235/stat : 25235 (java) S 25218 25220 23031 0 -1 4202560 7917 0 0 0 72 3 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729183919032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25236] ppid=25218 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/25220/task/25236/stat : 25236 (java) S 25218 25220 23031 0 -1 4202560 4220 0 0 0 56 2 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729182866232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25237] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25237/stat : 25237 (java) S 25218 25220 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729181813624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25220/tid=25238] ppid=25218 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/25220/task/25238/stat : 25238 (java) S 25218 25220 23031 0 -1 4202560 103 0 0 0 57 39 0 0 20 0 19 0 254764720 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729180761032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25220/tid=25239] ppid=25218 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25220/task/25239/stat : 25239 (java) S 25218 25220 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254764755 9855975424 65254 33554432000 1073741824 1073778376 140737483688896 139729179706536 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25220 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=889135
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=82835
# CPU time returned by wait4() is 1795.97
# 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): 1794.85
CPU time (s): 1800.05
CPU user time (s): 1799.42
CPU system time (s): 0.63
CPU usage (%): 100.29
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.89
system time used= 1.08283
maximum resident set size= 263184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17980
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41044
involuntary context switches= 13276

runsolver used 6.52001 second user time and 15.9426 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 21:06:39
IDJOB=3688705
IDBENCH=48212
IDSOLVER=2269
FILE ID=node135/3688705-1337886399
RUNJOBID= node135-1337871881-23049
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688705-1337886399/watcher-3688705-1337886399 -o /tmp/evaluation-result-3688705-1337886399/solver-3688705-1337886399 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688705-1337886399.opb

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=1211135272

node135.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.820
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.64
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.820
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.57
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.820
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.820
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		: 2666.820
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.54
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.820
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.55
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.820
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	: 5238.35
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.820
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:       32873844 kB
MemFree:        28441564 kB
Buffers:          218548 kB
Cached:          3344432 kB
SwapCached:            0 kB
Active:           876368 kB
Inactive:        2783712 kB
Active(anon):      99568 kB
Inactive(anon):        0 kB
Active(file):     776800 kB
Inactive(file):  2783712 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        104752 kB
Mapped:            22600 kB
Shmem:               212 kB
Slab:             632356 kB
SReclaimable:      74728 kB
SUnreclaim:       557628 kB
KernelStack:        1616 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71608 MiB
End job on node135 at 2012-05-24 21:36:36