Trace number 3687999

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.08 1794.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUM2318a0c7fc475c873b2fa45e5e7fe96e
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.044992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables93
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 constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687999-1337879088.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c ... done. Wall clock time 0.013s.
0.10/0.11	c declared #vars     93
0.10/0.11	c #constraints  2
0.10/0.11	c constraints type 
0.10/0.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.11	c 2 constraints processed.
0.49/0.37	c cleaning 2497 clauses out of 5000 with flag 5000/5000
0.77/0.54	c cleaning 4250 clauses out of 8503 with flag 11000/11000
0.99/0.73	c cleaning 5627 clauses out of 11254 with flag 18001/18001
1.20/0.99	c cleaning 6808 clauses out of 13626 with flag 26000/26000
1.55/1.27	c cleaning 7910 clauses out of 15819 with flag 35001/35001
1.85/1.53	c cleaning 8950 clauses out of 17910 with flag 45002/45002
2.16/1.90	c cleaning 9975 clauses out of 19958 with flag 56000/56000
2.56/2.28	c cleaning 10989 clauses out of 21985 with flag 68002/68002
3.06/2.71	c cleaning 11997 clauses out of 23994 with flag 81000/81000
3.48/3.18	c cleaning 12994 clauses out of 25998 with flag 95001/95001
3.98/3.68	c cleaning 13994 clauses out of 28003 with flag 110000/110000
4.48/4.17	c cleaning 15001 clauses out of 30009 with flag 126000/126000
4.98/4.69	c cleaning 16001 clauses out of 32010 with flag 143002/143002
5.59/5.29	c cleaning 17001 clauses out of 34009 with flag 161002/161002
6.30/5.93	c cleaning 18005 clauses out of 36009 with flag 180003/180003
7.10/6.73	c cleaning 18993 clauses out of 38001 with flag 200000/200000
7.81/7.48	c cleaning 20000 clauses out of 40008 with flag 221000/221000
8.61/8.22	c cleaning 21000 clauses out of 42010 with flag 243002/243002
9.53/9.18	c cleaning 22002 clauses out of 44008 with flag 266000/266000
10.64/10.25	c cleaning 23003 clauses out of 46006 with flag 290000/290000
11.66/11.30	c cleaning 24002 clauses out of 48004 with flag 315001/315001
12.77/12.35	c cleaning 24990 clauses out of 50002 with flag 341001/341001
13.99/13.58	c cleaning 25997 clauses out of 52011 with flag 368000/368000
15.30/14.81	c cleaning 27006 clauses out of 54015 with flag 396001/396001
16.42/15.97	c cleaning 28002 clauses out of 56008 with flag 425000/425000
17.72/17.25	c cleaning 28999 clauses out of 58009 with flag 455003/455003
19.24/18.75	c cleaning 30000 clauses out of 60009 with flag 486002/486002
20.87/20.30	c cleaning 30994 clauses out of 62008 with flag 518001/518001
22.31/21.79	c cleaning 31996 clauses out of 64014 with flag 551001/551001
23.92/23.33	c cleaning 33005 clauses out of 66018 with flag 585001/585001
25.35/24.76	c cleaning 34002 clauses out of 68013 with flag 620001/620001
27.06/26.44	c cleaning 34997 clauses out of 70011 with flag 656001/656001
28.78/28.13	c cleaning 36008 clauses out of 72015 with flag 693002/693002
30.70/30.01	c cleaning 37000 clauses out of 74009 with flag 731004/731004
32.52/31.88	c cleaning 37997 clauses out of 76005 with flag 770000/770000
34.43/33.71	c cleaning 39003 clauses out of 78009 with flag 810001/810001
36.56/35.90	c cleaning 39999 clauses out of 80005 with flag 851000/851000
38.79/38.03	c cleaning 41002 clauses out of 82006 with flag 893000/893000
40.79/40.05	c cleaning 41994 clauses out of 84004 with flag 936000/936000
43.32/42.56	c cleaning 42997 clauses out of 86010 with flag 980000/980000
45.54/44.72	c cleaning 44004 clauses out of 88013 with flag 1025000/1025000
48.36/47.56	c cleaning 45002 clauses out of 90011 with flag 1071002/1071002
51.00/50.12	c cleaning 45998 clauses out of 92007 with flag 1118000/1118000
53.92/53.00	c cleaning 47004 clauses out of 94010 with flag 1166001/1166001
56.75/55.88	c cleaning 48002 clauses out of 96006 with flag 1215001/1215001
59.27/58.33	c cleaning 49001 clauses out of 98006 with flag 1265003/1265003
62.50/61.58	c cleaning 49995 clauses out of 100002 with flag 1316000/1316000
65.32/64.34	c cleaning 51003 clauses out of 102007 with flag 1368000/1368000
69.24/68.28	c cleaning 51994 clauses out of 104006 with flag 1421002/1421002
72.77/71.79	c cleaning 53001 clauses out of 106010 with flag 1475000/1475000
75.90/74.85	c cleaning 54004 clauses out of 108009 with flag 1530000/1530000
79.82/78.78	c cleaning 54996 clauses out of 110005 with flag 1586000/1586000
82.86/81.73	c cleaning 56005 clauses out of 112010 with flag 1643001/1643001
86.99/85.88	c cleaning 56998 clauses out of 114004 with flag 1701000/1701000
91.63/90.41	c cleaning 57989 clauses out of 116006 with flag 1760000/1760000
96.04/94.84	c cleaning 59000 clauses out of 118018 with flag 1820001/1820001
99.75/98.50	c cleaning 60004 clauses out of 120017 with flag 1881000/1881000
103.80/102.57	c cleaning 61004 clauses out of 122014 with flag 1943001/1943001
108.73/107.46	c cleaning 62005 clauses out of 124009 with flag 2006000/2006000
112.05/110.76	c cleaning 62995 clauses out of 126004 with flag 2070000/2070000
116.25/114.94	c cleaning 64005 clauses out of 128009 with flag 2135000/2135000
120.68/119.33	c cleaning 64997 clauses out of 130008 with flag 2201004/2201004
126.82/125.41	c cleaning 66000 clauses out of 132007 with flag 2268000/2268000
131.02/129.65	c cleaning 67004 clauses out of 134015 with flag 2336008/2336008
135.45/134.06	c cleaning 68000 clauses out of 136005 with flag 2405002/2405002
139.78/138.32	c cleaning 68988 clauses out of 138003 with flag 2475000/2475000
144.51/143.03	c cleaning 70008 clauses out of 140017 with flag 2546002/2546002
149.54/148.04	c cleaning 70999 clauses out of 142008 with flag 2618001/2618001
154.26/152.80	c cleaning 72006 clauses out of 144011 with flag 2691003/2691003
160.39/158.80	c cleaning 72995 clauses out of 146005 with flag 2765003/2765003
165.93/164.30	c cleaning 74004 clauses out of 148009 with flag 2840002/2840002
172.18/170.55	c cleaning 74997 clauses out of 150003 with flag 2916000/2916000
178.49/176.85	c cleaning 76004 clauses out of 152007 with flag 2993001/2993001
184.50/182.81	c cleaning 76995 clauses out of 154007 with flag 3071005/3071005
190.02/188.30	c cleaning 77998 clauses out of 156008 with flag 3150001/3150001
195.13/193.43	c cleaning 79004 clauses out of 158010 with flag 3230001/3230001
200.86/199.12	c cleaning 80004 clauses out of 160007 with flag 3311002/3311002
208.77/207.05	c cleaning 81001 clauses out of 162005 with flag 3393004/3393004
214.08/212.30	c cleaning 81996 clauses out of 164002 with flag 3476002/3476002
221.59/219.84	c cleaning 83000 clauses out of 166005 with flag 3560001/3560001
228.52/226.74	c cleaning 84000 clauses out of 168004 with flag 3645000/3645000
237.43/235.63	c cleaning 84988 clauses out of 170004 with flag 3731000/3731000
248.50/246.62	c cleaning 86008 clauses out of 172019 with flag 3818003/3818003
258.03/256.10	c cleaning 87001 clauses out of 174010 with flag 3906002/3906002
268.49/266.56	c cleaning 87999 clauses out of 176013 with flag 3995006/3995006
277.05/275.08	c cleaning 89001 clauses out of 178008 with flag 4085000/4085000
284.19/282.10	c cleaning 89999 clauses out of 180008 with flag 4176001/4176001
292.01/289.97	c cleaning 91003 clauses out of 182009 with flag 4268001/4268001
301.81/299.80	c cleaning 92002 clauses out of 184005 with flag 4361000/4361000
310.83/308.79	c cleaning 92996 clauses out of 186003 with flag 4455000/4455000
319.06/316.95	c cleaning 93992 clauses out of 188007 with flag 4550000/4550000
327.99/325.89	c cleaning 95003 clauses out of 190018 with flag 4646003/4646003
337.42/335.24	c cleaning 95999 clauses out of 192012 with flag 4743000/4743000
344.64/342.45	c cleaning 96997 clauses out of 194016 with flag 4841003/4841003
353.25/351.05	c cleaning 97998 clauses out of 196016 with flag 4940000/4940000
362.57/360.35	c cleaning 99009 clauses out of 198019 with flag 5040001/5040001
371.77/369.42	c cleaning 100003 clauses out of 200011 with flag 5141002/5141002
379.49/377.13	c cleaning 100992 clauses out of 202006 with flag 5243000/5243000
387.02/384.66	c cleaning 102000 clauses out of 204015 with flag 5346001/5346001
397.05/394.63	c cleaning 103006 clauses out of 206014 with flag 5450000/5450000
406.69/404.28	c cleaning 103995 clauses out of 208008 with flag 5555000/5555000
418.50/416.06	c cleaning 105001 clauses out of 210015 with flag 5661002/5661002
430.25/427.80	c cleaning 105997 clauses out of 212013 with flag 5768001/5768001
443.32/440.71	c cleaning 107006 clauses out of 214015 with flag 5876000/5876000
455.23/452.63	c cleaning 108002 clauses out of 216011 with flag 5985002/5985002
466.66/464.07	c cleaning 108998 clauses out of 218007 with flag 6095000/6095000
477.80/475.18	c cleaning 110005 clauses out of 220010 with flag 6206001/6206001
489.42/486.76	c cleaning 110992 clauses out of 222004 with flag 6318000/6318000
501.04/498.39	c cleaning 112006 clauses out of 224015 with flag 6431003/6431003
512.96/510.23	c cleaning 113002 clauses out of 226007 with flag 6545001/6545001
524.81/522.02	c cleaning 114000 clauses out of 228004 with flag 6660000/6660000
540.51/537.78	c cleaning 114997 clauses out of 230004 with flag 6776000/6776000
554.04/551.24	c cleaning 115999 clauses out of 232007 with flag 6893000/6893000
565.36/562.59	c cleaning 116994 clauses out of 234008 with flag 7011000/7011000
576.07/573.22	c cleaning 118008 clauses out of 236015 with flag 7130001/7130001
585.71/582.89	c cleaning 118998 clauses out of 238008 with flag 7250002/7250002
603.24/600.33	c cleaning 120004 clauses out of 240008 with flag 7371000/7371000
616.51/613.57	c cleaning 121003 clauses out of 242005 with flag 7493001/7493001
632.91/629.87	c cleaning 121997 clauses out of 244001 with flag 7616000/7616000
647.76/644.60	c cleaning 122996 clauses out of 246005 with flag 7740001/7740001
661.97/658.89	c cleaning 124000 clauses out of 248008 with flag 7865000/7865000
675.12/671.90	c cleaning 125001 clauses out of 250010 with flag 7991002/7991002
687.93/684.78	c cleaning 125999 clauses out of 252007 with flag 8118000/8118000
703.04/699.80	c cleaning 126992 clauses out of 254008 with flag 8246000/8246000
721.57/718.31	c cleaning 128005 clauses out of 256016 with flag 8375000/8375000
735.93/732.70	c cleaning 129002 clauses out of 258014 with flag 8505003/8505003
749.96/746.70	c cleaning 130001 clauses out of 260009 with flag 8636000/8636000
766.78/763.40	c cleaning 131002 clauses out of 262008 with flag 8768000/8768000
783.40/780.01	c cleaning 131996 clauses out of 264008 with flag 8901002/8901002
794.74/791.30	c cleaning 132999 clauses out of 266014 with flag 9035004/9035004
812.19/808.79	c cleaning 133998 clauses out of 268011 with flag 9170000/9170000
828.66/825.15	c cleaning 135002 clauses out of 270013 with flag 9306000/9306000
845.51/841.95	c cleaning 136000 clauses out of 272012 with flag 9443001/9443001
862.27/858.63	c cleaning 137002 clauses out of 274011 with flag 9581000/9581000
880.63/876.91	c cleaning 138002 clauses out of 276009 with flag 9720000/9720000
897.06/893.36	c cleaning 139002 clauses out of 278007 with flag 9860000/9860000
915.19/911.46	c cleaning 139995 clauses out of 280006 with flag 10001001/10001001
940.73/936.95	c cleaning 140990 clauses out of 282010 with flag 10143000/10143000
965.03/961.19	c cleaning 142007 clauses out of 284020 with flag 10286000/10286000
982.08/978.17	c cleaning 143002 clauses out of 286013 with flag 10430000/10430000
999.43/995.44	c cleaning 143994 clauses out of 288011 with flag 10575000/10575000
1018.03/1014.07	c cleaning 145005 clauses out of 290018 with flag 10721001/10721001
1039.35/1035.38	c cleaning 145999 clauses out of 292013 with flag 10868001/10868001
1058.20/1054.17	c cleaning 146999 clauses out of 294013 with flag 11016000/11016000
1073.12/1069.01	c cleaning 147998 clauses out of 296014 with flag 11165000/11165000
1092.75/1088.63	c cleaning 148999 clauses out of 298016 with flag 11315000/11315000
1110.27/1106.17	c cleaning 150007 clauses out of 300020 with flag 11466003/11466003
1124.73/1120.55	c cleaning 150998 clauses out of 302010 with flag 11618000/11618000
1142.08/1137.84	c cleaning 152004 clauses out of 304012 with flag 11771000/11771000
1158.74/1154.49	c cleaning 153000 clauses out of 306009 with flag 11925001/11925001
1174.26/1169.81	c cleaning 153991 clauses out of 308008 with flag 12080000/12080000
1191.33/1186.84	c cleaning 155006 clauses out of 310017 with flag 12236000/12236000
1208.59/1204.04	c cleaning 156002 clauses out of 312014 with flag 12393003/12393003
1239.91/1235.36	c cleaning 157005 clauses out of 314011 with flag 12551002/12551002
1277.10/1272.48	c cleaning 158003 clauses out of 316005 with flag 12710001/12710001
1305.89/1301.13	c cleaning 159001 clauses out of 318003 with flag 12870002/12870002
1337.71/1332.91	c cleaning 159997 clauses out of 320000 with flag 13031000/13031000
1368.81/1363.97	c cleaning 160988 clauses out of 322004 with flag 13193001/13193001
1395.23/1390.39	c cleaning 162002 clauses out of 324017 with flag 13356002/13356002
1419.92/1414.92	c cleaning 163008 clauses out of 326015 with flag 13520002/13520002
1445.76/1440.78	c cleaning 164000 clauses out of 328005 with flag 13685000/13685000
1468.61/1463.59	c cleaning 165001 clauses out of 330005 with flag 13851000/13851000
1492.73/1487.61	c cleaning 165999 clauses out of 332005 with flag 14018001/14018001
1517.09/1511.95	c cleaning 167000 clauses out of 334008 with flag 14186003/14186003
1538.27/1533.05	c cleaning 167999 clauses out of 336005 with flag 14355000/14355000
1561.02/1555.79	c cleaning 168994 clauses out of 338007 with flag 14525001/14525001
1582.23/1576.99	c cleaning 170001 clauses out of 340012 with flag 14696000/14696000
1607.85/1602.52	c cleaning 170998 clauses out of 342012 with flag 14868001/14868001
1632.98/1627.62	c cleaning 172004 clauses out of 344014 with flag 15041001/15041001
1651.99/1646.67	c cleaning 173002 clauses out of 346009 with flag 15215000/15215000
1672.36/1666.99	c cleaning 173995 clauses out of 348007 with flag 15390000/15390000
1692.65/1687.11	c cleaning 175003 clauses out of 350014 with flag 15566002/15566002
1717.99/1712.43	c cleaning 175996 clauses out of 352009 with flag 15743000/15743000
1739.01/1733.43	c cleaning 176994 clauses out of 354014 with flag 15921001/15921001
1767.63/1762.10	c cleaning 178007 clauses out of 356021 with flag 16100002/16100002
1785.66/1780.02	c cleaning 178998 clauses out of 358013 with flag 16280001/16280001
1800.08/1794.41	c starts		: 347
1800.08/1794.41	c conflicts		: 16432698
1800.08/1794.41	c decisions		: 16451062
1800.08/1794.41	c propagations		: 85057615
1800.08/1794.41	c inspects		: 24391563988
1800.08/1794.41	c shortcuts		: 0
1800.08/1794.41	c learnt literals	: 0
1800.08/1794.41	c learnt binary clauses	: 0
1800.08/1794.41	c learnt ternary clauses	: 0
1800.08/1794.41	c learnt constraints	: 16432698
1800.08/1794.41	c ignored constraints	: 0
1800.08/1794.41	c root simplifications	: 0
1800.08/1794.41	c removed literals (reason simplification)	: 0
1800.08/1794.41	c reason swapping (by a shorter reason)	: 0
1800.08/1794.41	c Calls to reduceDB	: 176
1800.08/1794.41	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.41	c number of learned constraints concerned by reduction	: 0
1800.08/1794.41	c number of learning phase by resolution	: 0
1800.08/1794.41	c number of learning phase by cutting planes	: 0
1800.08/1794.41	c speed (assignments/second)	: 47404.42468554537
1800.08/1794.41	c non guided choices	82
1800.08/1794.45	c learnt constraints type 
1800.08/1794.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 331829
1800.08/1794.45	c constraints type 
1800.08/1794.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.08/1794.45	c 2 constraints processed.
1800.08/1794.45	s UNKNOWN
1800.08/1794.45	c Total wall clock time (in seconds): 1794.349

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-3687999-1337879088/watcher-3687999-1337879088 -o /tmp/evaluation-result-3687999-1337879088/solver-3687999-1337879088 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687999-1337879088.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: 2.04 2.02 1.96 3/192 25010
/proc/meminfo: memFree=27936420/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25010/stat : 25010 (java) R 25008 25010 23289 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 254034297 23793664 716 33554432000 1073741824 1073778376 140734920608528 140734920597592 252253878352 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 5809 717 532 9 0 128 0

[startup+0.0676721 s]
/proc/loadavg: 2.04 2.02 1.96 3/192 25010
/proc/meminfo: memFree=27936420/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 3400 0 1 0 4 1 0 0 20 0 18 0 254034297 9787813888 4099 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2389603 4100 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100283 s]
/proc/loadavg: 2.04 2.02 1.96 3/192 25010
/proc/meminfo: memFree=27936420/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 4509 0 1 0 9 1 0 0 20 0 18 0 254034297 9787813888 5675 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2389603 5675 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300279 s]
/proc/loadavg: 2.04 2.02 1.96 3/192 25010
/proc/meminfo: memFree=27936420/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 7149 0 1 0 47 2 0 0 20 0 19 0 254034297 9855975424 7697 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2406244 7697 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9624976

[startup+0.700282 s]
/proc/loadavg: 2.04 2.02 1.96 3/192 25010
/proc/meminfo: memFree=27936420/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9624976 CPUtime=0.99 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 7770 0 1 0 97 2 0 0 20 0 19 0 254034297 9855975424 10353 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2406244 10353 2256 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 2.04 2.02 1.96 3/211 25029
/proc/meminfo: memFree=27899340/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9624976 CPUtime=1.85 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 7825 0 1 0 182 3 0 0 20 0 19 0 254034297 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2406244 11933 2267 9 0 2396937 0
[pid=25010/tid=25012] ppid=25008 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/25010/task/25012/stat : 25012 (java) R 25008 25010 23289 0 -1 4202560 2511 0 1 0 140 2 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201964298648 140201837187883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25013] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25013/stat : 25013 (java) S 25008 25010 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201808395048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25014] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25014/stat : 25014 (java) S 25008 25010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201807342248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25015] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25015/stat : 25015 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201806289960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25016] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25016/stat : 25016 (java) S 25008 25010 23289 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201805237160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25017] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25017/stat : 25017 (java) S 25008 25010 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201804183848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25018] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25018/stat : 25018 (java) S 25008 25010 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201803131048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25019] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25019/stat : 25019 (java) S 25008 25010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201802078760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25020] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25020/stat : 25020 (java) S 25008 25010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201801025960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25021] ppid=25008 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/25010/task/25021/stat : 25021 (java) S 25008 25010 23289 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 254034299 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201788615400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25022] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25022/stat : 25022 (java) S 25008 25010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201787561464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25023] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25023/stat : 25023 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201786509064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25024] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25024/stat : 25024 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201785457552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25025] ppid=25008 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25010/task/25025/stat : 25025 (java) S 25008 25010 23289 0 -1 4202560 2317 0 0 0 18 0 0 0 20 0 19 0 254034302 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201784404152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25026] ppid=25008 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/25010/task/25026/stat : 25026 (java) S 25008 25010 23289 0 -1 4202560 1728 0 0 0 14 0 0 0 20 0 19 0 254034302 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201783351352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25027] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25027/stat : 25027 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201782299256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25028] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25028/stat : 25028 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201781246664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25029] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25029/stat : 25029 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034309 9855975424 11933 33554432000 1073741824 1073778376 140734920608528 140201780159912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.04 2.02 1.96 3/211 25029
/proc/meminfo: memFree=27895120/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9624976 CPUtime=3.48 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 7848 0 1 0 345 3 0 0 20 0 19 0 254034297 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2406244 13481 2267 9 0 2396937 0
[pid=25010/tid=25012] ppid=25008 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/25010/task/25012/stat : 25012 (java) R 25008 25010 23289 0 -1 4202560 2516 0 1 0 295 2 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201964298648 140201837266390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25013] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25013/stat : 25013 (java) S 25008 25010 23289 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201808395048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25014] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25014/stat : 25014 (java) S 25008 25010 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201807342248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25015] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25015/stat : 25015 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201806289960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25016] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25016/stat : 25016 (java) S 25008 25010 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201805237160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25017] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25017/stat : 25017 (java) S 25008 25010 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201804183848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25018] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25018/stat : 25018 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201803131048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25019] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25019/stat : 25019 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201802078760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25020] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25020/stat : 25020 (java) S 25008 25010 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201801025960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25021] ppid=25008 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/25010/task/25021/stat : 25021 (java) S 25008 25010 23289 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 254034299 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201788615400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25022] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25022/stat : 25022 (java) S 25008 25010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201787561464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25023] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25023/stat : 25023 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201786509064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25024] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25024/stat : 25024 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201785457552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25025] ppid=25008 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25010/task/25025/stat : 25025 (java) S 25008 25010 23289 0 -1 4202560 2317 0 0 0 18 0 0 0 20 0 19 0 254034302 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201784404152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25026] ppid=25008 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/25010/task/25026/stat : 25026 (java) S 25008 25010 23289 0 -1 4202560 1728 0 0 0 14 0 0 0 20 0 19 0 254034302 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201783351352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25027] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25027/stat : 25027 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201782299256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25028] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25028/stat : 25028 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201781246664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25029] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25029/stat : 25029 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034309 9855975424 13481 33554432000 1073741824 1073778376 140734920608528 140201780159912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 2.04 2.02 1.96 3/211 25029
/proc/meminfo: memFree=27886432/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9624976 CPUtime=6.7 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 7895 0 1 0 667 3 0 0 20 0 19 0 254034297 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2406244 14976 2267 9 0 2396937 0
[pid=25010/tid=25012] ppid=25008 vsize=9624976 CPUtime=6.06 cores=0,2,4,6
/proc/25010/task/25012/stat : 25012 (java) R 25008 25010 23289 0 -1 4202560 2524 0 1 0 604 2 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201964298648 140201837188034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25013] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25013/stat : 25013 (java) S 25008 25010 23289 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201808395048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25014] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25014/stat : 25014 (java) S 25008 25010 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201807342248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25015] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25015/stat : 25015 (java) S 25008 25010 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201806289960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25016] ppid=25008 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25010/task/25016/stat : 25016 (java) S 25008 25010 23289 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201805237160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25017] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25017/stat : 25017 (java) S 25008 25010 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201804183848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25018] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25018/stat : 25018 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201803131048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25019] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25019/stat : 25019 (java) S 25008 25010 23289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201802078760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25020] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25020/stat : 25020 (java) S 25008 25010 23289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254034298 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201801025960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25021] ppid=25008 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/25010/task/25021/stat : 25021 (java) S 25008 25010 23289 0 -1 4202560 33 0 0 0 15 0 0 0 20 0 19 0 254034299 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201788615400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25022] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25022/stat : 25022 (java) S 25008 25010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201787561464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25023] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25023/stat : 25023 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201786509064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25024] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25024/stat : 25024 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201785457552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25025] ppid=25008 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25010/task/25025/stat : 25025 (java) S 25008 25010 23289 0 -1 4202560 2317 0 0 0 18 0 0 0 20 0 19 0 254034302 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201784404152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25026] ppid=25008 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/25010/task/25026/stat : 25026 (java) S 25008 25010 23289 0 -1 4202560 1728 0 0 0 14 0 0 0 20 0 19 0 254034302 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201783351352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25027] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25027/stat : 25027 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201782299256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25028] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25028/stat : 25028 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201781246664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25029] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25029/stat : 25029 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034309 9855975424 14976 33554432000 1073741824 1073778376 140734920608528 140201780159912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25010/tid=25025] ppid=25008 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25010/task/25025/stat : 25025 (java) S 25008 25010 23289 0 -1 4202560 2347 0 0 0 20 0 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201784404152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25026] ppid=25008 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/25010/task/25026/stat : 25026 (java) S 25008 25010 23289 0 -1 4202560 1728 0 0 0 14 0 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201783351352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25027] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25027/stat : 25027 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201782299256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25028] ppid=25008 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25010/task/25028/stat : 25028 (java) S 25008 25010 23289 0 -1 4202560 95 0 0 0 23 23 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201781246664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25029] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25029/stat : 25029 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034309 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201780159912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.76
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/211 25161
/proc/meminfo: memFree=29323272/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9624976 CPUtime=1727.91 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 11013 0 1 0 172747 44 0 0 20 0 19 0 254034297 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2406244 73059 2268 9 0 2396937 0
[pid=25010/tid=25012] ppid=25008 vsize=9624976 CPUtime=1707.45 cores=0,2,4,6
/proc/25010/task/25012/stat : 25012 (java) R 25008 25010 23289 0 -1 4202560 2712 0 1 0 170717 28 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201964298528 140201837266182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25013] ppid=25008 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/25010/task/25013/stat : 25013 (java) S 25008 25010 23289 0 -1 4202560 297 0 0 0 84 3 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201808395048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25014] ppid=25008 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/25010/task/25014/stat : 25014 (java) S 25008 25010 23289 0 -1 4202560 383 0 0 0 85 3 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201807342248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25015] ppid=25008 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/25010/task/25015/stat : 25015 (java) S 25008 25010 23289 0 -1 4202560 392 0 0 0 91 3 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201806289960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25016] ppid=25008 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/25010/task/25016/stat : 25016 (java) S 25008 25010 23289 0 -1 4202560 489 0 0 0 83 3 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201805237160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25017] ppid=25008 vsize=9624976 CPUtime=0.95 cores=0,2,4,6
/proc/25010/task/25017/stat : 25017 (java) S 25008 25010 23289 0 -1 4202560 289 0 0 0 92 3 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201804183848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25018] ppid=25008 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/25010/task/25018/stat : 25018 (java) S 25008 25010 23289 0 -1 4202560 276 0 0 0 86 2 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201803131048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25019] ppid=25008 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/25010/task/25019/stat : 25019 (java) S 25008 25010 23289 0 -1 4202560 379 0 0 0 85 3 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201802078760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25020] ppid=25008 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/25010/task/25020/stat : 25020 (java) S 25008 25010 23289 0 -1 4202560 280 0 0 0 89 3 0 0 20 0 19 0 254034298 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201801025960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25021] ppid=25008 vsize=9624976 CPUtime=8.29 cores=0,2,4,6
/proc/25010/task/25021/stat : 25021 (java) S 25008 25010 23289 0 -1 4202560 163 0 0 0 827 2 0 0 20 0 19 0 254034299 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201788615400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25022] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25022/stat : 25022 (java) S 25008 25010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201787561464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25023] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25023/stat : 25023 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201786509064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25024] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25024/stat : 25024 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201785457552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25025] ppid=25008 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25010/task/25025/stat : 25025 (java) S 25008 25010 23289 0 -1 4202560 2347 0 0 0 20 0 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201784404152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25026] ppid=25008 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/25010/task/25026/stat : 25026 (java) S 25008 25010 23289 0 -1 4202560 1728 0 0 0 14 0 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201783351352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25027] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25027/stat : 25027 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201782299256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25028] ppid=25008 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25010/task/25028/stat : 25028 (java) S 25008 25010 23289 0 -1 4202560 99 0 0 0 24 24 0 0 20 0 19 0 254034302 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201781246664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25029] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25029/stat : 25029 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034309 9855975424 73059 33554432000 1073741824 1073778376 140734920608528 140201780159912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.91
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/211 25161
/proc/meminfo: memFree=29321160/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9624976 CPUtime=1787.98 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 11025 0 1 0 178753 45 0 0 20 0 19 0 254034297 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2406244 73571 2268 9 0 2396937 0
[pid=25010/tid=25012] ppid=25008 vsize=9624976 CPUtime=1767.01 cores=0,2,4,6
/proc/25010/task/25012/stat : 25012 (java) R 25008 25010 23289 0 -1 4202560 2716 0 1 0 176672 29 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201964298528 140201837266390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25013] ppid=25008 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/25010/task/25013/stat : 25013 (java) S 25008 25010 23289 0 -1 4202560 297 0 0 0 85 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201808395048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25014] ppid=25008 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25010/task/25014/stat : 25014 (java) S 25008 25010 23289 0 -1 4202560 383 0 0 0 86 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201807342248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25015] ppid=25008 vsize=9624976 CPUtime=0.95 cores=0,2,4,6
/proc/25010/task/25015/stat : 25015 (java) S 25008 25010 23289 0 -1 4202560 392 0 0 0 92 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201806289960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25016] ppid=25008 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/25010/task/25016/stat : 25016 (java) S 25008 25010 23289 0 -1 4202560 489 0 0 0 84 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201805237160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25017] ppid=25008 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/25010/task/25017/stat : 25017 (java) S 25008 25010 23289 0 -1 4202560 289 0 0 0 93 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201804183848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25018] ppid=25008 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25010/task/25018/stat : 25018 (java) S 25008 25010 23289 0 -1 4202560 276 0 0 0 87 2 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201803131048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25019] ppid=25008 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25010/task/25019/stat : 25019 (java) S 25008 25010 23289 0 -1 4202560 379 0 0 0 86 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201802078760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25020] ppid=25008 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/25010/task/25020/stat : 25020 (java) S 25008 25010 23289 0 -1 4202560 280 0 0 0 90 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201801025960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25021] ppid=25008 vsize=9624976 CPUtime=8.55 cores=0,2,4,6
/proc/25010/task/25021/stat : 25021 (java) S 25008 25010 23289 0 -1 4202560 167 0 0 0 853 2 0 0 20 0 19 0 254034299 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201788615400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25022] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25022/stat : 25022 (java) S 25008 25010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201787561464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25023] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25023/stat : 25023 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201786509064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25024] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25024/stat : 25024 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201785457552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25025] ppid=25008 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25010/task/25025/stat : 25025 (java) S 25008 25010 23289 0 -1 4202560 2347 0 0 0 20 0 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201784404152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25026] ppid=25008 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/25010/task/25026/stat : 25026 (java) S 25008 25010 23289 0 -1 4202560 1728 0 0 0 14 0 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201783351352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25027] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25027/stat : 25027 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201782299256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25028] ppid=25008 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/25010/task/25028/stat : 25028 (java) S 25008 25010 23289 0 -1 4202560 103 0 0 0 25 24 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201781246664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25029] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25029/stat : 25029 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034309 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201780159912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.98
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/211 25161
/proc/meminfo: memFree=29321160/32873852 swapFree=7616/7616
[pid=25010] ppid=25008 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/25010/stat : 25010 (java) S 25008 25010 23289 0 -1 4202496 11025 0 1 0 179963 45 0 0 20 0 19 0 254034297 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140734920599664 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25010/statm: 2406244 73571 2268 9 0 2396937 0
[pid=25010/tid=25012] ppid=25008 vsize=9624976 CPUtime=1779.09 cores=0,2,4,6
/proc/25010/task/25012/stat : 25012 (java) R 25008 25010 23289 0 -1 4202560 2716 0 1 0 177879 30 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201964298528 140201837266390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25013] ppid=25008 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/25010/task/25013/stat : 25013 (java) S 25008 25010 23289 0 -1 4202560 297 0 0 0 85 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201808395048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25014] ppid=25008 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25010/task/25014/stat : 25014 (java) S 25008 25010 23289 0 -1 4202560 383 0 0 0 86 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201807342248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25015] ppid=25008 vsize=9624976 CPUtime=0.95 cores=0,2,4,6
/proc/25010/task/25015/stat : 25015 (java) S 25008 25010 23289 0 -1 4202560 392 0 0 0 92 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201806289960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25016] ppid=25008 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/25010/task/25016/stat : 25016 (java) S 25008 25010 23289 0 -1 4202560 489 0 0 0 84 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201805237160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25017] ppid=25008 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/25010/task/25017/stat : 25017 (java) S 25008 25010 23289 0 -1 4202560 289 0 0 0 93 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201804183848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25010/tid=25018] ppid=25008 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25010/task/25018/stat : 25018 (java) S 25008 25010 23289 0 -1 4202560 276 0 0 0 87 2 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201803131048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25019] ppid=25008 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25010/task/25019/stat : 25019 (java) S 25008 25010 23289 0 -1 4202560 379 0 0 0 86 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201802078760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25020] ppid=25008 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/25010/task/25020/stat : 25020 (java) S 25008 25010 23289 0 -1 4202560 280 0 0 0 90 3 0 0 20 0 19 0 254034298 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201801025960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25021] ppid=25008 vsize=9624976 CPUtime=8.55 cores=0,2,4,6
/proc/25010/task/25021/stat : 25021 (java) S 25008 25010 23289 0 -1 4202560 167 0 0 0 853 2 0 0 20 0 19 0 254034299 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201788615400 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25022] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25022/stat : 25022 (java) S 25008 25010 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201787561464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25023] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25023/stat : 25023 (java) S 25008 25010 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034300 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201786509064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25024] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25024/stat : 25024 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201785457552 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25025] ppid=25008 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25010/task/25025/stat : 25025 (java) S 25008 25010 23289 0 -1 4202560 2347 0 0 0 20 0 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201784404152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25010/tid=25026] ppid=25008 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/25010/task/25026/stat : 25026 (java) S 25008 25010 23289 0 -1 4202560 1728 0 0 0 14 0 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201783351352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25027] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25027/stat : 25027 (java) S 25008 25010 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201782299256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25010/tid=25028] ppid=25008 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25010/task/25028/stat : 25028 (java) S 25008 25010 23289 0 -1 4202560 103 0 0 0 25 25 0 0 20 0 19 0 254034302 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201781246664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25010/tid=25029] ppid=25008 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25010/task/25029/stat : 25029 (java) S 25008 25010 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034309 9855975424 73571 33554432000 1073741824 1073778376 140734920608528 140201780159912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25010 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=170092
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=941856
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.45
CPU time (s): 1800.08
CPU user time (s): 1799.63
CPU system time (s): 0.45
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.17
system time used= 0.941856
maximum resident set size= 294444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11067
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42858
involuntary context switches= 13847

runsolver used 6.08207 second user time and 14.3518 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 19:04:48
IDJOB=3687999
IDBENCH=2565
IDSOLVER=2269
FILE ID=node131/3687999-1337879088
RUNJOBID= node131-1337871881-23305
PBS_JOBID= 14620073
Free space on /tmp= 71568 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687999-1337879088/watcher-3687999-1337879088 -o /tmp/evaluation-result-3687999-1337879088/solver-3687999-1337879088 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687999-1337879088.opb

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

MD5SUM BENCH= 2318a0c7fc475c873b2fa45e5e7fe96e
RANDOM SEED=1559812517

node131.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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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.805
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.805
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.91
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.805
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.805
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27936676 kB
Buffers:          213460 kB
Cached:          2170028 kB
SwapCached:            0 kB
Active:          2307716 kB
Inactive:        1854712 kB
Active(anon):    1781532 kB
Inactive(anon):        0 kB
Active(file):     526184 kB
Inactive(file):  1854712 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       1796268 kB
Mapped:            22520 kB
Shmem:               204 kB
Slab:             629024 kB
SReclaimable:      71280 kB
SUnreclaim:       557744 kB
KernelStack:        1696 kB
PageTables:         7552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3193496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1753088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71600 MiB
End job on node131 at 2012-05-24 19:34:45