Trace number 3688251

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 Snapshot? (TO) 1800.05 1796.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688251-1337881004.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.023s.
0.09/0.14	c declared #vars     41
0.09/0.14	c #constraints  11
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.14	c 11 constraints processed.
0.09/0.14	c objective function length is 1 literals
0.48/0.39	c cleaning 2501 clauses out of 5001 with flag 5001/5001
0.76/0.57	c cleaning 4250 clauses out of 8500 with flag 11001/11001
0.99/0.78	c cleaning 5625 clauses out of 11249 with flag 18000/18000
1.31/1.03	c cleaning 6811 clauses out of 13625 with flag 26001/26001
1.64/1.33	c cleaning 7907 clauses out of 15813 with flag 35000/35000
1.96/1.68	c cleaning 8952 clauses out of 17909 with flag 45003/45003
2.34/2.08	c cleaning 9978 clauses out of 19955 with flag 56001/56001
2.84/2.56	c cleaning 10988 clauses out of 21976 with flag 68000/68000
3.35/3.08	c cleaning 11993 clauses out of 23988 with flag 81000/81000
3.95/3.68	c cleaning 12993 clauses out of 25996 with flag 95001/95001
4.56/4.25	c cleaning 13992 clauses out of 28002 with flag 110000/110000
5.17/4.89	c cleaning 15005 clauses out of 30010 with flag 126000/126000
5.97/5.68	c cleaning 15994 clauses out of 32006 with flag 143001/143001
6.77/6.49	c cleaning 17008 clauses out of 34015 with flag 161004/161004
7.79/7.45	c cleaning 18001 clauses out of 36004 with flag 180001/180001
8.69/8.37	c cleaning 19001 clauses out of 38002 with flag 200000/200000
9.79/9.45	c cleaning 19999 clauses out of 40004 with flag 221003/221003
10.90/10.50	c cleaning 20998 clauses out of 42003 with flag 243001/243001
12.00/11.69	c cleaning 22000 clauses out of 44004 with flag 266000/266000
13.32/12.99	c cleaning 22998 clauses out of 46006 with flag 290002/290002
14.76/14.34	c cleaning 24004 clauses out of 48008 with flag 315002/315002
16.07/15.69	c cleaning 25000 clauses out of 50003 with flag 341001/341001
17.68/17.23	c cleaning 26001 clauses out of 52002 with flag 368000/368000
19.39/18.93	c cleaning 27001 clauses out of 54003 with flag 396002/396002
20.99/20.50	c cleaning 28000 clauses out of 56004 with flag 425004/425004
22.71/22.28	c cleaning 29000 clauses out of 58002 with flag 455002/455002
24.63/24.13	c cleaning 29994 clauses out of 60001 with flag 486001/486001
26.43/25.99	c cleaning 30999 clauses out of 62009 with flag 518003/518003
28.44/27.99	c cleaning 31998 clauses out of 64008 with flag 551001/551001
30.64/30.15	c cleaning 32999 clauses out of 66011 with flag 585002/585002
32.76/32.27	c cleaning 33999 clauses out of 68010 with flag 620000/620000
35.16/34.69	c cleaning 35004 clauses out of 70011 with flag 656000/656000
37.58/37.02	c cleaning 35996 clauses out of 72007 with flag 693000/693000
40.10/39.55	c cleaning 37004 clauses out of 74012 with flag 731001/731001
42.90/42.35	c cleaning 38005 clauses out of 76011 with flag 770004/770004
45.72/45.15	c cleaning 38997 clauses out of 78002 with flag 810000/810000
48.52/47.94	c cleaning 39993 clauses out of 80006 with flag 851001/851001
52.05/51.43	c cleaning 41003 clauses out of 82012 with flag 893000/893000
55.06/54.45	c cleaning 41998 clauses out of 84009 with flag 936000/936000
58.66/58.08	c cleaning 43006 clauses out of 86012 with flag 980001/980001
62.20/61.56	c cleaning 43997 clauses out of 88007 with flag 1025002/1025002
65.50/64.81	c cleaning 44995 clauses out of 90008 with flag 1071000/1071000
69.00/68.34	c cleaning 46000 clauses out of 92014 with flag 1118001/1118001
72.63/71.99	c cleaning 47007 clauses out of 94014 with flag 1166001/1166001
76.24/75.58	c cleaning 48001 clauses out of 96006 with flag 1215000/1215000
79.86/79.20	c cleaning 49000 clauses out of 98005 with flag 1265000/1265000
83.58/82.84	c cleaning 49999 clauses out of 100005 with flag 1316000/1316000
87.80/87.01	c cleaning 51004 clauses out of 102009 with flag 1368003/1368003
92.45/91.68	c cleaning 52001 clauses out of 104006 with flag 1421004/1421004
96.77/95.92	c cleaning 52994 clauses out of 106001 with flag 1475000/1475000
101.80/100.99	c cleaning 54004 clauses out of 108008 with flag 1530001/1530001
106.35/105.50	c cleaning 55002 clauses out of 110003 with flag 1586000/1586000
110.88/109.92	c cleaning 55997 clauses out of 112001 with flag 1643000/1643000
115.59/114.65	c cleaning 56997 clauses out of 114005 with flag 1701001/1701001
120.80/119.86	c cleaning 58005 clauses out of 116009 with flag 1760002/1760002
125.61/124.67	c cleaning 59000 clauses out of 118003 with flag 1820001/1820001
130.95/129.97	c cleaning 59998 clauses out of 120003 with flag 1881001/1881001
136.17/135.20	c cleaning 61000 clauses out of 122006 with flag 1943002/1943002
141.92/140.89	c cleaning 62000 clauses out of 124004 with flag 2006000/2006000
147.73/146.69	c cleaning 63001 clauses out of 126005 with flag 2070001/2070001
154.53/153.46	c cleaning 64000 clauses out of 128005 with flag 2135002/2135002
161.47/160.33	c cleaning 65000 clauses out of 130004 with flag 2201001/2201001
167.53/166.36	c cleaning 65998 clauses out of 132003 with flag 2268000/2268000
174.26/173.05	c cleaning 67001 clauses out of 134005 with flag 2336000/2336000
180.77/179.60	c cleaning 67996 clauses out of 136004 with flag 2405000/2405000
187.12/185.89	c cleaning 69002 clauses out of 138008 with flag 2475000/2475000
194.25/192.95	c cleaning 70002 clauses out of 140007 with flag 2546001/2546001
202.08/200.78	c cleaning 70996 clauses out of 142004 with flag 2618000/2618000
209.82/208.43	c cleaning 72002 clauses out of 144008 with flag 2691000/2691000
217.84/216.44	c cleaning 73002 clauses out of 146006 with flag 2765000/2765000
225.65/224.22	c cleaning 74001 clauses out of 148005 with flag 2840001/2840001
233.87/232.47	c cleaning 74996 clauses out of 150004 with flag 2916001/2916001
244.18/242.77	c cleaning 76000 clauses out of 152010 with flag 2993003/2993003
252.71/251.20	c cleaning 76997 clauses out of 154008 with flag 3071001/3071001
261.14/259.69	c cleaning 77997 clauses out of 156010 with flag 3150000/3150000
269.77/268.30	c cleaning 79006 clauses out of 158013 with flag 3230000/3230000
278.90/277.33	c cleaning 80003 clauses out of 160007 with flag 3311000/3311000
288.32/286.72	c cleaning 80998 clauses out of 162005 with flag 3393001/3393001
296.85/295.29	c cleaning 81994 clauses out of 164008 with flag 3476002/3476002
306.87/305.27	c cleaning 83002 clauses out of 166012 with flag 3560000/3560000
316.02/314.33	c cleaning 84001 clauses out of 168010 with flag 3645000/3645000
325.54/323.80	c cleaning 85004 clauses out of 170009 with flag 3731000/3731000
335.66/333.99	c cleaning 85995 clauses out of 172005 with flag 3818000/3818000
346.18/344.45	c cleaning 87001 clauses out of 174010 with flag 3906000/3906000
357.02/355.29	c cleaning 88003 clauses out of 176009 with flag 3995000/3995000
366.55/364.78	c cleaning 88998 clauses out of 178009 with flag 4085003/4085003
376.89/375.08	c cleaning 89998 clauses out of 180008 with flag 4176000/4176000
387.60/385.72	c cleaning 91003 clauses out of 182010 with flag 4268000/4268000
398.44/396.59	c cleaning 92003 clauses out of 184007 with flag 4361000/4361000
410.16/408.28	c cleaning 92996 clauses out of 186004 with flag 4455000/4455000
425.17/423.26	c cleaning 94002 clauses out of 188009 with flag 4550001/4550001
444.10/442.14	c cleaning 95005 clauses out of 190010 with flag 4646004/4646004
465.42/463.40	c cleaning 96001 clauses out of 192002 with flag 4743001/4743001
486.75/484.74	c cleaning 96998 clauses out of 194000 with flag 4841000/4841000
506.68/504.67	c cleaning 98000 clauses out of 196005 with flag 4940003/4940003
525.14/523.05	c cleaning 98994 clauses out of 198002 with flag 5040000/5040000
544.12/541.99	c cleaning 100003 clauses out of 200010 with flag 5141002/5141002
561.26/559.04	c cleaning 101001 clauses out of 202005 with flag 5243000/5243000
578.89/576.63	c cleaning 101999 clauses out of 204006 with flag 5346002/5346002
597.84/595.58	c cleaning 103000 clauses out of 206006 with flag 5450001/5450001
616.28/613.95	c cleaning 104002 clauses out of 208006 with flag 5555001/5555001
632.98/630.69	c cleaning 104999 clauses out of 210003 with flag 5661000/5661000
653.40/651.08	c cleaning 106004 clauses out of 212008 with flag 5768004/5768004
676.14/673.70	c cleaning 106998 clauses out of 214000 with flag 5876000/5876000
698.18/695.71	c cleaning 108001 clauses out of 216004 with flag 5985002/5985002
718.69/716.23	c cleaning 108996 clauses out of 218002 with flag 6095001/6095001
735.92/733.49	c cleaning 110000 clauses out of 220005 with flag 6206000/6206000
754.33/751.89	c cleaning 111000 clauses out of 222005 with flag 6318000/6318000
779.36/776.83	c cleaning 111995 clauses out of 224006 with flag 6431001/6431001
803.39/800.88	c cleaning 113003 clauses out of 226011 with flag 6545001/6545001
824.20/821.65	c cleaning 114001 clauses out of 228008 with flag 6660001/6660001
851.83/849.23	c cleaning 115003 clauses out of 230006 with flag 6776000/6776000
881.26/878.66	c cleaning 115999 clauses out of 232003 with flag 6893000/6893000
902.89/900.23	c cleaning 116998 clauses out of 234005 with flag 7011001/7011001
924.14/921.44	c cleaning 117997 clauses out of 236007 with flag 7130001/7130001
952.26/949.52	c cleaning 119001 clauses out of 238011 with flag 7250002/7250002
974.12/971.33	c cleaning 120002 clauses out of 240008 with flag 7371000/7371000
994.82/992.03	c cleaning 120998 clauses out of 242006 with flag 7493000/7493000
1017.17/1014.33	c cleaning 122005 clauses out of 244010 with flag 7616002/7616002
1039.28/1036.44	c cleaning 122995 clauses out of 246004 with flag 7740001/7740001
1065.15/1062.21	c cleaning 124000 clauses out of 248008 with flag 7865000/7865000
1088.18/1085.24	c cleaning 125004 clauses out of 250012 with flag 7991004/7991004
1111.81/1108.81	c cleaning 126000 clauses out of 252006 with flag 8118002/8118002
1138.74/1135.74	c cleaning 126998 clauses out of 254004 with flag 8246000/8246000
1163.44/1160.31	c cleaning 128001 clauses out of 256006 with flag 8375000/8375000
1186.04/1182.96	c cleaning 129000 clauses out of 258005 with flag 8505000/8505000
1211.66/1208.52	c cleaning 130002 clauses out of 260005 with flag 8636000/8636000
1233.53/1230.33	c cleaning 130996 clauses out of 262005 with flag 8768002/8768002
1255.58/1252.37	c cleaning 132001 clauses out of 264007 with flag 8901000/8901000
1284.72/1281.46	c cleaning 132999 clauses out of 266006 with flag 9035000/9035000
1314.02/1310.77	c cleaning 133999 clauses out of 268009 with flag 9170002/9170002
1344.34/1341.08	c cleaning 134999 clauses out of 270008 with flag 9306000/9306000
1370.48/1367.13	c cleaning 135998 clauses out of 272010 with flag 9443001/9443001
1401.74/1398.35	c cleaning 137000 clauses out of 274012 with flag 9581001/9581001
1428.14/1424.78	c cleaning 138003 clauses out of 276012 with flag 9720001/9720001
1454.48/1451.06	c cleaning 138999 clauses out of 278008 with flag 9860000/9860000
1484.14/1480.62	c cleaning 140001 clauses out of 280010 with flag 10001001/10001001
1519.63/1516.03	c cleaning 140998 clauses out of 282010 with flag 10143002/10143002
1543.25/1539.67	c cleaning 142004 clauses out of 284012 with flag 10286002/10286002
1573.07/1569.48	c cleaning 142997 clauses out of 286008 with flag 10430002/10430002
1605.43/1601.71	c cleaning 144004 clauses out of 288010 with flag 10575001/10575001
1633.89/1630.17	c cleaning 145003 clauses out of 290008 with flag 10721003/10721003
1664.28/1660.40	c cleaning 145995 clauses out of 292004 with flag 10868002/10868002
1695.83/1691.93	c cleaning 147000 clauses out of 294007 with flag 11016000/11016000
1720.76/1716.87	c cleaning 148002 clauses out of 296008 with flag 11165001/11165001
1750.69/1746.78	c cleaning 148999 clauses out of 298006 with flag 11315001/11315001
1778.42/1774.44	c cleaning 149999 clauses out of 300006 with flag 11466000/11466000
1800.05/1796.01	c starts		: 323
1800.05/1796.01	c conflicts		: 11618002
1800.05/1796.01	c decisions		: 11784766
1800.05/1796.01	c propagations		: 82861441
1800.05/1796.01	c inspects		: 25196515602
1800.05/1796.01	c shortcuts		: 0
1800.05/1796.01	c learnt literals	: 0
1800.05/1796.01	c learnt binary clauses	: 0
1800.05/1796.01	c learnt ternary clauses	: 0
1800.05/1796.01	c learnt constraints	: 11618002
1800.05/1796.01	c ignored constraints	: 0
1800.05/1796.01	c root simplifications	: 0
1800.05/1796.01	c removed literals (reason simplification)	: 0
1800.05/1796.01	c reason swapping (by a shorter reason)	: 0
1800.05/1796.01	c Calls to reduceDB	: 148
1800.05/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.01	c number of learned constraints concerned by reduction	: 0
1800.05/1796.01	c number of learning phase by resolution	: 0
1800.05/1796.01	c number of learning phase by cutting planes	: 0
1800.05/1796.01	c speed (assignments/second)	: 46140.15370874409
1800.05/1796.01	c non guided choices	18
1800.05/1796.05	c learnt constraints type 
1800.05/1796.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 302009
1800.05/1796.05	c constraints type 
1800.05/1796.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.05/1796.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
1800.05/1796.05	c 11 constraints processed.
1800.05/1796.05	s UNKNOWN
1800.05/1796.05	c Total wall clock time (in seconds): 1795.927

Verifier Data

ERROR: no interpretation found !

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-3688251-1337881004/watcher-3688251-1337881004 -o /tmp/evaluation-result-3688251-1337881004/solver-3688251-1337881004 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688251-1337881004.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.02 2.05 2.00 3/196 24377
/proc/meminfo: memFree=28463440/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24377/stat : 24377 (java) D 24375 24377 23031 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254225177 9515008 183 33554432000 1073741824 1073778376 140735274751248 140735274742280 215124623029 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/24377/statm: 2323 183 140 9 0 71 0

[startup+0.0875081 s]
/proc/loadavg: 2.02 2.05 2.00 3/196 24377
/proc/meminfo: memFree=28463440/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 3343 0 1 0 6 0 0 0 20 0 18 0 254225177 9787813888 4551 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2389603 4551 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100311 s]
/proc/loadavg: 2.02 2.05 2.00 3/196 24377
/proc/meminfo: memFree=28463440/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 4174 0 1 0 8 1 0 0 20 0 18 0 254225177 9787813888 5370 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2389603 5377 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300268 s]
/proc/loadavg: 2.02 2.05 2.00 3/196 24377
/proc/meminfo: memFree=28463440/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 6710 0 1 0 46 2 0 0 20 0 19 0 254225177 9855975424 7570 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2406244 7570 2209 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700267 s]
/proc/loadavg: 2.02 2.05 2.00 3/196 24377
/proc/meminfo: memFree=28463440/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 7416 0 1 0 96 3 0 0 20 0 19 0 254225177 9855975424 9801 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2406244 9801 2251 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9624976

[startup+1.50077 s]
/proc/loadavg: 2.02 2.05 2.00 3/215 24396
/proc/meminfo: memFree=28430596/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9624976 CPUtime=1.84 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 7461 0 1 0 181 3 0 0 20 0 19 0 254225177 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2406244 10354 2266 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=1.4 cores=1,3,5,7
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23031 0 -1 4202560 2457 0 1 0 140 0 0 0 20 0 19 0 254225178 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133482979736 140133324500363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133444471720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133443419176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133324024488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23031 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133322971944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133321918888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133320866344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133319813288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140133318760744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23031 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 254225180 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132836432744 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132835379064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132834325896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132833274640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23031 0 -1 4202560 1937 0 0 0 17 0 0 0 20 0 19 0 254225183 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132832221496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23031 0 -1 4202560 1801 0 0 0 15 0 0 0 20 0 19 0 254225183 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132831168952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132830116088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132829063752 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225192 9855975424 10354 33554432000 1073741824 1073778376 140735330595280 140132828010024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 2.10 2.06 2.01 3/215 24396
/proc/meminfo: memFree=28430100/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9624976 CPUtime=3.45 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 7482 0 1 0 342 3 0 0 20 0 19 0 254225177 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2406244 10371 2266 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23031 0 -1 4202560 2461 0 1 0 295 0 0 0 20 0 19 0 254225178 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133482979736 140133324458756 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23031 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133444471720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133443419176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133324024488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23031 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133322971944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133321918888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133320866344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133319813288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140133318760744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23031 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 254225180 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132836432744 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132835379064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132834325896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132833274640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23031 0 -1 4202560 1937 0 0 0 17 0 0 0 20 0 19 0 254225183 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132832221496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23031 0 -1 4202560 1801 0 0 0 15 0 0 0 20 0 19 0 254225183 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132831168952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132830116088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132829063752 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225192 9855975424 10371 33554432000 1073741824 1073778376 140735330595280 140132828010024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.10 2.06 2.01 3/215 24396
/proc/meminfo: memFree=28425640/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9624976 CPUtime=6.67 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 7504 0 1 0 664 3 0 0 20 0 19 0 254225177 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2406244 11393 2266 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23031 0 -1 4202560 2466 0 1 0 607 0 0 0 20 0 19 0 254225178 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133482979616 140133324449175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23031 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133444471720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133443419176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133324024488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133322971944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133321918888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133320866344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133319813288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254225179 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140133318760744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23031 0 -1 4202560 34 0 0 0 13 0 0 0 20 0 19 0 254225180 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132836432744 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132835379064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132834325896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132833274640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23031 0 -1 4202560 1937 0 0 0 17 0 0 0 20 0 19 0 254225183 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132832221496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23031 0 -1 4202560 1801 0 0 0 15 0 0 0 20 0 19 0 254225183 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132831168952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132830116088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132829063752 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225192 9855975424 11393 33554432000 1073741824 1073778376 140735330595280 140132828010024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23031 0 -1 4202560 1963 0 0 0 21 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132832221496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23031 0 -1 4202560 1801 0 0 0 15 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132831168952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132830116088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23031 0 -1 4202560 95 0 0 0 31 26 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132829063752 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225192 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132828010024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.21
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.91 1.97 1.99 3/215 24665
/proc/meminfo: memFree=28248700/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9624976 CPUtime=1726.28 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 9854 0 1 0 172587 41 0 0 20 0 19 0 254225177 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2406244 38192 2267 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=1710.4 cores=1,3,5,7
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23031 0 -1 4202560 2608 0 1 0 171012 28 0 0 20 0 19 0 254225178 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133482979616 140133324468690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23031 0 -1 4202560 194 0 0 0 59 0 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133444471720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23031 0 -1 4202560 281 0 0 0 58 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133443419176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23031 0 -1 4202560 266 0 0 0 56 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133324024488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23031 0 -1 4202560 238 0 0 0 62 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133322971944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23031 0 -1 4202560 269 0 0 0 58 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133321918888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23031 0 -1 4202560 269 0 0 0 61 1 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133320866344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23031 0 -1 4202560 265 0 0 0 59 1 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133319813288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23031 0 -1 4202560 268 0 0 0 63 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133318760744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=5.89 cores=1,3,5,7
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23031 0 -1 4202560 153 0 0 0 586 3 0 0 20 0 19 0 254225180 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132836432744 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132835379064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132834325896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132833274640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23031 0 -1 4202560 1963 0 0 0 21 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132832221496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23031 0 -1 4202560 1801 0 0 0 15 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132831168952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132830116088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23031 0 -1 4202560 99 0 0 0 33 27 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132829063752 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225192 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132828010024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.28
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/215 24665
/proc/meminfo: memFree=28241812/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9624976 CPUtime=1786.33 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 9864 0 1 0 178590 43 0 0 20 0 19 0 254225177 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2406244 38192 2267 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=1770.1 cores=1,3,5,7
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23031 0 -1 4202560 2610 0 1 0 176981 29 0 0 20 0 19 0 254225178 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133482979616 140133324458910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23031 0 -1 4202560 194 0 0 0 60 0 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133444471720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23031 0 -1 4202560 281 0 0 0 59 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133443419176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23031 0 -1 4202560 266 0 0 0 57 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133324024488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23031 0 -1 4202560 238 0 0 0 62 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133322971944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23031 0 -1 4202560 269 0 0 0 59 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133321918888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23031 0 -1 4202560 269 0 0 0 61 1 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133320866344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23031 0 -1 4202560 265 0 0 0 60 1 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133319813288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23031 0 -1 4202560 268 0 0 0 64 2 0 0 20 0 19 0 254225179 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140133318760744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=6.02 cores=1,3,5,7
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23031 0 -1 4202560 157 0 0 0 599 3 0 0 20 0 19 0 254225180 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132836432744 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132835379064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132834325896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132833274640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23031 0 -1 4202560 1963 0 0 0 21 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132832221496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23031 0 -1 4202560 1801 0 0 0 15 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132831168952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132830116088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23031 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 254225183 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132829063752 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225192 9855975424 38192 33554432000 1073741824 1073778376 140735330595280 140132828010024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.33
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.01 1.99 1.99 3/215 24665
/proc/meminfo: memFree=28240136/32873844 swapFree=7608/7608
[pid=24377] ppid=24375 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/24377/stat : 24377 (java) S 24375 24377 23031 0 -1 4202496 9865 0 1 0 179961 44 0 0 20 0 19 0 254225177 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140735330586416 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24377/statm: 2406244 38704 2267 9 0 2396937 0
[pid=24377/tid=24379] ppid=24375 vsize=9624976 CPUtime=1783.77 cores=1,3,5,7
/proc/24377/task/24379/stat : 24379 (java) R 24375 24377 23031 0 -1 4202560 2611 0 1 0 178347 30 0 0 20 0 19 0 254225178 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133482979616 140133324607156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24380] ppid=24375 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24377/task/24380/stat : 24380 (java) S 24375 24377 23031 0 -1 4202560 194 0 0 0 60 0 0 0 20 0 19 0 254225179 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133444471720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24381] ppid=24375 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/24377/task/24381/stat : 24381 (java) S 24375 24377 23031 0 -1 4202560 281 0 0 0 59 2 0 0 20 0 19 0 254225179 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133443419176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24382] ppid=24375 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/24377/task/24382/stat : 24382 (java) S 24375 24377 23031 0 -1 4202560 266 0 0 0 57 2 0 0 20 0 19 0 254225179 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133324024488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24383] ppid=24375 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/24377/task/24383/stat : 24383 (java) S 24375 24377 23031 0 -1 4202560 238 0 0 0 62 2 0 0 20 0 19 0 254225179 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133322971944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24384] ppid=24375 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/24377/task/24384/stat : 24384 (java) S 24375 24377 23031 0 -1 4202560 269 0 0 0 59 2 0 0 20 0 19 0 254225179 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133321918888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24385] ppid=24375 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/24377/task/24385/stat : 24385 (java) S 24375 24377 23031 0 -1 4202560 269 0 0 0 61 1 0 0 20 0 19 0 254225179 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133320866344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24386] ppid=24375 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/24377/task/24386/stat : 24386 (java) S 24375 24377 23031 0 -1 4202560 265 0 0 0 60 1 0 0 20 0 19 0 254225179 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133319813288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24377/tid=24387] ppid=24375 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24377/task/24387/stat : 24387 (java) S 24375 24377 23031 0 -1 4202560 268 0 0 0 64 2 0 0 20 0 19 0 254225179 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140133318760744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24388] ppid=24375 vsize=9624976 CPUtime=6.02 cores=1,3,5,7
/proc/24377/task/24388/stat : 24388 (java) S 24375 24377 23031 0 -1 4202560 157 0 0 0 599 3 0 0 20 0 19 0 254225180 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132836432744 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24389] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24389/stat : 24389 (java) S 24375 24377 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132835379064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24390] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24390/stat : 24390 (java) S 24375 24377 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254225181 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132834325896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24391] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24391/stat : 24391 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132833274640 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24392] ppid=24375 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24377/task/24392/stat : 24392 (java) S 24375 24377 23031 0 -1 4202560 1963 0 0 0 21 0 0 0 20 0 19 0 254225183 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132832221496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24377/tid=24393] ppid=24375 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24377/task/24393/stat : 24393 (java) S 24375 24377 23031 0 -1 4202560 1801 0 0 0 15 0 0 0 20 0 19 0 254225183 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132831168952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24394] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24394/stat : 24394 (java) S 24375 24377 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254225183 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132830116088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24377/tid=24395] ppid=24375 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/24377/task/24395/stat : 24395 (java) S 24375 24377 23031 0 -1 4202560 103 0 0 0 34 29 0 0 20 0 19 0 254225183 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132829063752 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24377/tid=24396] ppid=24375 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24377/task/24396/stat : 24396 (java) S 24375 24377 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254225192 9855975424 38704 33554432000 1073741824 1073778376 140735330595280 140132828010024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 24377 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=199088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=883865
# CPU time returned by wait4() is 1796.08
# 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): 1796.06
CPU time (s): 1800.05
CPU user time (s): 1799.61
CPU system time (s): 0.44
CPU usage (%): 100.222
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.2
system time used= 0.883865
maximum resident set size= 161116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9910
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41935
involuntary context switches= 23099

runsolver used 6.14107 second user time and 16.1255 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 19:36:44
IDJOB=3688251
IDBENCH=2929
IDSOLVER=2269
FILE ID=node135/3688251-1337881004
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= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688251-1337881004/watcher-3688251-1337881004 -o /tmp/evaluation-result-3688251-1337881004/solver-3688251-1337881004 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688251-1337881004.opb

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=1452361849

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:        28464232 kB
Buffers:          212664 kB
Cached:          3341240 kB
SwapCached:            0 kB
Active:           861384 kB
Inactive:        2775256 kB
Active(anon):      85492 kB
Inactive(anon):        0 kB
Active(file):     775892 kB
Inactive(file):  2775256 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:         92692 kB
Mapped:            22572 kB
Shmem:               212 kB
Slab:             632296 kB
SReclaimable:      74592 kB
SUnreclaim:       557704 kB
KernelStack:        1600 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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 20:06:42