Trace number 3711244

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
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-28 1800.7 1794.75

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1797.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products3108
Sum of products size6216

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3711244-1338170173.opb
0.09/0.12	c reading problem ... 
0.44/0.39	c ... done. Wall clock time 0.268s.
0.44/0.39	c declared #vars     200
0.44/0.39	c internal #vars     3308
0.44/0.39	c #constraints  6416
0.44/0.39	c constraints type 
0.44/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3108
0.44/0.39	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
0.44/0.39	c ignored satisfied constraints => 200
0.44/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3108
0.44/0.39	c 6616 constraints processed.
0.74/0.42	c SATISFIABLE
0.74/0.42	c OPTIMIZING...
0.74/0.42	c Got one! Elapsed wall clock time (in seconds):0.303
0.74/0.42	o 0
0.74/0.45	c Got one! Elapsed wall clock time (in seconds):0.333
0.74/0.45	o -1
0.74/0.48	c Got one! Elapsed wall clock time (in seconds):0.364
0.74/0.48	o -2
0.74/0.49	c Got one! Elapsed wall clock time (in seconds):0.373
0.74/0.49	o -3
1.05/0.50	c Got one! Elapsed wall clock time (in seconds):0.384
1.05/0.50	o -22
1.65/0.72	c Got one! Elapsed wall clock time (in seconds):0.603
1.65/0.72	o -23
1.86/0.85	c Got one! Elapsed wall clock time (in seconds):0.727
1.86/0.85	o -24
1.86/0.87	c Got one! Elapsed wall clock time (in seconds):0.753
1.86/0.87	o -25
1.97/0.95	c Got one! Elapsed wall clock time (in seconds):0.834
1.97/0.95	o -26
2.10/1.10	c cleaning 3239 clauses out of 6478 with flag 2001/6478
2.56/1.45	c cleaning 4619 clauses out of 9238 with flag 8000/12477
2.78/1.60	c Got one! Elapsed wall clock time (in seconds):1.485
2.78/1.60	o -27
2.90/1.79	c cleaning 5089 clauses out of 10190 with flag 3002/18048
3.31/2.16	c cleaning 5550 clauses out of 11101 with flag 9002/24048
3.86/2.62	c cleaning 6269 clauses out of 12552 with flag 16003/31049
4.38/3.17	c cleaning 7138 clauses out of 14281 with flag 24001/39047
4.98/3.76	c cleaning 8070 clauses out of 16143 with flag 33001/48047
5.69/4.50	c cleaning 9027 clauses out of 18073 with flag 43001/58047
6.62/5.36	c cleaning 10020 clauses out of 20045 with flag 54000/69046
7.72/6.40	c cleaning 11008 clauses out of 22028 with flag 66003/81049
7.83/6.52	c Got one! Elapsed wall clock time (in seconds):6.4
7.83/6.52	o -28
8.13/6.89	c cleaning 8253 clauses out of 16507 with flag 4001/86536
8.63/7.32	c cleaning 7120 clauses out of 14253 with flag 10000/92535
9.14/7.84	c cleaning 7057 clauses out of 14134 with flag 17001/99536
9.74/8.40	c cleaning 7535 clauses out of 15077 with flag 25001/107536
10.35/9.08	c cleaning 8271 clauses out of 16541 with flag 34000/116535
11.16/9.81	c cleaning 9136 clauses out of 18272 with flag 44002/126537
11.98/10.62	c cleaning 10067 clauses out of 20134 with flag 55000/137535
12.88/11.57	c cleaning 11027 clauses out of 22067 with flag 67000/149535
14.01/12.64	c cleaning 12014 clauses out of 24042 with flag 80002/162537
15.31/13.93	c cleaning 13008 clauses out of 26027 with flag 94001/176536
16.62/15.25	c cleaning 14005 clauses out of 28019 with flag 109001/191536
18.27/16.88	c cleaning 15003 clauses out of 30015 with flag 125002/207537
20.07/18.63	c cleaning 16003 clauses out of 32012 with flag 142002/224537
21.98/20.50	c cleaning 17001 clauses out of 34008 with flag 160001/242536
24.29/22.85	c cleaning 17999 clauses out of 36007 with flag 179001/261536
26.31/24.86	c cleaning 19000 clauses out of 38008 with flag 199001/281536
28.43/26.98	c cleaning 20000 clauses out of 40007 with flag 220000/302535
30.84/29.36	c cleaning 21000 clauses out of 42007 with flag 242000/324535
33.59/32.09	c cleaning 22001 clauses out of 44008 with flag 265001/347536
36.59/35.00	c cleaning 22995 clauses out of 46006 with flag 289000/371535
40.20/38.67	c cleaning 23999 clauses out of 48013 with flag 314002/396537
43.81/42.20	c cleaning 24999 clauses out of 50012 with flag 340000/422535
47.63/46.06	c cleaning 26004 clauses out of 52014 with flag 367001/449536
52.07/50.46	c cleaning 27000 clauses out of 54009 with flag 395000/477535
56.69/55.03	c cleaning 28001 clauses out of 56009 with flag 424000/506535
60.81/59.17	c cleaning 29005 clauses out of 58011 with flag 454003/536538
66.04/64.36	c cleaning 29989 clauses out of 60004 with flag 485001/567536
71.26/69.52	c cleaning 31004 clauses out of 62015 with flag 517001/599536
76.40/74.66	c cleaning 32002 clauses out of 64010 with flag 550000/632535
81.92/80.18	c cleaning 32997 clauses out of 66008 with flag 584000/666535
87.03/85.26	c cleaning 34003 clauses out of 68011 with flag 619000/701535
93.07/91.23	c cleaning 34999 clauses out of 70008 with flag 655000/737535
99.70/97.87	c cleaning 36001 clauses out of 72011 with flag 692002/774537
106.20/104.30	c cleaning 36997 clauses out of 74009 with flag 730001/812536
113.34/111.48	c cleaning 38007 clauses out of 76014 with flag 769003/851538
121.36/119.49	c cleaning 38997 clauses out of 78004 with flag 809000/891535
128.02/126.03	c cleaning 40002 clauses out of 80007 with flag 850000/932535
137.16/135.10	c cleaning 40995 clauses out of 82006 with flag 892001/974536
147.49/145.40	c cleaning 42005 clauses out of 84010 with flag 935000/1017535
157.12/155.05	c cleaning 42998 clauses out of 86006 with flag 979001/1061536
166.44/164.37	c cleaning 43998 clauses out of 88007 with flag 1024000/1106535
177.78/175.63	c cleaning 44998 clauses out of 90009 with flag 1070000/1152535
188.45/186.28	c cleaning 45997 clauses out of 92011 with flag 1117000/1199535
199.98/197.75	c cleaning 47007 clauses out of 94014 with flag 1165000/1247535
212.11/209.81	c cleaning 48002 clauses out of 96009 with flag 1214002/1296537
225.36/223.06	c cleaning 49000 clauses out of 98008 with flag 1264003/1346538
236.32/233.96	c cleaning 49997 clauses out of 100005 with flag 1315000/1397535
247.07/244.60	c cleaning 50999 clauses out of 102009 with flag 1367001/1449536
258.61/256.15	c cleaning 51999 clauses out of 104011 with flag 1420002/1502537
270.36/267.84	c cleaning 52997 clauses out of 106010 with flag 1474000/1556535
283.80/281.22	c cleaning 54003 clauses out of 108013 with flag 1529000/1611535
299.03/296.47	c cleaning 54997 clauses out of 110011 with flag 1585001/1667536
315.25/312.68	c cleaning 56000 clauses out of 112014 with flag 1642001/1724536
329.88/327.24	c cleaning 57001 clauses out of 114016 with flag 1700003/1782538
347.17/344.47	c cleaning 58002 clauses out of 116012 with flag 1759000/1841535
365.60/362.85	c cleaning 59002 clauses out of 118011 with flag 1819001/1901536
384.33/381.52	c cleaning 60002 clauses out of 120009 with flag 1880001/1962536
402.06/399.22	c cleaning 61003 clauses out of 122009 with flag 1942003/2024538
421.40/418.56	c cleaning 62004 clauses out of 124008 with flag 2005005/2087540
438.34/435.43	c cleaning 62994 clauses out of 125999 with flag 2069000/2151535
462.48/459.53	c cleaning 63997 clauses out of 128005 with flag 2134000/2216535
486.46/483.45	c cleaning 64999 clauses out of 130009 with flag 2200001/2282536
513.78/510.76	c cleaning 66002 clauses out of 132011 with flag 2267002/2349537
541.65/538.53	c cleaning 66998 clauses out of 134009 with flag 2335002/2417537
570.59/567.47	c cleaning 67996 clauses out of 136010 with flag 2404001/2486536
598.16/594.90	c cleaning 68997 clauses out of 138013 with flag 2474000/2556535
626.10/622.84	c cleaning 70003 clauses out of 140017 with flag 2545001/2627536
649.46/646.14	c cleaning 70995 clauses out of 142014 with flag 2617001/2699536
674.48/671.12	c cleaning 72008 clauses out of 144021 with flag 2690003/2772538
699.63/696.20	c cleaning 73004 clauses out of 146011 with flag 2764001/2846536
724.96/721.53	c cleaning 74000 clauses out of 148006 with flag 2839000/2921535
751.90/748.50	c cleaning 74994 clauses out of 150006 with flag 2915000/2997535
771.70/768.13	c cleaning 75999 clauses out of 152012 with flag 2992000/3074535
798.95/795.36	c cleaning 76998 clauses out of 154013 with flag 3070000/3152535
820.22/816.59	c cleaning 77999 clauses out of 156015 with flag 3149000/3231535
844.59/840.86	c cleaning 79006 clauses out of 158016 with flag 3229000/3311535
874.87/871.03	c cleaning 79995 clauses out of 160010 with flag 3310000/3392535
898.01/894.10	c cleaning 81002 clauses out of 162017 with flag 3392002/3474537
926.77/922.80	c cleaning 82003 clauses out of 164013 with flag 3475000/3557535
958.21/954.20	c cleaning 82996 clauses out of 166012 with flag 3559002/3641537
997.17/993.17	c cleaning 84008 clauses out of 168016 with flag 3644002/3726537
1035.83/1031.72	c cleaning 84996 clauses out of 170006 with flag 3730000/3812535
1074.70/1070.59	c cleaning 86000 clauses out of 172010 with flag 3817000/3899535
1110.06/1105.89	c cleaning 86999 clauses out of 174010 with flag 3905000/3987535
1152.92/1148.63	c cleaning 87998 clauses out of 176011 with flag 3994000/4076535
1195.30/1190.94	c cleaning 89000 clauses out of 178016 with flag 4084003/4166538
1235.29/1230.83	c cleaning 89999 clauses out of 180013 with flag 4175000/4257535
1275.05/1270.57	c cleaning 91002 clauses out of 182014 with flag 4267000/4349535
1320.99/1316.49	c cleaning 91996 clauses out of 184012 with flag 4360000/4442535
1365.36/1360.73	c cleaning 93001 clauses out of 186016 with flag 4454000/4536535
1403.54/1398.86	c cleaning 94005 clauses out of 188015 with flag 4549000/4631535
1448.01/1443.30	c cleaning 95001 clauses out of 190010 with flag 4645000/4727535
1495.57/1490.73	c cleaning 96003 clauses out of 192011 with flag 4742002/4824537
1549.92/1545.04	c cleaning 96999 clauses out of 194008 with flag 4840002/4922537
1598.35/1593.49	c cleaning 97994 clauses out of 196007 with flag 4939000/5021535
1651.95/1646.93	c cleaning 99006 clauses out of 198015 with flag 5039002/5121537
1702.89/1697.76	c cleaning 100000 clauses out of 200008 with flag 5140001/5222536
1756.68/1751.48	c cleaning 100996 clauses out of 202007 with flag 5242000/5324535
1800.07/1794.71	c starts		: 285
1800.07/1794.71	c conflicts		: 5412268
1800.07/1794.71	c decisions		: 5440918
1800.07/1794.71	c propagations		: 29157497
1800.07/1794.71	c inspects		: 20427669395
1800.07/1794.71	c shortcuts		: 0
1800.07/1794.71	c learnt literals	: 0
1800.07/1794.71	c learnt binary clauses	: 0
1800.07/1794.71	c learnt ternary clauses	: 0
1800.07/1794.71	c learnt constraints	: 5412268
1800.07/1794.71	c ignored constraints	: 0
1800.07/1794.71	c root simplifications	: 285
1800.07/1794.71	c removed literals (reason simplification)	: 153427776
1800.07/1794.71	c reason swapping (by a shorter reason)	: 0
1800.07/1794.71	c Calls to reduceDB	: 108
1800.07/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.71	c number of learned constraints concerned by reduction	: 0
1800.07/1794.71	c number of learning phase by resolution	: 0
1800.07/1794.71	c number of learning phase by cutting planes	: 0
1800.07/1794.71	c speed (assignments/second)	: 16250.004597875391
1800.07/1794.71	c non guided choices	794
1800.07/1794.74	c learnt constraints type 
1800.07/1794.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 188766
1800.07/1794.74	c constraints type 
1800.07/1794.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3108
1800.07/1794.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
1800.07/1794.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1794.74	c ignored satisfied constraints => 200
1800.07/1794.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3108
1800.07/1794.74	c 6617 constraints processed.
1800.07/1794.74	s SATISFIABLE
1800.07/1794.74	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 x140 -x141 -x142 -x143 x144 -x145 -x146 x147 x148 x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 x166 x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 x183 x184 -x185 x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 
1800.07/1794.74	c objective function=-28
1800.07/1794.74	c Total wall clock time (in seconds): 1794.622

Verifier Data

OK	-28

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-3711244-1338170173/watcher-3711244-1338170173 -o /tmp/evaluation-result-3711244-1338170173/solver-3711244-1338170173 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711244-1338170173.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: 1.92 1.98 1.99 2/194 24604
/proc/meminfo: memFree=30892376/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24604/stat : 24604 (java) R 24602 24604 21838 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 283143253 9515008 182 33554432000 1073741824 1073778376 140734068620336 140734068611368 242167398069 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2323 184 142 9 0 71 0

[startup+0.103062 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 24604
/proc/meminfo: memFree=30892376/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 4285 0 1 0 8 1 0 0 20 0 18 0 283143253 9787842560 6004 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2389610 6004 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200274 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 24604
/proc/meminfo: memFree=30892376/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9558440 CPUtime=0.22 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 4574 0 1 0 21 1 0 0 20 0 18 0 283143253 9787842560 6761 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2389610 6761 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558440

[startup+0.30021 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 24604
/proc/meminfo: memFree=30892376/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9558440 CPUtime=0.44 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 5349 0 1 0 43 1 0 0 20 0 18 0 283143253 9787842560 7882 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2389610 7882 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700185 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 24604
/proc/meminfo: memFree=30892376/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9625004 CPUtime=1.65 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 15005 0 1 0 162 3 0 0 20 0 19 0 283143253 9856004096 15933 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2406251 15933 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625004

[startup+1.50076 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 24623
/proc/meminfo: memFree=30829124/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9625004 CPUtime=2.68 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 15094 0 1 0 265 3 0 0 20 0 19 0 283143253 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2406251 23162 2288 9 0 2396937 0
[pid=24604/tid=24606] ppid=24602 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) R 24602 24604 21838 0 -1 4202560 2525 0 1 0 140 2 0 0 20 0 19 0 283143254 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668182970856 140668048204933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24607] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668172032552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24608] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24602 24604 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668170979752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24609] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668169926952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24610] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24602 24604 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668168874152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24611] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24602 24604 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668167822376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24612] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24602 24604 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668166769576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24613] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668019882792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24614] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24602 24604 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668018829992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24615] ppid=24602 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24602 24604 21838 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 283143256 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668006631912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24616] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24602 24604 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668005577976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24617] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668004525064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24618] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668003473552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24619] ppid=24602 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24602 24604 21838 0 -1 4202560 3813 0 0 0 59 0 0 0 20 0 19 0 283143259 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668002421688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24620] ppid=24602 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24602 24604 21838 0 -1 4202560 7489 0 0 0 55 2 0 0 20 0 19 0 283143259 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668001368888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24621] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140668000316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24622] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140667999263688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) S 24602 24604 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283143294 9856004096 23162 33554432000 1073741824 1073778376 140735002634832 140667998209192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 1.92 1.98 1.99 4/213 24623
/proc/meminfo: memFree=30805728/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9625004 CPUtime=4.38 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 15109 0 1 0 435 3 0 0 20 0 19 0 283143253 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2406251 23685 2289 9 0 2396937 0
[pid=24604/tid=24606] ppid=24602 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) R 24602 24604 21838 0 -1 4202560 2527 0 1 0 293 2 0 0 20 0 19 0 283143254 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668182970856 140668048204896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24607] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24602 24604 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668172032552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24608] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24602 24604 21838 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668170979752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24609] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24602 24604 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668169926952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24610] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24602 24604 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668168874152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24611] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24602 24604 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668167822376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24612] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24602 24604 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668166769576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24613] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24602 24604 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668019882792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24614] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24602 24604 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668018829992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24615] ppid=24602 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24602 24604 21838 0 -1 4202560 36 0 0 0 7 0 0 0 20 0 19 0 283143256 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668006631912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24602 24604 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668005577976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24617] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668004525064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24618] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668003473552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24619] ppid=24602 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24602 24604 21838 0 -1 4202560 3813 0 0 0 61 0 0 0 20 0 19 0 283143259 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668002421688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24620] ppid=24602 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24602 24604 21838 0 -1 4202560 7491 0 0 0 58 2 0 0 20 0 19 0 283143259 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668001368888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24621] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140668000316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24622] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140667999263688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) S 24602 24604 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283143294 9856004096 23685 33554432000 1073741824 1073778376 140735002634832 140667998209192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625004

[startup+6.30079 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 24623
/proc/meminfo: memFree=30808232/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9625004 CPUtime=7.62 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 15137 0 1 0 758 4 0 0 20 0 19 0 283143253 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2406251 22885 2289 9 0 2396937 0
[pid=24604/tid=24606] ppid=24602 vsize=9625004 CPUtime=6.05 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) R 24602 24604 21838 0 -1 4202560 2532 0 1 0 603 2 0 0 20 0 19 0 283143254 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668182970736 140668048304562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24607] ppid=24602 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24602 24604 21838 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 283143255 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668172032552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24608] ppid=24602 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24602 24604 21838 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 283143255 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668170979752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24609] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24602 24604 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668169926952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24610] ppid=24602 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24602 24604 21838 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 283143255 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668168874152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24611] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24602 24604 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668167822376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24612] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24602 24604 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668166769576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24613] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24602 24604 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283143255 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668019882792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24614] ppid=24602 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 283143255 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668018829992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24615] ppid=24602 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24602 24604 21838 0 -1 4202560 38 0 0 0 14 0 0 0 20 0 19 0 283143256 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668006631912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24602 24604 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668005577976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24617] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668004525064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24618] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668003473552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24619] ppid=24602 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24602 24604 21838 0 -1 4202560 3813 0 0 0 61 0 0 0 20 0 19 0 283143259 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668002421688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24620] ppid=24602 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24602 24604 21838 0 -1 4202560 7491 0 0 0 58 2 0 0 20 0 19 0 283143259 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668001368888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24621] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140668000316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24622] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140667999263688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) S 24602 24604 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283143294 9856004096 22885 33554432000 1073741824 1073778376 140735002634832 140667998209192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=24604/tid=24612] ppid=24602 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24602 24604 21838 0 -1 4202560 375 0 0 0 70 3 0 0 20 0 19 0 283143255 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668166769576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24613] ppid=24602 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24602 24604 21838 0 -1 4202560 192 0 0 0 57 2 0 0 20 0 19 0 283143255 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668019882792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24614] ppid=24602 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24602 24604 21838 0 -1 4202560 167 0 0 0 54 2 0 0 20 0 19 0 283143255 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668018829992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24615] ppid=24602 vsize=9625004 CPUtime=4.68 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24602 24604 21838 0 -1 4202560 148 0 0 0 466 2 0 0 20 0 19 0 283143256 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668006631912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24602 24604 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668005577976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24617] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668004525064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24618] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668003473552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24619] ppid=24602 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24602 24604 21838 0 -1 4202560 3813 0 0 0 61 0 0 0 20 0 19 0 283143259 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668002421688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24620] ppid=24602 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24602 24604 21838 0 -1 4202560 7494 0 0 0 60 2 0 0 20 0 19 0 283143259 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668001368888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24621] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140668000316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24622] ppid=24602 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24602 24604 21838 0 -1 4202560 95 0 0 0 33 26 0 0 20 0 19 0 283143259 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140667999263688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) S 24602 24604 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283143294 9856004096 76638 33554432000 1073741824 1073778376 140735002634832 140667998209192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1667.48
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24720
/proc/meminfo: memFree=30106612/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9625004 CPUtime=1727.58 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 17628 0 1 0 172708 50 0 0 20 0 19 0 283143253 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2406251 77150 2290 9 0 2396937 0
[pid=24604/tid=24606] ppid=24602 vsize=9625004 CPUtime=1715.98 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) R 24602 24604 21838 0 -1 4202560 2650 0 1 0 171568 30 0 0 20 0 19 0 283143254 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668182970736 140668048304562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24607] ppid=24602 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24602 24604 21838 0 -1 4202560 269 0 0 0 69 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668172032552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24608] ppid=24602 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24602 24604 21838 0 -1 4202560 311 0 0 0 63 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668170979752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24609] ppid=24602 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24602 24604 21838 0 -1 4202560 287 0 0 0 60 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668169926952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24610] ppid=24602 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24602 24604 21838 0 -1 4202560 350 0 0 0 70 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668168874152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24611] ppid=24602 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24602 24604 21838 0 -1 4202560 286 0 0 0 55 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668167822376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24612] ppid=24602 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24602 24604 21838 0 -1 4202560 375 0 0 0 73 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668166769576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24613] ppid=24602 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24602 24604 21838 0 -1 4202560 192 0 0 0 58 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668019882792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24614] ppid=24602 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24602 24604 21838 0 -1 4202560 167 0 0 0 57 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668018829992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24615] ppid=24602 vsize=9625004 CPUtime=4.75 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24602 24604 21838 0 -1 4202560 150 0 0 0 473 2 0 0 20 0 19 0 283143256 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668006631912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24602 24604 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668005577976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24617] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668004525064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24618] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668003473552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24619] ppid=24602 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24602 24604 21838 0 -1 4202560 3813 0 0 0 61 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668002421688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24620] ppid=24602 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24602 24604 21838 0 -1 4202560 7494 0 0 0 60 2 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668001368888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24621] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668000316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24622] ppid=24602 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24602 24604 21838 0 -1 4202560 99 0 0 0 34 27 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140667999263688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) S 24602 24604 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283143294 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140667998209192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.58
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24720
/proc/meminfo: memFree=30106492/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9625004 CPUtime=1787.66 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 17635 0 1 0 178715 51 0 0 20 0 19 0 283143253 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2406251 77150 2290 9 0 2396937 0
[pid=24604/tid=24606] ppid=24602 vsize=9625004 CPUtime=1775.86 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) R 24602 24604 21838 0 -1 4202560 2651 0 1 0 177556 30 0 0 20 0 19 0 283143254 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668182970736 140668048148163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24607] ppid=24602 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24602 24604 21838 0 -1 4202560 269 0 0 0 70 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668172032552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24608] ppid=24602 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24602 24604 21838 0 -1 4202560 311 0 0 0 63 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668170979752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24609] ppid=24602 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24602 24604 21838 0 -1 4202560 287 0 0 0 62 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668169926952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24610] ppid=24602 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24602 24604 21838 0 -1 4202560 350 0 0 0 71 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668168874152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24611] ppid=24602 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24602 24604 21838 0 -1 4202560 286 0 0 0 55 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668167822376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24612] ppid=24602 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24602 24604 21838 0 -1 4202560 375 0 0 0 74 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668166769576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24613] ppid=24602 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24602 24604 21838 0 -1 4202560 192 0 0 0 60 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668019882792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24614] ppid=24602 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24602 24604 21838 0 -1 4202560 167 0 0 0 57 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668018829992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24615] ppid=24602 vsize=9625004 CPUtime=4.86 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24602 24604 21838 0 -1 4202560 152 0 0 0 483 3 0 0 20 0 19 0 283143256 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668006631912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24602 24604 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668005577976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24617] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668004525064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24618] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668003473552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24619] ppid=24602 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24602 24604 21838 0 -1 4202560 3813 0 0 0 61 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668002421688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24620] ppid=24602 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24602 24604 21838 0 -1 4202560 7494 0 0 0 60 2 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668001368888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24621] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668000316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24622] ppid=24602 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24602 24604 21838 0 -1 4202560 103 0 0 0 36 27 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140667999263688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) S 24602 24604 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283143294 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140667998209192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.66
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24720
/proc/meminfo: memFree=30106372/32873648 swapFree=7112/7112
[pid=24604] ppid=24602 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24602 24604 21838 0 -1 4202496 17635 0 1 0 179956 51 0 0 20 0 19 0 283143253 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140735002625968 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24604/statm: 2406251 77150 2290 9 0 2396937 0
[pid=24604/tid=24606] ppid=24602 vsize=9625004 CPUtime=1788.27 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) R 24602 24604 21838 0 -1 4202560 2651 0 1 0 178796 31 0 0 20 0 19 0 283143254 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668182970736 140668048205204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24607] ppid=24602 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24602 24604 21838 0 -1 4202560 269 0 0 0 70 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668172032552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24608] ppid=24602 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24602 24604 21838 0 -1 4202560 311 0 0 0 63 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668170979752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24609] ppid=24602 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24602 24604 21838 0 -1 4202560 287 0 0 0 62 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668169926952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24610] ppid=24602 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24602 24604 21838 0 -1 4202560 350 0 0 0 71 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668168874152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24611] ppid=24602 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24602 24604 21838 0 -1 4202560 286 0 0 0 55 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668167822376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24612] ppid=24602 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24602 24604 21838 0 -1 4202560 375 0 0 0 74 3 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668166769576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24613] ppid=24602 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24602 24604 21838 0 -1 4202560 192 0 0 0 60 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668019882792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24614] ppid=24602 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24602 24604 21838 0 -1 4202560 167 0 0 0 57 2 0 0 20 0 19 0 283143255 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668018829992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24615] ppid=24602 vsize=9625004 CPUtime=4.86 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24602 24604 21838 0 -1 4202560 152 0 0 0 483 3 0 0 20 0 19 0 283143256 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668006631912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24602 24604 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668005577976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24617] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24602 24604 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283143257 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668004525064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24618] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668003473552 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24619] ppid=24602 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24602 24604 21838 0 -1 4202560 3813 0 0 0 61 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668002421688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24620] ppid=24602 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24602 24604 21838 0 -1 4202560 7494 0 0 0 60 2 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668001368888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24621] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24602 24604 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140668000316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24622] ppid=24602 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24602 24604 21838 0 -1 4202560 103 0 0 0 36 28 0 0 20 0 19 0 283143259 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140667999263688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24602 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) S 24602 24604 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283143294 9856004096 77150 33554432000 1073741824 1073778376 140735002634832 140667998209192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

Child status: 143
Real time (s): 1794.75
CPU time (s): 1800.7
CPU user time (s): 1799.71
CPU system time (s): 0.990849
CPU usage (%): 100.332
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.990849
maximum resident set size= 308720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17668
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41025
involuntary context switches= 16730

runsolver used 5.62115 second user time and 15.3237 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 03:56:13
IDJOB=3711244
IDBENCH=48212
IDSOLVER=2289
FILE ID=node126/3711244-1338170173
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_3.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-3711244-1338170173/watcher-3711244-1338170173 -o /tmp/evaluation-result-3711244-1338170173/solver-3711244-1338170173 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711244-1338170173.opb

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=1442715412

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30892640 kB
Buffers:          323900 kB
Cached:           584820 kB
SwapCached:        17756 kB
Active:           972692 kB
Inactive:         187468 kB
Active(anon):     233116 kB
Inactive(anon):    20452 kB
Active(file):     739576 kB
Inactive(file):   167016 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        253772 kB
Mapped:            17936 kB
Shmem:                 0 kB
Slab:             669224 kB
SReclaimable:     113340 kB
SUnreclaim:       555884 kB
KernelStack:        1600 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 71356 MiB
End job on node126 at 2012-05-28 04:26:10