Trace number 3688205

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 Snapshot? (TO) 1800.88 1795.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_2.opb
MD5SUMccdf85c0efcf9b688264aa74ef25462f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5830
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688205-1337880879.opb
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.048s.
0.10/0.15	c declared #vars     71
0.10/0.15	c #constraints  17
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.10/0.15	c 17 constraints processed.
0.10/0.15	c objective function length is 1 literals
0.62/0.45	c cleaning 2505 clauses out of 5009 with flag 5009/5009
0.90/0.67	c cleaning 4246 clauses out of 8496 with flag 11001/11001
1.23/0.91	c cleaning 5624 clauses out of 11249 with flag 18000/18000
1.54/1.22	c cleaning 6813 clauses out of 13625 with flag 26000/26000
1.86/1.55	c cleaning 7905 clauses out of 15812 with flag 35000/35000
2.27/1.95	c cleaning 8954 clauses out of 17910 with flag 45003/45003
2.77/2.42	c cleaning 9980 clauses out of 19959 with flag 56006/56006
3.18/2.89	c cleaning 10989 clauses out of 21977 with flag 68004/68004
3.79/3.46	c cleaning 11995 clauses out of 23990 with flag 81006/81006
4.50/4.12	c cleaning 12993 clauses out of 25990 with flag 95001/95001
5.20/4.85	c cleaning 13997 clauses out of 27996 with flag 110000/110000
6.02/5.62	c cleaning 14998 clauses out of 30000 with flag 126001/126001
6.82/6.46	c cleaning 15998 clauses out of 32002 with flag 143001/143001
7.74/7.38	c cleaning 17005 clauses out of 34009 with flag 161006/161006
8.75/8.34	c cleaning 17999 clauses out of 35998 with flag 180000/180000
9.87/9.46	c cleaning 19001 clauses out of 38001 with flag 200002/200002
10.98/10.53	c cleaning 19999 clauses out of 40001 with flag 221003/221003
12.19/11.74	c cleaning 21002 clauses out of 42005 with flag 243006/243006
13.60/13.17	c cleaning 21999 clauses out of 43999 with flag 266002/266002
15.02/14.55	c cleaning 23000 clauses out of 45999 with flag 290001/290001
16.52/16.01	c cleaning 23997 clauses out of 47998 with flag 315000/315000
18.05/17.56	c cleaning 25001 clauses out of 50002 with flag 341001/341001
19.76/19.25	c cleaning 25999 clauses out of 52006 with flag 368006/368006
21.59/21.05	c cleaning 27001 clauses out of 54003 with flag 396002/396002
23.41/22.89	c cleaning 27999 clauses out of 56002 with flag 425002/425002
25.31/24.78	c cleaning 28997 clauses out of 58004 with flag 455003/455003
27.34/26.76	c cleaning 30005 clauses out of 60009 with flag 486005/486005
29.15/28.58	c cleaning 30996 clauses out of 61999 with flag 518000/518000
31.37/30.74	c cleaning 32001 clauses out of 64003 with flag 551000/551000
33.49/32.86	c cleaning 32995 clauses out of 66002 with flag 585000/585000
35.90/35.22	c cleaning 34005 clauses out of 68011 with flag 620004/620004
38.12/37.47	c cleaning 34992 clauses out of 70002 with flag 656000/656000
40.51/39.87	c cleaning 35999 clauses out of 72011 with flag 693001/693001
43.13/42.42	c cleaning 37003 clauses out of 74012 with flag 731001/731001
45.65/44.98	c cleaning 38007 clauses out of 76016 with flag 770008/770008
48.47/47.79	c cleaning 39003 clauses out of 78005 with flag 810004/810004
51.29/50.50	c cleaning 39991 clauses out of 79998 with flag 851000/851000
54.30/53.58	c cleaning 41005 clauses out of 82010 with flag 893003/893003
57.52/56.74	c cleaning 42001 clauses out of 84003 with flag 936001/936001
60.93/60.16	c cleaning 43001 clauses out of 86001 with flag 980000/980000
64.56/63.73	c cleaning 44000 clauses out of 88003 with flag 1025003/1025003
67.67/66.83	c cleaning 44998 clauses out of 90005 with flag 1071005/1071005
70.78/69.95	c cleaning 46001 clauses out of 92006 with flag 1118004/1118004
73.91/73.07	c cleaning 47002 clauses out of 94005 with flag 1166004/1166004
77.33/76.42	c cleaning 47991 clauses out of 96003 with flag 1215004/1215004
81.03/80.12	c cleaning 48997 clauses out of 98010 with flag 1265002/1265002
84.47/83.53	c cleaning 49999 clauses out of 100011 with flag 1316000/1316000
89.00/88.09	c cleaning 51006 clauses out of 102017 with flag 1368005/1368005
93.11/92.13	c cleaning 51996 clauses out of 104007 with flag 1421001/1421001
97.43/96.48	c cleaning 53000 clauses out of 106010 with flag 1475000/1475000
103.05/102.06	c cleaning 54008 clauses out of 108016 with flag 1530006/1530006
108.07/107.02	c cleaning 55005 clauses out of 110009 with flag 1586007/1586007
113.58/112.55	c cleaning 55998 clauses out of 112001 with flag 1643004/1643004
118.31/117.23	c cleaning 56994 clauses out of 114000 with flag 1701001/1701001
123.31/122.28	c cleaning 58005 clauses out of 116012 with flag 1760007/1760007
128.82/127.79	c cleaning 58999 clauses out of 118001 with flag 1820001/1820001
134.83/133.75	c cleaning 60001 clauses out of 120003 with flag 1881002/1881002
139.98/138.82	c cleaning 60993 clauses out of 122001 with flag 1943001/1943001
146.31/145.18	c cleaning 61999 clauses out of 124010 with flag 2006003/2006003
151.74/150.51	c cleaning 62998 clauses out of 126009 with flag 2070001/2070001
157.08/155.86	c cleaning 64007 clauses out of 128014 with flag 2135004/2135004
163.19/161.91	c cleaning 64994 clauses out of 130003 with flag 2201000/2201000
169.63/168.35	c cleaning 66004 clauses out of 132010 with flag 2268001/2268001
174.85/173.55	c cleaning 66992 clauses out of 134005 with flag 2336000/2336000
180.47/179.17	c cleaning 68000 clauses out of 136013 with flag 2405000/2405000
186.61/185.20	c cleaning 69004 clauses out of 138022 with flag 2475009/2475009
192.84/191.49	c cleaning 70003 clauses out of 140011 with flag 2546002/2546002
198.94/197.57	c cleaning 71000 clauses out of 142007 with flag 2618001/2618001
205.57/204.12	c cleaning 72004 clauses out of 144008 with flag 2691002/2691002
212.99/211.59	c cleaning 72995 clauses out of 146003 with flag 2765001/2765001
221.22/219.75	c cleaning 73993 clauses out of 148009 with flag 2840002/2840002
229.54/228.04	c cleaning 75006 clauses out of 150014 with flag 2916000/2916000
238.47/236.97	c cleaning 76005 clauses out of 152013 with flag 2993005/2993005
245.71/244.16	c cleaning 76994 clauses out of 154003 with flag 3071000/3071000
253.11/251.50	c cleaning 78002 clauses out of 156011 with flag 3150002/3150002
261.25/259.62	c cleaning 79005 clauses out of 158011 with flag 3230004/3230004
269.37/267.76	c cleaning 79999 clauses out of 160003 with flag 3311001/3311001
276.81/275.18	c cleaning 81002 clauses out of 162005 with flag 3393002/3393002
284.24/282.51	c cleaning 82001 clauses out of 164004 with flag 3476003/3476003
292.47/290.79	c cleaning 83003 clauses out of 166012 with flag 3560012/3560012
300.41/298.68	c cleaning 83996 clauses out of 167997 with flag 3645000/3645000
308.03/306.21	c cleaning 84998 clauses out of 170003 with flag 3731002/3731002
316.76/314.97	c cleaning 86000 clauses out of 172006 with flag 3818003/3818003
326.06/324.25	c cleaning 86996 clauses out of 174007 with flag 3906004/3906004
335.72/333.82	c cleaning 87998 clauses out of 176008 with flag 3995001/3995001
345.84/343.93	c cleaning 89000 clauses out of 178011 with flag 4085002/4085002
355.88/353.93	c cleaning 90001 clauses out of 180010 with flag 4176001/4176001
365.62/363.64	c cleaning 90990 clauses out of 182008 with flag 4268000/4268000
373.75/371.78	c cleaning 92006 clauses out of 184018 with flag 4361000/4361000
382.25/380.21	c cleaning 93000 clauses out of 186013 with flag 4455001/4455001
393.29/391.21	c cleaning 94006 clauses out of 188014 with flag 4550002/4550002
404.52/402.48	c cleaning 95001 clauses out of 190006 with flag 4646000/4646000
417.25/415.14	c cleaning 95999 clauses out of 192007 with flag 4743002/4743002
426.98/424.87	c cleaning 97002 clauses out of 194009 with flag 4841003/4841003
437.71/435.51	c cleaning 97998 clauses out of 196007 with flag 4940003/4940003
449.41/447.23	c cleaning 98997 clauses out of 198006 with flag 5040000/5040000
461.40/459.16	c cleaning 100002 clauses out of 200014 with flag 5141005/5141005
474.80/472.53	c cleaning 100994 clauses out of 202007 with flag 5243000/5243000
485.86/483.53	c cleaning 102001 clauses out of 204013 with flag 5346000/5346000
497.79/495.40	c cleaning 103000 clauses out of 206012 with flag 5450000/5450000
509.81/507.47	c cleaning 103998 clauses out of 208013 with flag 5555001/5555001
526.25/523.82	c cleaning 105007 clauses out of 210014 with flag 5661000/5661000
540.60/538.16	c cleaning 105986 clauses out of 212008 with flag 5768001/5768001
553.13/550.70	c cleaning 107014 clauses out of 214027 with flag 5876006/5876006
566.48/563.93	c cleaning 108002 clauses out of 216007 with flag 5985000/5985000
579.12/576.58	c cleaning 109003 clauses out of 218007 with flag 6095002/6095002
591.26/588.68	c cleaning 110001 clauses out of 220006 with flag 6206004/6206004
606.39/603.72	c cleaning 110998 clauses out of 222002 with flag 6318001/6318001
619.53/616.81	c cleaning 112001 clauses out of 224003 with flag 6431000/6431000
634.84/632.12	c cleaning 112991 clauses out of 226002 with flag 6545000/6545000
649.48/646.74	c cleaning 114003 clauses out of 228012 with flag 6660001/6660001
665.69/662.98	c cleaning 115001 clauses out of 230009 with flag 6776001/6776001
682.32/679.59	c cleaning 116002 clauses out of 232010 with flag 6893003/6893003
703.35/700.60	c cleaning 117000 clauses out of 234008 with flag 7011003/7011003
724.58/721.74	c cleaning 118000 clauses out of 236006 with flag 7130001/7130001
743.22/740.35	c cleaning 118995 clauses out of 238005 with flag 7250000/7250000
760.75/757.81	c cleaning 120001 clauses out of 240012 with flag 7371002/7371002
779.17/776.21	c cleaning 121000 clauses out of 242013 with flag 7493004/7493004
800.51/797.54	c cleaning 122001 clauses out of 244020 with flag 7616011/7616011
825.16/822.14	c cleaning 123002 clauses out of 246010 with flag 7740002/7740002
848.11/845.02	c cleaning 123999 clauses out of 248006 with flag 7865000/7865000
871.77/868.65	c cleaning 125003 clauses out of 250012 with flag 7991005/7991005
890.44/887.25	c cleaning 125990 clauses out of 252004 with flag 8118000/8118000
912.37/909.14	c cleaning 127010 clauses out of 254020 with flag 8246006/8246006
934.60/931.38	c cleaning 127999 clauses out of 256009 with flag 8375005/8375005
957.53/954.25	c cleaning 129000 clauses out of 258005 with flag 8505000/8505000
981.67/978.33	c cleaning 130002 clauses out of 260005 with flag 8636000/8636000
1006.30/1002.91	c cleaning 131003 clauses out of 262008 with flag 8768005/8768005
1031.76/1028.38	c cleaning 131994 clauses out of 264001 with flag 8901001/8901001
1055.79/1052.37	c cleaning 132995 clauses out of 266006 with flag 9035000/9035000
1076.52/1073.06	c cleaning 133999 clauses out of 268012 with flag 9170001/9170001
1098.85/1095.32	c cleaning 135003 clauses out of 270014 with flag 9306002/9306002
1119.17/1115.69	c cleaning 136003 clauses out of 272010 with flag 9443001/9443001
1139.50/1135.91	c cleaning 137002 clauses out of 274009 with flag 9581003/9581003
1160.07/1156.48	c cleaning 137990 clauses out of 276006 with flag 9720002/9720002
1182.50/1178.84	c cleaning 139007 clauses out of 278016 with flag 9860002/9860002
1204.04/1200.36	c cleaning 140002 clauses out of 280008 with flag 10001001/10001001
1231.58/1227.81	c cleaning 141001 clauses out of 282008 with flag 10143003/10143003
1255.20/1251.45	c cleaning 141999 clauses out of 284006 with flag 10286002/10286002
1284.83/1281.04	c cleaning 143002 clauses out of 286007 with flag 10430002/10430002
1310.17/1306.30	c cleaning 143997 clauses out of 288006 with flag 10575003/10575003
1334.53/1330.65	c cleaning 144995 clauses out of 290006 with flag 10721000/10721000
1358.28/1354.35	c cleaning 145996 clauses out of 292012 with flag 10868001/10868001
1386.01/1382.01	c cleaning 147004 clauses out of 294017 with flag 11016002/11016002
1412.96/1408.97	c cleaning 148001 clauses out of 296013 with flag 11165002/11165002
1444.61/1440.53	c cleaning 149003 clauses out of 298011 with flag 11315001/11315001
1470.68/1466.50	c cleaning 150003 clauses out of 300007 with flag 11466000/11466000
1503.10/1498.90	c cleaning 151002 clauses out of 302006 with flag 11618002/11618002
1533.94/1529.73	c cleaning 151995 clauses out of 304004 with flag 11771002/11771002
1565.56/1561.34	c cleaning 152997 clauses out of 306007 with flag 11925000/11925000
1601.81/1597.59	c cleaning 154004 clauses out of 308010 with flag 12080000/12080000
1636.85/1632.48	c cleaning 155002 clauses out of 310008 with flag 12236002/12236002
1669.17/1664.72	c cleaning 155997 clauses out of 312004 with flag 12393000/12393000
1700.20/1695.71	c cleaning 156996 clauses out of 314007 with flag 12551000/12551000
1726.92/1722.45	c cleaning 157995 clauses out of 316011 with flag 12710000/12710000
1751.56/1747.03	c cleaning 159000 clauses out of 318016 with flag 12870000/12870000
1780.00/1775.46	c cleaning 160002 clauses out of 320016 with flag 13031000/13031000
1800.05/1795.41	c starts		: 324
1800.05/1795.41	c conflicts		: 13186825
1800.05/1795.41	c decisions		: 13829218
1800.05/1795.41	c propagations		: 122285860
1800.05/1795.41	c inspects		: 20531316410
1800.05/1795.41	c shortcuts		: 0
1800.05/1795.41	c learnt literals	: 0
1800.05/1795.41	c learnt binary clauses	: 0
1800.05/1795.41	c learnt ternary clauses	: 0
1800.05/1795.41	c learnt constraints	: 13186825
1800.05/1795.41	c ignored constraints	: 0
1800.05/1795.41	c root simplifications	: 0
1800.05/1795.41	c removed literals (reason simplification)	: 0
1800.05/1795.41	c reason swapping (by a shorter reason)	: 0
1800.05/1795.41	c Calls to reduceDB	: 157
1800.05/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.41	c number of learned constraints concerned by reduction	: 0
1800.05/1795.41	c number of learning phase by resolution	: 0
1800.05/1795.41	c number of learning phase by cutting planes	: 0
1800.05/1795.41	c speed (assignments/second)	: 68116.15508660329
1800.05/1795.41	c non guided choices	30
1800.05/1795.44	c learnt constraints type 
1800.05/1795.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 315893
1800.05/1795.45	c constraints type 
1800.05/1795.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.05/1795.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
1800.05/1795.45	c 17 constraints processed.
1800.05/1795.45	s UNKNOWN
1800.05/1795.45	c Total wall clock time (in seconds): 1795.341

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-3688205-1337880879/watcher-3688205-1337880879 -o /tmp/evaluation-result-3688205-1337880879/solver-3688205-1337880879 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688205-1337880879.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.05 2.01 2.00 3/194 3311
/proc/meminfo: memFree=29877500/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/3311/stat : 3311 (java) R 3309 3311 2422 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 254212805 23793664 717 33554432000 1073741824 1073778376 140736829117728 140736829106792 223642433616 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 5809 717 531 9 0 128 0

[startup+0.0530361 s]
/proc/loadavg: 2.05 2.01 2.00 3/194 3311
/proc/meminfo: memFree=29877500/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9292124 CPUtime=0.04 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 3101 0 1 0 3 1 0 0 20 0 14 0 254212805 9515134976 4310 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2323288 4313 1718 9 0 2313989 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9292124

[startup+0.100249 s]
/proc/loadavg: 2.05 2.01 2.00 3/194 3311
/proc/meminfo: memFree=29877500/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 4382 0 1 0 9 1 0 0 20 0 18 0 254212805 9787813888 6094 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2389603 6094 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300208 s]
/proc/loadavg: 2.05 2.01 2.00 3/194 3311
/proc/meminfo: memFree=29877500/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 8248 0 1 0 50 2 0 0 20 0 19 0 254212805 9855975424 8415 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2406244 8415 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.700186 s]
/proc/loadavg: 2.05 2.01 2.00 3/194 3311
/proc/meminfo: memFree=29877500/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9624976 CPUtime=1.03 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 8848 0 1 0 100 3 0 0 20 0 19 0 254212805 9855975424 11224 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2406244 11224 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 2.12 2.03 2.01 3/213 3330
/proc/meminfo: memFree=29838848/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9624976 CPUtime=1.86 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 8861 0 1 0 183 3 0 0 20 0 19 0 254212805 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2406244 11746 2263 9 0 2396937 0
[pid=3311/tid=3313] ppid=3309 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/3311/task/3313/stat : 3313 (java) R 3309 3311 2422 0 -1 4202560 2458 0 1 0 142 1 0 0 20 0 19 0 254212805 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985982509448 139985819222744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3314] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3314/stat : 3314 (java) S 3309 3311 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985944000680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3315] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3315/stat : 3315 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985942948136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3316] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3316/stat : 3316 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985941895592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3317] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3317/stat : 3317 (java) S 3309 3311 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985940843048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3318] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3318/stat : 3318 (java) S 3309 3311 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985939790504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3319] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3319/stat : 3319 (java) S 3309 3311 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985938737960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3320] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3320/stat : 3320 (java) S 3309 3311 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985937685416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3321] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3321/stat : 3321 (java) S 3309 3311 2422 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985818741800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3322] ppid=3309 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/3311/task/3322/stat : 3322 (java) S 3309 3311 2422 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 254212807 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985806542952 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3323] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3323/stat : 3323 (java) S 3309 3311 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985805489272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3324] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3324/stat : 3324 (java) S 3309 3311 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985804436616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3325] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3325/stat : 3325 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985803385360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3326] ppid=3309 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/3311/task/3326/stat : 3326 (java) S 3309 3311 2422 0 -1 4202560 3123 0 0 0 18 0 0 0 20 0 19 0 254212810 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985063766584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3327] ppid=3309 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/3311/task/3327/stat : 3327 (java) S 3309 3311 2422 0 -1 4202560 2025 0 0 0 16 0 0 0 20 0 19 0 254212810 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985062714040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3328] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3328/stat : 3328 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985061661688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3329] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3329/stat : 3329 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985060609352 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3330] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3330/stat : 3330 (java) S 3309 3311 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212821 9855975424 11746 33554432000 1073741824 1073778376 140736829117728 139985059554088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9624976

[startup+3.10072 s]
/proc/loadavg: 2.12 2.03 2.01 3/213 3330
/proc/meminfo: memFree=29836428/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 8882 0 1 0 346 3 0 0 20 0 19 0 254212805 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2406244 12783 2263 9 0 2396937 0
[pid=3311/tid=3313] ppid=3309 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/3311/task/3313/stat : 3313 (java) R 3309 3311 2422 0 -1 4202560 2462 0 1 0 297 2 0 0 20 0 19 0 254212805 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985982509448 139985819168111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3314] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3314/stat : 3314 (java) S 3309 3311 2422 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985944000680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3315] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3315/stat : 3315 (java) S 3309 3311 2422 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985942948136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3316] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3316/stat : 3316 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985941895592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3317] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3317/stat : 3317 (java) S 3309 3311 2422 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985940843048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3318] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3318/stat : 3318 (java) S 3309 3311 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985939790504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3319] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3319/stat : 3319 (java) S 3309 3311 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985938737960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3320] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3320/stat : 3320 (java) S 3309 3311 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985937685416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3321] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3321/stat : 3321 (java) S 3309 3311 2422 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985818741800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3322] ppid=3309 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/3311/task/3322/stat : 3322 (java) S 3309 3311 2422 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 254212807 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985806542952 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3323] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3323/stat : 3323 (java) S 3309 3311 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985805489272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3324] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3324/stat : 3324 (java) S 3309 3311 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985804436616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3325] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3325/stat : 3325 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985803385360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3326] ppid=3309 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/3311/task/3326/stat : 3326 (java) S 3309 3311 2422 0 -1 4202560 3123 0 0 0 18 0 0 0 20 0 19 0 254212810 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985063766584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3327] ppid=3309 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/3311/task/3327/stat : 3327 (java) S 3309 3311 2422 0 -1 4202560 2025 0 0 0 16 0 0 0 20 0 19 0 254212810 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985062714040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3328] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3328/stat : 3328 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985061661688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3329] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3329/stat : 3329 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985060609352 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3330] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3330/stat : 3330 (java) S 3309 3311 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212821 9855975424 12783 33554432000 1073741824 1073778376 140736829117728 139985059554088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.11 2.03 2.00 3/213 3330
/proc/meminfo: memFree=29821596/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9624976 CPUtime=6.72 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 8918 0 1 0 669 3 0 0 20 0 19 0 254212805 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2406244 13808 2263 9 0 2396937 0
[pid=3311/tid=3313] ppid=3309 vsize=9624976 CPUtime=6.11 cores=0,2,4,6
/proc/3311/task/3313/stat : 3313 (java) R 3309 3311 2422 0 -1 4202560 2467 0 1 0 609 2 0 0 20 0 19 0 254212805 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985982509328 139985819181501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3314] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3314/stat : 3314 (java) S 3309 3311 2422 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985944000680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3315] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3315/stat : 3315 (java) S 3309 3311 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985942948136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3316] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3316/stat : 3316 (java) S 3309 3311 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985941895592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3317] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3317/stat : 3317 (java) S 3309 3311 2422 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985940843048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3318] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3318/stat : 3318 (java) S 3309 3311 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985939790504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3319] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3319/stat : 3319 (java) S 3309 3311 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985938737960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3320] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3320/stat : 3320 (java) S 3309 3311 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985937685416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3321] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3321/stat : 3321 (java) S 3309 3311 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212806 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985818741800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3322] ppid=3309 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/3311/task/3322/stat : 3322 (java) S 3309 3311 2422 0 -1 4202560 35 0 0 0 11 0 0 0 20 0 19 0 254212807 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985806542952 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3323] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3323/stat : 3323 (java) S 3309 3311 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985805489272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3324] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3324/stat : 3324 (java) S 3309 3311 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985804436616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3325] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3325/stat : 3325 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985803385360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3326] ppid=3309 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/3311/task/3326/stat : 3326 (java) S 3309 3311 2422 0 -1 4202560 3123 0 0 0 18 0 0 0 20 0 19 0 254212810 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985063766584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3327] ppid=3309 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/3311/task/3327/stat : 3327 (java) S 3309 3311 2422 0 -1 4202560 2025 0 0 0 16 0 0 0 20 0 19 0 254212810 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985062714040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3328] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3328/stat : 3328 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985061661688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3329] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3329/stat : 3329 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985060609352 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3330] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3330/stat : 3330 (java) S 3309 3311 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212821 9855975424 13808 33554432000 1073741824 1073778376 140736829117728 139985059554088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=3311/tid=3319] ppid=3309 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/3311/task/3319/stat : 3319 (java) S 3309 3311 2422 0 -1 4202560 321 0 0 0 66 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985938737960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3320] ppid=3309 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/3311/task/3320/stat : 3320 (java) S 3309 3311 2422 0 -1 4202560 267 0 0 0 74 0 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985937685416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3321] ppid=3309 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/3311/task/3321/stat : 3321 (java) S 3309 3311 2422 0 -1 4202560 326 0 0 0 69 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985818741800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3322] ppid=3309 vsize=9624976 CPUtime=5.9 cores=0,2,4,6
/proc/3311/task/3322/stat : 3322 (java) S 3309 3311 2422 0 -1 4202560 151 0 0 0 587 3 0 0 20 0 19 0 254212807 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985806542952 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3323] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3323/stat : 3323 (java) S 3309 3311 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985805489272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3324] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3324/stat : 3324 (java) S 3309 3311 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985804436616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3325] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3325/stat : 3325 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985803385360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3326] ppid=3309 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/3311/task/3326/stat : 3326 (java) S 3309 3311 2422 0 -1 4202560 3169 0 0 0 20 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985063766584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3327] ppid=3309 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/3311/task/3327/stat : 3327 (java) S 3309 3311 2422 0 -1 4202560 2025 0 0 0 16 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985062714040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3328] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3328/stat : 3328 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985061661688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3329] ppid=3309 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/3311/task/3329/stat : 3329 (java) S 3309 3311 2422 0 -1 4202560 95 0 0 0 27 28 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985060609352 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3330] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3330/stat : 3330 (java) S 3309 3311 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212821 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985059554088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.77
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 3368
/proc/meminfo: memFree=28821580/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9624976 CPUtime=1726.82 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 11870 0 1 0 172645 37 0 0 20 0 19 0 254212805 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2406244 50539 2264 9 0 2396937 0
[pid=3311/tid=3313] ppid=3309 vsize=9624976 CPUtime=1714.6 cores=0,2,4,6
/proc/3311/task/3313/stat : 3313 (java) R 3309 3311 2422 0 -1 4202560 2626 0 1 0 171431 29 0 0 20 0 19 0 254212805 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985982509328 139985819342766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3314] ppid=3309 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/3311/task/3314/stat : 3314 (java) S 3309 3311 2422 0 -1 4202560 363 0 0 0 64 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985944000680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3315] ppid=3309 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/3311/task/3315/stat : 3315 (java) S 3309 3311 2422 0 -1 4202560 269 0 0 0 73 1 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985942948136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3316] ppid=3309 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/3311/task/3316/stat : 3316 (java) S 3309 3311 2422 0 -1 4202560 398 0 0 0 67 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985941895592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3317] ppid=3309 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/3311/task/3317/stat : 3317 (java) S 3309 3311 2422 0 -1 4202560 298 0 0 0 68 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985940843048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3318] ppid=3309 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/3311/task/3318/stat : 3318 (java) S 3309 3311 2422 0 -1 4202560 374 0 0 0 73 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985939790504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3319] ppid=3309 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/3311/task/3319/stat : 3319 (java) S 3309 3311 2422 0 -1 4202560 321 0 0 0 68 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985938737960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3320] ppid=3309 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/3311/task/3320/stat : 3320 (java) S 3309 3311 2422 0 -1 4202560 267 0 0 0 74 0 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985937685416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3321] ppid=3309 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/3311/task/3321/stat : 3321 (java) S 3309 3311 2422 0 -1 4202560 326 0 0 0 70 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985818741800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3322] ppid=3309 vsize=9624976 CPUtime=6.03 cores=0,2,4,6
/proc/3311/task/3322/stat : 3322 (java) S 3309 3311 2422 0 -1 4202560 155 0 0 0 600 3 0 0 20 0 19 0 254212807 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985806542952 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3323] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3323/stat : 3323 (java) S 3309 3311 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985805489272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3324] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3324/stat : 3324 (java) S 3309 3311 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985804436616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3325] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3325/stat : 3325 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985803385360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3326] ppid=3309 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/3311/task/3326/stat : 3326 (java) S 3309 3311 2422 0 -1 4202560 3169 0 0 0 20 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985063766584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3327] ppid=3309 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/3311/task/3327/stat : 3327 (java) S 3309 3311 2422 0 -1 4202560 2025 0 0 0 16 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985062714040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3328] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3328/stat : 3328 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985061661688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3329] ppid=3309 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/3311/task/3329/stat : 3329 (java) S 3309 3311 2422 0 -1 4202560 99 0 0 0 28 29 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985060609352 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3330] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3330/stat : 3330 (java) S 3309 3311 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212821 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985059554088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.82
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 3427
/proc/meminfo: memFree=29385736/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9624976 CPUtime=1786.94 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 11883 0 1 0 178656 38 0 0 20 0 19 0 254212805 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2406244 50539 2264 9 0 2396937 0
[pid=3311/tid=3313] ppid=3309 vsize=9624976 CPUtime=1774.34 cores=0,2,4,6
/proc/3311/task/3313/stat : 3313 (java) R 3309 3311 2422 0 -1 4202560 2629 0 1 0 177405 29 0 0 20 0 19 0 254212805 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985982509328 139985819193918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3314] ppid=3309 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/3311/task/3314/stat : 3314 (java) S 3309 3311 2422 0 -1 4202560 363 0 0 0 67 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985944000680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3315] ppid=3309 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/3311/task/3315/stat : 3315 (java) S 3309 3311 2422 0 -1 4202560 269 0 0 0 75 1 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985942948136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3316] ppid=3309 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/3311/task/3316/stat : 3316 (java) S 3309 3311 2422 0 -1 4202560 398 0 0 0 68 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985941895592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3317] ppid=3309 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/3311/task/3317/stat : 3317 (java) S 3309 3311 2422 0 -1 4202560 298 0 0 0 71 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985940843048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3318] ppid=3309 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/3311/task/3318/stat : 3318 (java) S 3309 3311 2422 0 -1 4202560 374 0 0 0 76 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985939790504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3319] ppid=3309 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/3311/task/3319/stat : 3319 (java) S 3309 3311 2422 0 -1 4202560 321 0 0 0 69 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985938737960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3320] ppid=3309 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/3311/task/3320/stat : 3320 (java) S 3309 3311 2422 0 -1 4202560 267 0 0 0 76 0 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985937685416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3321] ppid=3309 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/3311/task/3321/stat : 3321 (java) S 3309 3311 2422 0 -1 4202560 326 0 0 0 71 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985818741800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3322] ppid=3309 vsize=9624976 CPUtime=6.25 cores=0,2,4,6
/proc/3311/task/3322/stat : 3322 (java) S 3309 3311 2422 0 -1 4202560 161 0 0 0 622 3 0 0 20 0 19 0 254212807 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985806542952 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3323] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3323/stat : 3323 (java) S 3309 3311 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985805489272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3324] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3324/stat : 3324 (java) S 3309 3311 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985804436616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3325] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3325/stat : 3325 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985803385360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3326] ppid=3309 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/3311/task/3326/stat : 3326 (java) S 3309 3311 2422 0 -1 4202560 3169 0 0 0 20 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985063766584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3327] ppid=3309 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/3311/task/3327/stat : 3327 (java) S 3309 3311 2422 0 -1 4202560 2025 0 0 0 16 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985062714040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3328] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3328/stat : 3328 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985061661688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3329] ppid=3309 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/3311/task/3329/stat : 3329 (java) S 3309 3311 2422 0 -1 4202560 103 0 0 0 29 31 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985060609352 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3330] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3330/stat : 3330 (java) S 3309 3311 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212821 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985059554088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.94
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 3427
/proc/meminfo: memFree=29336460/32873844 swapFree=6848/6848
[pid=3311] ppid=3309 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/3311/stat : 3311 (java) S 3309 3311 2422 0 -1 4202496 11883 0 1 0 179966 39 0 0 20 0 19 0 254212805 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 140736829108864 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3311/statm: 2406244 50539 2264 9 0 2396937 0
[pid=3311/tid=3313] ppid=3309 vsize=9624976 CPUtime=1787.45 cores=0,2,4,6
/proc/3311/task/3313/stat : 3313 (java) R 3309 3311 2422 0 -1 4202560 2629 0 1 0 178715 30 0 0 20 0 19 0 254212805 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985982509328 139985819181580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3314] ppid=3309 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/3311/task/3314/stat : 3314 (java) S 3309 3311 2422 0 -1 4202560 363 0 0 0 67 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985944000680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3315] ppid=3309 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/3311/task/3315/stat : 3315 (java) S 3309 3311 2422 0 -1 4202560 269 0 0 0 75 1 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985942948136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3316] ppid=3309 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/3311/task/3316/stat : 3316 (java) S 3309 3311 2422 0 -1 4202560 398 0 0 0 68 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985941895592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3317] ppid=3309 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/3311/task/3317/stat : 3317 (java) S 3309 3311 2422 0 -1 4202560 298 0 0 0 71 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985940843048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3311/tid=3318] ppid=3309 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/3311/task/3318/stat : 3318 (java) S 3309 3311 2422 0 -1 4202560 374 0 0 0 76 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985939790504 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3319] ppid=3309 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/3311/task/3319/stat : 3319 (java) S 3309 3311 2422 0 -1 4202560 321 0 0 0 69 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985938737960 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3320] ppid=3309 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/3311/task/3320/stat : 3320 (java) S 3309 3311 2422 0 -1 4202560 267 0 0 0 76 0 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985937685416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3321] ppid=3309 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/3311/task/3321/stat : 3321 (java) S 3309 3311 2422 0 -1 4202560 326 0 0 0 71 2 0 0 20 0 19 0 254212806 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985818741800 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3322] ppid=3309 vsize=9624976 CPUtime=6.25 cores=0,2,4,6
/proc/3311/task/3322/stat : 3322 (java) S 3309 3311 2422 0 -1 4202560 161 0 0 0 622 3 0 0 20 0 19 0 254212807 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985806542952 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3323] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3323/stat : 3323 (java) S 3309 3311 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985805489272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3324] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3324/stat : 3324 (java) S 3309 3311 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212808 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985804436616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3325] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3325/stat : 3325 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985803385360 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3326] ppid=3309 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/3311/task/3326/stat : 3326 (java) S 3309 3311 2422 0 -1 4202560 3169 0 0 0 20 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985063766584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3311/tid=3327] ppid=3309 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/3311/task/3327/stat : 3327 (java) S 3309 3311 2422 0 -1 4202560 2025 0 0 0 16 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985062714040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3328] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3328/stat : 3328 (java) S 3309 3311 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985061661688 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3311/tid=3329] ppid=3309 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/3311/task/3329/stat : 3329 (java) S 3309 3311 2422 0 -1 4202560 103 0 0 0 29 31 0 0 20 0 19 0 254212810 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985060609352 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3311/tid=3330] ppid=3309 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/3311/task/3330/stat : 3330 (java) S 3309 3311 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212821 9855975424 50539 33554432000 1073741824 1073778376 140736829117728 139985059554088 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 4 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

Child status: 143
Real time (s): 1795.45
CPU time (s): 1800.88
CPU user time (s): 1799.97
CPU system time (s): 0.912861
CPU usage (%): 100.302
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.912861
maximum resident set size= 206412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11927
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42375
involuntary context switches= 12913

runsolver used 6.41303 second user time and 14.2308 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-24 19:34:39
IDJOB=3688205
IDBENCH=2898
IDSOLVER=2269
FILE ID=node144/3688205-1337880879
RUNJOBID= node144-1337871880-2438
PBS_JOBID= 14620060
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688205-1337880879/watcher-3688205-1337880879 -o /tmp/evaluation-result-3688205-1337880879/solver-3688205-1337880879 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688205-1337880879.opb

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=9770523

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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:       32873844 kB
MemFree:        29877772 kB
Buffers:          222064 kB
Cached:          1850916 kB
SwapCached:            0 kB
Active:           566952 kB
Inactive:        1657936 kB
Active(anon):     153244 kB
Inactive(anon):        0 kB
Active(file):     413708 kB
Inactive(file):  1657936 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:        165768 kB
Mapped:            22504 kB
Shmem:               200 kB
Slab:             626768 kB
SReclaimable:      69308 kB
SUnreclaim:       557460 kB
KernelStack:        1600 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 71708 MiB
End job on node144 at 2012-05-24 20:04:36