Trace number 3710816

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.05 1796.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
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 variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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 phase appearing in latest learned clause
0.08/0.12	c Expensive 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=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710816-1338153993.opb
0.08/0.12	c reading problem ... 
0.08/0.15	c ... done. Wall clock time 0.03s.
0.08/0.15	c declared #vars     51
0.08/0.15	c #constraints  13
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.08/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.08/0.15	c 13 constraints processed.
0.65/0.47	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.02/0.74	c cleaning 4252 clauses out of 8506 with flag 11003/11003
1.35/1.08	c cleaning 5627 clauses out of 11254 with flag 18003/18003
1.87/1.50	c cleaning 6813 clauses out of 13625 with flag 26001/26001
2.29/1.96	c cleaning 7907 clauses out of 15813 with flag 35002/35002
2.79/2.49	c cleaning 8952 clauses out of 17907 with flag 45003/45003
3.50/3.14	c cleaning 9974 clauses out of 19952 with flag 56000/56000
4.10/3.79	c cleaning 10988 clauses out of 21979 with flag 68001/68001
4.91/4.54	c cleaning 11996 clauses out of 23992 with flag 81002/81002
5.61/5.29	c cleaning 12995 clauses out of 25996 with flag 95002/95002
6.51/6.12	c cleaning 13996 clauses out of 28002 with flag 110003/110003
7.52/7.14	c cleaning 15005 clauses out of 30009 with flag 126006/126006
8.52/8.19	c cleaning 15997 clauses out of 32000 with flag 143002/143002
9.74/9.34	c cleaning 16995 clauses out of 34001 with flag 161000/161000
11.24/10.80	c cleaning 18004 clauses out of 36007 with flag 180001/180001
12.57/12.15	c cleaning 19000 clauses out of 38003 with flag 200001/200001
13.86/13.49	c cleaning 20001 clauses out of 40005 with flag 221003/221003
15.47/15.00	c cleaning 20998 clauses out of 42001 with flag 243000/243000
17.47/17.01	c cleaning 22001 clauses out of 44003 with flag 266000/266000
19.39/18.92	c cleaning 22996 clauses out of 46004 with flag 290002/290002
21.50/21.00	c cleaning 24002 clauses out of 48006 with flag 315000/315000
23.42/22.98	c cleaning 25006 clauses out of 50012 with flag 341008/341008
25.75/25.21	c cleaning 25991 clauses out of 52000 with flag 368002/368002
28.16/27.67	c cleaning 27003 clauses out of 54007 with flag 396000/396000
30.57/30.04	c cleaning 28002 clauses out of 56005 with flag 425001/425001
32.97/32.49	c cleaning 29000 clauses out of 58003 with flag 455001/455001
35.70/35.19	c cleaning 29996 clauses out of 60002 with flag 486000/486000
38.60/38.07	c cleaning 30997 clauses out of 62006 with flag 518000/518000
41.40/40.83	c cleaning 32003 clauses out of 64009 with flag 551000/551000
44.41/43.85	c cleaning 33002 clauses out of 66006 with flag 585000/585000
48.02/47.48	c cleaning 33999 clauses out of 68004 with flag 620000/620000
51.63/51.03	c cleaning 35002 clauses out of 70009 with flag 656004/656004
54.93/54.37	c cleaning 35992 clauses out of 72004 with flag 693001/693001
58.54/57.96	c cleaning 37000 clauses out of 74011 with flag 731000/731000
62.34/61.76	c cleaning 38006 clauses out of 76012 with flag 770001/770001
66.16/65.53	c cleaning 39005 clauses out of 78009 with flag 810004/810004
70.99/70.35	c cleaning 39999 clauses out of 80001 with flag 851001/851001
75.20/74.55	c cleaning 40991 clauses out of 82004 with flag 893003/893003
78.93/78.29	c cleaning 42001 clauses out of 84010 with flag 936000/936000
82.44/81.78	c cleaning 42997 clauses out of 86009 with flag 980000/980000
86.74/86.02	c cleaning 44003 clauses out of 88015 with flag 1025003/1025003
91.25/90.55	c cleaning 44999 clauses out of 90010 with flag 1071001/1071001
95.96/95.28	c cleaning 46004 clauses out of 92010 with flag 1118000/1118000
100.38/99.63	c cleaning 47001 clauses out of 94007 with flag 1166001/1166001
105.12/104.33	c cleaning 47998 clauses out of 96005 with flag 1215000/1215000
110.02/109.24	c cleaning 49002 clauses out of 98008 with flag 1265001/1265001
115.94/115.10	c cleaning 50002 clauses out of 100007 with flag 1316002/1316002
120.98/120.18	c cleaning 51000 clauses out of 102004 with flag 1368001/1368001
125.63/124.73	c cleaning 51995 clauses out of 104004 with flag 1421001/1421001
131.55/130.66	c cleaning 53006 clauses out of 106012 with flag 1475004/1475004
137.17/136.29	c cleaning 53998 clauses out of 108005 with flag 1530003/1530003
143.19/142.25	c cleaning 55003 clauses out of 110006 with flag 1586002/1586002
149.01/148.00	c cleaning 55997 clauses out of 112002 with flag 1643001/1643001
155.03/154.03	c cleaning 56997 clauses out of 114004 with flag 1701000/1701000
161.84/160.81	c cleaning 58002 clauses out of 116008 with flag 1760001/1760001
167.48/166.44	c cleaning 59001 clauses out of 118006 with flag 1820001/1820001
174.11/173.03	c cleaning 60002 clauses out of 120006 with flag 1881002/1881002
180.61/179.56	c cleaning 61000 clauses out of 122003 with flag 1943001/1943001
189.13/188.08	c cleaning 61997 clauses out of 124002 with flag 2006000/2006000
198.46/197.39	c cleaning 63003 clauses out of 126007 with flag 2070002/2070002
207.00/205.86	c cleaning 63997 clauses out of 128005 with flag 2135003/2135003
215.73/214.56	c cleaning 64997 clauses out of 130005 with flag 2201000/2201000
224.55/223.31	c cleaning 65999 clauses out of 132009 with flag 2268001/2268001
232.86/231.68	c cleaning 67003 clauses out of 134012 with flag 2336003/2336003
241.58/240.32	c cleaning 67997 clauses out of 136008 with flag 2405002/2405002
249.72/248.46	c cleaning 68998 clauses out of 138009 with flag 2475000/2475000
257.93/256.64	c cleaning 70000 clauses out of 140011 with flag 2546000/2546000
266.16/264.83	c cleaning 71005 clauses out of 142011 with flag 2618000/2618000
274.78/273.45	c cleaning 71998 clauses out of 144007 with flag 2691001/2691001
284.12/282.72	c cleaning 73002 clauses out of 146011 with flag 2765003/2765003
292.85/291.41	c cleaning 73999 clauses out of 148006 with flag 2840000/2840000
302.06/300.68	c cleaning 75001 clauses out of 150007 with flag 2916000/2916000
314.09/312.62	c cleaning 76001 clauses out of 152006 with flag 2993000/2993000
325.51/324.05	c cleaning 76999 clauses out of 154005 with flag 3071000/3071000
334.44/332.93	c cleaning 77998 clauses out of 156007 with flag 3150001/3150001
345.88/344.37	c cleaning 78994 clauses out of 158009 with flag 3230001/3230001
356.69/355.16	c cleaning 80005 clauses out of 160015 with flag 3311001/3311001
369.89/368.38	c cleaning 80996 clauses out of 162010 with flag 3393001/3393001
379.02/377.47	c cleaning 82000 clauses out of 164014 with flag 3476001/3476001
388.53/386.96	c cleaning 83002 clauses out of 166013 with flag 3560000/3560000
398.15/396.59	c cleaning 84002 clauses out of 168011 with flag 3645000/3645000
407.68/406.07	c cleaning 84999 clauses out of 170010 with flag 3731001/3731001
418.29/416.63	c cleaning 86003 clauses out of 172012 with flag 3818002/3818002
428.80/427.18	c cleaning 86996 clauses out of 174008 with flag 3906001/3906001
441.02/439.30	c cleaning 87993 clauses out of 176011 with flag 3995000/3995000
451.36/449.69	c cleaning 89005 clauses out of 178018 with flag 4085000/4085000
462.47/460.77	c cleaning 90006 clauses out of 180015 with flag 4176002/4176002
474.38/472.69	c cleaning 90998 clauses out of 182007 with flag 4268000/4268000
488.88/487.10	c cleaning 92001 clauses out of 184009 with flag 4361000/4361000
500.50/498.76	c cleaning 93001 clauses out of 186009 with flag 4455001/4455001
514.04/512.22	c cleaning 93998 clauses out of 188008 with flag 4550001/4550001
525.26/523.45	c cleaning 95003 clauses out of 190011 with flag 4646002/4646002
536.09/534.23	c cleaning 95995 clauses out of 192006 with flag 4743000/4743000
547.72/545.82	c cleaning 97002 clauses out of 194012 with flag 4841001/4841001
560.78/558.88	c cleaning 97995 clauses out of 196010 with flag 4940001/4940001
576.22/574.20	c cleaning 99004 clauses out of 198014 with flag 5040000/5040000
593.38/591.37	c cleaning 100002 clauses out of 200012 with flag 5141002/5141002
614.13/612.06	c cleaning 101003 clauses out of 202008 with flag 5243000/5243000
631.68/629.52	c cleaning 102004 clauses out of 204008 with flag 5346003/5346003
648.53/646.32	c cleaning 102996 clauses out of 206002 with flag 5450001/5450001
665.46/663.25	c cleaning 103994 clauses out of 208006 with flag 5555001/5555001
683.98/681.78	c cleaning 105003 clauses out of 210013 with flag 5661002/5661002
702.04/699.75	c cleaning 106004 clauses out of 212009 with flag 5768001/5768001
720.97/718.66	c cleaning 107001 clauses out of 214004 with flag 5876000/5876000
741.82/739.41	c cleaning 107993 clauses out of 216003 with flag 5985000/5985000
764.95/762.52	c cleaning 109003 clauses out of 218010 with flag 6095000/6095000
781.60/779.11	c cleaning 110003 clauses out of 220011 with flag 6206004/6206004
798.75/796.26	c cleaning 110997 clauses out of 222004 with flag 6318000/6318000
817.39/814.81	c cleaning 111999 clauses out of 224007 with flag 6431000/6431000
836.71/834.17	c cleaning 112999 clauses out of 226008 with flag 6545000/6545000
857.95/855.30	c cleaning 114001 clauses out of 228009 with flag 6660000/6660000
885.78/883.13	c cleaning 114998 clauses out of 230011 with flag 6776003/6776003
904.82/902.13	c cleaning 116002 clauses out of 232011 with flag 6893001/6893001
926.83/924.20	c cleaning 116994 clauses out of 234008 with flag 7011000/7011000
946.85/944.11	c cleaning 118001 clauses out of 236016 with flag 7130002/7130002
962.99/960.24	c cleaning 119002 clauses out of 238016 with flag 7250003/7250003
983.43/980.67	c cleaning 119994 clauses out of 240012 with flag 7371001/7371001
1002.68/999.85	c cleaning 121002 clauses out of 242017 with flag 7493000/7493000
1020.53/1017.68	c cleaning 122002 clauses out of 244015 with flag 7616000/7616000
1041.83/1038.91	c cleaning 123000 clauses out of 246013 with flag 7740000/7740000
1067.88/1064.94	c cleaning 124006 clauses out of 248014 with flag 7865001/7865001
1092.91/1089.98	c cleaning 124996 clauses out of 250007 with flag 7991000/7991000
1114.41/1111.43	c cleaning 125998 clauses out of 252011 with flag 8118000/8118000
1138.44/1135.42	c cleaning 127003 clauses out of 254013 with flag 8246000/8246000
1163.16/1160.11	c cleaning 128003 clauses out of 256011 with flag 8375001/8375001
1184.90/1181.83	c cleaning 128998 clauses out of 258009 with flag 8505002/8505002
1208.73/1205.64	c cleaning 130000 clauses out of 260010 with flag 8636001/8636001
1231.86/1228.78	c cleaning 131002 clauses out of 262009 with flag 8768000/8768000
1255.61/1252.45	c cleaning 131999 clauses out of 264007 with flag 8901000/8901000
1275.67/1272.45	c cleaning 132999 clauses out of 266009 with flag 9035001/9035001
1298.83/1295.58	c cleaning 134001 clauses out of 268009 with flag 9170000/9170000
1322.25/1318.93	c cleaning 135000 clauses out of 270008 with flag 9306000/9306000
1346.38/1343.03	c cleaning 136002 clauses out of 272009 with flag 9443001/9443001
1371.60/1368.27	c cleaning 136996 clauses out of 274006 with flag 9581000/9581000
1396.71/1393.37	c cleaning 137999 clauses out of 276010 with flag 9720000/9720000
1424.34/1420.92	c cleaning 139005 clauses out of 278013 with flag 9860002/9860002
1451.05/1447.61	c cleaning 140000 clauses out of 280007 with flag 10001001/10001001
1485.57/1482.10	c cleaning 140995 clauses out of 282007 with flag 10143001/10143001
1525.03/1521.54	c cleaning 141997 clauses out of 284011 with flag 10286000/10286000
1563.64/1560.14	c cleaning 142998 clauses out of 286014 with flag 10430000/10430000
1601.71/1598.18	c cleaning 144003 clauses out of 288016 with flag 10575000/10575000
1632.57/1628.91	c cleaning 145002 clauses out of 290015 with flag 10721002/10721002
1663.59/1659.98	c cleaning 146002 clauses out of 292012 with flag 10868001/10868001
1690.92/1687.29	c cleaning 146997 clauses out of 294009 with flag 11016000/11016000
1721.08/1717.32	c cleaning 148003 clauses out of 296013 with flag 11165001/11165001
1756.31/1752.55	c cleaning 148994 clauses out of 298010 with flag 11315001/11315001
1793.24/1789.48	c cleaning 150003 clauses out of 300016 with flag 11466001/11466001
1800.05/1796.11	c starts		: 322
1800.05/1796.11	c conflicts		: 11515977
1800.05/1796.11	c decisions		: 11679194
1800.05/1796.11	c propagations		: 80881359
1800.05/1796.11	c inspects		: 23411273731
1800.05/1796.11	c shortcuts		: 0
1800.05/1796.11	c learnt literals	: 0
1800.05/1796.11	c learnt binary clauses	: 0
1800.05/1796.11	c learnt ternary clauses	: 0
1800.05/1796.11	c learnt constraints	: 11515977
1800.05/1796.11	c ignored constraints	: 0
1800.05/1796.11	c root simplifications	: 322
1800.05/1796.11	c removed literals (reason simplification)	: 80644026
1800.05/1796.11	c reason swapping (by a shorter reason)	: 0
1800.05/1796.11	c Calls to reduceDB	: 147
1800.05/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.11	c number of learned constraints concerned by reduction	: 0
1800.05/1796.11	c number of learning phase by resolution	: 0
1800.05/1796.11	c number of learning phase by cutting planes	: 0
1800.05/1796.11	c speed (assignments/second)	: 45035.30210946265
1800.05/1796.11	c non guided choices	22
1800.05/1796.14	c learnt constraints type 
1800.05/1796.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 200145
1800.05/1796.14	c constraints type 
1800.05/1796.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.05/1796.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
1800.05/1796.14	c 13 constraints processed.
1800.05/1796.14	s UNKNOWN
1800.05/1796.14	c Total wall clock time (in seconds): 1796.02

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-3710816-1338153993/watcher-3710816-1338153993 -o /tmp/evaluation-result-3710816-1338153993/solver-3710816-1338153993 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710816-1338153993.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 5733
/proc/meminfo: memFree=31626512/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5733/stat : 5733 (java) D 5731 5733 31461 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281524775 9515008 183 33554432000 1073741824 1073778376 140735654548560 140735654539592 260190322357 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/5733/statm: 2323 183 140 9 0 71 0

[startup+0.0244579 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 5733
/proc/meminfo: memFree=31626512/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 2230 0 1 0 0 0 0 0 20 0 10 0 281524775 9231130624 2929 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2253694 2929 1080 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100302 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 5733
/proc/meminfo: memFree=31626512/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 4278 0 1 0 8 0 0 0 20 0 18 0 281524775 9787842560 5484 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2389610 5484 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300209 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 5733
/proc/meminfo: memFree=31626512/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 6460 0 1 0 52 1 0 0 20 0 19 0 281524775 9856004096 8001 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2406251 8001 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625004

[startup+0.70018 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 5733
/proc/meminfo: memFree=31626512/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 6570 0 1 0 101 1 0 0 20 0 19 0 281524775 9856004096 10115 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2406251 10115 2272 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625004

[startup+1.50059 s]
/proc/loadavg: 2.15 2.02 2.00 3/213 5752
/proc/meminfo: memFree=31592092/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9625004 CPUtime=1.87 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 6588 0 1 0 186 1 0 0 20 0 19 0 281524775 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2406251 11150 2273 9 0 2396937 0
[pid=5733/tid=5735] ppid=5731 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 31461 0 -1 4202560 2510 0 1 0 143 0 0 0 20 0 19 0 281524776 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707185881640 139707049149456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707174943144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707173890600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707172837544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707171785000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 31461 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707170732968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707169680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707168627368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 31461 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707167574824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 31461 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 281524779 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707009804648 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707008750968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707007697800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707006646544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 31461 0 -1 4202560 1068 0 0 0 16 0 0 0 20 0 19 0 281524782 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707005594424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/5733/task/5749/stat : 5749 (java) R 5731 5733 31461 0 -1 4202560 1757 0 0 0 20 0 0 0 20 0 19 0 281524782 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707004541880 139707187932289 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707003489016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707002436680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524791 9856004096 11150 33554432000 1073741824 1073778376 140733193720240 139707001381928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625004

[startup+3.10053 s]
/proc/loadavg: 2.15 2.02 2.00 3/213 5752
/proc/meminfo: memFree=31589424/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9625004 CPUtime=3.5 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 6606 0 1 0 349 1 0 0 20 0 19 0 281524775 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2406251 11164 2274 9 0 2396937 0
[pid=5733/tid=5735] ppid=5731 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 31461 0 -1 4202560 2513 0 1 0 299 0 0 0 20 0 19 0 281524776 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707185881392 139707049040261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 31461 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707174943144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707173890600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707172837544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707171785000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707170732968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707169680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707168627368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 31461 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707167574824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 31461 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 281524779 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707009804648 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707008750968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707007697800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707006646544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 31461 0 -1 4202560 1068 0 0 0 16 0 0 0 20 0 19 0 281524782 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707005594424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 31461 0 -1 4202560 1759 0 0 0 22 0 0 0 20 0 19 0 281524782 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707004541880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707003489016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707002436680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524791 9856004096 11164 33554432000 1073741824 1073778376 140733193720240 139707001381928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.14 2.02 2.00 3/213 5752
/proc/meminfo: memFree=31584956/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9625004 CPUtime=6.72 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 6647 0 1 0 671 1 0 0 20 0 19 0 281524775 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2406251 11577 2274 9 0 2396937 0
[pid=5733/tid=5735] ppid=5731 vsize=9625004 CPUtime=6.12 cores=0,2,4,6
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 31461 0 -1 4202560 2519 0 1 0 612 0 0 0 20 0 19 0 281524776 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707185881392 139707049049196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 31461 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707174943144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 31461 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707173890600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707172837544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707171785000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707170732968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 31461 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707169680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 31461 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707168627368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524778 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707167574824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 31461 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 281524779 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707009804648 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707008750968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707007697800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707006646544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 31461 0 -1 4202560 1068 0 0 0 16 0 0 0 20 0 19 0 281524782 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707005594424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 31461 0 -1 4202560 1759 0 0 0 22 0 0 0 20 0 19 0 281524782 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707004541880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707003489016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707002436680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524791 9856004096 11577 33554432000 1073741824 1073778376 140733193720240 139707001381928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625004

[startup+12.7005 s]

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

[pid=5733/tid=5748] ppid=5731 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 31461 0 -1 4202560 1068 0 0 0 16 0 0 0 20 0 19 0 281524782 9856004096 37729 33554432000 1073741824 1073778376 140733193720240 139707005594424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 31461 0 -1 4202560 1788 0 0 0 25 0 0 0 20 0 19 0 281524782 9856004096 37729 33554432000 1073741824 1073778376 140733193720240 139707004541880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 37729 33554432000 1073741824 1073778376 140733193720240 139707003489016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 31461 0 -1 4202560 98 0 0 0 15 19 0 0 20 0 19 0 281524782 9856004096 37729 33554432000 1073741824 1073778376 140733193720240 139707002436680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524791 9856004096 37729 33554432000 1073741824 1073778376 140733193720240 139707001381928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.1
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 5894
/proc/meminfo: memFree=30383560/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9625004 CPUtime=1786.14 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 8973 0 1 0 178578 36 0 0 20 0 19 0 281524775 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2406251 38241 2275 9 0 2396937 0
[pid=5733/tid=5735] ppid=5731 vsize=9625004 CPUtime=1770.83 cores=0,2,4,6
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 31461 0 -1 4202560 2664 0 1 0 177052 31 0 0 20 0 19 0 281524776 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707185881392 139707049049191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 31461 0 -1 4202560 268 0 0 0 62 0 0 0 20 0 19 0 281524778 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707174943144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 31461 0 -1 4202560 224 0 0 0 59 0 0 0 20 0 19 0 281524778 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707173890600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 31461 0 -1 4202560 238 0 0 0 64 0 0 0 20 0 19 0 281524778 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707172837544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 31461 0 -1 4202560 270 0 0 0 61 1 0 0 20 0 19 0 281524778 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707171785000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 31461 0 -1 4202560 267 0 0 0 67 0 0 0 20 0 19 0 281524778 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707170732968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 31461 0 -1 4202560 269 0 0 0 64 2 0 0 20 0 19 0 281524778 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707169680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 31461 0 -1 4202560 265 0 0 0 58 0 0 0 20 0 19 0 281524778 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707168627368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 31461 0 -1 4202560 215 0 0 0 57 0 0 0 20 0 19 0 281524778 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707167574824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=9625004 CPUtime=5.11 cores=0,2,4,6
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 31461 0 -1 4202560 153 0 0 0 508 3 0 0 20 0 19 0 281524779 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707009804648 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707008750968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707007697800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707006646544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 31461 0 -1 4202560 1068 0 0 0 16 0 0 0 20 0 19 0 281524782 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707005594424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 31461 0 -1 4202560 1788 0 0 0 25 0 0 0 20 0 19 0 281524782 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707004541880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707003489016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 31461 0 -1 4202560 102 0 0 0 16 20 0 0 20 0 19 0 281524782 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707002436680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524791 9856004096 38241 33554432000 1073741824 1073778376 140733193720240 139707001381928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.14
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 5894
/proc/meminfo: memFree=30371304/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 8985 0 1 0 179968 37 0 0 20 0 19 0 281524775 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2406251 40289 2275 9 0 2396937 0
[pid=5733/tid=5735] ppid=5731 vsize=9625004 CPUtime=1784.5 cores=0,2,4,6
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 31461 0 -1 4202560 2665 0 1 0 178418 32 0 0 20 0 19 0 281524776 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707185881392 139707049049166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 31461 0 -1 4202560 270 0 0 0 65 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707174943144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 31461 0 -1 4202560 224 0 0 0 60 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707173890600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 31461 0 -1 4202560 239 0 0 0 67 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707172837544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 31461 0 -1 4202560 270 0 0 0 62 1 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707171785000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 31461 0 -1 4202560 268 0 0 0 68 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707170732968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 31461 0 -1 4202560 270 0 0 0 65 2 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707169680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 31461 0 -1 4202560 266 0 0 0 59 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707168627368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 31461 0 -1 4202560 216 0 0 0 58 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707167574824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=9625004 CPUtime=5.16 cores=0,2,4,6
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 31461 0 -1 4202560 157 0 0 0 513 3 0 0 20 0 19 0 281524779 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707009804648 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707008750968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707007697800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707006646544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 31461 0 -1 4202560 1068 0 0 0 16 0 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707005594424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 31461 0 -1 4202560 1788 0 0 0 25 0 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707004541880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707003489016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 31461 0 -1 4202560 102 0 0 0 16 20 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707002436680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524791 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707001381928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1796.1 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 5894
/proc/meminfo: memFree=30371304/32873648 swapFree=7116/7116
[pid=5733] ppid=5731 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/5733/stat : 5733 (java) S 5731 5733 31461 0 -1 4202496 8985 0 1 0 179968 37 0 0 20 0 19 0 281524775 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 140733193711376 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5733/statm: 2406251 40289 2275 9 0 2396937 0
[pid=5733/tid=5735] ppid=5731 vsize=9625004 CPUtime=1784.5 cores=0,2,4,6
/proc/5733/task/5735/stat : 5735 (java) R 5731 5733 31461 0 -1 4202560 2665 0 1 0 178418 32 0 0 20 0 19 0 281524776 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707185881392 139707049049166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5736] ppid=5731 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/5733/task/5736/stat : 5736 (java) S 5731 5733 31461 0 -1 4202560 270 0 0 0 65 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707174943144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5737] ppid=5731 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/5733/task/5737/stat : 5737 (java) S 5731 5733 31461 0 -1 4202560 224 0 0 0 60 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707173890600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5738] ppid=5731 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5733/task/5738/stat : 5738 (java) S 5731 5733 31461 0 -1 4202560 239 0 0 0 67 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707172837544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5733/tid=5739] ppid=5731 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/5733/task/5739/stat : 5739 (java) S 5731 5733 31461 0 -1 4202560 270 0 0 0 62 1 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707171785000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5740] ppid=5731 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/5733/task/5740/stat : 5740 (java) S 5731 5733 31461 0 -1 4202560 268 0 0 0 68 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707170732968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5741] ppid=5731 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5733/task/5741/stat : 5741 (java) S 5731 5733 31461 0 -1 4202560 270 0 0 0 65 2 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707169680424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5742] ppid=5731 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/5733/task/5742/stat : 5742 (java) S 5731 5733 31461 0 -1 4202560 266 0 0 0 59 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707168627368 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5743] ppid=5731 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/5733/task/5743/stat : 5743 (java) S 5731 5733 31461 0 -1 4202560 216 0 0 0 58 0 0 0 20 0 19 0 281524778 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707167574824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5744] ppid=5731 vsize=9625004 CPUtime=5.16 cores=0,2,4,6
/proc/5733/task/5744/stat : 5744 (java) S 5731 5733 31461 0 -1 4202560 157 0 0 0 513 3 0 0 20 0 19 0 281524779 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707009804648 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5745] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5745/stat : 5745 (java) S 5731 5733 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707008750968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5746] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5746/stat : 5746 (java) S 5731 5733 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281524779 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707007697800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5747] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5747/stat : 5747 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707006646544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5748] ppid=5731 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5733/task/5748/stat : 5748 (java) S 5731 5733 31461 0 -1 4202560 1068 0 0 0 16 0 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707005594424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5749] ppid=5731 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/5733/task/5749/stat : 5749 (java) S 5731 5733 31461 0 -1 4202560 1788 0 0 0 25 0 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707004541880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5733/tid=5750] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5750/stat : 5750 (java) S 5731 5733 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707003489016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5733/tid=5751] ppid=5731 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5733/task/5751/stat : 5751 (java) S 5731 5733 31461 0 -1 4202560 102 0 0 0 16 20 0 0 20 0 19 0 281524782 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707002436680 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5733/tid=5752] ppid=5731 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5733/task/5752/stat : 5752 (java) S 5731 5733 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524791 9856004096 40289 33554432000 1073741824 1073778376 140733193720240 139707001381928 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5733 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=138097
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=720890
# CPU time returned by wait4() is 1795.86
# 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.15
CPU time (s): 1800.05
CPU user time (s): 1799.68
CPU system time (s): 0.37
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.14
system time used= 0.72089
maximum resident set size= 161560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9125
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41912
involuntary context switches= 40579

runsolver used 5.81912 second user time and 14.0939 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 23:26:33
IDJOB=3710816
IDBENCH=2906
IDSOLVER=2289
FILE ID=node123/3710816-1338153993
RUNJOBID= node123-1338144817-4664
PBS_JOBID= 14624505
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710816-1338153993/watcher-3710816-1338153993 -o /tmp/evaluation-result-3710816-1338153993/solver-3710816-1338153993 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710816-1338153993.opb

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=1598060675

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31626520 kB
Buffers:          161296 kB
Cached:           207072 kB
SwapCached:          956 kB
Active:           260536 kB
Inactive:         196652 kB
Active(anon):      81168 kB
Inactive(anon):     9080 kB
Active(file):     179368 kB
Inactive(file):   187572 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:         96548 kB
Mapped:            18448 kB
Shmem:                 0 kB
Slab:             652092 kB
SReclaimable:      96284 kB
SUnreclaim:       555808 kB
KernelStack:        1688 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71616 MiB
End job on node123 at 2012-05-27 23:56:31