Trace number 3709701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.6 1794.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUM2f67579afe346c848695d45b6181b1eb
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.334948
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709701-1338150229.opb
0.10/0.11	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.013s.
0.10/0.13	c declared #vars     68
0.10/0.13	c #constraints  2
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.13	c 2 constraints processed.
0.65/0.40	c cleaning 2500 clauses out of 5000 with flag 5000/5000
0.79/0.59	c cleaning 4248 clauses out of 8500 with flag 11000/11000
1.04/0.78	c cleaning 5626 clauses out of 11252 with flag 18000/18000
1.35/1.04	c cleaning 6814 clauses out of 13627 with flag 26001/26001
1.69/1.32	c cleaning 7904 clauses out of 15812 with flag 35000/35000
2.00/1.64	c cleaning 8949 clauses out of 17908 with flag 45000/45000
2.41/2.04	c cleaning 9976 clauses out of 19959 with flag 56000/56000
2.81/2.46	c cleaning 10988 clauses out of 21983 with flag 68000/68000
3.33/2.98	c cleaning 11998 clauses out of 23997 with flag 81002/81002
3.84/3.46	c cleaning 12995 clauses out of 25997 with flag 95000/95000
4.46/4.06	c cleaning 13998 clauses out of 28002 with flag 110000/110000
5.06/4.68	c cleaning 14998 clauses out of 30004 with flag 126000/126000
5.65/5.28	c cleaning 15997 clauses out of 32006 with flag 143000/143000
6.37/5.96	c cleaning 17000 clauses out of 34009 with flag 161000/161000
7.28/6.84	c cleaning 18001 clauses out of 36010 with flag 180001/180001
8.10/7.66	c cleaning 19003 clauses out of 38009 with flag 200001/200001
9.01/8.58	c cleaning 20001 clauses out of 40005 with flag 221000/221000
10.11/9.69	c cleaning 20998 clauses out of 42004 with flag 243000/243000
11.63/11.11	c cleaning 22000 clauses out of 44008 with flag 266002/266002
12.74/12.22	c cleaning 22997 clauses out of 46006 with flag 290000/290000
14.05/13.57	c cleaning 24004 clauses out of 48010 with flag 315001/315001
15.46/14.96	c cleaning 24996 clauses out of 50007 with flag 341002/341002
17.18/16.60	c cleaning 26005 clauses out of 52009 with flag 368000/368000
18.68/18.11	c cleaning 27003 clauses out of 54005 with flag 396001/396001
19.99/19.40	c cleaning 27998 clauses out of 56001 with flag 425000/425000
21.81/21.25	c cleaning 28997 clauses out of 58003 with flag 455000/455000
24.01/23.49	c cleaning 29997 clauses out of 60008 with flag 486002/486002
26.72/26.14	c cleaning 30998 clauses out of 62009 with flag 518000/518000
28.65/28.02	c cleaning 32000 clauses out of 64011 with flag 551000/551000
30.77/30.17	c cleaning 33005 clauses out of 66012 with flag 585001/585001
32.60/31.93	c cleaning 33998 clauses out of 68006 with flag 620000/620000
34.41/33.71	c cleaning 34997 clauses out of 70008 with flag 656000/656000
36.52/35.87	c cleaning 36006 clauses out of 72011 with flag 693000/693000
39.23/38.54	c cleaning 37001 clauses out of 74007 with flag 731002/731002
42.14/41.47	c cleaning 38000 clauses out of 76004 with flag 770000/770000
44.56/43.90	c cleaning 38996 clauses out of 78004 with flag 810000/810000
47.69/46.95	c cleaning 40002 clauses out of 80008 with flag 851000/851000
51.10/50.38	c cleaning 41003 clauses out of 82008 with flag 893002/893002
53.42/52.63	c cleaning 41996 clauses out of 84003 with flag 936000/936000
56.33/55.59	c cleaning 42999 clauses out of 86007 with flag 980000/980000
58.94/58.11	c cleaning 43996 clauses out of 88008 with flag 1025000/1025000
61.25/60.48	c cleaning 45006 clauses out of 90012 with flag 1071000/1071000
64.57/63.77	c cleaning 46004 clauses out of 92009 with flag 1118003/1118003
68.99/68.15	c cleaning 46998 clauses out of 94002 with flag 1166000/1166000
72.30/71.41	c cleaning 48000 clauses out of 96004 with flag 1215000/1215000
76.83/75.95	c cleaning 49002 clauses out of 98005 with flag 1265001/1265001
80.75/79.89	c cleaning 49993 clauses out of 100002 with flag 1316000/1316000
84.10/83.11	c cleaning 50998 clauses out of 102012 with flag 1368003/1368003
87.03/86.07	c cleaning 52001 clauses out of 104011 with flag 1421000/1421000
91.74/90.74	c cleaning 53002 clauses out of 106010 with flag 1475000/1475000
96.45/95.48	c cleaning 54004 clauses out of 108008 with flag 1530000/1530000
103.38/102.39	c cleaning 55002 clauses out of 110004 with flag 1586000/1586000
108.50/107.44	c cleaning 55993 clauses out of 112002 with flag 1643000/1643000
112.52/111.43	c cleaning 57001 clauses out of 114010 with flag 1701001/1701001
116.74/115.64	c cleaning 58001 clauses out of 116011 with flag 1760003/1760003
121.57/120.43	c cleaning 59002 clauses out of 118007 with flag 1820000/1820000
126.90/125.77	c cleaning 59996 clauses out of 120005 with flag 1881000/1881000
133.11/131.98	c cleaning 61001 clauses out of 122010 with flag 1943001/1943001
138.24/137.06	c cleaning 62004 clauses out of 124008 with flag 2006000/2006000
142.17/140.93	c cleaning 62997 clauses out of 126004 with flag 2070000/2070000
147.78/146.52	c cleaning 63997 clauses out of 128009 with flag 2135002/2135002
154.11/152.88	c cleaning 64999 clauses out of 130012 with flag 2201002/2201002
162.13/160.87	c cleaning 66003 clauses out of 132012 with flag 2268001/2268001
166.46/165.18	c cleaning 66996 clauses out of 134008 with flag 2336000/2336000
171.27/169.90	c cleaning 68004 clauses out of 136013 with flag 2405001/2405001
176.00/174.62	c cleaning 69002 clauses out of 138011 with flag 2475003/2475003
183.41/182.01	c cleaning 69998 clauses out of 140006 with flag 2546000/2546000
191.43/190.01	c cleaning 71002 clauses out of 142009 with flag 2618001/2618001
198.25/196.87	c cleaning 71994 clauses out of 144006 with flag 2691000/2691000
204.56/203.12	c cleaning 72999 clauses out of 146012 with flag 2765000/2765000
211.08/209.62	c cleaning 74003 clauses out of 148013 with flag 2840000/2840000
219.11/217.63	c cleaning 74999 clauses out of 150010 with flag 2916000/2916000
226.15/224.62	c cleaning 76006 clauses out of 152011 with flag 2993000/2993000
231.47/229.92	c cleaning 76998 clauses out of 154008 with flag 3071003/3071003
238.98/237.43	c cleaning 77994 clauses out of 156008 with flag 3150001/3150001
245.80/244.26	c cleaning 79004 clauses out of 158014 with flag 3230001/3230001
254.90/253.32	c cleaning 80001 clauses out of 160009 with flag 3311000/3311000
264.82/263.28	c cleaning 80998 clauses out of 162008 with flag 3393000/3393000
272.25/270.62	c cleaning 82003 clauses out of 164013 with flag 3476003/3476003
280.28/278.62	c cleaning 82999 clauses out of 166007 with flag 3560000/3560000
289.31/287.67	c cleaning 84003 clauses out of 168009 with flag 3645001/3645001
298.14/296.40	c cleaning 85002 clauses out of 170005 with flag 3731000/3731000
307.47/305.78	c cleaning 85994 clauses out of 172005 with flag 3818002/3818002
318.99/317.22	c cleaning 87001 clauses out of 174009 with flag 3906000/3906000
331.61/329.83	c cleaning 87994 clauses out of 176008 with flag 3995000/3995000
347.86/346.07	c cleaning 89007 clauses out of 178014 with flag 4085000/4085000
357.71/355.86	c cleaning 89996 clauses out of 180008 with flag 4176001/4176001
366.78/364.85	c cleaning 91006 clauses out of 182012 with flag 4268001/4268001
377.09/375.13	c cleaning 92002 clauses out of 184005 with flag 4361000/4361000
389.02/387.05	c cleaning 92998 clauses out of 186005 with flag 4455002/4455002
397.24/395.20	c cleaning 94002 clauses out of 188005 with flag 4550000/4550000
405.09/403.06	c cleaning 94997 clauses out of 190003 with flag 4646000/4646000
413.60/411.54	c cleaning 96000 clauses out of 192007 with flag 4743001/4743001
422.83/420.76	c cleaning 96999 clauses out of 194007 with flag 4841001/4841001
434.27/432.14	c cleaning 97995 clauses out of 196007 with flag 4940000/4940000
448.79/446.63	c cleaning 99005 clauses out of 198013 with flag 5040001/5040001
464.57/462.34	c cleaning 99995 clauses out of 200008 with flag 5141001/5141001
480.80/478.54	c cleaning 101003 clauses out of 202012 with flag 5243000/5243000
500.14/497.85	c cleaning 102002 clauses out of 204010 with flag 5346001/5346001
518.47/516.13	c cleaning 103001 clauses out of 206008 with flag 5450001/5450001
529.02/526.63	c cleaning 103995 clauses out of 208007 with flag 5555001/5555001
539.97/537.56	c cleaning 105000 clauses out of 210011 with flag 5661000/5661000
551.59/549.12	c cleaning 106000 clauses out of 212011 with flag 5768000/5768000
562.31/559.85	c cleaning 107003 clauses out of 214012 with flag 5876001/5876001
575.52/573.09	c cleaning 108004 clauses out of 216009 with flag 5985001/5985001
590.57/588.04	c cleaning 108999 clauses out of 218004 with flag 6095000/6095000
611.89/609.32	c cleaning 110000 clauses out of 220005 with flag 6206000/6206000
629.26/626.62	c cleaning 111001 clauses out of 222007 with flag 6318002/6318002
652.37/649.79	c cleaning 112003 clauses out of 224006 with flag 6431002/6431002
666.77/664.00	c cleaning 112994 clauses out of 226001 with flag 6545000/6545000
682.21/679.44	c cleaning 114003 clauses out of 228008 with flag 6660001/6660001
697.25/694.47	c cleaning 114994 clauses out of 230004 with flag 6776000/6776000
707.52/704.61	c cleaning 116004 clauses out of 232012 with flag 6893002/6893002
718.77/715.88	c cleaning 116998 clauses out of 234006 with flag 7011000/7011000
736.49/733.52	c cleaning 117997 clauses out of 236009 with flag 7130001/7130001
750.04/747.02	c cleaning 118998 clauses out of 238011 with flag 7250000/7250000
765.27/762.25	c cleaning 120000 clauses out of 240014 with flag 7371001/7371001
776.58/773.51	c cleaning 121001 clauses out of 242014 with flag 7493001/7493001
789.72/786.68	c cleaning 122002 clauses out of 244013 with flag 7616001/7616001
802.28/799.16	c cleaning 123002 clauses out of 246010 with flag 7740000/7740000
828.11/824.99	c cleaning 124004 clauses out of 248008 with flag 7865000/7865000
848.57/845.32	c cleaning 124995 clauses out of 250004 with flag 7991000/7991000
881.01/877.70	c cleaning 126003 clauses out of 252009 with flag 8118000/8118000
897.38/894.02	c cleaning 126998 clauses out of 254006 with flag 8246000/8246000
925.02/921.60	c cleaning 127995 clauses out of 256008 with flag 8375000/8375000
949.98/946.52	c cleaning 128999 clauses out of 258013 with flag 8505000/8505000
968.52/965.01	c cleaning 130005 clauses out of 260015 with flag 8636001/8636001
988.06/984.52	c cleaning 131002 clauses out of 262010 with flag 8768001/8768001
1012.65/1009.13	c cleaning 132001 clauses out of 264008 with flag 8901001/8901001
1027.94/1024.34	c cleaning 132999 clauses out of 266006 with flag 9035000/9035000
1044.58/1040.90	c cleaning 134005 clauses out of 268009 with flag 9170002/9170002
1066.01/1062.33	c cleaning 134995 clauses out of 270002 with flag 9306000/9306000
1092.13/1088.43	c cleaning 136001 clauses out of 272007 with flag 9443000/9443000
1117.52/1113.77	c cleaning 136999 clauses out of 274006 with flag 9581000/9581000
1133.71/1129.85	c cleaning 138000 clauses out of 276007 with flag 9720000/9720000
1149.15/1145.23	c cleaning 139001 clauses out of 278008 with flag 9860001/9860001
1166.32/1162.32	c cleaning 139997 clauses out of 280006 with flag 10001000/10001000
1181.68/1177.63	c cleaning 140999 clauses out of 282009 with flag 10143000/10143000
1194.03/1189.90	c cleaning 141992 clauses out of 284010 with flag 10286000/10286000
1208.60/1204.41	c cleaning 143006 clauses out of 286018 with flag 10430000/10430000
1234.05/1229.83	c cleaning 144003 clauses out of 288013 with flag 10575001/10575001
1262.20/1257.97	c cleaning 144998 clauses out of 290010 with flag 10721001/10721001
1281.40/1277.07	c cleaning 145998 clauses out of 292012 with flag 10868001/10868001
1308.33/1303.93	c cleaning 147000 clauses out of 294013 with flag 11016000/11016000
1332.62/1328.14	c cleaning 147999 clauses out of 296013 with flag 11165000/11165000
1362.08/1357.51	c cleaning 149007 clauses out of 298017 with flag 11315003/11315003
1392.16/1387.51	c cleaning 149998 clauses out of 300008 with flag 11466001/11466001
1421.69/1417.07	c cleaning 150995 clauses out of 302010 with flag 11618001/11618001
1442.87/1438.19	c cleaning 152006 clauses out of 304015 with flag 11771001/11771001
1462.64/1457.83	c cleaning 153002 clauses out of 306010 with flag 11925002/11925002
1483.25/1478.49	c cleaning 153999 clauses out of 308006 with flag 12080000/12080000
1507.16/1502.35	c cleaning 155002 clauses out of 310008 with flag 12236001/12236001
1530.75/1525.87	c cleaning 155996 clauses out of 312005 with flag 12393000/12393000
1570.27/1565.38	c cleaning 157001 clauses out of 314010 with flag 12551001/12551001
1603.08/1598.06	c cleaning 158001 clauses out of 316011 with flag 12710003/12710003
1641.75/1636.69	c cleaning 158997 clauses out of 318007 with flag 12870000/12870000
1668.69/1663.51	c cleaning 159999 clauses out of 320010 with flag 13031000/13031000
1697.22/1692.04	c cleaning 161003 clauses out of 322011 with flag 13193000/13193000
1732.75/1727.50	c cleaning 162002 clauses out of 324008 with flag 13356000/13356000
1763.27/1758.02	c cleaning 162993 clauses out of 326006 with flag 13520000/13520000
1797.63/1792.39	c cleaning 164002 clauses out of 328013 with flag 13685000/13685000
1800.06/1794.71	c starts		: 325
1800.06/1794.71	c conflicts		: 13716409
1800.06/1794.71	c decisions		: 13728215
1800.06/1794.71	c propagations		: 77014076
1800.06/1794.71	c inspects		: 19585702235
1800.06/1794.71	c shortcuts		: 0
1800.06/1794.71	c learnt literals	: 0
1800.06/1794.71	c learnt binary clauses	: 0
1800.06/1794.71	c learnt ternary clauses	: 1
1800.06/1794.71	c learnt constraints	: 13716410
1800.06/1794.71	c ignored constraints	: 0
1800.06/1794.71	c root simplifications	: 325
1800.06/1794.71	c removed literals (reason simplification)	: 116631530
1800.06/1794.71	c reason swapping (by a shorter reason)	: 0
1800.06/1794.71	c Calls to reduceDB	: 161
1800.06/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.71	c number of learned constraints concerned by reduction	: 0
1800.06/1794.71	c number of learning phase by resolution	: 0
1800.06/1794.71	c number of learning phase by cutting planes	: 0
1800.06/1794.71	c speed (assignments/second)	: 42914.85245285942
1800.06/1794.71	c non guided choices	57
1800.06/1794.74	c learnt constraints type 
1800.06/1794.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 195633
1800.06/1794.74	c constraints type 
1800.06/1794.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.06/1794.74	c 2 constraints processed.
1800.06/1794.74	s UNKNOWN
1800.06/1794.74	c Total wall clock time (in seconds): 1794.628

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-3709701-1338150229/watcher-3709701-1338150229 -o /tmp/evaluation-result-3709701-1338150229/solver-3709701-1338150229 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709701-1338150229.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.00 1.01 1.25 3/194 25104
/proc/meminfo: memFree=29446500/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/25104/stat : 25104 (runsolver) D 25102 25104 21157 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 281150275 12095488 51 33554432000 4194304 5436572 140735604141984 140735604138280 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/25104/statm: 2953 51 31 304 0 2645 0

[startup+0.055912 s]
/proc/loadavg: 1.00 1.01 1.25 3/194 25104
/proc/meminfo: memFree=29446500/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9558380 CPUtime=0.03 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 3214 0 1 0 3 0 0 0 20 0 18 0 281150275 9787781120 3910 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2389595 3910 1745 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558380

[startup+0.100278 s]
/proc/loadavg: 1.00 1.01 1.25 3/194 25104
/proc/meminfo: memFree=29446500/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 4347 0 1 0 9 1 0 0 20 0 18 0 281150275 9787842560 5553 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2389610 5553 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.30015 s]
/proc/loadavg: 1.00 1.01 1.25 3/194 25104
/proc/meminfo: memFree=29446500/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 6779 0 1 0 50 1 0 0 20 0 19 0 281150275 9856004096 7749 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2406251 7749 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700232 s]
/proc/loadavg: 1.00 1.01 1.25 3/194 25104
/proc/meminfo: memFree=29446500/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 6884 0 1 0 103 1 0 0 20 0 19 0 281150275 9856004096 10907 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2406251 10907 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 1.00 1.01 1.25 3/213 25123
/proc/meminfo: memFree=29409816/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9625004 CPUtime=1.9 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 7283 0 1 0 188 2 0 0 20 0 19 0 281150275 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2406251 11457 2274 9 0 2396937 0
[pid=25104/tid=25106] ppid=25102 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/25104/task/25106/stat : 25106 (java) R 25102 25104 21157 0 -1 4202560 2572 0 1 0 140 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267254636848 140267194823760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25107] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25107/stat : 25107 (java) S 25102 25104 21157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267193367592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25108] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25108/stat : 25108 (java) S 25102 25104 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267192314792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25109] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25109/stat : 25109 (java) S 25102 25104 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267191261992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25110] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25110/stat : 25110 (java) S 25102 25104 21157 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267094751912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25111] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25111/stat : 25111 (java) S 25102 25104 21157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267093699112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25112] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25112/stat : 25112 (java) S 25102 25104 21157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267092646312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25113] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25113/stat : 25113 (java) S 25102 25104 21157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267091593512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25114] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25114/stat : 25114 (java) S 25102 25104 21157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267090540712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25115] ppid=25102 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/25104/task/25115/stat : 25115 (java) S 25102 25104 21157 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 281150277 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267078343656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25116] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25116/stat : 25116 (java) S 25102 25104 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267077289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25117] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25117/stat : 25117 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267076236808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25118] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25118/stat : 25118 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267075185296 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25119] ppid=25102 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/25104/task/25119/stat : 25119 (java) S 25102 25104 21157 0 -1 4202560 1364 0 0 0 18 0 0 0 20 0 19 0 281150280 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267074132408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25120] ppid=25102 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/25104/task/25120/stat : 25120 (java) S 25102 25104 21157 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 281150280 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267073079608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25121] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25121/stat : 25121 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267072027000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25122] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25122/stat : 25122 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267070974408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25123] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25123/stat : 25123 (java) S 25102 25104 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150288 9856004096 11457 33554432000 1073741824 1073778376 140735808695232 140267069920936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 1.00 1.01 1.25 3/213 25123
/proc/meminfo: memFree=29400508/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9625004 CPUtime=3.54 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 7304 0 1 0 352 2 0 0 20 0 19 0 281150275 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2406251 11985 2274 9 0 2396937 0
[pid=25104/tid=25106] ppid=25102 vsize=9625004 CPUtime=2.94 cores=0,2,4,6
/proc/25104/task/25106/stat : 25106 (java) R 25102 25104 21157 0 -1 4202560 2576 0 1 0 294 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267254636848 140267194779789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25107] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25107/stat : 25107 (java) S 25102 25104 21157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267193367592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25108] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25108/stat : 25108 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267192314792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25109] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25109/stat : 25109 (java) S 25102 25104 21157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267191261992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25110] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25110/stat : 25110 (java) S 25102 25104 21157 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267094751912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25111] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25111/stat : 25111 (java) S 25102 25104 21157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267093699112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25112] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25112/stat : 25112 (java) S 25102 25104 21157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267092646312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25113] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25113/stat : 25113 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267091593512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25114] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25114/stat : 25114 (java) S 25102 25104 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267090540712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25115] ppid=25102 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/25104/task/25115/stat : 25115 (java) S 25102 25104 21157 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 281150277 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267078343656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25116] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25116/stat : 25116 (java) S 25102 25104 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267077289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25117] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25117/stat : 25117 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267076236808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25118] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25118/stat : 25118 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267075185296 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25119] ppid=25102 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/25104/task/25119/stat : 25119 (java) S 25102 25104 21157 0 -1 4202560 1364 0 0 0 19 0 0 0 20 0 19 0 281150280 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267074132408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25120] ppid=25102 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/25104/task/25120/stat : 25120 (java) S 25102 25104 21157 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 281150280 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267073079608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25121] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25121/stat : 25121 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267072027000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25122] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25122/stat : 25122 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267070974408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25123] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25123/stat : 25123 (java) S 25102 25104 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150288 9856004096 11985 33554432000 1073741824 1073778376 140735808695232 140267069920936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 1.08 1.03 1.26 3/213 25123
/proc/meminfo: memFree=29388440/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9625004 CPUtime=6.78 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 7341 0 1 0 676 2 0 0 20 0 19 0 281150275 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2406251 13470 2274 9 0 2396937 0
[pid=25104/tid=25106] ppid=25102 vsize=9625004 CPUtime=6.04 cores=0,2,4,6
/proc/25104/task/25106/stat : 25106 (java) R 25102 25104 21157 0 -1 4202560 2583 0 1 0 604 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267254636848 140267194765504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25107] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25107/stat : 25107 (java) S 25102 25104 21157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267193367592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25108] ppid=25102 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/25104/task/25108/stat : 25108 (java) S 25102 25104 21157 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267192314792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25109] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25109/stat : 25109 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267191261992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25110] ppid=25102 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25104/task/25110/stat : 25110 (java) S 25102 25104 21157 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267094751912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25111] ppid=25102 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25104/task/25111/stat : 25111 (java) S 25102 25104 21157 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267093699112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25112] ppid=25102 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25104/task/25112/stat : 25112 (java) S 25102 25104 21157 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267092646312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25113] ppid=25102 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25104/task/25113/stat : 25113 (java) S 25102 25104 21157 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267091593512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25114] ppid=25102 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25104/task/25114/stat : 25114 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281150276 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267090540712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25115] ppid=25102 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/25104/task/25115/stat : 25115 (java) S 25102 25104 21157 0 -1 4202560 33 0 0 0 14 0 0 0 20 0 19 0 281150277 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267078343656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25116] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25116/stat : 25116 (java) S 25102 25104 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267077289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25117] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25117/stat : 25117 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267076236808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25118] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25118/stat : 25118 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267075185296 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25119] ppid=25102 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/25104/task/25119/stat : 25119 (java) S 25102 25104 21157 0 -1 4202560 1364 0 0 0 19 0 0 0 20 0 19 0 281150280 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267074132408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25120] ppid=25102 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/25104/task/25120/stat : 25120 (java) S 25102 25104 21157 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 281150280 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267073079608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25121] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25121/stat : 25121 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267072027000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25122] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25122/stat : 25122 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267070974408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25123] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25123/stat : 25123 (java) S 25102 25104 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150288 9856004096 13470 33554432000 1073741824 1073778376 140735808695232 140267069920936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=25104/tid=25112] ppid=25102 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/25104/task/25112/stat : 25112 (java) S 25102 25104 21157 0 -1 4202560 248 0 0 0 78 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267092646312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25113] ppid=25102 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/25104/task/25113/stat : 25113 (java) S 25102 25104 21157 0 -1 4202560 366 0 0 0 96 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267091593512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25114] ppid=25102 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/25104/task/25114/stat : 25114 (java) S 25102 25104 21157 0 -1 4202560 444 0 0 0 84 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267090540712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25115] ppid=25102 vsize=9625004 CPUtime=6.94 cores=0,2,4,6
/proc/25104/task/25115/stat : 25115 (java) S 25102 25104 21157 0 -1 4202560 179 0 0 0 692 2 0 0 20 0 19 0 281150277 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267078343656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25116] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25116/stat : 25116 (java) S 25102 25104 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267077289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25117] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25117/stat : 25117 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267076236808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25118] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25118/stat : 25118 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267075185296 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25119] ppid=25102 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/25104/task/25119/stat : 25119 (java) S 25102 25104 21157 0 -1 4202560 1637 0 0 0 21 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267074132408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25120] ppid=25102 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/25104/task/25120/stat : 25120 (java) S 25102 25104 21157 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267073079608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25121] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25121/stat : 25121 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267072027000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25122] ppid=25102 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/25104/task/25122/stat : 25122 (java) S 25102 25104 21157 0 -1 4202560 99 0 0 0 20 21 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267070974408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25123] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25123/stat : 25123 (java) S 25102 25104 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150288 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267069920936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.55
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.14 2.02 1.86 3/213 25139
/proc/meminfo: memFree=29001952/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9625004 CPUtime=1787.63 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 10440 0 1 0 178726 37 0 0 20 0 19 0 281150275 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2406251 58770 2275 9 0 2396937 0
[pid=25104/tid=25106] ppid=25102 vsize=9625004 CPUtime=1772.93 cores=0,2,4,6
/proc/25104/task/25106/stat : 25106 (java) R 25102 25104 21157 0 -1 4202560 2751 0 1 0 177262 31 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267254636848 140267194938719 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25107] ppid=25102 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/25104/task/25107/stat : 25107 (java) S 25102 25104 21157 0 -1 4202560 299 0 0 0 87 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267193367592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25108] ppid=25102 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/25104/task/25108/stat : 25108 (java) S 25102 25104 21157 0 -1 4202560 370 0 0 0 82 1 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267192314792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25109] ppid=25102 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/25104/task/25109/stat : 25109 (java) S 25102 25104 21157 0 -1 4202560 116 0 0 0 76 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267191261992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25110] ppid=25102 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25104/task/25110/stat : 25110 (java) S 25102 25104 21157 0 -1 4202560 364 0 0 0 89 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267094751912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25111] ppid=25102 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/25104/task/25111/stat : 25111 (java) S 25102 25104 21157 0 -1 4202560 289 0 0 0 83 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267093699112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25112] ppid=25102 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/25104/task/25112/stat : 25112 (java) S 25102 25104 21157 0 -1 4202560 248 0 0 0 80 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267092646312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25113] ppid=25102 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/25104/task/25113/stat : 25113 (java) S 25102 25104 21157 0 -1 4202560 366 0 0 0 97 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267091593512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25114] ppid=25102 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/25104/task/25114/stat : 25114 (java) S 25102 25104 21157 0 -1 4202560 444 0 0 0 87 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267090540712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25115] ppid=25102 vsize=9625004 CPUtime=7.12 cores=0,2,4,6
/proc/25104/task/25115/stat : 25115 (java) S 25102 25104 21157 0 -1 4202560 183 0 0 0 710 2 0 0 20 0 19 0 281150277 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267078343656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25116] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25116/stat : 25116 (java) S 25102 25104 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267077289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25117] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25117/stat : 25117 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267076236808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25118] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25118/stat : 25118 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267075185296 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25119] ppid=25102 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/25104/task/25119/stat : 25119 (java) S 25102 25104 21157 0 -1 4202560 1637 0 0 0 21 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267074132408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25120] ppid=25102 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/25104/task/25120/stat : 25120 (java) S 25102 25104 21157 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267073079608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25121] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25121/stat : 25121 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267072027000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25122] ppid=25102 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25104/task/25122/stat : 25122 (java) S 25102 25104 21157 0 -1 4202560 103 0 0 0 22 21 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267070974408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25123] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25123/stat : 25123 (java) S 25102 25104 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150288 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267069920936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.12 2.02 1.86 2/193 25142
/proc/meminfo: memFree=29256220/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 10443 0 1 0 179969 37 0 0 20 0 19 0 281150275 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2406251 58770 2275 9 0 2396937 0
[pid=25104/tid=25106] ppid=25102 vsize=9625004 CPUtime=1785.25 cores=0,2,4,6
/proc/25104/task/25106/stat : 25106 (java) R 25102 25104 21157 0 -1 4202560 2752 0 1 0 178493 32 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267254636848 140267194765109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25107] ppid=25102 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/25104/task/25107/stat : 25107 (java) S 25102 25104 21157 0 -1 4202560 299 0 0 0 87 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267193367592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25108] ppid=25102 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/25104/task/25108/stat : 25108 (java) S 25102 25104 21157 0 -1 4202560 370 0 0 0 83 1 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267192314792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25109] ppid=25102 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/25104/task/25109/stat : 25109 (java) S 25102 25104 21157 0 -1 4202560 116 0 0 0 76 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267191261992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25110] ppid=25102 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25104/task/25110/stat : 25110 (java) S 25102 25104 21157 0 -1 4202560 364 0 0 0 89 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267094751912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25111] ppid=25102 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/25104/task/25111/stat : 25111 (java) S 25102 25104 21157 0 -1 4202560 289 0 0 0 84 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267093699112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25112] ppid=25102 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/25104/task/25112/stat : 25112 (java) S 25102 25104 21157 0 -1 4202560 248 0 0 0 80 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267092646312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25113] ppid=25102 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/25104/task/25113/stat : 25113 (java) S 25102 25104 21157 0 -1 4202560 366 0 0 0 97 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267091593512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25114] ppid=25102 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/25104/task/25114/stat : 25114 (java) S 25102 25104 21157 0 -1 4202560 444 0 0 0 87 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267090540712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25115] ppid=25102 vsize=9625004 CPUtime=7.19 cores=0,2,4,6
/proc/25104/task/25115/stat : 25115 (java) S 25102 25104 21157 0 -1 4202560 185 0 0 0 717 2 0 0 20 0 19 0 281150277 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267078343656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25116] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25116/stat : 25116 (java) S 25102 25104 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267077289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25117] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25117/stat : 25117 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267076236808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25118] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25118/stat : 25118 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267075185296 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25119] ppid=25102 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/25104/task/25119/stat : 25119 (java) S 25102 25104 21157 0 -1 4202560 1637 0 0 0 21 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267074132408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25120] ppid=25102 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/25104/task/25120/stat : 25120 (java) S 25102 25104 21157 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267073079608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25121] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25121/stat : 25121 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267072027000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25122] ppid=25102 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25104/task/25122/stat : 25122 (java) S 25102 25104 21157 0 -1 4202560 103 0 0 0 22 21 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267070974408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25123] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25123/stat : 25123 (java) S 25102 25104 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150288 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267069920936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1794.7 s]
/proc/loadavg: 2.12 2.02 1.86 2/193 25142
/proc/meminfo: memFree=29256220/32873648 swapFree=7116/7116
[pid=25104] ppid=25102 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/25104/stat : 25104 (java) S 25102 25104 21157 0 -1 4202496 10443 0 1 0 179969 37 0 0 20 0 19 0 281150275 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140735808686368 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25104/statm: 2406251 58770 2275 9 0 2396937 0
[pid=25104/tid=25106] ppid=25102 vsize=9625004 CPUtime=1785.25 cores=0,2,4,6
/proc/25104/task/25106/stat : 25106 (java) R 25102 25104 21157 0 -1 4202560 2752 0 1 0 178493 32 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267254636848 140267194765109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25107] ppid=25102 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/25104/task/25107/stat : 25107 (java) S 25102 25104 21157 0 -1 4202560 299 0 0 0 87 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267193367592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25108] ppid=25102 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/25104/task/25108/stat : 25108 (java) S 25102 25104 21157 0 -1 4202560 370 0 0 0 83 1 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267192314792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25109] ppid=25102 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/25104/task/25109/stat : 25109 (java) S 25102 25104 21157 0 -1 4202560 116 0 0 0 76 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267191261992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25110] ppid=25102 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25104/task/25110/stat : 25110 (java) S 25102 25104 21157 0 -1 4202560 364 0 0 0 89 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267094751912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25111] ppid=25102 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/25104/task/25111/stat : 25111 (java) S 25102 25104 21157 0 -1 4202560 289 0 0 0 84 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267093699112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25112] ppid=25102 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/25104/task/25112/stat : 25112 (java) S 25102 25104 21157 0 -1 4202560 248 0 0 0 80 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267092646312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25113] ppid=25102 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/25104/task/25113/stat : 25113 (java) S 25102 25104 21157 0 -1 4202560 366 0 0 0 97 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267091593512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25114] ppid=25102 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/25104/task/25114/stat : 25114 (java) S 25102 25104 21157 0 -1 4202560 444 0 0 0 87 2 0 0 20 0 19 0 281150276 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267090540712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25115] ppid=25102 vsize=9625004 CPUtime=7.19 cores=0,2,4,6
/proc/25104/task/25115/stat : 25115 (java) S 25102 25104 21157 0 -1 4202560 185 0 0 0 717 2 0 0 20 0 19 0 281150277 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267078343656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25116] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25116/stat : 25116 (java) S 25102 25104 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267077289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25117] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25117/stat : 25117 (java) S 25102 25104 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281150278 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267076236808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25118] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25118/stat : 25118 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267075185296 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25104/tid=25119] ppid=25102 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/25104/task/25119/stat : 25119 (java) S 25102 25104 21157 0 -1 4202560 1637 0 0 0 21 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267074132408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25104/tid=25120] ppid=25102 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/25104/task/25120/stat : 25120 (java) S 25102 25104 21157 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267073079608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25121] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25121/stat : 25121 (java) S 25102 25104 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267072027000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25104/tid=25122] ppid=25102 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25104/task/25122/stat : 25122 (java) S 25102 25104 21157 0 -1 4202560 103 0 0 0 22 21 0 0 20 0 19 0 281150280 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267070974408 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25104/tid=25123] ppid=25102 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25104/task/25123/stat : 25123 (java) S 25102 25104 21157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281150288 9856004096 58770 33554432000 1073741824 1073778376 140735808695232 140267069920936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.75
CPU time (s): 1800.6
CPU user time (s): 1799.76
CPU system time (s): 0.841872
CPU usage (%): 100.326
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.841872
maximum resident set size= 235244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10486
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42635
involuntary context switches= 26208

runsolver used 5.97109 second user time and 13.9429 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 22:23:49
IDJOB=3709701
IDBENCH=2560
IDSOLVER=2289
FILE ID=node114/3709701-1338150229
RUNJOBID= node114-1338150227-25001
PBS_JOBID= 14624495
Free space on /tmp= 71480 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob2.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-3709701-1338150229/watcher-3709701-1338150229 -o /tmp/evaluation-result-3709701-1338150229/solver-3709701-1338150229 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709701-1338150229.opb

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

MD5SUM BENCH= 2f67579afe346c848695d45b6181b1eb
RANDOM SEED=2079372061

node114.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.242
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	: 5332.48
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.242
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		: 2666.242
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	: 5451.90
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.242
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		: 2666.242
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		: 2666.242
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		: 2666.242
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		: 2666.242
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:        29446656 kB
Buffers:          525704 kB
Cached:          2001828 kB
SwapCached:         2128 kB
Active:          1248848 kB
Inactive:        1321672 kB
Active(anon):      36484 kB
Inactive(anon):     7892 kB
Active(file):    1212364 kB
Inactive(file):  1313780 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:         51744 kB
Mapped:            22260 kB
Shmem:               116 kB
Slab:             711692 kB
SReclaimable:     155340 kB
SUnreclaim:       556352 kB
KernelStack:        1624 kB
PageTables:         4368 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 71476 MiB
End job on node114 at 2012-05-27 22:53:46