Trace number 3688809

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.06 1794.75

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1561.61
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688809-1337888090.opb
0.08/0.12	c reading problem ... 
0.22/0.22	c ... done. Wall clock time 0.106s.
0.22/0.22	c declared #vars     100
0.22/0.22	c internal #vars     706
0.22/0.22	c #constraints  1365
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 606
0.22/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.22/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
0.22/0.22	c 1365 constraints processed.
0.87/0.57	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.30/0.75	c cleaning 4245 clauses out of 8500 with flag 11000/11000
1.60/0.94	c cleaning 5628 clauses out of 11257 with flag 18002/18002
1.83/1.17	c cleaning 6812 clauses out of 13629 with flag 26002/26002
2.16/1.43	c cleaning 7901 clauses out of 15815 with flag 35000/35000
2.46/1.72	c cleaning 8947 clauses out of 17914 with flag 45000/45000
2.76/2.06	c cleaning 9984 clauses out of 19967 with flag 56000/56000
3.26/2.51	c cleaning 10992 clauses out of 21983 with flag 68000/68000
3.78/3.02	c cleaning 11988 clauses out of 23992 with flag 81001/81001
4.29/3.58	c cleaning 12997 clauses out of 26003 with flag 95000/95000
4.89/4.15	c cleaning 13991 clauses out of 28006 with flag 110000/110000
5.50/4.74	c cleaning 15003 clauses out of 30015 with flag 126000/126000
6.21/5.41	c cleaning 15999 clauses out of 32012 with flag 143000/143000
6.80/6.08	c cleaning 16997 clauses out of 34014 with flag 161001/161001
7.61/6.84	c cleaning 18008 clauses out of 36016 with flag 180000/180000
8.56/7.74	c cleaning 19002 clauses out of 38009 with flag 200001/200001
9.59/8.73	c cleaning 20003 clauses out of 40006 with flag 221000/221000
10.70/9.84	c cleaning 20991 clauses out of 42003 with flag 243000/243000
11.94/11.00	c cleaning 22005 clauses out of 44012 with flag 266000/266000
13.14/12.23	c cleaning 22993 clauses out of 46007 with flag 290000/290000
14.47/13.55	c cleaning 24007 clauses out of 48016 with flag 315002/315002
15.88/14.94	c cleaning 25003 clauses out of 50007 with flag 341000/341000
17.42/16.44	c cleaning 25995 clauses out of 52006 with flag 368002/368002
19.06/18.00	c cleaning 27001 clauses out of 54009 with flag 396000/396000
20.68/19.67	c cleaning 28001 clauses out of 56008 with flag 425000/425000
22.49/21.50	c cleaning 29000 clauses out of 58011 with flag 455004/455004
24.31/23.28	c cleaning 30003 clauses out of 60007 with flag 486000/486000
26.23/25.12	c cleaning 30986 clauses out of 62006 with flag 518002/518002
28.15/27.08	c cleaning 32009 clauses out of 64020 with flag 551002/551002
30.27/29.15	c cleaning 33000 clauses out of 66010 with flag 585001/585001
32.48/31.38	c cleaning 33996 clauses out of 68010 with flag 620001/620001
34.68/33.59	c cleaning 34998 clauses out of 70015 with flag 656002/656002
36.90/35.77	c cleaning 36006 clauses out of 72016 with flag 693001/693001
39.42/38.25	c cleaning 36997 clauses out of 74009 with flag 731000/731000
41.64/40.42	c cleaning 38005 clauses out of 76012 with flag 770000/770000
44.06/42.80	c cleaning 38991 clauses out of 78007 with flag 810000/810000
46.46/45.21	c cleaning 40003 clauses out of 80016 with flag 851000/851000
49.07/47.89	c cleaning 41000 clauses out of 82013 with flag 893000/893000
52.29/51.00	c cleaning 42006 clauses out of 84017 with flag 936004/936004
55.52/54.28	c cleaning 43005 clauses out of 86010 with flag 980003/980003
58.55/57.27	c cleaning 43993 clauses out of 88003 with flag 1025001/1025001
61.48/60.12	c cleaning 44998 clauses out of 90010 with flag 1071001/1071001
64.60/63.25	c cleaning 45997 clauses out of 92011 with flag 1118000/1118000
67.93/66.54	c cleaning 47001 clauses out of 94017 with flag 1166003/1166003
71.34/69.90	c cleaning 47999 clauses out of 96013 with flag 1215000/1215000
74.64/73.27	c cleaning 48996 clauses out of 98014 with flag 1265000/1265000
78.46/77.02	c cleaning 50003 clauses out of 100018 with flag 1316000/1316000
82.30/80.83	c cleaning 51005 clauses out of 102020 with flag 1368005/1368005
85.71/84.26	c cleaning 51998 clauses out of 104012 with flag 1421002/1421002
89.45/88.00	c cleaning 52996 clauses out of 106012 with flag 1475000/1475000
93.68/92.14	c cleaning 54002 clauses out of 108019 with flag 1530003/1530003
97.60/96.05	c cleaning 55002 clauses out of 110014 with flag 1586000/1586000
101.62/100.09	c cleaning 56005 clauses out of 112013 with flag 1643001/1643001
105.24/103.66	c cleaning 56989 clauses out of 114007 with flag 1701000/1701000
109.16/107.55	c cleaning 58002 clauses out of 116018 with flag 1760000/1760000
113.28/111.64	c cleaning 59005 clauses out of 118018 with flag 1820002/1820002
117.90/116.27	c cleaning 60000 clauses out of 120011 with flag 1881000/1881000
122.92/121.22	c cleaning 60998 clauses out of 122012 with flag 1943001/1943001
128.05/126.33	c cleaning 62003 clauses out of 124013 with flag 2006000/2006000
133.67/132.00	c cleaning 62994 clauses out of 126010 with flag 2070000/2070000
139.51/137.73	c cleaning 63995 clauses out of 128018 with flag 2135002/2135002
145.33/143.55	c cleaning 65006 clauses out of 130023 with flag 2201002/2201002
152.45/150.69	c cleaning 66004 clauses out of 132018 with flag 2268003/2268003
158.19/156.30	c cleaning 67000 clauses out of 134011 with flag 2336000/2336000
164.04/162.14	c cleaning 68002 clauses out of 136012 with flag 2405001/2405001
169.57/167.62	c cleaning 69004 clauses out of 138011 with flag 2475002/2475002
176.00/174.10	c cleaning 69998 clauses out of 140006 with flag 2546001/2546001
183.53/181.51	c cleaning 70997 clauses out of 142007 with flag 2618000/2618000
189.96/187.94	c cleaning 71998 clauses out of 144013 with flag 2691003/2691003
195.69/193.63	c cleaning 73001 clauses out of 146014 with flag 2765002/2765002
201.90/199.81	c cleaning 74002 clauses out of 148011 with flag 2840000/2840000
208.42/206.38	c cleaning 75002 clauses out of 150010 with flag 2916001/2916001
214.75/212.62	c cleaning 75995 clauses out of 152007 with flag 2993000/2993000
223.27/221.18	c cleaning 77005 clauses out of 154014 with flag 3071002/3071002
230.39/228.21	c cleaning 78001 clauses out of 156007 with flag 3150000/3150000
237.53/235.34	c cleaning 78989 clauses out of 158006 with flag 3230000/3230000
245.46/243.22	c cleaning 80000 clauses out of 160019 with flag 3311002/3311002
253.00/250.73	c cleaning 80999 clauses out of 162019 with flag 3393002/3393002
260.92/258.66	c cleaning 82006 clauses out of 164018 with flag 3476000/3476000
269.24/266.90	c cleaning 82998 clauses out of 166013 with flag 3560001/3560001
277.38/275.02	c cleaning 83994 clauses out of 168014 with flag 3645000/3645000
285.88/283.50	c cleaning 85002 clauses out of 170022 with flag 3731002/3731002
294.41/292.03	c cleaning 85999 clauses out of 172020 with flag 3818002/3818002
303.75/301.34	c cleaning 86997 clauses out of 174019 with flag 3906000/3906000
312.66/310.28	c cleaning 88004 clauses out of 176023 with flag 3995001/3995001
322.19/319.78	c cleaning 89002 clauses out of 178021 with flag 4085003/4085003
333.00/330.59	c cleaning 90000 clauses out of 180017 with flag 4176001/4176001
341.82/339.38	c cleaning 90996 clauses out of 182016 with flag 4268000/4268000
350.96/348.43	c cleaning 92006 clauses out of 184022 with flag 4361002/4361002
361.59/359.08	c cleaning 93000 clauses out of 186017 with flag 4455003/4455003
370.32/367.71	c cleaning 93995 clauses out of 188015 with flag 4550001/4550001
378.25/375.63	c cleaning 95002 clauses out of 190020 with flag 4646001/4646001
387.18/384.58	c cleaning 96002 clauses out of 192018 with flag 4743001/4743001
397.02/394.38	c cleaning 96996 clauses out of 194015 with flag 4841000/4841000
406.86/404.16	c cleaning 97998 clauses out of 196019 with flag 4940000/4940000
416.51/413.73	c cleaning 99004 clauses out of 198023 with flag 5040002/5040002
425.48/422.68	c cleaning 100000 clauses out of 200017 with flag 5141000/5141000
437.41/434.58	c cleaning 101000 clauses out of 202019 with flag 5243002/5243002
447.34/444.47	c cleaning 101998 clauses out of 204018 with flag 5346001/5346001
459.07/456.14	c cleaning 102997 clauses out of 206019 with flag 5450000/5450000
468.79/465.82	c cleaning 104004 clauses out of 208022 with flag 5555000/5555000
478.91/475.91	c cleaning 105002 clauses out of 210018 with flag 5661000/5661000
489.34/486.36	c cleaning 106002 clauses out of 212017 with flag 5768001/5768001
499.88/496.87	c cleaning 107000 clauses out of 214016 with flag 5876002/5876002
512.53/509.48	c cleaning 108001 clauses out of 216015 with flag 5985001/5985001
523.66/520.56	c cleaning 108995 clauses out of 218014 with flag 6095001/6095001
534.09/530.91	c cleaning 109998 clauses out of 220018 with flag 6206000/6206000
548.32/545.11	c cleaning 111002 clauses out of 222020 with flag 6318000/6318000
559.53/556.36	c cleaning 111995 clauses out of 224018 with flag 6431000/6431000
570.98/567.70	c cleaning 112998 clauses out of 226023 with flag 6545000/6545000
584.81/581.51	c cleaning 113996 clauses out of 228025 with flag 6660000/6660000
599.24/595.93	c cleaning 115003 clauses out of 230029 with flag 6776000/6776000
617.66/614.40	c cleaning 116005 clauses out of 232026 with flag 6893000/6893000
630.58/627.29	c cleaning 117002 clauses out of 234022 with flag 7011001/7011001
645.23/641.85	c cleaning 117999 clauses out of 236021 with flag 7130002/7130002
658.35/654.92	c cleaning 119000 clauses out of 238020 with flag 7250000/7250000
672.07/668.60	c cleaning 120003 clauses out of 240020 with flag 7371000/7371000
685.29/681.86	c cleaning 120997 clauses out of 242017 with flag 7493000/7493000
698.94/695.40	c cleaning 121997 clauses out of 244020 with flag 7616000/7616000
715.56/712.02	c cleaning 123004 clauses out of 246024 with flag 7740001/7740001
731.38/727.81	c cleaning 124004 clauses out of 248019 with flag 7865000/7865000
748.62/745.06	c cleaning 125001 clauses out of 250015 with flag 7991000/7991000
765.24/761.68	c cleaning 125996 clauses out of 252015 with flag 8118001/8118001
781.06/777.47	c cleaning 127004 clauses out of 254018 with flag 8246000/8246000
796.79/793.19	c cleaning 127996 clauses out of 256015 with flag 8375001/8375001
813.51/809.82	c cleaning 129007 clauses out of 258018 with flag 8505000/8505000
829.89/826.18	c cleaning 130003 clauses out of 260015 with flag 8636004/8636004
845.79/842.00	c cleaning 130997 clauses out of 262010 with flag 8768002/8768002
861.54/857.73	c cleaning 132005 clauses out of 264012 with flag 8901001/8901001
878.87/875.06	c cleaning 132998 clauses out of 266006 with flag 9035000/9035000
894.70/890.80	c cleaning 134000 clauses out of 268009 with flag 9170001/9170001
914.55/910.64	c cleaning 135003 clauses out of 270010 with flag 9306002/9306002
932.58/928.69	c cleaning 135995 clauses out of 272005 with flag 9443000/9443000
949.33/945.34	c cleaning 137002 clauses out of 274011 with flag 9581001/9581001
971.25/967.24	c cleaning 137999 clauses out of 276012 with flag 9720004/9720004
993.58/989.52	c cleaning 138997 clauses out of 278009 with flag 9860000/9860000
1015.72/1011.66	c cleaning 139999 clauses out of 280014 with flag 10001002/10001002
1036.95/1032.89	c cleaning 140998 clauses out of 282014 with flag 10143001/10143001
1054.55/1050.45	c cleaning 142003 clauses out of 284016 with flag 10286001/10286001
1072.66/1068.54	c cleaning 142998 clauses out of 286014 with flag 10430002/10430002
1091.79/1087.68	c cleaning 143994 clauses out of 288014 with flag 10575000/10575000
1110.21/1106.00	c cleaning 145002 clauses out of 290022 with flag 10721002/10721002
1141.68/1137.41	c cleaning 145992 clauses out of 292019 with flag 10868001/10868001
1174.02/1169.75	c cleaning 147000 clauses out of 294026 with flag 11016000/11016000
1195.39/1191.09	c cleaning 148002 clauses out of 296027 with flag 11165001/11165001
1217.44/1213.02	c cleaning 149006 clauses out of 298026 with flag 11315002/11315002
1238.68/1234.26	c cleaning 150001 clauses out of 300018 with flag 11466000/11466000
1264.69/1260.28	c cleaning 150997 clauses out of 302019 with flag 11618002/11618002
1287.14/1282.67	c cleaning 151995 clauses out of 304022 with flag 11771002/11771002
1310.31/1305.74	c cleaning 153001 clauses out of 306027 with flag 11925002/11925002
1335.44/1330.88	c cleaning 154006 clauses out of 308024 with flag 12080000/12080000
1362.27/1357.68	c cleaning 155005 clauses out of 310018 with flag 12236000/12236000
1387.91/1383.26	c cleaning 155996 clauses out of 312013 with flag 12393000/12393000
1410.07/1405.31	c cleaning 157001 clauses out of 314017 with flag 12551000/12551000
1431.71/1426.93	c cleaning 158000 clauses out of 316017 with flag 12710001/12710001
1456.17/1451.36	c cleaning 159000 clauses out of 318016 with flag 12870000/12870000
1480.92/1476.02	c cleaning 159988 clauses out of 320016 with flag 13031000/13031000
1504.54/1499.64	c cleaning 161006 clauses out of 322030 with flag 13193002/13193002
1530.46/1525.51	c cleaning 161997 clauses out of 324022 with flag 13356000/13356000
1555.36/1550.43	c cleaning 163002 clauses out of 326025 with flag 13520000/13520000
1578.83/1573.82	c cleaning 163996 clauses out of 328023 with flag 13685000/13685000
1604.89/1599.83	c cleaning 165005 clauses out of 330027 with flag 13851000/13851000
1627.20/1622.10	c cleaning 166003 clauses out of 332022 with flag 14018000/14018000
1652.32/1647.28	c cleaning 167003 clauses out of 334020 with flag 14186001/14186001
1679.66/1674.52	c cleaning 167996 clauses out of 336016 with flag 14355000/14355000
1708.89/1703.75	c cleaning 169001 clauses out of 338022 with flag 14525002/14525002
1739.33/1734.10	c cleaning 170005 clauses out of 340022 with flag 14696003/14696003
1770.46/1765.29	c cleaning 170997 clauses out of 342014 with flag 14868000/14868000
1794.52/1789.25	c cleaning 172000 clauses out of 344017 with flag 15041000/15041000
1800.06/1794.71	c starts		: 325
1800.06/1794.71	c conflicts		: 15106331
1800.06/1794.71	c decisions		: 21232854
1800.06/1794.71	c propagations		: 165320374
1800.06/1794.71	c inspects		: 22436505747
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	: 5480
1800.06/1794.71	c learnt constraints	: 15106332
1800.06/1794.71	c ignored constraints	: 0
1800.06/1794.71	c root simplifications	: 0
1800.06/1794.71	c removed literals (reason simplification)	: 0
1800.06/1794.71	c reason swapping (by a shorter reason)	: 0
1800.06/1794.71	c Calls to reduceDB	: 169
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)	: 92127.07566863307
1800.06/1794.71	c non guided choices	641
1800.06/1794.74	c learnt constraints type 
1800.06/1794.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 237539
1800.06/1794.74	c constraints type 
1800.06/1794.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 606
1800.06/1794.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.06/1794.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.06/1794.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
1800.06/1794.74	c 1365 constraints processed.
1800.06/1794.74	s UNKNOWN
1800.06/1794.74	c Total wall clock time (in seconds): 1794.623

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-3688809-1337888090/watcher-3688809-1337888090 -o /tmp/evaluation-result-3688809-1337888090/solver-3688809-1337888090 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688809-1337888090.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.06 2.05 2.00 3/194 25774
/proc/meminfo: memFree=29556580/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/25774/stat : 25774 (java) D 25772 25774 23338 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 254934841 2560000 47 33554432000 1073741824 1073778376 140735686106960 140735686104088 259103223079 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/25774/statm: 625 47 37 9 0 29 0

[startup+0.059467 s]
/proc/loadavg: 2.06 2.05 2.00 3/194 25774
/proc/meminfo: memFree=29556580/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 3063 0 1 0 2 0 0 0 20 0 13 0 254934841 9446973440 3760 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2306390 3760 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100212 s]
/proc/loadavg: 2.06 2.05 2.00 3/194 25774
/proc/meminfo: memFree=29556580/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 4232 0 1 0 7 1 0 0 20 0 18 0 254934841 9787813888 5420 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2389603 5420 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 2.06 2.05 2.00 3/194 25774
/proc/meminfo: memFree=29556580/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 6622 0 1 0 45 1 0 0 20 0 19 0 254934841 9855975424 8033 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2406244 8033 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9624976

[startup+0.700228 s]
/proc/loadavg: 2.06 2.05 2.00 3/194 25774
/proc/meminfo: memFree=29556580/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9624976 CPUtime=1.3 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 16826 0 1 0 127 3 0 0 20 0 19 0 254934841 9855975424 16277 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2406244 16278 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9624976

[startup+1.50122 s]
/proc/loadavg: 2.06 2.05 2.00 3/213 25793
/proc/meminfo: memFree=29493776/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9624976 CPUtime=2.26 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 17007 0 1 0 222 4 0 0 20 0 19 0 254934841 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2406244 17984 2268 9 0 2396937 0
[pid=25774/tid=25776] ppid=25772 vsize=9624976 CPUtime=1.39 cores=0,2,4,6
/proc/25774/task/25776/stat : 25776 (java) R 25772 25774 23338 0 -1 4202560 2453 0 1 0 138 1 0 0 20 0 19 0 254934842 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048576590232 140048431913781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25777] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25777/stat : 25777 (java) S 25772 25774 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048420350248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25778] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25778/stat : 25778 (java) S 25772 25774 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048419297448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25779] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25779/stat : 25779 (java) S 25772 25774 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048418245160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25780] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25780/stat : 25780 (java) S 25772 25774 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048417192360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25781] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25781/stat : 25781 (java) S 25772 25774 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048416140072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25782] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25782/stat : 25782 (java) S 25772 25774 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048078989992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25783] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25783/stat : 25783 (java) S 25772 25774 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048077937704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25784] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25784/stat : 25784 (java) S 25772 25774 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048076884904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25785] ppid=25772 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/25774/task/25785/stat : 25785 (java) S 25772 25774 23338 0 -1 4202560 50 0 0 0 4 0 0 0 20 0 19 0 254934845 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048064686312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25786] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25786/stat : 25786 (java) S 25772 25774 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048063632376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25787] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25787/stat : 25787 (java) S 25772 25774 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048062579976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25788] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25788/stat : 25788 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048061528464 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25789] ppid=25772 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25774/task/25789/stat : 25789 (java) S 25772 25774 23338 0 -1 4202560 10571 0 0 0 42 2 0 0 20 0 19 0 254934848 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048060476088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25790] ppid=25772 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/25774/task/25790/stat : 25790 (java) S 25772 25774 23338 0 -1 4202560 2700 0 0 0 30 0 0 0 20 0 19 0 254934848 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048059423288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25791] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25791/stat : 25791 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048058371192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25792] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25792/stat : 25792 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048057318600 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25793] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25793/stat : 25793 (java) S 25772 25774 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254934864 9855975424 17984 33554432000 1073741824 1073778376 140735633395728 140048056230824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.05 2.05 2.00 3/213 25793
/proc/meminfo: memFree=29489060/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9624976 CPUtime=3.89 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 17033 0 1 0 385 4 0 0 20 0 19 0 254934841 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2406244 19537 2268 9 0 2396937 0
[pid=25774/tid=25776] ppid=25772 vsize=9624976 CPUtime=2.92 cores=0,2,4,6
/proc/25774/task/25776/stat : 25776 (java) R 25772 25774 23338 0 -1 4202560 2457 0 1 0 291 1 0 0 20 0 19 0 254934842 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048576590112 140048431806476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25777] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25777/stat : 25777 (java) S 25772 25774 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048420350248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25778] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25778/stat : 25778 (java) S 25772 25774 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048419297448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25779] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25779/stat : 25779 (java) S 25772 25774 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048418245160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25780] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25780/stat : 25780 (java) S 25772 25774 23338 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048417192360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25781] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25781/stat : 25781 (java) S 25772 25774 23338 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048416140072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25782] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25782/stat : 25782 (java) S 25772 25774 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048078989992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25783] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25783/stat : 25783 (java) S 25772 25774 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048077937704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25784] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25784/stat : 25784 (java) S 25772 25774 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048076884904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25785] ppid=25772 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/25774/task/25785/stat : 25785 (java) S 25772 25774 23338 0 -1 4202560 52 0 0 0 9 0 0 0 20 0 19 0 254934845 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048064686312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25786] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25786/stat : 25786 (java) S 25772 25774 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048063632376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25787] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25787/stat : 25787 (java) S 25772 25774 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048062579976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25788] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25788/stat : 25788 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048061528464 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25789] ppid=25772 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25774/task/25789/stat : 25789 (java) S 25772 25774 23338 0 -1 4202560 10571 0 0 0 42 2 0 0 20 0 19 0 254934848 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048060476088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25790] ppid=25772 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25774/task/25790/stat : 25790 (java) S 25772 25774 23338 0 -1 4202560 2700 0 0 0 31 0 0 0 20 0 19 0 254934848 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048059423288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25791] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25791/stat : 25791 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048058371192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25792] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25792/stat : 25792 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048057318600 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25793] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25793/stat : 25793 (java) S 25772 25774 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254934864 9855975424 19537 33554432000 1073741824 1073778376 140735633395728 140048056230824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9624976

[startup+6.30063 s]
/proc/loadavg: 2.05 2.05 2.00 3/213 25793
/proc/meminfo: memFree=29482176/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9624976 CPUtime=7.11 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 17060 0 1 0 707 4 0 0 20 0 19 0 254934841 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2406244 18022 2268 9 0 2396937 0
[pid=25774/tid=25776] ppid=25772 vsize=9624976 CPUtime=6.03 cores=0,2,4,6
/proc/25774/task/25776/stat : 25776 (java) R 25772 25774 23338 0 -1 4202560 2463 0 1 0 602 1 0 0 20 0 19 0 254934842 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048576590112 140048431928019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25777] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25777/stat : 25777 (java) S 25772 25774 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048420350248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25778] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25778/stat : 25778 (java) S 25772 25774 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048419297448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25779] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25779/stat : 25779 (java) S 25772 25774 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048418245160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25780] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25780/stat : 25780 (java) S 25772 25774 23338 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048417192360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25781] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25781/stat : 25781 (java) S 25772 25774 23338 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048416140072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25782] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25782/stat : 25782 (java) S 25772 25774 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048078989992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25783] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25783/stat : 25783 (java) S 25772 25774 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048077937704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25784] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25784/stat : 25784 (java) S 25772 25774 23338 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254934843 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048076884904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25785] ppid=25772 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/25774/task/25785/stat : 25785 (java) S 25772 25774 23338 0 -1 4202560 53 0 0 0 16 0 0 0 20 0 19 0 254934845 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048064686312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25786] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25786/stat : 25786 (java) S 25772 25774 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048063632376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25787] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25787/stat : 25787 (java) S 25772 25774 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048062579976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25788] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25788/stat : 25788 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048061528464 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25789] ppid=25772 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25774/task/25789/stat : 25789 (java) S 25772 25774 23338 0 -1 4202560 10571 0 0 0 42 2 0 0 20 0 19 0 254934848 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048060476088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25790] ppid=25772 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25774/task/25790/stat : 25790 (java) S 25772 25774 23338 0 -1 4202560 2700 0 0 0 31 0 0 0 20 0 19 0 254934848 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048059423288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25791] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25791/stat : 25791 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048058371192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25792] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25792/stat : 25792 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048057318600 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25793] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25793/stat : 25793 (java) S 25772 25774 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254934864 9855975424 18022 33554432000 1073741824 1073778376 140735633395728 140048056230824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25774/tid=25789] ppid=25772 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25774/task/25789/stat : 25789 (java) S 25772 25774 23338 0 -1 4202560 10571 0 0 0 42 2 0 0 20 0 19 0 254934848 9855975424 59623 33554432000 1073741824 1073778376 140735633395728 140048060476088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25790] ppid=25772 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/25774/task/25790/stat : 25790 (java) S 25772 25774 23338 0 -1 4202560 2703 0 0 0 33 0 0 0 20 0 19 0 254934848 9855975424 59623 33554432000 1073741824 1073778376 140735633395728 140048059423288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25791] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25791/stat : 25791 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 59623 33554432000 1073741824 1073778376 140735633395728 140048058371192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25792] ppid=25772 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25774/task/25792/stat : 25792 (java) S 25772 25774 23338 0 -1 4202560 99 0 0 0 21 25 0 0 20 0 19 0 254934848 9855975424 59623 33554432000 1073741824 1073778376 140735633395728 140048057318600 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25793] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25793/stat : 25793 (java) S 25772 25774 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254934864 9855975424 59623 33554432000 1073741824 1073778376 140735633395728 140048056230824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.54
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.05 2.10 2.05 3/213 26117
/proc/meminfo: memFree=29237176/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9624976 CPUtime=1787.62 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 19999 0 1 0 178715 47 0 0 20 0 19 0 254934841 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2406244 60135 2269 9 0 2396937 0
[pid=25774/tid=25776] ppid=25772 vsize=9624976 CPUtime=1767.95 cores=0,2,4,6
/proc/25774/task/25776/stat : 25776 (java) R 25772 25774 23338 0 -1 4202560 2641 0 1 0 176764 31 0 0 20 0 19 0 254934842 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048576590112 140048431780847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25777] ppid=25772 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/25774/task/25777/stat : 25777 (java) S 25772 25774 23338 0 -1 4202560 389 0 0 0 80 3 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048420350248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25778] ppid=25772 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/25774/task/25778/stat : 25778 (java) S 25772 25774 23338 0 -1 4202560 335 0 0 0 73 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048419297448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25779] ppid=25772 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/25774/task/25779/stat : 25779 (java) S 25772 25774 23338 0 -1 4202560 421 0 0 0 82 3 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048418245160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25780] ppid=25772 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/25774/task/25780/stat : 25780 (java) S 25772 25774 23338 0 -1 4202560 276 0 0 0 77 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048417192360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25781] ppid=25772 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/25774/task/25781/stat : 25781 (java) S 25772 25774 23338 0 -1 4202560 402 0 0 0 86 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048416140072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25782] ppid=25772 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/25774/task/25782/stat : 25782 (java) S 25772 25774 23338 0 -1 4202560 307 0 0 0 81 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048078989992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25783] ppid=25772 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/25774/task/25783/stat : 25783 (java) S 25772 25774 23338 0 -1 4202560 221 0 0 0 87 1 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048077937704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25784] ppid=25772 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/25774/task/25784/stat : 25784 (java) S 25772 25774 23338 0 -1 4202560 274 0 0 0 83 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048076884904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25785] ppid=25772 vsize=9624976 CPUtime=7.29 cores=0,2,4,6
/proc/25774/task/25785/stat : 25785 (java) S 25772 25774 23338 0 -1 4202560 175 0 0 0 727 2 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048064686312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25786] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25786/stat : 25786 (java) S 25772 25774 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048063632376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25787] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25787/stat : 25787 (java) S 25772 25774 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048062579976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25788] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25788/stat : 25788 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048061528464 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25789] ppid=25772 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25774/task/25789/stat : 25789 (java) S 25772 25774 23338 0 -1 4202560 10571 0 0 0 42 2 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048060476088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25790] ppid=25772 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/25774/task/25790/stat : 25790 (java) S 25772 25774 23338 0 -1 4202560 2703 0 0 0 33 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048059423288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25791] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25791/stat : 25791 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048058371192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25792] ppid=25772 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25774/task/25792/stat : 25792 (java) S 25772 25774 23338 0 -1 4202560 103 0 0 0 21 27 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048057318600 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25793] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25793/stat : 25793 (java) S 25772 25774 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254934864 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048056230824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.62
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.04 2.10 2.05 3/213 26117
/proc/meminfo: memFree=29237176/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 20002 0 1 0 179959 47 0 0 20 0 19 0 254934841 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2406244 60135 2269 9 0 2396937 0
[pid=25774/tid=25776] ppid=25772 vsize=9624976 CPUtime=1780.24 cores=0,2,4,6
/proc/25774/task/25776/stat : 25776 (java) R 25772 25774 23338 0 -1 4202560 2642 0 1 0 177992 32 0 0 20 0 19 0 254934842 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048576590112 140048431806783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25777] ppid=25772 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/25774/task/25777/stat : 25777 (java) S 25772 25774 23338 0 -1 4202560 389 0 0 0 80 3 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048420350248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25778] ppid=25772 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/25774/task/25778/stat : 25778 (java) S 25772 25774 23338 0 -1 4202560 335 0 0 0 74 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048419297448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25779] ppid=25772 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/25774/task/25779/stat : 25779 (java) S 25772 25774 23338 0 -1 4202560 421 0 0 0 82 3 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048418245160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25780] ppid=25772 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/25774/task/25780/stat : 25780 (java) S 25772 25774 23338 0 -1 4202560 276 0 0 0 78 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048417192360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25781] ppid=25772 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25774/task/25781/stat : 25781 (java) S 25772 25774 23338 0 -1 4202560 402 0 0 0 87 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048416140072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25782] ppid=25772 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/25774/task/25782/stat : 25782 (java) S 25772 25774 23338 0 -1 4202560 307 0 0 0 82 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048078989992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25783] ppid=25772 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25774/task/25783/stat : 25783 (java) S 25772 25774 23338 0 -1 4202560 221 0 0 0 88 1 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048077937704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25784] ppid=25772 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/25774/task/25784/stat : 25784 (java) S 25772 25774 23338 0 -1 4202560 274 0 0 0 84 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048076884904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25785] ppid=25772 vsize=9624976 CPUtime=7.36 cores=0,2,4,6
/proc/25774/task/25785/stat : 25785 (java) S 25772 25774 23338 0 -1 4202560 177 0 0 0 734 2 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048064686312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25786] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25786/stat : 25786 (java) S 25772 25774 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048063632376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25787] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25787/stat : 25787 (java) S 25772 25774 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048062579976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25788] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25788/stat : 25788 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048061528464 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25789] ppid=25772 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25774/task/25789/stat : 25789 (java) S 25772 25774 23338 0 -1 4202560 10571 0 0 0 42 2 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048060476088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25790] ppid=25772 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/25774/task/25790/stat : 25790 (java) S 25772 25774 23338 0 -1 4202560 2703 0 0 0 33 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048059423288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25791] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25791/stat : 25791 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048058371192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25792] ppid=25772 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25774/task/25792/stat : 25792 (java) S 25772 25774 23338 0 -1 4202560 103 0 0 0 21 27 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048057318600 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25793] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25793/stat : 25793 (java) S 25772 25774 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254934864 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048056230824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

[startup+1794.7 s]
/proc/loadavg: 2.04 2.10 2.05 3/213 26117
/proc/meminfo: memFree=29237176/32873648 swapFree=6844/6844
[pid=25774] ppid=25772 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/25774/stat : 25774 (java) S 25772 25774 23338 0 -1 4202496 20002 0 1 0 179959 47 0 0 20 0 19 0 254934841 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140735633386864 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25774/statm: 2406244 60135 2269 9 0 2396937 0
[pid=25774/tid=25776] ppid=25772 vsize=9624976 CPUtime=1780.24 cores=0,2,4,6
/proc/25774/task/25776/stat : 25776 (java) R 25772 25774 23338 0 -1 4202560 2642 0 1 0 177992 32 0 0 20 0 19 0 254934842 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048576590112 140048431806783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25777] ppid=25772 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/25774/task/25777/stat : 25777 (java) S 25772 25774 23338 0 -1 4202560 389 0 0 0 80 3 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048420350248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25778] ppid=25772 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/25774/task/25778/stat : 25778 (java) S 25772 25774 23338 0 -1 4202560 335 0 0 0 74 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048419297448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25779] ppid=25772 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/25774/task/25779/stat : 25779 (java) S 25772 25774 23338 0 -1 4202560 421 0 0 0 82 3 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048418245160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25780] ppid=25772 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/25774/task/25780/stat : 25780 (java) S 25772 25774 23338 0 -1 4202560 276 0 0 0 78 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048417192360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25781] ppid=25772 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25774/task/25781/stat : 25781 (java) S 25772 25774 23338 0 -1 4202560 402 0 0 0 87 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048416140072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25782] ppid=25772 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/25774/task/25782/stat : 25782 (java) S 25772 25774 23338 0 -1 4202560 307 0 0 0 82 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048078989992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25783] ppid=25772 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/25774/task/25783/stat : 25783 (java) S 25772 25774 23338 0 -1 4202560 221 0 0 0 88 1 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048077937704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25784] ppid=25772 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/25774/task/25784/stat : 25784 (java) S 25772 25774 23338 0 -1 4202560 274 0 0 0 84 2 0 0 20 0 19 0 254934843 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048076884904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25774/tid=25785] ppid=25772 vsize=9624976 CPUtime=7.36 cores=0,2,4,6
/proc/25774/task/25785/stat : 25785 (java) S 25772 25774 23338 0 -1 4202560 177 0 0 0 734 2 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048064686312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25786] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25786/stat : 25786 (java) S 25772 25774 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048063632376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25787] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25787/stat : 25787 (java) S 25772 25774 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254934845 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048062579976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25788] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25788/stat : 25788 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048061528464 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25789] ppid=25772 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25774/task/25789/stat : 25789 (java) S 25772 25774 23338 0 -1 4202560 10571 0 0 0 42 2 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048060476088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25790] ppid=25772 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/25774/task/25790/stat : 25790 (java) S 25772 25774 23338 0 -1 4202560 2703 0 0 0 33 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048059423288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25774/tid=25791] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25791/stat : 25791 (java) S 25772 25774 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048058371192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25774/tid=25792] ppid=25772 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25774/task/25792/stat : 25792 (java) S 25772 25774 23338 0 -1 4202560 103 0 0 0 21 27 0 0 20 0 19 0 254934848 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048057318600 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25774/tid=25793] ppid=25772 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25774/task/25793/stat : 25793 (java) S 25772 25774 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254934864 9855975424 60135 33554432000 1073741824 1073778376 140735633395728 140048056230824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25774 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=989120
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=939857
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.75
CPU time (s): 1800.06
CPU user time (s): 1799.59
CPU system time (s): 0.47
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 0.939857
maximum resident set size= 240704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20045
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42837
involuntary context switches= 44630

runsolver used 6.04108 second user time and 14.8437 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-24 21:34:50
IDJOB=3688809
IDBENCH=48349
IDSOLVER=2269
FILE ID=node124/3688809-1337888090
RUNJOBID= node124-1337871881-23354
PBS_JOBID= 14620080
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=1825672665

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29556480 kB
Buffers:          234556 kB
Cached:          2040564 kB
SwapCached:            0 kB
Active:           742052 kB
Inactive:        1798432 kB
Active(anon):     267548 kB
Inactive(anon):        0 kB
Active(file):     474504 kB
Inactive(file):  1798432 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        273784 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             637064 kB
SReclaimable:      81568 kB
SUnreclaim:       555496 kB
KernelStack:        1600 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 71668 MiB
End job on node124 at 2012-05-24 22:04:46