Trace number 3709698

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.02 1793.75

General information on the benchmark

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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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 phase appearing in latest learned clause
0.11/0.10	c Expensive 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=true
0.11/0.10	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3709698-1338150203.opb
0.11/0.10	c reading problem ... 
0.11/0.12	c ... done. Wall clock time 0.013s.
0.11/0.12	c declared #vars     68
0.11/0.12	c #constraints  2
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.11/0.12	c 2 constraints processed.
0.55/0.39	c cleaning 2499 clauses out of 5002 with flag 5002/5002
0.82/0.55	c cleaning 4251 clauses out of 8502 with flag 11001/11001
1.06/0.73	c cleaning 5625 clauses out of 11250 with flag 18000/18000
1.28/0.94	c cleaning 6813 clauses out of 13626 with flag 26001/26001
1.60/1.21	c cleaning 7906 clauses out of 15812 with flag 35000/35000
1.90/1.50	c cleaning 8954 clauses out of 17907 with flag 45001/45001
2.22/1.87	c cleaning 9974 clauses out of 19952 with flag 56000/56000
2.66/2.25	c cleaning 10985 clauses out of 21978 with flag 68000/68000
3.17/2.72	c cleaning 11993 clauses out of 23993 with flag 81000/81000
3.57/3.14	c cleaning 12999 clauses out of 26001 with flag 95001/95001
4.08/3.60	c cleaning 13995 clauses out of 28001 with flag 110000/110000
4.59/4.12	c cleaning 14996 clauses out of 30006 with flag 126000/126000
5.20/4.70	c cleaning 16001 clauses out of 32012 with flag 143002/143002
5.80/5.35	c cleaning 16996 clauses out of 34009 with flag 161000/161000
6.52/6.05	c cleaning 18008 clauses out of 36015 with flag 180002/180002
7.34/6.80	c cleaning 18997 clauses out of 38006 with flag 200001/200001
8.28/7.74	c cleaning 20004 clauses out of 40008 with flag 221000/221000
9.61/9.02	c cleaning 21001 clauses out of 42004 with flag 243000/243000
11.01/10.43	c cleaning 22002 clauses out of 44003 with flag 266000/266000
12.05/11.46	c cleaning 22994 clauses out of 46002 with flag 290001/290001
13.07/12.46	c cleaning 23997 clauses out of 48007 with flag 315000/315000
14.50/13.89	c cleaning 25005 clauses out of 50010 with flag 341000/341000
15.81/15.17	c cleaning 25997 clauses out of 52007 with flag 368002/368002
17.43/16.72	c cleaning 26997 clauses out of 54009 with flag 396001/396001
18.46/17.77	c cleaning 28003 clauses out of 56011 with flag 425000/425000
20.20/19.45	c cleaning 29005 clauses out of 58009 with flag 455001/455001
21.72/20.96	c cleaning 29995 clauses out of 60003 with flag 486000/486000
23.55/22.75	c cleaning 31001 clauses out of 62008 with flag 518000/518000
25.17/24.36	c cleaning 31998 clauses out of 64009 with flag 551002/551002
27.18/26.38	c cleaning 33001 clauses out of 66009 with flag 585000/585000
28.69/27.85	c cleaning 33997 clauses out of 68008 with flag 620000/620000
30.41/29.50	c cleaning 35001 clauses out of 70011 with flag 656000/656000
32.22/31.33	c cleaning 35998 clauses out of 72010 with flag 693000/693000
34.44/33.51	c cleaning 37002 clauses out of 74013 with flag 731001/731001
36.86/35.90	c cleaning 38000 clauses out of 76010 with flag 770000/770000
38.48/37.54	c cleaning 38999 clauses out of 78010 with flag 810000/810000
40.79/39.80	c cleaning 40004 clauses out of 80011 with flag 851000/851000
43.00/42.05	c cleaning 40995 clauses out of 82007 with flag 893000/893000
44.82/43.80	c cleaning 42005 clauses out of 84014 with flag 936002/936002
47.04/46.01	c cleaning 43002 clauses out of 86007 with flag 980000/980000
49.38/48.38	c cleaning 43999 clauses out of 88006 with flag 1025001/1025001
51.90/50.83	c cleaning 45001 clauses out of 90006 with flag 1071000/1071000
54.23/53.10	c cleaning 45998 clauses out of 92005 with flag 1118000/1118000
57.06/55.99	c cleaning 47000 clauses out of 94007 with flag 1166000/1166000
59.79/58.68	c cleaning 48000 clauses out of 96008 with flag 1215001/1215001
64.11/62.93	c cleaning 49004 clauses out of 98008 with flag 1265001/1265001
69.84/68.61	c cleaning 49998 clauses out of 100004 with flag 1316001/1316001
72.70/71.50	c cleaning 50998 clauses out of 102006 with flag 1368001/1368001
75.52/74.24	c cleaning 51999 clauses out of 104007 with flag 1421000/1421000
79.33/78.00	c cleaning 53006 clauses out of 106011 with flag 1475003/1475003
83.94/82.69	c cleaning 53996 clauses out of 108002 with flag 1530000/1530000
88.79/87.49	c cleaning 54998 clauses out of 110006 with flag 1586000/1586000
92.23/90.84	c cleaning 55999 clauses out of 112012 with flag 1643004/1643004
96.86/95.40	c cleaning 57000 clauses out of 114011 with flag 1701002/1701002
100.70/99.23	c cleaning 58002 clauses out of 116010 with flag 1760001/1760001
104.23/102.73	c cleaning 58997 clauses out of 118008 with flag 1820001/1820001
108.05/106.51	c cleaning 60005 clauses out of 120010 with flag 1881000/1881000
112.07/110.51	c cleaning 61000 clauses out of 122005 with flag 1943000/1943000
116.81/115.29	c cleaning 62003 clauses out of 124006 with flag 2006001/2006001
120.34/118.76	c cleaning 62992 clauses out of 126003 with flag 2070001/2070001
124.97/123.36	c cleaning 64000 clauses out of 128010 with flag 2135000/2135000
129.59/127.90	c cleaning 65001 clauses out of 130010 with flag 2201000/2201000
134.94/133.20	c cleaning 65998 clauses out of 132009 with flag 2268000/2268000
140.67/138.90	c cleaning 67003 clauses out of 134012 with flag 2336001/2336001
146.79/145.08	c cleaning 67998 clauses out of 136008 with flag 2405000/2405000
151.94/150.14	c cleaning 68998 clauses out of 138014 with flag 2475004/2475004
157.35/155.52	c cleaning 70002 clauses out of 140012 with flag 2546000/2546000
162.56/160.77	c cleaning 70999 clauses out of 142010 with flag 2618000/2618000
166.98/165.16	c cleaning 72004 clauses out of 144011 with flag 2691000/2691000
172.30/170.45	c cleaning 72999 clauses out of 146007 with flag 2765000/2765000
177.53/175.66	c cleaning 74001 clauses out of 148010 with flag 2840002/2840002
183.45/181.51	c cleaning 75000 clauses out of 150008 with flag 2916001/2916001
189.88/187.93	c cleaning 75999 clauses out of 152007 with flag 2993000/2993000
194.31/192.37	c cleaning 77000 clauses out of 154008 with flag 3071000/3071000
200.26/198.27	c cleaning 77995 clauses out of 156009 with flag 3150001/3150001
205.50/203.43	c cleaning 79002 clauses out of 158014 with flag 3230001/3230001
211.42/209.32	c cleaning 80000 clauses out of 160012 with flag 3311001/3311001
218.25/216.17	c cleaning 81001 clauses out of 162011 with flag 3393000/3393000
225.37/223.23	c cleaning 82006 clauses out of 164011 with flag 3476001/3476001
235.19/233.06	c cleaning 83003 clauses out of 166005 with flag 3560001/3560001
248.63/246.42	c cleaning 83998 clauses out of 168002 with flag 3645001/3645001
256.69/254.40	c cleaning 84997 clauses out of 170003 with flag 3731000/3731000
265.23/262.96	c cleaning 85994 clauses out of 172006 with flag 3818000/3818000
274.55/272.21	c cleaning 87003 clauses out of 174013 with flag 3906001/3906001
282.98/280.62	c cleaning 88000 clauses out of 176009 with flag 3995000/3995000
294.22/291.85	c cleaning 89001 clauses out of 178009 with flag 4085000/4085000
303.15/300.79	c cleaning 90002 clauses out of 180011 with flag 4176003/4176003
315.39/312.98	c cleaning 90998 clauses out of 182007 with flag 4268001/4268001
328.71/326.21	c cleaning 91994 clauses out of 184008 with flag 4361000/4361000
336.46/333.95	c cleaning 93007 clauses out of 186015 with flag 4455001/4455001
343.69/341.17	c cleaning 93995 clauses out of 188007 with flag 4550000/4550000
349.53/346.98	c cleaning 95002 clauses out of 190012 with flag 4646000/4646000
356.55/353.96	c cleaning 95998 clauses out of 192010 with flag 4743000/4743000
364.88/362.29	c cleaning 96999 clauses out of 194012 with flag 4841000/4841000
374.90/372.23	c cleaning 98004 clauses out of 196013 with flag 4940000/4940000
383.43/380.78	c cleaning 99001 clauses out of 198010 with flag 5040001/5040001
392.50/389.77	c cleaning 100001 clauses out of 200010 with flag 5141002/5141002
403.51/400.77	c cleaning 101003 clauses out of 202008 with flag 5243001/5243001
415.86/413.01	c cleaning 101997 clauses out of 204004 with flag 5346000/5346000
427.30/424.46	c cleaning 103000 clauses out of 206007 with flag 5450000/5450000
438.70/435.85	c cleaning 104006 clauses out of 208011 with flag 5555004/5555004
455.06/452.13	c cleaning 104994 clauses out of 210001 with flag 5661000/5661000
470.02/467.03	c cleaning 106001 clauses out of 212008 with flag 5768001/5768001
487.26/484.21	c cleaning 106998 clauses out of 214007 with flag 5876001/5876001
505.09/502.06	c cleaning 107999 clauses out of 216009 with flag 5985001/5985001
517.54/514.43	c cleaning 109002 clauses out of 218009 with flag 6095000/6095000
531.57/528.47	c cleaning 109998 clauses out of 220008 with flag 6206001/6206001
545.20/542.03	c cleaning 111002 clauses out of 222010 with flag 6318001/6318001
559.95/556.74	c cleaning 112000 clauses out of 224007 with flag 6431000/6431000
576.37/573.19	c cleaning 113002 clauses out of 226009 with flag 6545002/6545002
596.19/592.98	c cleaning 114001 clauses out of 228005 with flag 6660000/6660000
609.27/605.95	c cleaning 114997 clauses out of 230004 with flag 6776000/6776000
618.82/615.48	c cleaning 115999 clauses out of 232007 with flag 6893000/6893000
628.66/625.20	c cleaning 116999 clauses out of 234008 with flag 7011000/7011000
638.77/635.37	c cleaning 117996 clauses out of 236009 with flag 7130000/7130000
647.70/644.24	c cleaning 119006 clauses out of 238014 with flag 7250001/7250001
661.45/657.90	c cleaning 120002 clauses out of 240009 with flag 7371002/7371002
674.27/670.78	c cleaning 120996 clauses out of 242005 with flag 7493000/7493000
690.52/686.99	c cleaning 122000 clauses out of 244009 with flag 7616000/7616000
710.44/706.88	c cleaning 122998 clauses out of 246010 with flag 7740001/7740001
725.31/721.67	c cleaning 124007 clauses out of 248015 with flag 7865004/7865004
737.93/734.24	c cleaning 124997 clauses out of 250006 with flag 7991002/7991002
756.38/752.63	c cleaning 126003 clauses out of 252009 with flag 8118002/8118002
772.50/768.76	c cleaning 127000 clauses out of 254007 with flag 8246003/8246003
791.59/787.79	c cleaning 128001 clauses out of 256004 with flag 8375000/8375000
804.07/800.12	c cleaning 128998 clauses out of 258003 with flag 8505000/8505000
816.58/812.66	c cleaning 130000 clauses out of 260005 with flag 8636000/8636000
829.90/825.96	c cleaning 131000 clauses out of 262005 with flag 8768000/8768000
846.66/842.66	c cleaning 132000 clauses out of 264006 with flag 8901001/8901001
859.60/855.53	c cleaning 133002 clauses out of 266008 with flag 9035003/9035003
881.34/877.24	c cleaning 133999 clauses out of 268003 with flag 9170000/9170000
901.41/897.26	c cleaning 134998 clauses out of 270005 with flag 9306001/9306001
923.80/919.53	c cleaning 136000 clauses out of 272007 with flag 9443001/9443001
947.71/943.40	c cleaning 137001 clauses out of 274006 with flag 9581000/9581000
964.83/960.42	c cleaning 137994 clauses out of 276006 with flag 9720001/9720001
984.69/980.30	c cleaning 139005 clauses out of 278012 with flag 9860001/9860001
1004.61/1000.11	c cleaning 140002 clauses out of 280007 with flag 10001001/10001001
1024.82/1020.39	c cleaning 140995 clauses out of 282004 with flag 10143000/10143000
1040.18/1035.68	c cleaning 141999 clauses out of 284009 with flag 10286000/10286000
1056.91/1052.35	c cleaning 143000 clauses out of 286011 with flag 10430001/10430001
1074.85/1070.30	c cleaning 144006 clauses out of 288012 with flag 10575002/10575002
1101.40/1096.79	c cleaning 144999 clauses out of 290005 with flag 10721001/10721001
1117.92/1113.22	c cleaning 145998 clauses out of 292005 with flag 10868000/10868000
1135.36/1130.66	c cleaning 146998 clauses out of 294008 with flag 11016001/11016001
1154.43/1149.61	c cleaning 148001 clauses out of 296009 with flag 11165000/11165000
1172.55/1167.79	c cleaning 148999 clauses out of 298008 with flag 11315000/11315000
1189.38/1184.51	c cleaning 150002 clauses out of 300009 with flag 11466000/11466000
1213.59/1208.79	c cleaning 150999 clauses out of 302007 with flag 11618000/11618000
1234.83/1229.94	c cleaning 151995 clauses out of 304009 with flag 11771001/11771001
1252.49/1247.54	c cleaning 153004 clauses out of 306013 with flag 11925000/11925000
1272.94/1267.90	c cleaning 154000 clauses out of 308010 with flag 12080001/12080001
1292.97/1287.92	c cleaning 155001 clauses out of 310010 with flag 12236001/12236001
1312.73/1307.61	c cleaning 156002 clauses out of 312008 with flag 12393000/12393000
1332.75/1327.63	c cleaning 157001 clauses out of 314008 with flag 12551002/12551002
1351.48/1346.39	c cleaning 157999 clauses out of 316005 with flag 12710000/12710000
1380.49/1375.32	c cleaning 159000 clauses out of 318006 with flag 12870000/12870000
1402.56/1397.31	c cleaning 159998 clauses out of 320008 with flag 13031002/13031002
1430.41/1425.16	c cleaning 160999 clauses out of 322008 with flag 13193000/13193000
1452.10/1446.79	c cleaning 162002 clauses out of 324009 with flag 13356000/13356000
1472.22/1466.88	c cleaning 163002 clauses out of 326007 with flag 13520000/13520000
1504.06/1498.65	c cleaning 163996 clauses out of 328005 with flag 13685000/13685000
1532.14/1526.65	c cleaning 165001 clauses out of 330009 with flag 13851000/13851000
1551.58/1546.03	c cleaning 165997 clauses out of 332008 with flag 14018000/14018000
1575.93/1570.37	c cleaning 167000 clauses out of 334011 with flag 14186000/14186000
1605.71/1600.05	c cleaning 168001 clauses out of 336011 with flag 14355000/14355000
1643.47/1637.72	c cleaning 169004 clauses out of 338010 with flag 14525000/14525000
1681.88/1676.06	c cleaning 169997 clauses out of 340007 with flag 14696001/14696001
1705.90/1699.90	c cleaning 171004 clauses out of 342011 with flag 14868002/14868002
1742.95/1736.92	c cleaning 172001 clauses out of 344008 with flag 15041003/15041003
1774.57/1768.46	c cleaning 173001 clauses out of 346004 with flag 15215000/15215000
1793.98/1787.76	c cleaning 174002 clauses out of 348003 with flag 15390000/15390000
1800.02/1793.71	c starts		: 344
1800.02/1793.71	c conflicts		: 15473920
1800.02/1793.71	c decisions		: 15485117
1800.02/1793.71	c propagations		: 86256027
1800.02/1793.71	c inspects		: 18131776521
1800.02/1793.71	c shortcuts		: 0
1800.02/1793.71	c learnt literals	: 0
1800.02/1793.71	c learnt binary clauses	: 0
1800.02/1793.71	c learnt ternary clauses	: 0
1800.02/1793.71	c learnt constraints	: 15473922
1800.02/1793.71	c ignored constraints	: 0
1800.02/1793.71	c root simplifications	: 344
1800.02/1793.71	c removed literals (reason simplification)	: 134894118
1800.02/1793.71	c reason swapping (by a shorter reason)	: 0
1800.02/1793.71	c Calls to reduceDB	: 171
1800.02/1793.71	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.71	c number of learned constraints concerned by reduction	: 0
1800.02/1793.71	c number of learning phase by resolution	: 0
1800.02/1793.71	c number of learning phase by cutting planes	: 0
1800.02/1793.71	c speed (assignments/second)	: 48091.29176679174
1800.02/1793.71	c non guided choices	55
1800.02/1793.75	c learnt constraints type 
1800.02/1793.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 258278
1800.02/1793.75	c constraints type 
1800.02/1793.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.02/1793.75	c 2 constraints processed.
1800.02/1793.75	s UNKNOWN
1800.02/1793.75	c Total wall clock time (in seconds): 1793.642

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-3709698-1338150203/watcher-3709698-1338150203 -o /tmp/evaluation-result-3709698-1338150203/solver-3709698-1338150203 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709698-1338150203.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.00 2.00 1.99 3/194 5328
/proc/meminfo: memFree=31668488/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 1242 0 0 0 0 0 0 0 20 0 2 0 281145741 98635776 949 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 24081 959 727 9 0 16771 0
[pid=5328/tid=5329] ppid=5326 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 281145742 98570240 977 33554432000 1073741824 1073778376 140735838334720 140717162475048 260190324096 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.08323 s]
/proc/loadavg: 2.00 2.00 1.99 3/194 5328
/proc/meminfo: memFree=31668488/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 4264 0 1 0 7 1 0 0 20 0 18 0 281145741 9787842560 5470 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2389610 5471 2113 9 0 2380296 0
[pid=5328/tid=5329] ppid=5326 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2390 0 1 0 5 1 0 0 20 0 18 0 281145742 9787842560 5471 33554432000 1073741824 1073778376 140735838334720 140717162456440 140717170244435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100229 s]
/proc/loadavg: 2.00 2.00 1.99 3/194 5328
/proc/meminfo: memFree=31668488/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 4427 0 1 0 10 1 0 0 20 0 18 0 281145741 9787842560 6144 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2389610 6144 2149 9 0 2380296 0
[pid=5328/tid=5329] ppid=5326 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2491 0 1 0 6 2 0 0 20 0 18 0 281145742 9787842560 6144 33554432000 1073741824 1073778376 140735838334720 140717162456440 260193707277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300194 s]
/proc/loadavg: 2.00 2.00 1.99 3/194 5328
/proc/meminfo: memFree=31668488/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 6665 0 1 0 53 2 0 0 20 0 19 0 281145741 9856004096 8608 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2406251 8608 2226 9 0 2396937 0
[pid=5328/tid=5329] ppid=5326 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2513 0 1 0 26 2 0 0 20 0 19 0 281145742 9856004096 8608 33554432000 1073741824 1073778376 140735838334720 140717162480232 140717035313395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700242 s]
/proc/loadavg: 2.00 2.00 1.99 3/194 5328
/proc/meminfo: memFree=31668488/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 6780 0 1 0 104 2 0 0 20 0 19 0 281145741 9856004096 11232 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2406251 11232 2264 9 0 2396937 0
[pid=5328/tid=5329] ppid=5326 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2518 0 1 0 64 2 0 0 20 0 19 0 281145742 9856004096 11232 33554432000 1073741824 1073778376 140735838334720 140717162479920 140717035249840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 5347
/proc/meminfo: memFree=31627468/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9625004 CPUtime=1.9 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 6999 0 1 0 188 2 0 0 20 0 19 0 281145741 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2406251 12282 2274 9 0 2396937 0
[pid=5328/tid=5329] ppid=5326 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2521 0 1 0 140 2 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140717162479920 140717035411007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5331] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 31461 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140717006425128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140717005372328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140717004319528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140717003266728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140717002213928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140717001161128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140717000108328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5338] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716999055528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 31461 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 281145743 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716986645480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716985591544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716984538632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5342] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5342/stat : 5342 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716983487120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5343] ppid=5326 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/5328/task/5343/stat : 5343 (java) S 5326 5328 31461 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 281145746 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716982434232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5344] ppid=5326 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/5328/task/5344/stat : 5344 (java) S 5326 5328 31461 0 -1 4202560 1467 0 0 0 17 0 0 0 20 0 19 0 281145746 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716981381432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5345] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5345/stat : 5345 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716980328824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5346] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5346/stat : 5346 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716979276232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5347] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5347/stat : 5347 (java) S 5326 5328 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145754 9856004096 12282 33554432000 1073741824 1073778376 140735838334720 140716978222760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 5347
/proc/meminfo: memFree=31620828/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 7407 0 1 0 354 3 0 0 20 0 19 0 281145741 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2406251 12807 2274 9 0 2396937 0
[pid=5328/tid=5329] ppid=5326 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2525 0 1 0 294 2 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140717162480040 140717035249142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5331] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140717006425128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140717005372328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140717004319528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140717003266728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140717002213928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140717001161128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140717000108328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5338] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716999055528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 31461 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 281145743 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716986645480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716985591544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716984538632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5342] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5342/stat : 5342 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716983487120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5343] ppid=5326 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/5328/task/5343/stat : 5343 (java) S 5326 5328 31461 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 281145746 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716982434232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5344] ppid=5326 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/5328/task/5344/stat : 5344 (java) S 5326 5328 31461 0 -1 4202560 1857 0 0 0 21 0 0 0 20 0 19 0 281145746 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716981381432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5345] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5345/stat : 5345 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716980328824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5346] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5346/stat : 5346 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716979276232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5347] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5347/stat : 5347 (java) S 5326 5328 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145754 9856004096 12807 33554432000 1073741824 1073778376 140735838334720 140716978222760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 1.99 3/213 5347
/proc/meminfo: memFree=31609276/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9625004 CPUtime=6.84 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 7456 0 1 0 681 3 0 0 20 0 19 0 281145741 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2406251 14757 2274 9 0 2396937 0
[pid=5328/tid=5329] ppid=5326 vsize=9625004 CPUtime=6.04 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2533 0 1 0 602 2 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140717162479920 140717035225515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5331] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 31461 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140717006425128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 31461 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140717005372328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140717004319528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140717003266728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 31461 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140717002213928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 31461 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140717001161128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 31461 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140717000108328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5338] ppid=5326 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 31461 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 281145742 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140716999055528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 31461 0 -1 4202560 34 0 0 0 16 0 0 0 20 0 19 0 281145743 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140716986645480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140716985591544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140716984538632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5342] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5342/stat : 5342 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140716983487120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5343] ppid=5326 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/5328/task/5343/stat : 5343 (java) S 5326 5328 31461 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 281145746 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140716982434232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5344] ppid=5326 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/5328/task/5344/stat : 5344 (java) S 5326 5328 31461 0 -1 4202560 1857 0 0 0 21 0 0 0 20 0 19 0 281145746 9856004096 14757 33554432000 1073741824 1073778376 140735838334720 140716981381432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=5328/tid=5343] ppid=5326 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/5328/task/5343/stat : 5343 (java) S 5326 5328 31461 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 281145746 9856004096 64661 33554432000 1073741824 1073778376 140735838334720 140716982434232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5344] ppid=5326 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/5328/task/5344/stat : 5344 (java) S 5326 5328 31461 0 -1 4202560 2142 0 0 0 23 0 0 0 20 0 19 0 281145746 9856004096 64661 33554432000 1073741824 1073778376 140735838334720 140716981381432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5345] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5345/stat : 5345 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 64661 33554432000 1073741824 1073778376 140735838334720 140716980328824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5346] ppid=5326 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/5328/task/5346/stat : 5346 (java) S 5326 5328 31461 0 -1 4202560 101 0 0 0 18 18 0 0 20 0 19 0 281145746 9856004096 64661 33554432000 1073741824 1073778376 140735838334720 140716979276232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5347] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5347/stat : 5347 (java) S 5326 5328 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145754 9856004096 64661 33554432000 1073741824 1073778376 140735838334720 140716978222760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.35
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5419
/proc/meminfo: memFree=31173164/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9625004 CPUtime=1788.58 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 10429 0 1 0 178816 42 0 0 20 0 19 0 281145741 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2406251 66197 2275 9 0 2396937 0
[pid=5328/tid=5329] ppid=5326 vsize=9625004 CPUtime=1767.79 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2714 0 1 0 176749 30 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717162479920 140717035411376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5331] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 31461 0 -1 4202560 405 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717006425128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 31461 0 -1 4202560 322 0 0 0 95 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717005372328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 31461 0 -1 4202560 277 0 0 0 93 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717004319528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 31461 0 -1 4202560 297 0 0 0 98 1 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717003266728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 31461 0 -1 4202560 397 0 0 0 108 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717002213928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 31461 0 -1 4202560 274 0 0 0 100 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717001161128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 31461 0 -1 4202560 220 0 0 0 93 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717000108328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5338] ppid=5326 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 31461 0 -1 4202560 186 0 0 0 93 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716999055528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=9625004 CPUtime=7.57 cores=0,2,4,6
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 31461 0 -1 4202560 166 0 0 0 755 2 0 0 20 0 19 0 281145743 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716986645480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716985591544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716984538632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5342] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5342/stat : 5342 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716983487120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5343] ppid=5326 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/5328/task/5343/stat : 5343 (java) S 5326 5328 31461 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716982434232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5344] ppid=5326 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/5328/task/5344/stat : 5344 (java) S 5326 5328 31461 0 -1 4202560 2142 0 0 0 23 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716981381432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5345] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5345/stat : 5345 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716980328824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5346] ppid=5326 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5328/task/5346/stat : 5346 (java) S 5326 5328 31461 0 -1 4202560 105 0 0 0 19 19 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716979276232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5347] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5347/stat : 5347 (java) S 5326 5328 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145754 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716978222760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.58
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 5419
/proc/meminfo: memFree=31173176/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 10432 0 1 0 179960 42 0 0 20 0 19 0 281145741 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2406251 66197 2275 9 0 2396937 0
[pid=5328/tid=5329] ppid=5326 vsize=9625004 CPUtime=1779.07 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2715 0 1 0 177876 31 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717162479920 140717035313074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5331] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 31461 0 -1 4202560 405 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717006425128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 31461 0 -1 4202560 322 0 0 0 96 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717005372328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 31461 0 -1 4202560 277 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717004319528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 31461 0 -1 4202560 297 0 0 0 98 1 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717003266728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 31461 0 -1 4202560 397 0 0 0 108 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717002213928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 31461 0 -1 4202560 274 0 0 0 101 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717001161128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 31461 0 -1 4202560 220 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717000108328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5338] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 31461 0 -1 4202560 186 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716999055528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=9625004 CPUtime=7.65 cores=0,2,4,6
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 31461 0 -1 4202560 168 0 0 0 763 2 0 0 20 0 19 0 281145743 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716986645480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716985591544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716984538632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5342] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5342/stat : 5342 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716983487120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5343] ppid=5326 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/5328/task/5343/stat : 5343 (java) S 5326 5328 31461 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716982434232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5344] ppid=5326 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/5328/task/5344/stat : 5344 (java) S 5326 5328 31461 0 -1 4202560 2142 0 0 0 23 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716981381432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5345] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5345/stat : 5345 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716980328824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5346] ppid=5326 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5328/task/5346/stat : 5346 (java) S 5326 5328 31461 0 -1 4202560 105 0 0 0 19 19 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716979276232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5347] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5347/stat : 5347 (java) S 5326 5328 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145754 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716978222760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1793.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 5419
/proc/meminfo: memFree=31173176/32873648 swapFree=7116/7116
[pid=5328] ppid=5326 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/5328/stat : 5328 (java) S 5326 5328 31461 0 -1 4202496 10432 0 1 0 179960 42 0 0 20 0 19 0 281145741 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140735838325856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5328/statm: 2406251 66197 2275 9 0 2396937 0
[pid=5328/tid=5329] ppid=5326 vsize=9625004 CPUtime=1779.07 cores=0,2,4,6
/proc/5328/task/5329/stat : 5329 (java) R 5326 5328 31461 0 -1 4202560 2715 0 1 0 177876 31 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717162479920 140717035313074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5331] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5331/stat : 5331 (java) S 5326 5328 31461 0 -1 4202560 405 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717006425128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5332] ppid=5326 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/5328/task/5332/stat : 5332 (java) S 5326 5328 31461 0 -1 4202560 322 0 0 0 96 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717005372328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5333] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5333/stat : 5333 (java) S 5326 5328 31461 0 -1 4202560 277 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717004319528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5334] ppid=5326 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/5328/task/5334/stat : 5334 (java) S 5326 5328 31461 0 -1 4202560 297 0 0 0 98 1 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717003266728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5335] ppid=5326 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/5328/task/5335/stat : 5335 (java) S 5326 5328 31461 0 -1 4202560 397 0 0 0 108 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717002213928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5328/tid=5336] ppid=5326 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/5328/task/5336/stat : 5336 (java) S 5326 5328 31461 0 -1 4202560 274 0 0 0 101 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717001161128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5337] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5337/stat : 5337 (java) S 5326 5328 31461 0 -1 4202560 220 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140717000108328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5338] ppid=5326 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/5328/task/5338/stat : 5338 (java) S 5326 5328 31461 0 -1 4202560 186 0 0 0 94 2 0 0 20 0 19 0 281145742 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716999055528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5339] ppid=5326 vsize=9625004 CPUtime=7.65 cores=0,2,4,6
/proc/5328/task/5339/stat : 5339 (java) S 5326 5328 31461 0 -1 4202560 168 0 0 0 763 2 0 0 20 0 19 0 281145743 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716986645480 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5340] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5340/stat : 5340 (java) S 5326 5328 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716985591544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5341] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5341/stat : 5341 (java) S 5326 5328 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281145744 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716984538632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5342] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5342/stat : 5342 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716983487120 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5343] ppid=5326 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/5328/task/5343/stat : 5343 (java) S 5326 5328 31461 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716982434232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5328/tid=5344] ppid=5326 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/5328/task/5344/stat : 5344 (java) S 5326 5328 31461 0 -1 4202560 2142 0 0 0 23 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716981381432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5345] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5345/stat : 5345 (java) S 5326 5328 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716980328824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5328/tid=5346] ppid=5326 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/5328/task/5346/stat : 5346 (java) S 5326 5328 31461 0 -1 4202560 105 0 0 0 19 19 0 0 20 0 19 0 281145746 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716979276232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5328/tid=5347] ppid=5326 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5328/task/5347/stat : 5347 (java) S 5326 5328 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281145754 9856004096 66197 33554432000 1073741824 1073778376 140735838334720 140716978222760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1793.75
CPU time (s): 1800.02
CPU user time (s): 1799.6
CPU system time (s): 0.42
CPU usage (%): 100.349
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 0.811876
maximum resident set size= 265300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10590
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42799
involuntary context switches= 22437

runsolver used 5.86911 second user time and 14.6458 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 22:23:23
IDJOB=3709698
IDBENCH=2557
IDSOLVER=2289
FILE ID=node123/3709698-1338150203
RUNJOBID= node123-1338144817-4664
PBS_JOBID= 14624505
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= c67056006c43da82eed6e7cbb40287a1
RANDOM SEED=1755604064

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31669016 kB
Buffers:          156860 kB
Cached:           206820 kB
SwapCached:          956 kB
Active:           215696 kB
Inactive:         191988 kB
Active(anon):      36816 kB
Inactive(anon):     9080 kB
Active(file):     178880 kB
Inactive(file):   182908 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:              1688 kB
Writeback:             4 kB
AnonPages:         54472 kB
Mapped:            18548 kB
Shmem:                 0 kB
Slab:             652300 kB
SReclaimable:      96260 kB
SUnreclaim:       556040 kB
KernelStack:        1592 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 71684 MiB
End job on node123 at 2012-05-27 22:53:18