Trace number 3688599

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)12 1800.05 1797.15

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.32434
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688599-1337885063.opb
0.11/0.10	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.135s.
0.26/0.23	c declared #vars     100
0.26/0.23	c internal #vars     1358
0.26/0.23	c #constraints  2616
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1258
0.26/0.23	c 2616 constraints processed.
0.26/0.23	c objective function length is 100 literals
0.26/0.25	c SATISFIABLE
0.26/0.25	c OPTIMIZING...
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.151
0.26/0.25	o 15
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.239
0.52/0.34	o 14
1.81/1.44	c cleaning 2551 clauses out of 5104 with flag 5000/5104
3.19/2.72	c cleaning 4277 clauses out of 8553 with flag 11000/11104
4.59/4.14	c cleaning 5632 clauses out of 11276 with flag 18000/18104
6.30/5.80	c cleaning 6825 clauses out of 13649 with flag 26005/26109
8.12/7.69	c cleaning 7904 clauses out of 15819 with flag 35000/35104
8.22/7.74	c Got one! Elapsed wall clock time (in seconds):7.642
8.22/7.74	o 13
9.23/8.73	c cleaning 6537 clauses out of 13073 with flag 5001/40262
10.53/10.00	c cleaning 6261 clauses out of 12535 with flag 11000/46261
11.93/11.48	c cleaning 6636 clauses out of 13274 with flag 18000/53261
13.64/13.16	c cleaning 7317 clauses out of 14639 with flag 26001/61262
15.54/15.05	c cleaning 8157 clauses out of 16321 with flag 35000/70261
17.65/17.14	c cleaning 9076 clauses out of 18164 with flag 45000/80261
19.95/19.47	c cleaning 10038 clauses out of 20089 with flag 56001/91262
22.57/22.08	c cleaning 11017 clauses out of 22052 with flag 68002/103263
25.36/24.83	c cleaning 12015 clauses out of 24036 with flag 81003/116264
28.36/27.84	c cleaning 13010 clauses out of 26022 with flag 95004/130265
31.58/31.02	c cleaning 13993 clauses out of 28008 with flag 110000/145261
34.90/34.36	c cleaning 15002 clauses out of 30015 with flag 126000/161261
38.40/37.87	c cleaning 15998 clauses out of 32013 with flag 143000/178261
42.33/41.73	c cleaning 17004 clauses out of 34015 with flag 161000/196261
46.22/45.65	c cleaning 17994 clauses out of 36011 with flag 180000/215261
50.35/49.70	c cleaning 19002 clauses out of 38018 with flag 200001/235262
54.65/54.06	c cleaning 20008 clauses out of 40015 with flag 221000/256261
59.26/58.63	c cleaning 21003 clauses out of 42008 with flag 243001/278262
64.06/63.47	c cleaning 22001 clauses out of 44004 with flag 266000/301261
68.98/68.32	c cleaning 23002 clauses out of 46003 with flag 290000/325261
73.98/73.40	c cleaning 24001 clauses out of 48001 with flag 315000/350261
79.30/78.63	c cleaning 24996 clauses out of 50000 with flag 341000/376261
84.73/84.05	c cleaning 25994 clauses out of 52004 with flag 368000/403261
90.25/89.57	c cleaning 27006 clauses out of 54012 with flag 396002/431263
96.16/95.47	c cleaning 27997 clauses out of 56004 with flag 425000/460261
102.27/101.50	c cleaning 28996 clauses out of 58007 with flag 455000/490261
108.88/108.14	c cleaning 30006 clauses out of 60011 with flag 486000/521261
115.78/115.05	c cleaning 31001 clauses out of 62008 with flag 518003/553264
122.71/121.94	c cleaning 31993 clauses out of 64006 with flag 551002/586263
130.02/129.21	c cleaning 33001 clauses out of 66014 with flag 585003/620264
137.63/136.86	c cleaning 33993 clauses out of 68010 with flag 620000/655261
145.33/144.53	c cleaning 35005 clauses out of 70022 with flag 656005/691266
153.54/152.78	c cleaning 35999 clauses out of 72013 with flag 693001/728262
161.65/160.88	c cleaning 37003 clauses out of 74016 with flag 731003/766264
170.29/169.45	c cleaning 37993 clauses out of 76011 with flag 770001/805262
175.38/174.56	c Got one! Elapsed wall clock time (in seconds):174.463
175.38/174.56	o 12
176.01/175.11	c cleaning 33728 clauses out of 67473 with flag 5001/834717
176.51/175.66	c cleaning 19865 clauses out of 39744 with flag 11000/840716
177.12/176.28	c cleaning 13432 clauses out of 26879 with flag 18000/847716
177.83/176.97	c cleaning 10713 clauses out of 21447 with flag 26000/855716
178.63/177.76	c cleaning 9860 clauses out of 19735 with flag 35001/864717
179.54/178.64	c cleaning 9931 clauses out of 19875 with flag 45001/874717
180.85/179.97	c cleaning 10467 clauses out of 20943 with flag 56000/885716
183.35/182.46	c cleaning 11228 clauses out of 22478 with flag 68002/897718
186.15/185.24	c cleaning 12118 clauses out of 24249 with flag 81001/910717
189.16/188.21	c cleaning 13059 clauses out of 26132 with flag 95002/924718
192.29/191.36	c cleaning 14031 clauses out of 28076 with flag 110005/939721
195.48/194.52	c cleaning 15014 clauses out of 30040 with flag 126000/955716
198.91/197.99	c cleaning 16000 clauses out of 32027 with flag 143001/972717
202.62/201.69	c cleaning 17012 clauses out of 34027 with flag 161001/990717
206.73/205.75	c cleaning 18002 clauses out of 36014 with flag 180000/1009716
210.73/209.78	c cleaning 18995 clauses out of 38012 with flag 200000/1029716
215.13/214.11	c cleaning 20003 clauses out of 40020 with flag 221003/1050719
219.94/218.96	c cleaning 20993 clauses out of 42016 with flag 243002/1072718
224.96/223.97	c cleaning 22004 clauses out of 44023 with flag 266002/1095718
229.89/228.88	c cleaning 23001 clauses out of 46017 with flag 290000/1119716
235.31/234.24	c cleaning 23999 clauses out of 48016 with flag 315000/1144716
240.51/239.48	c cleaning 25002 clauses out of 50020 with flag 341003/1170719
246.34/245.23	c cleaning 26000 clauses out of 52016 with flag 368001/1197717
251.74/250.60	c cleaning 27003 clauses out of 54017 with flag 396002/1225718
258.24/257.12	c cleaning 28006 clauses out of 56012 with flag 425000/1254716
264.67/263.58	c cleaning 28996 clauses out of 58006 with flag 455000/1284716
270.87/269.76	c cleaning 29988 clauses out of 60010 with flag 486000/1315716
277.69/276.58	c cleaning 31003 clauses out of 62022 with flag 518000/1347716
284.79/283.66	c cleaning 32007 clauses out of 64019 with flag 551000/1380716
291.80/290.67	c cleaning 32999 clauses out of 66014 with flag 585002/1414718
299.21/298.06	c cleaning 34003 clauses out of 68013 with flag 620000/1449716
306.80/305.60	c cleaning 35004 clauses out of 70010 with flag 656000/1485716
314.40/313.23	c cleaning 35997 clauses out of 72006 with flag 693000/1522716
322.31/321.20	c cleaning 37004 clauses out of 74009 with flag 731000/1560716
330.12/328.95	c cleaning 38000 clauses out of 76008 with flag 770003/1599719
337.94/336.78	c cleaning 38998 clauses out of 78007 with flag 810002/1639718
347.15/345.92	c cleaning 39997 clauses out of 80008 with flag 851001/1680717
356.57/355.31	c cleaning 40998 clauses out of 82011 with flag 893001/1722717
365.37/364.19	c cleaning 41986 clauses out of 84012 with flag 936000/1765716
375.08/373.89	c cleaning 43005 clauses out of 86030 with flag 980004/1809720
385.19/383.95	c cleaning 44002 clauses out of 88024 with flag 1025003/1854719
395.29/394.05	c cleaning 45010 clauses out of 90020 with flag 1071001/1900717
405.81/404.51	c cleaning 45995 clauses out of 92009 with flag 1118000/1947716
416.12/414.84	c cleaning 47001 clauses out of 94014 with flag 1166000/1995716
427.94/426.66	c cleaning 47999 clauses out of 96013 with flag 1215000/2044716
439.17/437.82	c cleaning 48998 clauses out of 98015 with flag 1265001/2094717
451.08/449.70	c cleaning 50006 clauses out of 100017 with flag 1316001/2145717
463.52/462.16	c cleaning 51003 clauses out of 102016 with flag 1368006/2197722
476.14/474.75	c cleaning 52002 clauses out of 104009 with flag 1421002/2250718
489.05/487.61	c cleaning 52992 clauses out of 106006 with flag 1475001/2304717
501.98/500.55	c cleaning 54002 clauses out of 108014 with flag 1530001/2359717
515.19/513.77	c cleaning 54996 clauses out of 110012 with flag 1586001/2415717
529.12/527.68	c cleaning 55999 clauses out of 112017 with flag 1643002/2472718
542.94/541.42	c cleaning 56997 clauses out of 114016 with flag 1701000/2530716
557.45/555.92	c cleaning 58007 clauses out of 116019 with flag 1760000/2589716
571.98/570.46	c cleaning 59007 clauses out of 118013 with flag 1820001/2649717
586.59/585.09	c cleaning 59996 clauses out of 120009 with flag 1881004/2710720
601.12/599.51	c cleaning 61003 clauses out of 122011 with flag 1943002/2772718
615.94/614.39	c cleaning 61996 clauses out of 124007 with flag 2006001/2835717
631.97/630.32	c cleaning 63004 clauses out of 126010 with flag 2070000/2899716
647.78/646.19	c cleaning 63999 clauses out of 128009 with flag 2135003/2964719
664.80/663.19	c cleaning 64989 clauses out of 130007 with flag 2201000/3030716
681.92/680.23	c cleaning 66008 clauses out of 132021 with flag 2268003/3097719
699.04/697.31	c cleaning 66996 clauses out of 134012 with flag 2336002/3165718
717.06/715.32	c cleaning 68007 clauses out of 136015 with flag 2405001/3234717
734.76/733.05	c cleaning 68995 clauses out of 138007 with flag 2475000/3304716
752.86/751.12	c cleaning 69993 clauses out of 140012 with flag 2546000/3375716
770.49/768.79	c cleaning 71001 clauses out of 142021 with flag 2618002/3447718
788.50/786.72	c cleaning 71996 clauses out of 144018 with flag 2691000/3520716
806.82/805.03	c cleaning 72997 clauses out of 146023 with flag 2765001/3594717
825.24/823.45	c cleaning 74011 clauses out of 148025 with flag 2840000/3669716
845.67/843.85	c cleaning 74999 clauses out of 150017 with flag 2916003/3745719
865.39/863.52	c cleaning 76009 clauses out of 152019 with flag 2993004/3822720
884.71/882.80	c cleaning 76995 clauses out of 154008 with flag 3071002/3900718
903.32/901.46	c cleaning 78001 clauses out of 156015 with flag 3150004/3979720
924.65/922.78	c cleaning 79001 clauses out of 158011 with flag 3230001/4059717
946.17/944.27	c cleaning 80004 clauses out of 160011 with flag 3311002/4140718
966.88/964.96	c cleaning 81000 clauses out of 162010 with flag 3393005/4222721
987.79/985.88	c cleaning 82000 clauses out of 164007 with flag 3476002/4305718
1007.92/1005.94	c cleaning 83001 clauses out of 166006 with flag 3560001/4389717
1030.76/1028.78	c cleaning 83997 clauses out of 168007 with flag 3645003/4474719
1053.69/1051.69	c cleaning 84999 clauses out of 170009 with flag 3731002/4560718
1076.51/1074.48	c cleaning 85999 clauses out of 172008 with flag 3818000/4647716
1099.02/1096.91	c cleaning 87002 clauses out of 174009 with flag 3906000/4735716
1121.75/1119.68	c cleaning 88002 clauses out of 176008 with flag 3995001/4824717
1142.97/1140.89	c cleaning 89001 clauses out of 178005 with flag 4085000/4914716
1166.59/1164.43	c cleaning 89989 clauses out of 180004 with flag 4176000/5005716
1190.12/1187.96	c cleaning 90997 clauses out of 182015 with flag 4268000/5097716
1214.35/1212.14	c cleaning 92002 clauses out of 184018 with flag 4361000/5190716
1238.16/1235.93	c cleaning 93004 clauses out of 186016 with flag 4455000/5284716
1262.07/1259.85	c cleaning 93995 clauses out of 188012 with flag 4550000/5379716
1286.38/1284.16	c cleaning 95004 clauses out of 190017 with flag 4646000/5475716
1312.00/1309.71	c cleaning 95994 clauses out of 192013 with flag 4743000/5572716
1335.80/1333.55	c cleaning 97004 clauses out of 194021 with flag 4841002/5670718
1361.72/1359.47	c cleaning 98005 clauses out of 196016 with flag 4940001/5769717
1387.24/1384.91	c cleaning 98994 clauses out of 198011 with flag 5040001/5869717
1412.51/1410.18	c cleaning 100000 clauses out of 200019 with flag 5141003/5970719
1435.43/1433.06	c cleaning 100994 clauses out of 202016 with flag 5243000/6072716
1461.70/1459.25	c cleaning 102006 clauses out of 204022 with flag 5346000/6175716
1487.55/1485.02	c cleaning 102999 clauses out of 206017 with flag 5450001/6279717
1513.16/1510.66	c cleaning 104004 clauses out of 208018 with flag 5555001/6384717
1539.32/1536.75	c cleaning 104998 clauses out of 210015 with flag 5661002/6490718
1566.02/1563.41	c cleaning 106004 clauses out of 212017 with flag 5768002/6597718
1591.79/1589.14	c cleaning 106997 clauses out of 214011 with flag 5876000/6705716
1622.80/1620.10	c cleaning 107995 clauses out of 216014 with flag 5985000/6814716
1658.34/1655.68	c cleaning 109007 clauses out of 218020 with flag 6095001/6924717
1691.90/1689.15	c cleaning 109990 clauses out of 220012 with flag 6206000/7035716
1724.24/1721.43	c cleaning 111003 clauses out of 222022 with flag 6318000/7147716
1754.97/1752.12	c cleaning 112005 clauses out of 224020 with flag 6431001/7260717
1788.13/1785.24	c cleaning 112997 clauses out of 226014 with flag 6545000/7374716
1800.05/1797.11	c starts		: 301
1800.05/1797.11	c conflicts		: 7421871
1800.05/1797.11	c decisions		: 15171919
1800.05/1797.11	c propagations		: 1483093189
1800.05/1797.11	c inspects		: 15484131830
1800.05/1797.11	c shortcuts		: 0
1800.05/1797.11	c learnt literals	: 0
1800.05/1797.11	c learnt binary clauses	: 0
1800.05/1797.11	c learnt ternary clauses	: 7
1800.05/1797.11	c learnt constraints	: 7421871
1800.05/1797.11	c ignored constraints	: 0
1800.05/1797.11	c root simplifications	: 0
1800.05/1797.11	c removed literals (reason simplification)	: 0
1800.05/1797.11	c reason swapping (by a shorter reason)	: 0
1800.05/1797.11	c Calls to reduceDB	: 150
1800.05/1797.11	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.11	c number of learned constraints concerned by reduction	: 0
1800.05/1797.11	c number of learning phase by resolution	: 0
1800.05/1797.11	c number of learning phase by cutting planes	: 0
1800.05/1797.11	c speed (assignments/second)	: 825376.0288724282
1800.05/1797.11	c non guided choices	0
1800.05/1797.14	c learnt constraints type 
1800.05/1797.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160259
1800.05/1797.14	c constraints type 
1800.05/1797.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1358
1800.05/1797.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1797.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1258
1800.05/1797.14	c 2617 constraints processed.
1800.05/1797.14	s SATISFIABLE
1800.05/1797.14	v -x1 -x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 x20 -x21 -x22 -x23 x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.05/1797.14	c objective function=12
1800.05/1797.14	c Total wall clock time (in seconds): 1797.042

Verifier Data

OK	12

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-3688599-1337885063/watcher-3688599-1337885063 -o /tmp/evaluation-result-3688599-1337885063/solver-3688599-1337885063 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688599-1337885063.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28438
/proc/meminfo: memFree=29067048/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=23172 CPUtime=0 cores=1,3,5,7
/proc/28438/stat : 28438 (java) R 28436 28438 24862 0 -1 4202496 1143 0 0 0 0 0 0 0 20 0 1 0 254630615 23728128 864 33554432000 1073741824 1073778376 140733785506624 140733785495688 254753662992 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 6050 867 654 9 0 385 0
[pid=28438/tid=28439] ppid=28436 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 254630616 24780800 867 33554432000 1073741824 1073778376 140733785506624 140733785495688 254750365873 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0224509 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28438
/proc/meminfo: memFree=29067048/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 2824 0 1 0 0 0 0 0 20 0 10 0 254630615 9233014784 3014 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2254154 3015 1548 9 0 2244855 0
[pid=28438/tid=28439] ppid=28436 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 1674 0 1 0 0 0 0 0 20 0 10 0 254630616 9233014784 3020 33554432000 1073741824 1073778376 140733785506624 139874672739008 254749937483 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100358 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28438
/proc/meminfo: memFree=29067048/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 254630615 9787813888 5662 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2389603 5662 2138 9 0 2380296 0
[pid=28438/tid=28439] ppid=28436 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2485 0 1 0 7 0 0 0 20 0 18 0 254630616 9787813888 5662 33554432000 1073741824 1073778376 140733785506624 139874672741728 254753694989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28438
/proc/meminfo: memFree=29067048/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 7152 0 1 0 50 2 0 0 20 0 19 0 254630615 9855975424 7917 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2406244 7917 2224 9 0 2396937 0
[pid=28438/tid=28439] ppid=28436 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2507 0 1 0 27 0 0 0 20 0 19 0 254630616 9855975424 7917 33554432000 1073741824 1073778376 140733785506624 139874672743184 139874676028307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.70025 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28438
/proc/meminfo: memFree=29067048/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 8145 0 1 0 104 2 0 0 20 0 19 0 254630615 9855975424 8994 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2406244 8994 2233 9 0 2396937 0
[pid=28438/tid=28439] ppid=28436 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2509 0 1 0 66 1 0 0 20 0 19 0 254630616 9855975424 8994 33554432000 1073741824 1073778376 140733785506624 139874672742952 139874544988732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 28457
/proc/meminfo: memFree=29039800/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9624976 CPUtime=1.96 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 8630 0 1 0 193 3 0 0 20 0 19 0 254630615 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2406244 11155 2268 9 0 2396937 0
[pid=28438/tid=28439] ppid=28436 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2514 0 1 0 144 1 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874672742808 139874544967450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28441] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28441/stat : 28441 (java) S 28436 28438 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874516748584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28442] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28442/stat : 28442 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874515695784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28443] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28443/stat : 28443 (java) S 28436 28438 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874514643496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28444] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28444/stat : 28444 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874513590696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28445] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28445/stat : 28445 (java) S 28436 28438 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874512538408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28446] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28446/stat : 28446 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874511485608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28447] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28447/stat : 28447 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874510433320 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28448] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28448/stat : 28448 (java) S 28436 28438 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874509380520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28449] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28449/stat : 28449 (java) S 28436 28438 24862 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254630617 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874496968936 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28450] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28450/stat : 28450 (java) S 28436 28438 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874495915000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28451] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28451/stat : 28451 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874494862600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28452] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28452/stat : 28452 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874493811088 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28453] ppid=28436 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/28438/task/28453/stat : 28453 (java) S 28436 28438 24862 0 -1 4202560 2827 0 0 0 21 0 0 0 20 0 19 0 254630620 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874492758712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28454] ppid=28436 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/28438/task/28454/stat : 28454 (java) S 28436 28438 24862 0 -1 4202560 2046 0 0 0 21 0 0 0 20 0 19 0 254630620 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874491705912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28455] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28455/stat : 28455 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874490653816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28456] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28456/stat : 28456 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874489601224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28457] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28457/stat : 28457 (java) S 28436 28438 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254630639 9855975424 11155 33554432000 1073741824 1073778376 140733785506624 139874488546216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 28457
/proc/meminfo: memFree=29030756/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9624976 CPUtime=3.59 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 8643 0 1 0 356 3 0 0 20 0 19 0 254630615 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2406244 11678 2268 9 0 2396937 0
[pid=28438/tid=28439] ppid=28436 vsize=9624976 CPUtime=3.04 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2515 0 1 0 303 1 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874672742808 139874545001038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28441] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28441/stat : 28441 (java) S 28436 28438 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874516748584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28442] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28442/stat : 28442 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874515695784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28443] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28443/stat : 28443 (java) S 28436 28438 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874514643496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28444] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28444/stat : 28444 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874513590696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28445] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28445/stat : 28445 (java) S 28436 28438 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874512538408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28446] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28446/stat : 28446 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874511485608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28447] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28447/stat : 28447 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874510433320 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28448] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28448/stat : 28448 (java) S 28436 28438 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874509380520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28449] ppid=28436 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28438/task/28449/stat : 28449 (java) S 28436 28438 24862 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 254630617 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874496968936 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28450] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28450/stat : 28450 (java) S 28436 28438 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874495915000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28451] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28451/stat : 28451 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874494862600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28452] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28452/stat : 28452 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874493811088 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28453] ppid=28436 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28438/task/28453/stat : 28453 (java) S 28436 28438 24862 0 -1 4202560 2829 0 0 0 23 0 0 0 20 0 19 0 254630620 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874492758712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28454] ppid=28436 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28438/task/28454/stat : 28454 (java) S 28436 28438 24862 0 -1 4202560 2049 0 0 0 23 0 0 0 20 0 19 0 254630620 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874491705912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28455] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28455/stat : 28455 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874490653816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28456] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28456/stat : 28456 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874489601224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28457] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28457/stat : 28457 (java) S 28436 28438 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254630639 9855975424 11678 33554432000 1073741824 1073778376 140733785506624 139874488546216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 28457
/proc/meminfo: memFree=29028460/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9624976 CPUtime=6.82 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 8663 0 1 0 679 3 0 0 20 0 19 0 254630615 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2406244 12034 2268 9 0 2396937 0
[pid=28438/tid=28439] ppid=28436 vsize=9624976 CPUtime=6.19 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2517 0 1 0 618 1 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874672742808 139874545011692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28441] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28441/stat : 28441 (java) S 28436 28438 24862 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874516748584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28442] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28442/stat : 28442 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874515695784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28443] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28443/stat : 28443 (java) S 28436 28438 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874514643496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28444] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28444/stat : 28444 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874513590696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28445] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28445/stat : 28445 (java) S 28436 28438 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874512538408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28446] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28446/stat : 28446 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874511485608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28447] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28447/stat : 28447 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874510433320 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28448] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28448/stat : 28448 (java) S 28436 28438 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254630616 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874509380520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28449] ppid=28436 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/28438/task/28449/stat : 28449 (java) S 28436 28438 24862 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 254630617 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874496968936 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28450] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28450/stat : 28450 (java) S 28436 28438 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874495915000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28451] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28451/stat : 28451 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874494862600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28452] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28452/stat : 28452 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874493811088 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28453] ppid=28436 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/28438/task/28453/stat : 28453 (java) S 28436 28438 24862 0 -1 4202560 2836 0 0 0 25 0 0 0 20 0 19 0 254630620 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874492758712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28454] ppid=28436 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/28438/task/28454/stat : 28454 (java) S 28436 28438 24862 0 -1 4202560 2050 0 0 0 23 0 0 0 20 0 19 0 254630620 9855975424 12034 33554432000 1073741824 1073778376 140733785506624 139874491705912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=28438/tid=28453] ppid=28436 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/28438/task/28453/stat : 28453 (java) S 28436 28438 24862 0 -1 4202560 2844 0 0 0 29 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874492758712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28454] ppid=28436 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/28438/task/28454/stat : 28454 (java) S 28436 28438 24862 0 -1 4202560 2060 0 0 0 25 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874491705912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28455] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28455/stat : 28455 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874490653816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28456] ppid=28436 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/28438/task/28456/stat : 28456 (java) S 28436 28438 24862 0 -1 4202560 101 0 0 0 30 25 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874489601224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28457] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28457/stat : 28457 (java) S 28436 28438 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254630639 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874488546216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.16
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28495
/proc/meminfo: memFree=28856104/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9624976 CPUtime=1785.22 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 9759 0 1 0 178479 43 0 0 20 0 19 0 254630615 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2406244 30847 2270 9 0 2396937 0
[pid=28438/tid=28439] ppid=28436 vsize=9624976 CPUtime=1771.49 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2668 0 1 0 177120 29 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874672742688 139874544760770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28441] ppid=28436 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/28438/task/28441/stat : 28441 (java) S 28436 28438 24862 0 -1 4202560 74 0 0 0 33 2 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874516748584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28442] ppid=28436 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/28438/task/28442/stat : 28442 (java) S 28436 28438 24862 0 -1 4202560 119 0 0 0 38 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874515695784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28443] ppid=28436 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28438/task/28443/stat : 28443 (java) S 28436 28438 24862 0 -1 4202560 46 0 0 0 37 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874514643496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28444] ppid=28436 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/28438/task/28444/stat : 28444 (java) S 28436 28438 24862 0 -1 4202560 127 0 0 0 40 2 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874513590696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28445] ppid=28436 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28438/task/28445/stat : 28445 (java) S 28436 28438 24862 0 -1 4202560 88 0 0 0 39 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874512538408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28446] ppid=28436 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/28438/task/28446/stat : 28446 (java) S 28436 28438 24862 0 -1 4202560 113 0 0 0 41 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874511485608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28447] ppid=28436 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28438/task/28447/stat : 28447 (java) S 28436 28438 24862 0 -1 4202560 143 0 0 0 39 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874510433320 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28448] ppid=28436 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/28438/task/28448/stat : 28448 (java) S 28436 28438 24862 0 -1 4202560 41 0 0 0 34 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874509380520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28449] ppid=28436 vsize=9624976 CPUtime=5.07 cores=1,3,5,7
/proc/28438/task/28449/stat : 28449 (java) S 28436 28438 24862 0 -1 4202560 148 0 0 0 504 3 0 0 20 0 19 0 254630617 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874496968936 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28450] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28450/stat : 28450 (java) S 28436 28438 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874495915000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28451] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28451/stat : 28451 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874494862600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28452] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28452/stat : 28452 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874493811088 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28453] ppid=28436 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/28438/task/28453/stat : 28453 (java) S 28436 28438 24862 0 -1 4202560 2844 0 0 0 29 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874492758712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28454] ppid=28436 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/28438/task/28454/stat : 28454 (java) S 28436 28438 24862 0 -1 4202560 2060 0 0 0 25 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874491705912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28455] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28455/stat : 28455 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874490653816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28456] ppid=28436 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/28438/task/28456/stat : 28456 (java) S 28436 28438 24862 0 -1 4202560 103 0 0 0 33 26 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874489601224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28457] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28457/stat : 28457 (java) S 28436 28438 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254630639 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874488546216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 28553
/proc/meminfo: memFree=29064912/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 9764 0 1 0 179961 44 0 0 20 0 19 0 254630615 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2406244 30847 2270 9 0 2396937 0
[pid=28438/tid=28439] ppid=28436 vsize=9624976 CPUtime=1786.19 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2669 0 1 0 178589 30 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874672742688 139874545037101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28441] ppid=28436 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/28438/task/28441/stat : 28441 (java) S 28436 28438 24862 0 -1 4202560 74 0 0 0 33 2 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874516748584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28442] ppid=28436 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/28438/task/28442/stat : 28442 (java) S 28436 28438 24862 0 -1 4202560 119 0 0 0 38 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874515695784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28443] ppid=28436 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28438/task/28443/stat : 28443 (java) S 28436 28438 24862 0 -1 4202560 46 0 0 0 37 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874514643496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28444] ppid=28436 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/28438/task/28444/stat : 28444 (java) S 28436 28438 24862 0 -1 4202560 127 0 0 0 40 2 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874513590696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28445] ppid=28436 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28438/task/28445/stat : 28445 (java) S 28436 28438 24862 0 -1 4202560 88 0 0 0 39 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874512538408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28446] ppid=28436 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/28438/task/28446/stat : 28446 (java) S 28436 28438 24862 0 -1 4202560 113 0 0 0 41 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874511485608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28447] ppid=28436 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28438/task/28447/stat : 28447 (java) S 28436 28438 24862 0 -1 4202560 143 0 0 0 39 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874510433320 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28448] ppid=28436 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/28438/task/28448/stat : 28448 (java) S 28436 28438 24862 0 -1 4202560 41 0 0 0 34 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874509380520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28449] ppid=28436 vsize=9624976 CPUtime=5.13 cores=1,3,5,7
/proc/28438/task/28449/stat : 28449 (java) S 28436 28438 24862 0 -1 4202560 150 0 0 0 509 4 0 0 20 0 19 0 254630617 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874496968936 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28450] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28450/stat : 28450 (java) S 28436 28438 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874495915000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28451] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28451/stat : 28451 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874494862600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28452] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28452/stat : 28452 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874493811088 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28453] ppid=28436 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/28438/task/28453/stat : 28453 (java) S 28436 28438 24862 0 -1 4202560 2844 0 0 0 29 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874492758712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28454] ppid=28436 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/28438/task/28454/stat : 28454 (java) S 28436 28438 24862 0 -1 4202560 2060 0 0 0 25 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874491705912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28455] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28455/stat : 28455 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874490653816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28456] ppid=28436 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/28438/task/28456/stat : 28456 (java) S 28436 28438 24862 0 -1 4202560 105 0 0 0 33 26 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874489601224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28457] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28457/stat : 28457 (java) S 28436 28438 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254630639 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874488546216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 28553
/proc/meminfo: memFree=29064912/32873844 swapFree=7364/7364
[pid=28438] ppid=28436 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/28438/stat : 28438 (java) S 28436 28438 24862 0 -1 4202496 9764 0 1 0 179961 44 0 0 20 0 19 0 254630615 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 140733785497760 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28438/statm: 2406244 30847 2270 9 0 2396937 0
[pid=28438/tid=28439] ppid=28436 vsize=9624976 CPUtime=1786.19 cores=1,3,5,7
/proc/28438/task/28439/stat : 28439 (java) R 28436 28438 24862 0 -1 4202560 2669 0 1 0 178589 30 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874672742688 139874545037101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28441] ppid=28436 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/28438/task/28441/stat : 28441 (java) S 28436 28438 24862 0 -1 4202560 74 0 0 0 33 2 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874516748584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28442] ppid=28436 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/28438/task/28442/stat : 28442 (java) S 28436 28438 24862 0 -1 4202560 119 0 0 0 38 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874515695784 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28443] ppid=28436 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28438/task/28443/stat : 28443 (java) S 28436 28438 24862 0 -1 4202560 46 0 0 0 37 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874514643496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28444] ppid=28436 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/28438/task/28444/stat : 28444 (java) S 28436 28438 24862 0 -1 4202560 127 0 0 0 40 2 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874513590696 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28445] ppid=28436 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28438/task/28445/stat : 28445 (java) S 28436 28438 24862 0 -1 4202560 88 0 0 0 39 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874512538408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28446] ppid=28436 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/28438/task/28446/stat : 28446 (java) S 28436 28438 24862 0 -1 4202560 113 0 0 0 41 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874511485608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28438/tid=28447] ppid=28436 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28438/task/28447/stat : 28447 (java) S 28436 28438 24862 0 -1 4202560 143 0 0 0 39 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874510433320 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28448] ppid=28436 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/28438/task/28448/stat : 28448 (java) S 28436 28438 24862 0 -1 4202560 41 0 0 0 34 0 0 0 20 0 19 0 254630616 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874509380520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28449] ppid=28436 vsize=9624976 CPUtime=5.13 cores=1,3,5,7
/proc/28438/task/28449/stat : 28449 (java) S 28436 28438 24862 0 -1 4202560 150 0 0 0 509 4 0 0 20 0 19 0 254630617 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874496968936 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28450] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28450/stat : 28450 (java) S 28436 28438 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874495915000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28451] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28451/stat : 28451 (java) S 28436 28438 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254630618 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874494862600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28452] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28452/stat : 28452 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874493811088 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28453] ppid=28436 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/28438/task/28453/stat : 28453 (java) S 28436 28438 24862 0 -1 4202560 2844 0 0 0 29 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874492758712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28454] ppid=28436 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/28438/task/28454/stat : 28454 (java) S 28436 28438 24862 0 -1 4202560 2060 0 0 0 25 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874491705912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28438/tid=28455] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28455/stat : 28455 (java) S 28436 28438 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874490653816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28438/tid=28456] ppid=28436 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/28438/task/28456/stat : 28456 (java) S 28436 28438 24862 0 -1 4202560 105 0 0 0 33 26 0 0 20 0 19 0 254630620 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874489601224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28438/tid=28457] ppid=28436 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28438/task/28457/stat : 28457 (java) S 28436 28438 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254630639 9855975424 30847 33554432000 1073741824 1073778376 140733785506624 139874488546216 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1797.15
CPU time (s): 1800.05
CPU user time (s): 1799.61
CPU system time (s): 0.44
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 0.78288
maximum resident set size= 123556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9811
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41997
involuntary context switches= 17703

runsolver used 6.12307 second user time and 15.4816 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 20:44:23
IDJOB=3688599
IDBENCH=48105
IDSOLVER=2269
FILE ID=node145/3688599-1337885063
RUNJOBID= node145-1337871881-24879
PBS_JOBID= 14620059
Free space on /tmp= 71656 MiB

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

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=771272645

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29067956 kB
Buffers:          216628 kB
Cached:          2678228 kB
SwapCached:            0 kB
Active:           557196 kB
Inactive:        2471204 kB
Active(anon):     136116 kB
Inactive(anon):        0 kB
Active(file):     421080 kB
Inactive(file):  2471204 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1696 kB
Writeback:             0 kB
AnonPages:        183644 kB
Mapped:            22612 kB
Shmem:               200 kB
Slab:             631524 kB
SReclaimable:      73092 kB
SUnreclaim:       558432 kB
KernelStack:        1760 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 71652 MiB
End job on node145 at 2012-05-24 21:14:22