Trace number 4090570

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 2.3.6 Resolution PB16OPTIMUM 31.4602 30.3631

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567024--soft-33-100-0.wbo
MD5SUM05d9157cdbd186fca72e4e6dc0ec425d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark24.1483
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 constraints1839
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 91769
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91768
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090570-1466065404.wbo
0.09/0.11	c reading problem ... 
0.46/0.31	c ... done. Wall clock time 0.199s.
0.46/0.31	c declared #vars     231
0.46/0.31	c internal #vars     2070
0.46/0.31	c #constraints  2707
0.46/0.31	c constraints type 
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2610
0.46/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74
0.46/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.46/0.31	c 2707 constraints processed.
0.46/0.31	c objective function length is 1839 literals
0.72/0.42	c SATISFIABLE
0.72/0.42	c OPTIMIZING...
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.306
0.72/0.42	o 728
1.02/0.50	c Got one! Elapsed wall clock time (in seconds):0.383
1.02/0.50	o 707
1.02/0.54	c Got one! Elapsed wall clock time (in seconds):0.423
1.02/0.54	o 499
1.02/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
1.02/0.56	o 486
1.02/0.58	c Got one! Elapsed wall clock time (in seconds):0.464
1.02/0.58	o 443
1.31/0.61	c Got one! Elapsed wall clock time (in seconds):0.492
1.31/0.61	o 317
1.31/0.62	c Got one! Elapsed wall clock time (in seconds):0.504
1.31/0.62	o 298
1.31/0.66	c Got one! Elapsed wall clock time (in seconds):0.546
1.31/0.66	o 293
1.31/0.69	c Got one! Elapsed wall clock time (in seconds):0.577
1.31/0.69	o 285
1.73/0.81	c Got one! Elapsed wall clock time (in seconds):0.698
1.73/0.81	o 284
1.73/0.82	c Got one! Elapsed wall clock time (in seconds):0.703
1.73/0.82	o 282
1.73/0.82	c Got one! Elapsed wall clock time (in seconds):0.709
1.73/0.82	o 281
1.73/0.88	c Got one! Elapsed wall clock time (in seconds):0.765
1.73/0.88	o 278
1.73/0.89	c Got one! Elapsed wall clock time (in seconds):0.777
1.73/0.89	o 264
1.84/0.96	c Got one! Elapsed wall clock time (in seconds):0.849
1.84/0.96	o 255
1.95/1.07	c Got one! Elapsed wall clock time (in seconds):0.953
1.95/1.07	o 252
1.95/1.07	c Got one! Elapsed wall clock time (in seconds):0.959
1.95/1.07	o 248
2.05/1.16	c Got one! Elapsed wall clock time (in seconds):1.045
2.05/1.16	o 229
2.05/1.18	c Got one! Elapsed wall clock time (in seconds):1.062
2.05/1.18	o 212
2.05/1.19	c Got one! Elapsed wall clock time (in seconds):1.074
2.05/1.19	o 205
2.15/1.21	c Got one! Elapsed wall clock time (in seconds):1.097
2.15/1.21	o 202
2.15/1.23	c Got one! Elapsed wall clock time (in seconds):1.119
2.15/1.23	o 168
2.64/1.71	c Got one! Elapsed wall clock time (in seconds):1.592
2.64/1.71	o 167
2.64/1.72	c Got one! Elapsed wall clock time (in seconds):1.602
2.64/1.72	o 163
2.94/2.09	c cleaning 5057 clauses out of 10126 with flag 10477/10126
3.12/2.14	c Got one! Elapsed wall clock time (in seconds):2.024
3.12/2.14	o 161
3.12/2.20	c Got one! Elapsed wall clock time (in seconds):2.084
3.12/2.20	o 154
3.73/2.78	c cleaning 5376 clauses out of 10766 with flag 25546/15823
4.46/3.44	c cleaning 5679 clauses out of 11390 with flag 63268/21823
5.07/4.03	c Got one! Elapsed wall clock time (in seconds):3.92
5.07/4.03	o 151
5.17/4.19	c cleaning 5704 clauses out of 11423 with flag 5195/27535
5.67/4.60	c Got one! Elapsed wall clock time (in seconds):4.484
5.67/4.60	o 146
5.97/4.92	c cleaning 5488 clauses out of 10982 with flag 11855/32798
5.97/4.95	c Got one! Elapsed wall clock time (in seconds):4.835
5.97/4.95	o 137
6.17/5.16	c Got one! Elapsed wall clock time (in seconds):5.046
6.17/5.16	o 136
6.37/5.36	c Got one! Elapsed wall clock time (in seconds):5.245
6.37/5.36	o 130
6.47/5.44	c Got one! Elapsed wall clock time (in seconds):5.322
6.47/5.44	o 128
6.57/5.52	c Got one! Elapsed wall clock time (in seconds):5.408
6.57/5.52	o 123
7.07/6.02	c cleaning 6241 clauses out of 12485 with flag 17345/39789
7.17/6.14	c Got one! Elapsed wall clock time (in seconds):6.029
7.17/6.14	o 122
7.17/6.18	c Got one! Elapsed wall clock time (in seconds):6.064
7.17/6.18	o 121
7.27/6.23	c Got one! Elapsed wall clock time (in seconds):6.117
7.27/6.23	o 115
7.37/6.35	c Got one! Elapsed wall clock time (in seconds):6.232
7.37/6.35	o 113
8.27/7.20	c cleaning 6636 clauses out of 13283 with flag 33951/46828
9.36/8.31	c cleaning 6303 clauses out of 12644 with flag 80914/52825
9.36/8.39	c Got one! Elapsed wall clock time (in seconds):8.273
9.36/8.39	o 105
10.06/9.09	c cleaning 5890 clauses out of 11814 with flag 34879/58298
10.86/9.87	c cleaning 5955 clauses out of 11924 with flag 85413/64298
11.26/10.28	c Got one! Elapsed wall clock time (in seconds):10.162
11.26/10.28	o 95
11.57/10.52	c cleaning 5559 clauses out of 11144 with flag 13051/69473
12.27/11.21	c cleaning 5786 clauses out of 11591 with flag 55113/75479
12.97/11.90	c Got one! Elapsed wall clock time (in seconds):11.786
12.97/11.90	o 93
13.28/12.21	c Got one! Elapsed wall clock time (in seconds):12.094
13.28/12.21	o 92
13.68/12.63	c cleaning 8760 clauses out of 17527 with flag 22731/87201
14.08/13.05	c Got one! Elapsed wall clock time (in seconds):12.935
14.08/13.05	o 91
14.08/13.07	c Got one! Elapsed wall clock time (in seconds):12.954
14.08/13.07	o 90
14.58/13.59	c cleaning 7371 clauses out of 14768 with flag 24639/93202
15.18/14.14	c Got one! Elapsed wall clock time (in seconds):14.027
15.18/14.14	o 89
15.39/14.37	c cleaning 6362 clauses out of 12732 with flag 14795/98537
16.09/15.07	c cleaning 6171 clauses out of 12370 with flag 63620/104537
16.39/15.39	c Got one! Elapsed wall clock time (in seconds):15.279
16.39/15.39	o 87
16.39/15.40	c Got one! Elapsed wall clock time (in seconds):15.285
16.39/15.40	o 85
16.69/15.65	c Got one! Elapsed wall clock time (in seconds):15.54
16.69/15.65	o 81
16.91/15.90	c Got one! Elapsed wall clock time (in seconds):15.782
16.91/15.90	o 76
17.01/15.90	c Got one! Elapsed wall clock time (in seconds):15.787
17.01/15.90	o 53
17.11/16.03	c cleaning 6713 clauses out of 13430 with flag 7962/111768
17.21/16.12	c Got one! Elapsed wall clock time (in seconds):16.01
17.21/16.12	o 49
17.72/16.64	c cleaning 6275 clauses out of 12586 with flag 42164/117637
17.91/16.80	c Got one! Elapsed wall clock time (in seconds):16.686
17.91/16.80	o 48
17.91/16.85	c Got one! Elapsed wall clock time (in seconds):16.737
17.91/16.85	o 47
18.21/17.14	c Got one! Elapsed wall clock time (in seconds):17.031
18.21/17.14	o 46
18.31/17.26	c cleaning 6304 clauses out of 12631 with flag 8098/123957
18.51/17.44	c Got one! Elapsed wall clock time (in seconds):17.33
18.51/17.44	o 45
18.82/17.74	c cleaning 5897 clauses out of 11802 with flag 24018/129432
19.41/18.31	c Got one! Elapsed wall clock time (in seconds):18.192
19.41/18.31	o 44
20.01/18.90	c cleaning 8145 clauses out of 16304 with flag 46126/139831
20.61/19.59	c cleaning 7075 clauses out of 14157 with flag 104363/145829
21.41/20.39	c cleaning 7040 clauses out of 14085 with flag 176486/152832
21.71/20.63	c Got one! Elapsed wall clock time (in seconds):20.514
21.71/20.63	o 38
22.02/20.91	c cleaning 6172 clauses out of 12347 with flag 27321/158134
22.51/21.43	c Got one! Elapsed wall clock time (in seconds):21.316
22.51/21.43	o 35
22.64/21.53	c cleaning 5888 clauses out of 11800 with flag 8427/163759
22.84/21.76	c Got one! Elapsed wall clock time (in seconds):21.649
22.84/21.76	o 26
23.15/22.04	c cleaning 5761 clauses out of 11525 with flag 27834/169372
23.74/22.63	c cleaning 5874 clauses out of 11763 with flag 82608/175371
23.74/22.67	c Got one! Elapsed wall clock time (in seconds):22.558
23.74/22.67	o 25
23.94/22.85	c Got one! Elapsed wall clock time (in seconds):22.734
23.94/22.85	o 24
24.04/22.96	c Got one! Elapsed wall clock time (in seconds):22.851
24.04/22.96	o 23
24.36/23.25	c cleaning 6321 clauses out of 12651 with flag 28588/182133
24.95/23.88	c cleaning 6161 clauses out of 12331 with flag 87969/188134
25.05/23.98	c Got one! Elapsed wall clock time (in seconds):23.871
25.05/23.98	o 21
25.25/24.15	c Got one! Elapsed wall clock time (in seconds):24.039
25.25/24.15	o 15
25.45/24.34	c cleaning 5816 clauses out of 11649 with flag 16639/193613
26.05/24.90	c cleaning 5905 clauses out of 11834 with flag 74080/199614
26.55/25.48	c Got one! Elapsed wall clock time (in seconds):25.362
26.55/25.48	o 12
27.05/25.99	c cleaning 8794 clauses out of 17590 with flag 42492/211276
27.34/26.29	c Got one! Elapsed wall clock time (in seconds):26.175
27.34/26.29	o 7
27.55/26.48	c cleaning 6904 clauses out of 13824 with flag 16063/216304
28.14/27.02	c cleaning 6456 clauses out of 12919 with flag 73111/222304
28.84/27.72	c cleaning 6727 clauses out of 13464 with flag 139494/229305
28.94/27.89	c Got one! Elapsed wall clock time (in seconds):27.775
28.94/27.89	o 6
29.24/28.16	c cleaning 6240 clauses out of 12501 with flag 25231/235070
29.64/28.56	c cleaning 6118 clauses out of 12260 with flag 63875/241069
30.34/29.23	c cleaning 6570 clauses out of 13146 with flag 120683/248074
30.97/29.85	c cleaning 7281 clauses out of 14568 with flag 176192/256069
31.46/30.35	c starts		: 268
31.46/30.35	c conflicts		: 262223
31.46/30.35	c decisions		: 553241
31.46/30.35	c propagations		: 51171580
31.46/30.35	c inspects		: 250960178
31.46/30.35	c shortcuts		: 0
31.46/30.35	c learnt literals	: 23
31.46/30.35	c learnt binary clauses	: 51
31.46/30.35	c learnt ternary clauses	: 255
31.46/30.35	c learnt constraints	: 262199
31.46/30.35	c ignored constraints	: 0
31.46/30.35	c root simplifications	: 0
31.46/30.35	c removed literals (reason simplification)	: 0
31.46/30.35	c reason swapping (by a shorter reason)	: 0
31.46/30.35	c Calls to reduceDB	: 39
31.46/30.35	c Number of update (reduction) of LBD	: 120322
31.46/30.35	c Imported unit clauses	: 0
31.46/30.35	c number of reductions to clauses (during analyze)	: 0
31.46/30.35	c number of learned constraints concerned by reduction	: 0
31.46/30.35	c number of learning phase by resolution	: 0
31.46/30.35	c number of learning phase by cutting planes	: 0
31.46/30.35	c speed (assignments/second)	: 1704015.318015318
31.46/30.35	c non guided choices	8855
31.46/30.35	c learnt constraints type 
31.46/30.35	s OPTIMUM FOUND
31.46/30.35	c Found 66 solution(s)
31.46/30.36	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 
31.46/30.36	c objective function=6
31.46/30.36	c Total wall clock time (in seconds): 30.242

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090570-1466065404/watcher-4090570-1466065404 -o /tmp/evaluation-result-4090570-1466065404/solver-4090570-1466065404 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7218 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090570-1466065404.wbo 

pid=8212
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.24 2.18 2.09 3/194 8215
/proc/meminfo: memFree=30465212/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8215/stat : 8215 (java) D 8212 8215 7201 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 8589427 9515008 175 33554432000 1073741824 1073778376 140735630679376 140735630662104 271787574160 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2323 175 133 9 0 71 0

[startup+0.100063 s]
/proc/loadavg: 2.24 2.18 2.09 3/194 8215
/proc/meminfo: memFree=30465212/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 8589427 9787879424 6032 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200245 s]
/proc/loadavg: 2.24 2.18 2.09 3/194 8215
/proc/meminfo: memFree=30465212/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 4746 0 1 0 23 1 0 0 20 0 18 0 8589427 9787879424 6847 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2389619 6847 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 2.24 2.18 2.09 3/194 8215
/proc/meminfo: memFree=30465212/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 5651 0 1 0 45 1 0 0 20 0 18 0 8589427 9787879424 8278 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2389619 8278 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.24 2.18 2.09 3/194 8215
/proc/meminfo: memFree=30465212/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 13122 0 1 0 158 3 0 0 20 0 19 0 8589427 9856040960 13257 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2406260 13257 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.24 2.18 2.09 3/213 8234
/proc/meminfo: memFree=30414228/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 13131 0 1 0 241 3 0 0 20 0 19 0 8589427 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2406260 15820 2264 9 0 2396937 0
[pid=8215/tid=8217] ppid=8212 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8215/task/8217/stat : 8217 (java) R 8212 8215 7201 0 -1 4202560 2423 0 1 0 144 2 0 0 20 0 19 0 8589428 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140118091563168 140117956654096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8218] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8218/stat : 8218 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140118080624808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8219] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8219/stat : 8219 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140118079572264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8220] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8220/stat : 8220 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140118078519720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8221] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8221/stat : 8221 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140118077467176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8222] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8222/stat : 8222 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140118076414632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8223] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8223/stat : 8223 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140118075362088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8224] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8224/stat : 8224 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117928524712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8225] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8225/stat : 8225 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117927472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8226] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8226/stat : 8226 (java) S 8212 8215 7201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117915273320 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8227] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8227/stat : 8227 (java) S 8212 8215 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117914219640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8228] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8228/stat : 8228 (java) S 8212 8215 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117913166984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8229] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8229/stat : 8229 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117912115728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8230] ppid=8212 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8215/task/8230/stat : 8230 (java) S 8212 8215 7201 0 -1 4202560 5342 0 0 0 48 0 0 0 20 0 19 0 8589433 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117911063096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8231] ppid=8212 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8215/task/8231/stat : 8231 (java) S 8212 8215 7201 0 -1 4202560 4088 0 0 0 47 0 0 0 20 0 19 0 8589433 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117910010552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8232] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8232/stat : 8232 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117908958200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8233] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8233/stat : 8233 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117907905864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8234] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8234/stat : 8234 (java) S 8212 8215 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8589460 9856040960 15820 33554432000 1073741824 1073778376 140735630679376 140117906850600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.24 2.18 2.09 4/213 8234
/proc/meminfo: memFree=30405788/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 13375 0 1 0 412 4 0 0 20 0 19 0 8589427 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2406260 17362 2270 9 0 2396937 0
[pid=8215/tid=8217] ppid=8212 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/8215/task/8217/stat : 8217 (java) R 8212 8215 7201 0 -1 4202560 2428 0 1 0 302 3 0 0 20 0 19 0 8589428 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140118091562152 140117956712867 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8218] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8218/stat : 8218 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140118080624808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8219] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8219/stat : 8219 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140118079572264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8220] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8220/stat : 8220 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140118078519720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8221] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8221/stat : 8221 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140118077467176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8222] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8222/stat : 8222 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140118076414632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8223] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8223/stat : 8223 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140118075362088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8224] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8224/stat : 8224 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117928524712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8225] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8225/stat : 8225 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117927472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8226] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8226/stat : 8226 (java) S 8212 8215 7201 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117915273320 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8227] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8227/stat : 8227 (java) S 8212 8215 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117914219640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8228] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8228/stat : 8228 (java) S 8212 8215 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117913166984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8229] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8229/stat : 8229 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117912115728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8230] ppid=8212 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8215/task/8230/stat : 8230 (java) S 8212 8215 7201 0 -1 4202560 5343 0 0 0 53 0 0 0 20 0 19 0 8589433 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117911063096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8231] ppid=8212 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8215/task/8231/stat : 8231 (java) S 8212 8215 7201 0 -1 4202560 4325 0 0 0 53 0 0 0 20 0 19 0 8589433 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117910010552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8232] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8232/stat : 8232 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117908958200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8233] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8233/stat : 8233 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117907905864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8234] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8234/stat : 8234 (java) S 8212 8215 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8589460 9856040960 17362 33554432000 1073741824 1073778376 140735630679376 140117906850600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.30 2.19 2.10 4/213 8234
/proc/meminfo: memFree=30398396/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9625040 CPUtime=7.37 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 13384 0 1 0 733 4 0 0 20 0 19 0 8589427 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2406260 20930 2270 9 0 2396937 0
[pid=8215/tid=8217] ppid=8212 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/8215/task/8217/stat : 8217 (java) R 8212 8215 7201 0 -1 4202560 2437 0 1 0 621 3 0 0 20 0 19 0 8589428 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140118091563664 140117956761566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8218] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8218/stat : 8218 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140118080624808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8219] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8219/stat : 8219 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140118079572264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8220] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8220/stat : 8220 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140118078519720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8221] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8221/stat : 8221 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140118077467176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8222] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8222/stat : 8222 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140118076414632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8223] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8223/stat : 8223 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140118075362088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8224] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8224/stat : 8224 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117928524712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8225] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8225/stat : 8225 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117927472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8226] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8226/stat : 8226 (java) S 8212 8215 7201 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117915273320 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8227] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8227/stat : 8227 (java) S 8212 8215 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117914219640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8228] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8228/stat : 8228 (java) S 8212 8215 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117913166984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8229] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8229/stat : 8229 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117912115728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8230] ppid=8212 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8215/task/8230/stat : 8230 (java) S 8212 8215 7201 0 -1 4202560 5343 0 0 0 55 0 0 0 20 0 19 0 8589433 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117911063096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8231] ppid=8212 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8215/task/8231/stat : 8231 (java) S 8212 8215 7201 0 -1 4202560 4325 0 0 0 53 0 0 0 20 0 19 0 8589433 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117910010552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8232] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8232/stat : 8232 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117908958200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8233] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8233/stat : 8233 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117907905864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8234] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8234/stat : 8234 (java) S 8212 8215 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8589460 9856040960 20930 33554432000 1073741824 1073778376 140735630679376 140117906850600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 9625040


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

[pid=8215/tid=8220] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8220/stat : 8220 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118078519720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8221] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8221/stat : 8221 (java) S 8212 8215 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118077467176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8222] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8222/stat : 8222 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118076414632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8223] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8223/stat : 8223 (java) S 8212 8215 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118075362088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8224] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8224/stat : 8224 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117928524712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8225] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8225/stat : 8225 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117927472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8226] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8226/stat : 8226 (java) S 8212 8215 7201 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117915273320 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8227] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8227/stat : 8227 (java) S 8212 8215 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117914219640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8228] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8228/stat : 8228 (java) S 8212 8215 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117913166984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8229] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8229/stat : 8229 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117912115728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8230] ppid=8212 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8215/task/8230/stat : 8230 (java) S 8212 8215 7201 0 -1 4202560 5344 0 0 0 60 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117911063096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8231] ppid=8212 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8215/task/8231/stat : 8231 (java) S 8212 8215 7201 0 -1 4202560 4444 0 0 0 58 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117910010552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8232] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8232/stat : 8232 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117908958200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8233] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8233/stat : 8233 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117907905864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8234] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8234/stat : 8234 (java) S 8212 8215 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8589460 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117906850600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.76
Current children cumulated vsize (KiB) 9625040

[startup+30.0008 s]
/proc/loadavg: 2.28 2.19 2.10 3/213 8234
/proc/meminfo: memFree=30310160/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9625040 CPUtime=31.16 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 13570 0 1 0 3110 6 0 0 20 0 19 0 8589427 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2406260 41926 2284 9 0 2396937 0
[pid=8215/tid=8217] ppid=8212 vsize=9625040 CPUtime=29.85 cores=1,3,5,7
/proc/8215/task/8217/stat : 8217 (java) R 8212 8215 7201 0 -1 4202560 2483 0 1 0 2982 3 0 0 20 0 19 0 8589428 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118091563216 140117956735875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8218] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8218/stat : 8218 (java) S 8212 8215 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118080624808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8219] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8219/stat : 8219 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118079572264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8220] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8220/stat : 8220 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118078519720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8221] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8221/stat : 8221 (java) S 8212 8215 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118077467176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8222] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8222/stat : 8222 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118076414632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8223] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8223/stat : 8223 (java) S 8212 8215 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118075362088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8224] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8224/stat : 8224 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117928524712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8225] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8225/stat : 8225 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117927472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8226] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8226/stat : 8226 (java) S 8212 8215 7201 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117915273320 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8227] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8227/stat : 8227 (java) S 8212 8215 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117914219640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8228] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8228/stat : 8228 (java) S 8212 8215 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117913166984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8229] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8229/stat : 8229 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117912115728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8230] ppid=8212 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8215/task/8230/stat : 8230 (java) S 8212 8215 7201 0 -1 4202560 5344 0 0 0 60 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117911063096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8231] ppid=8212 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8215/task/8231/stat : 8231 (java) S 8212 8215 7201 0 -1 4202560 4444 0 0 0 58 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117910010552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8232] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8232/stat : 8232 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117908958200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8233] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8233/stat : 8233 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117907905864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8234] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8234/stat : 8234 (java) S 8212 8215 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8589460 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117906850600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.16
Current children cumulated vsize (KiB) 9625040

[startup+30.2008 s]
/proc/loadavg: 2.28 2.19 2.10 3/213 8234
/proc/meminfo: memFree=30310160/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9625040 CPUtime=31.36 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 13572 0 1 0 3130 6 0 0 20 0 19 0 8589427 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2406260 41926 2284 9 0 2396937 0
[pid=8215/tid=8217] ppid=8212 vsize=9625040 CPUtime=30.04 cores=1,3,5,7
/proc/8215/task/8217/stat : 8217 (java) R 8212 8215 7201 0 -1 4202560 2483 0 1 0 3001 3 0 0 20 0 19 0 8589428 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118091563216 140117956735788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8218] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8218/stat : 8218 (java) S 8212 8215 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118080624808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8219] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8219/stat : 8219 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118079572264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8220] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8220/stat : 8220 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118078519720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8221] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8221/stat : 8221 (java) S 8212 8215 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118077467176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8222] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8222/stat : 8222 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118076414632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8223] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8223/stat : 8223 (java) S 8212 8215 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118075362088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8224] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8224/stat : 8224 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117928524712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8225] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8225/stat : 8225 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117927472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8226] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8226/stat : 8226 (java) S 8212 8215 7201 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117915273320 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8227] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8227/stat : 8227 (java) S 8212 8215 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117914219640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8228] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8228/stat : 8228 (java) S 8212 8215 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117913166984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8229] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8229/stat : 8229 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117912115728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8230] ppid=8212 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8215/task/8230/stat : 8230 (java) S 8212 8215 7201 0 -1 4202560 5344 0 0 0 60 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117911063096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8231] ppid=8212 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8215/task/8231/stat : 8231 (java) S 8212 8215 7201 0 -1 4202560 4444 0 0 0 58 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117910010552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8232] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8232/stat : 8232 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117908958200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8233] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8233/stat : 8233 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117907905864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8234] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8234/stat : 8234 (java) S 8212 8215 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8589460 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117906850600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.36
Current children cumulated vsize (KiB) 9625040

[startup+30.3008 s]
/proc/loadavg: 2.28 2.19 2.10 3/213 8234
/proc/meminfo: memFree=30310160/32872528 swapFree=1103228/1182944
[pid=8215] ppid=8212 vsize=9625040 CPUtime=31.46 cores=1,3,5,7
/proc/8215/stat : 8215 (java) S 8212 8215 7201 0 -1 4202496 13572 0 1 0 3140 6 0 0 20 0 19 0 8589427 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140735630670512 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8215/statm: 2406260 41926 2284 9 0 2396937 0
[pid=8215/tid=8217] ppid=8212 vsize=9625040 CPUtime=30.14 cores=1,3,5,7
/proc/8215/task/8217/stat : 8217 (java) R 8212 8215 7201 0 -1 4202560 2483 0 1 0 3011 3 0 0 20 0 19 0 8589428 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118091563216 140117956654016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8218] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8218/stat : 8218 (java) S 8212 8215 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118080624808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8219] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8219/stat : 8219 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118079572264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8220] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8220/stat : 8220 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118078519720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8221] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8221/stat : 8221 (java) S 8212 8215 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118077467176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8215/tid=8222] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8222/stat : 8222 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118076414632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8223] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8223/stat : 8223 (java) S 8212 8215 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140118075362088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8224] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8224/stat : 8224 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117928524712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8225] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8225/stat : 8225 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589429 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117927472168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8226] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8226/stat : 8226 (java) S 8212 8215 7201 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117915273320 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8227] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8227/stat : 8227 (java) S 8212 8215 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117914219640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8228] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8228/stat : 8228 (java) S 8212 8215 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8589430 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117913166984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8229] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8229/stat : 8229 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117912115728 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8230] ppid=8212 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8215/task/8230/stat : 8230 (java) S 8212 8215 7201 0 -1 4202560 5344 0 0 0 60 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117911063096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8215/tid=8231] ppid=8212 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8215/task/8231/stat : 8231 (java) S 8212 8215 7201 0 -1 4202560 4444 0 0 0 58 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117910010552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8232] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8232/stat : 8232 (java) S 8212 8215 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117908958200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8215/tid=8233] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8233/stat : 8233 (java) S 8212 8215 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8589433 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117907905864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8215/tid=8234] ppid=8212 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8215/task/8234/stat : 8234 (java) S 8212 8215 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8589460 9856040960 41926 33554432000 1073741824 1073778376 140735630679376 140117906850600 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.46
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 30.3631
CPU time (s): 31.4602
CPU user time (s): 31.3862
CPU system time (s): 0.073988
CPU usage (%): 103.613
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.3862
system time used= 0.073988
maximum resident set size= 167772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13596
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 990
involuntary context switches= 642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.151976 second user time and 0.237963 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 10:23:25
IDJOB=4090570
IDBENCH=78995
IDSOLVER=2551
FILE ID=node115/4090570-1466065404
RUNJOBID= node115-1466062134-7218
PBS_JOBID= 19904021
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567024--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090570-1466065404/watcher-4090570-1466065404 -o /tmp/evaluation-result-4090570-1466065404/solver-4090570-1466065404 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7218 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090570-1466065404.wbo

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

MD5SUM BENCH= 05d9157cdbd186fca72e4e6dc0ec425d
RANDOM SEED=2019335274

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30465368 kB
Buffers:            6792 kB
Cached:            38900 kB
SwapCached:         2116 kB
Active:           500128 kB
Inactive:          24616 kB
Active(anon):     479412 kB
Inactive(anon):     1624 kB
Active(file):      20716 kB
Inactive(file):    22992 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       1603096 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             564408 kB
SReclaimable:       8340 kB
SUnreclaim:       556068 kB
KernelStack:        1760 kB
PageTables:         7600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1807096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node115 at 2016-06-16 10:23:55