Trace number 3718091

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 179.619 177.609

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900561288--soft-33-100-0.wbo
MD5SUM42cd11e454ef36c6d0d0a1a4a75ff12f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark110.214
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1857
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120528
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3718091-1338251856.wbo
0.07/0.13	c reading problem ... 
0.42/0.34	c ... done. Wall clock time 0.209s.
0.42/0.34	c declared #vars     231
0.42/0.34	c internal #vars     2088
0.42/0.34	c #constraints  2707
0.42/0.34	c constraints type 
0.42/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.42/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.42/0.34	c ignored satisfied constraints => 1
0.42/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.42/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.42/0.34	c 2708 constraints processed.
0.42/0.34	c objective function length is 1857 literals
0.68/0.48	c SATISFIABLE
0.68/0.48	c OPTIMIZING...
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.347
0.68/0.48	o 604
0.99/0.55	c Got one! Elapsed wall clock time (in seconds):0.419
0.99/0.55	o 520
1.29/0.61	c Got one! Elapsed wall clock time (in seconds):0.476
1.29/0.61	o 432
1.29/0.64	c Got one! Elapsed wall clock time (in seconds):0.503
1.29/0.64	o 413
1.29/0.67	c Got one! Elapsed wall clock time (in seconds):0.541
1.29/0.67	o 412
1.59/0.70	c Got one! Elapsed wall clock time (in seconds):0.565
1.59/0.70	o 389
1.59/0.71	c Got one! Elapsed wall clock time (in seconds):0.576
1.59/0.71	o 388
1.59/0.72	c Got one! Elapsed wall clock time (in seconds):0.589
1.59/0.72	o 369
1.59/0.74	c Got one! Elapsed wall clock time (in seconds):0.606
1.59/0.74	o 244
1.59/0.77	c Got one! Elapsed wall clock time (in seconds):0.638
1.59/0.77	o 241
1.59/0.78	c Got one! Elapsed wall clock time (in seconds):0.65
1.59/0.78	o 236
1.82/0.80	c Got one! Elapsed wall clock time (in seconds):0.663
1.82/0.80	o 221
1.82/0.81	c Got one! Elapsed wall clock time (in seconds):0.681
1.82/0.81	o 200
1.82/0.84	c Got one! Elapsed wall clock time (in seconds):0.71
1.82/0.84	o 199
1.82/0.89	c Got one! Elapsed wall clock time (in seconds):0.753
1.82/0.89	o 196
1.82/0.89	c Got one! Elapsed wall clock time (in seconds):0.758
1.82/0.89	o 190
1.94/0.90	c Got one! Elapsed wall clock time (in seconds):0.772
1.94/0.90	o 174
1.94/0.93	c Got one! Elapsed wall clock time (in seconds):0.793
1.94/0.93	o 152
1.94/0.95	c Got one! Elapsed wall clock time (in seconds):0.822
1.94/0.95	o 113
2.24/1.28	c Got one! Elapsed wall clock time (in seconds):1.15
2.24/1.28	o 111
2.34/1.33	c Got one! Elapsed wall clock time (in seconds):1.195
2.34/1.33	o 105
2.45/1.43	c Got one! Elapsed wall clock time (in seconds):1.298
2.45/1.43	o 92
2.45/1.45	c Got one! Elapsed wall clock time (in seconds):1.317
2.45/1.45	o 91
2.45/1.48	c Got one! Elapsed wall clock time (in seconds):1.348
2.45/1.48	o 47
2.55/1.50	c Got one! Elapsed wall clock time (in seconds):1.367
2.55/1.50	o 45
2.55/1.57	c Got one! Elapsed wall clock time (in seconds):1.436
2.55/1.57	o 43
2.65/1.66	c Got one! Elapsed wall clock time (in seconds):1.524
2.65/1.66	o 36
2.78/1.80	c Got one! Elapsed wall clock time (in seconds):1.664
2.78/1.80	o 35
2.99/1.94	c cleaning 6343 clauses out of 12696 with flag 8111/12696
3.15/2.04	c Got one! Elapsed wall clock time (in seconds):1.911
3.15/2.04	o 31
3.45/2.38	c cleaning 5819 clauses out of 11637 with flag 23645/17980
3.96/2.83	c cleaning 5903 clauses out of 11818 with flag 57830/23980
4.41/3.22	c Got one! Elapsed wall clock time (in seconds):3.088
4.41/3.22	o 30
4.41/3.30	c cleaning 5949 clauses out of 11903 with flag 8298/29968
4.62/3.44	c Got one! Elapsed wall clock time (in seconds):3.309
4.62/3.44	o 29
4.82/3.67	c cleaning 5592 clauses out of 11204 with flag 18926/35218
4.92/3.75	c Got one! Elapsed wall clock time (in seconds):3.614
4.92/3.75	o 26
5.02/3.80	c Got one! Elapsed wall clock time (in seconds):3.671
5.02/3.80	o 23
5.34/4.17	c cleaning 6221 clauses out of 12462 with flag 40975/42068
5.34/4.19	c Got one! Elapsed wall clock time (in seconds):4.059
5.34/4.19	o 22
5.55/4.37	c Got one! Elapsed wall clock time (in seconds):4.234
5.55/4.37	o 21
5.84/4.63	c cleaning 5965 clauses out of 11948 with flag 33760/47775
5.95/4.75	c Got one! Elapsed wall clock time (in seconds):4.623
5.95/4.75	o 12
6.05/4.89	c Got one! Elapsed wall clock time (in seconds):4.753
6.05/4.89	o 11
6.25/5.04	c cleaning 5856 clauses out of 11722 with flag 18100/53514
6.45/5.25	c Got one! Elapsed wall clock time (in seconds):5.113
6.45/5.25	o 10
6.65/5.41	c cleaning 5688 clauses out of 11383 with flag 26738/59031
6.76/5.58	c Got one! Elapsed wall clock time (in seconds):5.447
6.76/5.58	o 6
7.05/5.83	c cleaning 5679 clauses out of 11380 with flag 36498/64716
7.26/6.07	c Got one! Elapsed wall clock time (in seconds):5.942
7.26/6.07	o 5
7.46/6.25	c cleaning 5835 clauses out of 11677 with flag 25318/70692
7.87/6.66	c cleaning 5911 clauses out of 11841 with flag 81953/76691
8.37/7.19	c cleaning 6461 clauses out of 12930 with flag 142270/83691
9.07/7.81	c cleaning 7228 clauses out of 14469 with flag 213747/91691
9.67/8.46	c cleaning 8116 clauses out of 16241 with flag 284808/100691
10.38/9.16	c cleaning 9058 clauses out of 18125 with flag 364302/110691
10.48/9.21	c Got one! Elapsed wall clock time (in seconds):9.073
10.48/9.21	o 4
10.88/9.60	c cleaning 7184 clauses out of 14380 with flag 52669/116004
11.28/10.09	c cleaning 6595 clauses out of 13196 with flag 113595/122004
11.88/10.60	c cleaning 6793 clauses out of 13600 with flag 183947/129003
12.49/11.27	c cleaning 7393 clauses out of 14811 with flag 272448/137007
13.29/12.04	c cleaning 8203 clauses out of 16413 with flag 372366/146002
14.11/12.82	c cleaning 9096 clauses out of 18212 with flag 463376/156004
15.01/13.70	c cleaning 10047 clauses out of 20115 with flag 573373/167003
15.01/13.78	c Got one! Elapsed wall clock time (in seconds):13.648
15.01/13.78	o 2
15.51/14.26	c cleaning 8018 clauses out of 16043 with flag 59043/172978
16.05/14.71	c cleaning 7007 clauses out of 14022 with flag 117305/178975
16.55/15.23	c cleaning 6994 clauses out of 14017 with flag 180129/185977
17.16/15.86	c cleaning 7509 clauses out of 15022 with flag 250550/193976
17.90/16.54	c cleaning 8242 clauses out of 16513 with flag 335175/202976
18.69/17.35	c cleaning 9127 clauses out of 18273 with flag 435321/212978
19.49/18.11	c cleaning 10060 clauses out of 20143 with flag 531941/223976
20.19/18.87	c cleaning 11029 clauses out of 22082 with flag 628311/235975
20.91/19.57	c Got one! Elapsed wall clock time (in seconds):19.439
20.91/19.57	o 1
21.51/20.15	c cleaning 12464 clauses out of 24951 with flag 64575/249873
22.13/20.75	c cleaning 9238 clauses out of 18485 with flag 134367/255871
22.75/21.37	c cleaning 8110 clauses out of 16247 with flag 206550/262871
23.36/21.98	c cleaning 8067 clauses out of 16140 with flag 283814/270874
24.06/22.64	c cleaning 8524 clauses out of 17071 with flag 365628/279872
24.78/23.34	c cleaning 9264 clauses out of 18547 with flag 460297/289872
25.69/24.24	c cleaning 10139 clauses out of 20282 with flag 564458/300871
26.60/25.16	c cleaning 11064 clauses out of 22143 with flag 670681/312871
27.81/26.34	c cleaning 12039 clauses out of 24079 with flag 800543/325871
29.11/27.61	c cleaning 13017 clauses out of 26040 with flag 938076/339871
30.51/29.00	c cleaning 14007 clauses out of 28023 with flag 1082658/354871
32.02/30.54	c cleaning 14998 clauses out of 30016 with flag 1235488/370871
33.62/32.11	c cleaning 16002 clauses out of 32018 with flag 1387925/387872
35.12/33.62	c cleaning 16999 clauses out of 34017 with flag 1537087/405873
36.82/35.32	c cleaning 17990 clauses out of 36016 with flag 1699032/424871
38.93/37.46	c cleaning 19010 clauses out of 38026 with flag 1876848/444871
41.22/39.73	c cleaning 20005 clauses out of 40017 with flag 2060913/465872
43.62/42.16	c cleaning 21001 clauses out of 42012 with flag 2252882/487872
45.95/44.45	c cleaning 21997 clauses out of 44010 with flag 2436716/510872
48.26/46.77	c cleaning 22998 clauses out of 46012 with flag 2612285/534871
50.97/49.50	c cleaning 23994 clauses out of 48014 with flag 2813263/559871
53.89/52.30	c cleaning 25003 clauses out of 50019 with flag 3023734/585871
56.80/55.22	c cleaning 25995 clauses out of 52017 with flag 3243035/612872
59.71/58.16	c cleaning 27005 clauses out of 54021 with flag 3471526/640872
62.63/61.03	c cleaning 28002 clauses out of 56016 with flag 3676577/669872
65.73/64.11	c cleaning 29006 clauses out of 58015 with flag 3913878/699873
69.84/68.22	c cleaning 29993 clauses out of 60008 with flag 4170289/730872
73.44/71.88	c cleaning 30997 clauses out of 62014 with flag 4417424/762872
78.16/76.59	c cleaning 32002 clauses out of 64017 with flag 4695635/795872
81.98/80.37	c cleaning 32991 clauses out of 66013 with flag 4928882/829871
86.18/84.56	c cleaning 33998 clauses out of 68023 with flag 5177894/864872
90.19/88.57	c cleaning 35005 clauses out of 70025 with flag 5430225/900872
94.59/92.98	c cleaning 35997 clauses out of 72018 with flag 5704568/937871
99.70/98.03	c cleaning 37004 clauses out of 74021 with flag 5990194/975871
104.92/103.21	c cleaning 38005 clauses out of 76018 with flag 6265081/1014872
110.53/108.82	c cleaning 38995 clauses out of 78012 with flag 6569951/1054871
116.67/114.95	c cleaning 39996 clauses out of 80016 with flag 6899376/1095871
122.51/120.71	c cleaning 41006 clauses out of 82021 with flag 7195556/1137872
128.72/126.93	c cleaning 41999 clauses out of 84014 with flag 7509734/1180872
135.42/133.63	c cleaning 43003 clauses out of 86012 with flag 7840153/1224871
141.74/139.90	c cleaning 43996 clauses out of 88009 with flag 8147636/1269872
148.74/146.94	c cleaning 45002 clauses out of 90009 with flag 8471272/1315871
155.66/153.85	c cleaning 45996 clauses out of 92006 with flag 8810709/1362872
162.86/161.08	c cleaning 47001 clauses out of 94008 with flag 9153312/1410873
170.38/168.55	c cleaning 47988 clauses out of 96005 with flag 9523775/1459872
178.48/176.64	c cleaning 49002 clauses out of 98013 with flag 9893431/1509872
179.51/177.60	c starts		: 232
179.51/177.60	c conflicts		: 1516629
179.51/177.60	c decisions		: 1866516
179.51/177.60	c propagations		: 61499975
179.51/177.60	c inspects		: 2566749978
179.51/177.60	c shortcuts		: 0
179.51/177.60	c learnt literals	: 38
179.51/177.60	c learnt binary clauses	: 41
179.51/177.60	c learnt ternary clauses	: 218
179.51/177.60	c learnt constraints	: 1516590
179.51/177.60	c ignored constraints	: 0
179.51/177.60	c root simplifications	: 0
179.51/177.60	c removed literals (reason simplification)	: 0
179.51/177.60	c reason swapping (by a shorter reason)	: 0
179.51/177.60	c Calls to reduceDB	: 77
179.51/177.60	c Number of update (reduction) of LBD	: 372923
179.51/177.60	c number of reductions to clauses (during analyze)	: 0
179.51/177.60	c number of learned constraints concerned by reduction	: 0
179.51/177.60	c number of learning phase by resolution	: 0
179.51/177.60	c number of learning phase by cutting planes	: 0
179.51/177.60	c speed (assignments/second)	: 346996.7839309391
179.51/177.60	c non guided choices	4972
179.51/177.60	c learnt constraints type 
179.51/177.60	c constraints type 
179.51/177.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
179.51/177.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
179.51/177.60	c ignored satisfied constraints => 1
179.51/177.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
179.51/177.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
179.51/177.60	c 2708 constraints processed.
179.51/177.60	s OPTIMUM FOUND
179.51/177.60	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 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
179.51/177.60	c objective function=1
179.51/177.60	c Total wall clock time (in seconds): 177.469

Verifier Data

OK	1

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

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 3/194 338
/proc/meminfo: memFree=29983916/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/338/stat : 338 (java) D 336 338 28718 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 291312366 278528 34 33554432000 1073741824 1073778376 140735200775872 140735200773048 271778409767 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/338/statm: 68 34 25 9 0 25 0

[startup+0.0967069 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 338
/proc/meminfo: memFree=29983916/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 3339 0 1 0 5 1 0 0 20 0 18 0 291312366 9787817984 4548 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2389604 4550 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558416

[startup+0.100248 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 338
/proc/meminfo: memFree=29983916/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 3366 0 1 0 6 1 0 0 20 0 18 0 291312366 9787817984 4575 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2389604 4575 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.300226 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 338
/proc/meminfo: memFree=29983916/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9558416 CPUtime=0.42 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 5282 0 1 0 40 2 0 0 20 0 18 0 291312366 9787817984 7573 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2389604 7573 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558416

[startup+0.70025 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 338
/proc/meminfo: memFree=29983916/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9624980 CPUtime=1.59 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 13939 0 1 0 156 3 0 0 20 0 19 0 291312366 9855979520 14380 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2406245 14380 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9624980

[startup+1.50065 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 357
/proc/meminfo: memFree=29922692/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9624980 CPUtime=2.55 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 13959 0 1 0 252 3 0 0 20 0 19 0 291312366 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2406245 18998 2254 9 0 2396937 0
[pid=338/tid=340] ppid=336 vsize=9624980 CPUtime=1.45 cores=0,2,4,6
/proc/338/task/340/stat : 340 (java) R 336 338 28718 0 -1 4202560 2475 0 1 0 143 2 0 0 20 0 19 0 291312368 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665798930832 139665642938394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=338/tid=341] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/341/stat : 341 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665642351400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=342] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/342/stat : 342 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665641298600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=343] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/343/stat : 343 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665640246312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=344] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/344/stat : 344 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665639193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=345] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/345/stat : 345 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665638140200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=346] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/346/stat : 346 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665637087400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=347] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/347/stat : 347 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665636035112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=348] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/348/stat : 348 (java) S 336 338 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665634982312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=349] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/349/stat : 349 (java) S 336 338 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291312370 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665152654056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=350] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/350/stat : 350 (java) S 336 338 28718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665151600120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=351] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/351/stat : 351 (java) S 336 338 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665150547720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=352] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/352/stat : 352 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665149496208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=353] ppid=336 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/338/task/353/stat : 353 (java) S 336 338 28718 0 -1 4202560 4467 0 0 0 52 0 0 0 20 0 19 0 291312374 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665148442808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=354] ppid=336 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/338/task/354/stat : 354 (java) S 336 338 28718 0 -1 4202560 5822 0 0 0 53 2 0 0 20 0 19 0 291312374 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665147390008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=355] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/355/stat : 355 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665146337912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=356] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/356/stat : 356 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665145285320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=357] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/357/stat : 357 (java) S 336 338 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291312403 9855979520 18998 33554432000 1073741824 1073778376 140735293799520 139665144231336 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9624980

[startup+3.1006 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 357
/proc/meminfo: memFree=29897124/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9624980 CPUtime=4.31 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 14032 0 1 0 426 5 0 0 20 0 19 0 291312366 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2406245 24166 2279 9 0 2396937 0
[pid=338/tid=340] ppid=336 vsize=9624980 CPUtime=3 cores=0,2,4,6
/proc/338/task/340/stat : 340 (java) R 336 338 28718 0 -1 4202560 2479 0 1 0 298 2 0 0 20 0 19 0 291312368 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665798938912 139665642947278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=338/tid=341] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/341/stat : 341 (java) S 336 338 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665642351400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=342] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/342/stat : 342 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665641298600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=343] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/343/stat : 343 (java) S 336 338 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665640246312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=344] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/344/stat : 344 (java) S 336 338 28718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665639193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=345] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/345/stat : 345 (java) S 336 338 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665638140200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=346] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/346/stat : 346 (java) S 336 338 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665637087400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=347] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/347/stat : 347 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665636035112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=348] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/348/stat : 348 (java) S 336 338 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665634982312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=349] ppid=336 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/338/task/349/stat : 349 (java) S 336 338 28718 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 291312370 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665152654056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=350] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/350/stat : 350 (java) S 336 338 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665151600120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=351] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/351/stat : 351 (java) S 336 338 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665150547720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=352] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/352/stat : 352 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665149496208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=353] ppid=336 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/338/task/353/stat : 353 (java) S 336 338 28718 0 -1 4202560 4473 0 0 0 61 0 0 0 20 0 19 0 291312374 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665148442808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=354] ppid=336 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/338/task/354/stat : 354 (java) S 336 338 28718 0 -1 4202560 5824 0 0 0 58 2 0 0 20 0 19 0 291312374 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665147390008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=355] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/355/stat : 355 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665146337912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=356] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/356/stat : 356 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665145285320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=357] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/357/stat : 357 (java) S 336 338 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291312403 9855979520 24166 33554432000 1073741824 1073778376 140735293799520 139665144231336 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 357
/proc/meminfo: memFree=29894704/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9624980 CPUtime=7.57 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 14049 0 1 0 752 5 0 0 20 0 19 0 291312366 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2406245 24575 2279 9 0 2396937 0
[pid=338/tid=340] ppid=336 vsize=9624980 CPUtime=6.05 cores=0,2,4,6
/proc/338/task/340/stat : 340 (java) R 336 338 28718 0 -1 4202560 2488 0 1 0 602 3 0 0 20 0 19 0 291312368 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665798938976 139665643266888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=338/tid=341] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/341/stat : 341 (java) S 336 338 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665642351400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=342] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/342/stat : 342 (java) S 336 338 28718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665641298600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=343] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/343/stat : 343 (java) S 336 338 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665640246312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=344] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/344/stat : 344 (java) S 336 338 28718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665639193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=345] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/345/stat : 345 (java) S 336 338 28718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665638140200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=346] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/346/stat : 346 (java) S 336 338 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665637087400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=347] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/347/stat : 347 (java) S 336 338 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665636035112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=348] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/348/stat : 348 (java) S 336 338 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291312369 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665634982312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=349] ppid=336 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/338/task/349/stat : 349 (java) S 336 338 28718 0 -1 4202560 34 0 0 0 17 0 0 0 20 0 19 0 291312370 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665152654056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=350] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/350/stat : 350 (java) S 336 338 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665151600120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=351] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/351/stat : 351 (java) S 336 338 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665150547720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=352] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/352/stat : 352 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665149496208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=353] ppid=336 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/338/task/353/stat : 353 (java) S 336 338 28718 0 -1 4202560 4473 0 0 0 61 0 0 0 20 0 19 0 291312374 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665148442808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=354] ppid=336 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/338/task/354/stat : 354 (java) S 336 338 28718 0 -1 4202560 5824 0 0 0 61 2 0 0 20 0 19 0 291312374 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665147390008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=355] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/355/stat : 355 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665146337912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=356] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/356/stat : 356 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665145285320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=357] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/357/stat : 357 (java) S 336 338 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291312403 9855979520 24575 33554432000 1073741824 1073778376 140735293799520 139665144231336 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/338/task/341/stat : 341 (java) S 336 338 28718 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665642351400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=342] ppid=336 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/338/task/342/stat : 342 (java) S 336 338 28718 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665641298600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=343] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/343/stat : 343 (java) S 336 338 28718 0 -1 4202560 22 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665640246312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=344] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/344/stat : 344 (java) S 336 338 28718 0 -1 4202560 28 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665639193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=345] ppid=336 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/338/task/345/stat : 345 (java) S 336 338 28718 0 -1 4202560 36 0 0 0 12 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665638140200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=346] ppid=336 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/338/task/346/stat : 346 (java) S 336 338 28718 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665637087400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=347] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/347/stat : 347 (java) S 336 338 28718 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665636035112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=348] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/348/stat : 348 (java) S 336 338 28718 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665634982312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=349] ppid=336 vsize=9624980 CPUtime=1.85 cores=0,2,4,6
/proc/338/task/349/stat : 349 (java) S 336 338 28718 0 -1 4202560 50 0 0 0 185 0 0 0 20 0 19 0 291312370 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665152654056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=350] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/350/stat : 350 (java) S 336 338 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665151600120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=351] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/351/stat : 351 (java) S 336 338 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665150547720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=352] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/352/stat : 352 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665149496208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=353] ppid=336 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/338/task/353/stat : 353 (java) S 336 338 28718 0 -1 4202560 4473 0 0 0 61 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665148442808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=354] ppid=336 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/338/task/354/stat : 354 (java) S 336 338 28718 0 -1 4202560 5827 0 0 0 66 2 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665147390008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=355] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/355/stat : 355 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665146337912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=356] ppid=336 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/338/task/356/stat : 356 (java) S 336 338 28718 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665145285320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=357] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/357/stat : 357 (java) S 336 338 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291312403 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665144231336 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 178.61
Current children cumulated vsize (KiB) 9624980

[startup+177.107 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 600
/proc/meminfo: memFree=30910708/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9624980 CPUtime=179.02 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 14335 0 1 0 17892 10 0 0 20 0 19 0 291312366 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2406245 28854 2280 9 0 2396937 0
[pid=338/tid=340] ppid=336 vsize=9624980 CPUtime=174.82 cores=0,2,4,6
/proc/338/task/340/stat : 340 (java) R 336 338 28718 0 -1 4202560 2555 0 1 0 17477 5 0 0 20 0 19 0 291312368 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665798938976 139665642947306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=338/tid=341] ppid=336 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/338/task/341/stat : 341 (java) S 336 338 28718 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665642351400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=342] ppid=336 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/338/task/342/stat : 342 (java) S 336 338 28718 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665641298600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=343] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/343/stat : 343 (java) S 336 338 28718 0 -1 4202560 22 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665640246312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=344] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/344/stat : 344 (java) S 336 338 28718 0 -1 4202560 28 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665639193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=345] ppid=336 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/338/task/345/stat : 345 (java) S 336 338 28718 0 -1 4202560 36 0 0 0 12 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665638140200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=346] ppid=336 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/338/task/346/stat : 346 (java) S 336 338 28718 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665637087400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=347] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/347/stat : 347 (java) S 336 338 28718 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665636035112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=348] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/348/stat : 348 (java) S 336 338 28718 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665634982312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=349] ppid=336 vsize=9624980 CPUtime=1.85 cores=0,2,4,6
/proc/338/task/349/stat : 349 (java) S 336 338 28718 0 -1 4202560 50 0 0 0 185 0 0 0 20 0 19 0 291312370 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665152654056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=350] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/350/stat : 350 (java) S 336 338 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665151600120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=351] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/351/stat : 351 (java) S 336 338 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665150547720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=352] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/352/stat : 352 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665149496208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=353] ppid=336 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/338/task/353/stat : 353 (java) S 336 338 28718 0 -1 4202560 4473 0 0 0 61 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665148442808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=354] ppid=336 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/338/task/354/stat : 354 (java) S 336 338 28718 0 -1 4202560 5827 0 0 0 66 2 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665147390008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=355] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/355/stat : 355 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665146337912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=356] ppid=336 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/338/task/356/stat : 356 (java) S 336 338 28718 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665145285320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=357] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/357/stat : 357 (java) S 336 338 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291312403 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665144231336 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 179.02
Current children cumulated vsize (KiB) 9624980

[startup+177.501 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 600
/proc/meminfo: memFree=30910708/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9624980 CPUtime=179.41 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 14335 0 1 0 17931 10 0 0 20 0 19 0 291312366 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2406245 28854 2280 9 0 2396937 0
[pid=338/tid=340] ppid=336 vsize=9624980 CPUtime=175.21 cores=0,2,4,6
/proc/338/task/340/stat : 340 (java) R 336 338 28718 0 -1 4202560 2555 0 1 0 17516 5 0 0 20 0 19 0 291312368 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665798938976 139665642947306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=338/tid=341] ppid=336 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/338/task/341/stat : 341 (java) S 336 338 28718 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665642351400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=342] ppid=336 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/338/task/342/stat : 342 (java) S 336 338 28718 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665641298600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=343] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/343/stat : 343 (java) S 336 338 28718 0 -1 4202560 22 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665640246312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=344] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/344/stat : 344 (java) S 336 338 28718 0 -1 4202560 28 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665639193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=345] ppid=336 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/338/task/345/stat : 345 (java) S 336 338 28718 0 -1 4202560 36 0 0 0 12 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665638140200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=346] ppid=336 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/338/task/346/stat : 346 (java) S 336 338 28718 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665637087400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=347] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/347/stat : 347 (java) S 336 338 28718 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665636035112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=348] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/348/stat : 348 (java) S 336 338 28718 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665634982312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=349] ppid=336 vsize=9624980 CPUtime=1.85 cores=0,2,4,6
/proc/338/task/349/stat : 349 (java) S 336 338 28718 0 -1 4202560 50 0 0 0 185 0 0 0 20 0 19 0 291312370 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665152654056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=350] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/350/stat : 350 (java) S 336 338 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665151600120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=351] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/351/stat : 351 (java) S 336 338 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665150547720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=352] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/352/stat : 352 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665149496208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=353] ppid=336 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/338/task/353/stat : 353 (java) S 336 338 28718 0 -1 4202560 4473 0 0 0 61 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665148442808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=354] ppid=336 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/338/task/354/stat : 354 (java) S 336 338 28718 0 -1 4202560 5827 0 0 0 66 2 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665147390008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=355] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/355/stat : 355 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665146337912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=356] ppid=336 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/338/task/356/stat : 356 (java) S 336 338 28718 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665145285320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=357] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/357/stat : 357 (java) S 336 338 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291312403 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665144231336 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 179.41
Current children cumulated vsize (KiB) 9624980

[startup+177.601 s]
/proc/loadavg: 1.97 1.98 1.99 3/214 600
/proc/meminfo: memFree=30910708/32873648 swapFree=6852/6852
[pid=338] ppid=336 vsize=9624980 CPUtime=179.51 cores=0,2,4,6
/proc/338/stat : 338 (java) S 336 338 28718 0 -1 4202496 14336 0 1 0 17941 10 0 0 20 0 19 0 291312366 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 140735293790656 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/338/statm: 2406245 28854 2280 9 0 2396937 0
[pid=338/tid=340] ppid=336 vsize=9624980 CPUtime=175.31 cores=0,2,4,6
/proc/338/task/340/stat : 340 (java) R 336 338 28718 0 -1 4202560 2555 0 1 0 17526 5 0 0 20 0 19 0 291312368 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665798939392 139665643298709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=338/tid=341] ppid=336 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/338/task/341/stat : 341 (java) S 336 338 28718 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665642351400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=342] ppid=336 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/338/task/342/stat : 342 (java) S 336 338 28718 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665641298600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=343] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/343/stat : 343 (java) S 336 338 28718 0 -1 4202560 22 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665640246312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=344] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/344/stat : 344 (java) S 336 338 28718 0 -1 4202560 28 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665639193512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=345] ppid=336 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/338/task/345/stat : 345 (java) S 336 338 28718 0 -1 4202560 36 0 0 0 12 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665638140200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=346] ppid=336 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/338/task/346/stat : 346 (java) S 336 338 28718 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665637087400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=347] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/347/stat : 347 (java) S 336 338 28718 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665636035112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=348] ppid=336 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/338/task/348/stat : 348 (java) S 336 338 28718 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 291312369 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665634982312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=349] ppid=336 vsize=9624980 CPUtime=1.85 cores=0,2,4,6
/proc/338/task/349/stat : 349 (java) S 336 338 28718 0 -1 4202560 50 0 0 0 185 0 0 0 20 0 19 0 291312370 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665152654056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=338/tid=350] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/350/stat : 350 (java) S 336 338 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665151600120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=351] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/351/stat : 351 (java) S 336 338 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291312371 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665150547720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=352] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/352/stat : 352 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665149496208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=338/tid=353] ppid=336 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/338/task/353/stat : 353 (java) S 336 338 28718 0 -1 4202560 4473 0 0 0 61 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665148442808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=354] ppid=336 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/338/task/354/stat : 354 (java) S 336 338 28718 0 -1 4202560 5828 0 0 0 66 2 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665147390008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=355] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/355/stat : 355 (java) S 336 338 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665146337912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=338/tid=356] ppid=336 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/338/task/356/stat : 356 (java) S 336 338 28718 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 19 0 291312374 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665145285320 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=338/tid=357] ppid=336 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/338/task/357/stat : 357 (java) S 336 338 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291312403 9855979520 28854 33554432000 1073741824 1073778376 140735293799520 139665144231336 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 179.51
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 177.609
CPU time (s): 179.619
CPU user time (s): 179.394
CPU system time (s): 0.224965
CPU usage (%): 101.131
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.394
system time used= 0.224965
maximum resident set size= 115472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14352
page faults= 1
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6037
involuntary context switches= 6062

runsolver used 0.251961 second user time and 0.735888 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-29 02:37:36
IDJOB=3718091
IDBENCH=78922
IDSOLVER=2301
FILE ID=node115/3718091-1338251856
RUNJOBID= node115-1338248169-32130
PBS_JOBID= 14624652
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718091-1338251856/watcher-3718091-1338251856 -o /tmp/evaluation-result-3718091-1338251856/solver-3718091-1338251856 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718091-1338251856.wbo

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

MD5SUM BENCH= 42cd11e454ef36c6d0d0a1a4a75ff12f
RANDOM SEED=1301189132

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29984288 kB
Buffers:          496656 kB
Cached:           389948 kB
SwapCached:          972 kB
Active:          1776920 kB
Inactive:         220892 kB
Active(anon):    1103328 kB
Inactive(anon):     9244 kB
Active(file):     673592 kB
Inactive(file):   211648 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       1117968 kB
Mapped:            19776 kB
Shmem:                96 kB
Slab:             751684 kB
SReclaimable:     195968 kB
SUnreclaim:       555716 kB
KernelStack:        1600 kB
PageTables:         6232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2482372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 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= 71644 MiB
End job on node115 at 2012-05-29 02:40:34