Trace number 4109864

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 40.6878 38.5593

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584106--soft-33-100-0.wbo
MD5SUMdf541056d5ee75c7588bd018b6cc514e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark61.4867
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 737
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c 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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109864-1466343758.wbo
0.10/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.203s.
0.47/0.31	c declared #vars     231
0.47/0.31	c internal #vars     2088
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.31	c 2707 constraints processed.
0.47/0.31	c objective function length is 1857 literals
0.72/0.43	c SATISFIABLE
0.72/0.43	c OPTIMIZING...
0.72/0.43	c Got one! Elapsed wall clock time (in seconds):0.315
0.72/0.43	o 400
0.72/0.49	c Got one! Elapsed wall clock time (in seconds):0.376
0.72/0.49	o 348
1.02/0.54	c Got one! Elapsed wall clock time (in seconds):0.429
1.02/0.54	o 341
1.02/0.59	c Got one! Elapsed wall clock time (in seconds):0.481
1.02/0.59	o 330
1.33/0.61	c Got one! Elapsed wall clock time (in seconds):0.502
1.33/0.61	o 311
1.33/0.64	c Got one! Elapsed wall clock time (in seconds):0.527
1.33/0.64	o 280
1.62/0.75	c Got one! Elapsed wall clock time (in seconds):0.638
1.62/0.75	o 278
1.62/0.76	c Got one! Elapsed wall clock time (in seconds):0.648
1.62/0.76	o 276
1.62/0.79	c Got one! Elapsed wall clock time (in seconds):0.679
1.62/0.79	o 275
1.89/0.83	c Got one! Elapsed wall clock time (in seconds):0.719
1.89/0.83	o 271
1.99/0.93	c Got one! Elapsed wall clock time (in seconds):0.815
1.99/0.93	o 246
1.99/0.94	c Got one! Elapsed wall clock time (in seconds):0.826
1.99/0.94	o 243
1.99/0.94	c Got one! Elapsed wall clock time (in seconds):0.83
1.99/0.94	o 227
1.99/0.95	c Got one! Elapsed wall clock time (in seconds):0.839
1.99/0.95	o 224
1.99/0.96	c Got one! Elapsed wall clock time (in seconds):0.851
1.99/0.96	o 206
2.41/1.30	c Got one! Elapsed wall clock time (in seconds):1.192
2.41/1.30	o 204
2.41/1.33	c Got one! Elapsed wall clock time (in seconds):1.221
2.41/1.33	o 203
2.61/1.53	c Got one! Elapsed wall clock time (in seconds):1.418
2.61/1.53	o 201
2.72/1.62	c Got one! Elapsed wall clock time (in seconds):1.505
2.72/1.62	o 200
2.82/1.78	c Got one! Elapsed wall clock time (in seconds):1.665
2.82/1.78	o 199
2.92/1.81	c Got one! Elapsed wall clock time (in seconds):1.698
2.92/1.81	o 193
2.92/1.83	c Got one! Elapsed wall clock time (in seconds):1.716
2.92/1.83	o 187
2.92/1.83	c Got one! Elapsed wall clock time (in seconds):1.721
2.92/1.83	o 182
3.17/2.01	c cleaning 5474 clauses out of 10966 with flag 4477/10966
3.97/2.76	c Got one! Elapsed wall clock time (in seconds):2.652
3.97/2.76	o 180
4.07/2.80	c Got one! Elapsed wall clock time (in seconds):2.69
4.07/2.80	o 168
4.07/2.81	c Got one! Elapsed wall clock time (in seconds):2.698
4.07/2.81	o 152
4.69/3.44	c Got one! Elapsed wall clock time (in seconds):3.33
4.69/3.44	o 149
4.93/3.61	c cleaning 8105 clauses out of 16210 with flag 5837/21684
5.33/3.87	c Got one! Elapsed wall clock time (in seconds):3.761
5.33/3.87	o 141
5.33/3.88	c Got one! Elapsed wall clock time (in seconds):3.766
5.33/3.88	o 136
5.87/4.37	c cleaning 7054 clauses out of 14123 with flag 23530/27702
6.87/4.91	c cleaning 6519 clauses out of 13070 with flag 59886/33703
7.27/5.34	c Got one! Elapsed wall clock time (in seconds):5.225
7.27/5.34	o 135
7.27/5.34	c Got one! Elapsed wall clock time (in seconds):5.23
7.27/5.34	o 133
7.37/5.49	c cleaning 6054 clauses out of 12122 with flag 6212/39274
7.48/5.58	c Got one! Elapsed wall clock time (in seconds):5.464
7.48/5.58	o 128
8.07/6.12	c cleaning 5824 clauses out of 11676 with flag 35075/44882
8.67/6.76	c cleaning 5922 clauses out of 11853 with flag 82164/50883
9.27/7.30	c cleaning 6452 clauses out of 12932 with flag 133984/57884
10.07/8.17	c cleaning 7235 clauses out of 14479 with flag 203225/65883
10.07/8.18	c Got one! Elapsed wall clock time (in seconds):8.065
10.07/8.18	o 127
10.07/8.19	c Got one! Elapsed wall clock time (in seconds):8.079
10.07/8.19	o 124
10.27/8.33	c Got one! Elapsed wall clock time (in seconds):8.219
10.27/8.33	o 122
10.49/8.55	c Got one! Elapsed wall clock time (in seconds):8.437
10.49/8.55	o 118
10.49/8.56	c Got one! Elapsed wall clock time (in seconds):8.446
10.49/8.56	o 116
10.80/8.90	c cleaning 6449 clauses out of 12935 with flag 24461/71574
11.72/9.70	c cleaning 6227 clauses out of 12482 with flag 80884/77570
11.72/9.77	c Got one! Elapsed wall clock time (in seconds):9.662
11.72/9.77	o 113
11.72/9.78	c Got one! Elapsed wall clock time (in seconds):9.668
11.72/9.78	o 109
12.32/10.36	c cleaning 5963 clauses out of 11955 with flag 43941/83270
13.03/11.08	c cleaning 5986 clauses out of 11992 with flag 105328/89270
13.92/11.96	c cleaning 6477 clauses out of 13006 with flag 181044/96270
14.32/12.33	c Got one! Elapsed wall clock time (in seconds):12.217
14.32/12.33	o 108
14.32/12.37	c Got one! Elapsed wall clock time (in seconds):12.259
14.32/12.37	o 106
14.42/12.47	c Got one! Elapsed wall clock time (in seconds):12.354
14.42/12.47	o 105
14.42/12.49	c Got one! Elapsed wall clock time (in seconds):12.382
14.42/12.49	o 104
14.52/12.52	c Got one! Elapsed wall clock time (in seconds):12.404
14.52/12.52	o 101
14.83/12.83	c cleaning 6417 clauses out of 12847 with flag 15694/102588
15.03/13.00	c Got one! Elapsed wall clock time (in seconds):12.886
15.03/13.00	o 99
15.13/13.11	c Got one! Elapsed wall clock time (in seconds):13.002
15.13/13.11	o 98
15.53/13.59	c cleaning 5794 clauses out of 11609 with flag 25488/107767
15.83/13.88	c Got one! Elapsed wall clock time (in seconds):13.766
15.83/13.88	o 95
15.83/13.88	c Got one! Elapsed wall clock time (in seconds):13.77
15.83/13.88	o 86
16.15/14.19	c Got one! Elapsed wall clock time (in seconds):14.076
16.15/14.19	o 83
16.36/14.32	c cleaning 5787 clauses out of 11600 with flag 6241/113552
17.05/15.06	c cleaning 5900 clauses out of 11813 with flag 60531/119552
17.95/15.91	c cleaning 6449 clauses out of 12916 with flag 124746/126555
18.05/16.02	c Got one! Elapsed wall clock time (in seconds):15.905
18.05/16.02	o 75
18.05/16.05	c Got one! Elapsed wall clock time (in seconds):15.936
18.05/16.05	o 74
18.05/16.05	c Got one! Elapsed wall clock time (in seconds):15.94
18.05/16.05	o 55
18.56/16.51	c cleaning 5877 clauses out of 11772 with flag 35188/131860
18.85/16.84	c Got one! Elapsed wall clock time (in seconds):16.726
18.85/16.84	o 53
19.15/17.17	c cleaning 5906 clauses out of 11828 with flag 27795/137793
19.85/17.89	c cleaning 5955 clauses out of 11922 with flag 91157/143793
20.75/18.79	c cleaning 6475 clauses out of 12966 with flag 170482/150792
20.75/18.80	c Got one! Elapsed wall clock time (in seconds):18.689
20.75/18.80	o 49
21.25/19.21	c Got one! Elapsed wall clock time (in seconds):19.097
21.25/19.21	o 45
21.25/19.21	c Got one! Elapsed wall clock time (in seconds):19.101
21.25/19.21	o 35
21.35/19.30	c cleaning 6032 clauses out of 12072 with flag 7286/156373
21.75/19.73	c cleaning 6007 clauses out of 12038 with flag 52314/162371
22.25/20.21	c cleaning 6502 clauses out of 13031 with flag 106959/169371
22.35/20.35	c Got one! Elapsed wall clock time (in seconds):20.238
22.35/20.35	o 33
22.65/20.63	c cleaning 5918 clauses out of 11849 with flag 27161/174691
22.85/20.83	c Got one! Elapsed wall clock time (in seconds):20.721
22.85/20.83	o 32
23.05/21.08	c cleaning 5638 clauses out of 11296 with flag 22233/180056
23.35/21.36	c Got one! Elapsed wall clock time (in seconds):21.251
23.35/21.36	o 31
23.55/21.56	c cleaning 5641 clauses out of 11312 with flag 17151/185710
24.06/22.10	c cleaning 5824 clauses out of 11671 with flag 75407/191710
24.86/22.82	c cleaning 6420 clauses out of 12847 with flag 155563/198710
25.16/23.18	c Got one! Elapsed wall clock time (in seconds):23.067
25.16/23.18	o 25
25.39/23.33	c cleaning 6082 clauses out of 12180 with flag 14226/204463
25.49/23.44	c Got one! Elapsed wall clock time (in seconds):23.329
25.49/23.44	o 22
25.80/23.70	c Got one! Elapsed wall clock time (in seconds):23.587
25.80/23.70	o 21
25.80/23.79	c cleaning 5952 clauses out of 11919 with flag 7547/210284
26.31/24.25	c cleaning 5978 clauses out of 11966 with flag 54375/216283
26.60/24.51	c Got one! Elapsed wall clock time (in seconds):24.404
26.60/24.51	o 19
26.70/24.65	c cleaning 5630 clauses out of 11267 with flag 15627/221562
27.20/25.15	c cleaning 5811 clauses out of 11637 with flag 77772/227562
27.80/25.71	c cleaning 6410 clauses out of 12825 with flag 146948/234561
28.50/26.46	c cleaning 7201 clauses out of 14415 with flag 223164/242561
28.70/26.63	c Got one! Elapsed wall clock time (in seconds):26.521
28.70/26.63	o 18
29.00/26.97	c cleaning 6598 clauses out of 13203 with flag 37389/248550
29.50/27.48	c cleaning 6292 clauses out of 12606 with flag 95408/254551
29.90/27.85	c Got one! Elapsed wall clock time (in seconds):27.738
29.90/27.85	o 15
30.00/27.94	c cleaning 5740 clauses out of 11494 with flag 8614/259731
30.60/28.50	c cleaning 5875 clauses out of 11758 with flag 68334/265735
31.20/29.19	c cleaning 6436 clauses out of 12877 with flag 138157/272729
32.00/29.91	c cleaning 7218 clauses out of 14440 with flag 209513/280729
32.80/30.80	c cleaning 8108 clauses out of 16227 with flag 298164/289734
33.10/31.02	c Got one! Elapsed wall clock time (in seconds):30.912
33.10/31.02	o 14
33.39/31.32	c cleaning 6714 clauses out of 13443 with flag 30485/295058
34.00/31.91	c cleaning 6357 clauses out of 12726 with flag 89665/301055
34.69/32.68	c cleaning 6682 clauses out of 13369 with flag 162015/308055
35.10/33.03	c Got one! Elapsed wall clock time (in seconds):32.922
35.10/33.03	o 11
35.29/33.20	c cleaning 6176 clauses out of 12360 with flag 15998/313728
35.69/33.69	c cleaning 6081 clauses out of 12184 with flag 67687/319728
36.39/34.34	c cleaning 6544 clauses out of 13100 with flag 130895/326726
36.50/34.46	c Got one! Elapsed wall clock time (in seconds):34.345
36.50/34.46	o 10
36.90/34.83	c cleaning 5932 clauses out of 11876 with flag 38785/332047
37.40/35.39	c cleaning 5970 clauses out of 11948 with flag 90029/338051
38.12/36.04	c cleaning 6485 clauses out of 12972 with flag 147466/345047
38.92/36.82	c cleaning 7242 clauses out of 14486 with flag 213932/353048
39.81/37.71	c cleaning 8114 clauses out of 16239 with flag 286958/362049
40.62/38.55	c starts		: 489
40.62/38.55	c conflicts		: 370623
40.62/38.55	c decisions		: 736356
40.62/38.55	c propagations		: 57612363
40.62/38.55	c inspects		: 385488201
40.62/38.55	c shortcuts		: 0
40.62/38.55	c learnt literals	: 31
40.62/38.55	c learnt binary clauses	: 58
40.62/38.55	c learnt ternary clauses	: 338
40.62/38.55	c learnt constraints	: 370591
40.62/38.55	c ignored constraints	: 0
40.62/38.55	c root simplifications	: 0
40.62/38.55	c removed literals (reason simplification)	: 0
40.62/38.55	c reason swapping (by a shorter reason)	: 0
40.62/38.55	c Calls to reduceDB	: 56
40.62/38.55	c Number of update (reduction) of LBD	: 169680
40.62/38.55	c Imported unit clauses	: 0
40.62/38.55	c number of reductions to clauses (during analyze)	: 0
40.62/38.55	c number of learned constraints concerned by reduction	: 0
40.62/38.55	c number of learning phase by resolution	: 0
40.62/38.55	c number of learning phase by cutting planes	: 0
40.62/38.55	c speed (assignments/second)	: 1507308.9581916174
40.62/38.55	c non guided choices	8535
40.62/38.55	c learnt constraints type 
40.62/38.55	s OPTIMUM FOUND
40.62/38.55	c Found 68 solution(s)
40.62/38.55	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 
40.62/38.55	c objective function=10
40.62/38.55	c Total wall clock time (in seconds): 38.44

Verifier Data

OK	10

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-4109864-1466343758/watcher-4109864-1466343758 -o /tmp/evaluation-result-4109864-1466343758/solver-4109864-1466343758 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109864-1466343758.wbo 

pid=7377
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.34 2.17 1.89 3/194 7380
/proc/meminfo: memFree=31244884/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36422579 98570240 978 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 24065 978 744 9 0 16771 0
[pid=7380/tid=7381] ppid=7377 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36422580 98570240 978 33554432000 1073741824 1073778376 140737068642336 140669738339880 242167399808 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.34 2.17 1.89 3/194 7380
/proc/meminfo: memFree=31244884/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 4410 0 1 0 9 1 0 0 20 0 18 0 36422579 9787879424 6033 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2389619 6033 2125 9 0 2380296 0
[pid=7380/tid=7381] ppid=7377 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2380 0 1 0 8 0 0 0 20 0 18 0 36422580 9787879424 6033 33554432000 1073741824 1073778376 140737068642336 140669738344152 140669745354968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200381 s]
/proc/loadavg: 2.34 2.17 1.89 3/194 7380
/proc/meminfo: memFree=31244884/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 4753 0 1 0 24 1 0 0 20 0 18 0 36422579 9787879424 6835 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2389619 6835 2201 9 0 2380296 0
[pid=7380/tid=7381] ppid=7377 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2397 0 1 0 18 0 0 0 20 0 18 0 36422580 9787879424 6835 33554432000 1073741824 1073778376 140737068642336 140669738344152 140669591064143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300391 s]
/proc/loadavg: 2.34 2.17 1.89 3/194 7380
/proc/meminfo: memFree=31244884/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 5763 0 1 0 46 1 0 0 20 0 18 0 36422579 9787879424 8262 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2389619 8262 2232 9 0 2380296 0
[pid=7380/tid=7381] ppid=7377 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2399 0 1 0 26 2 0 0 20 0 18 0 36422580 9787879424 8262 33554432000 1073741824 1073778376 140737068642336 140669738344152 140669591070892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700334 s]
/proc/loadavg: 2.34 2.17 1.89 3/194 7380
/proc/meminfo: memFree=31244884/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 15546 0 1 0 159 3 0 0 20 0 19 0 36422579 9856040960 15595 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2406260 15595 2259 9 0 2396937 0
[pid=7380/tid=7381] ppid=7377 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2415 0 1 0 66 2 0 0 20 0 19 0 36422580 9856040960 15595 33554432000 1073741824 1073778376 140737068642336 140669738336560 140669591597771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.34 2.17 1.89 3/213 7399
/proc/meminfo: memFree=31178652/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 15564 0 1 0 258 3 0 0 20 0 19 0 36422579 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2406260 18167 2264 9 0 2396937 0
[pid=7380/tid=7381] ppid=7377 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2421 0 1 0 146 2 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669738343608 140669591692373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7383] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7383/stat : 7383 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669710797352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7384] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7384/stat : 7384 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669709744552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7385] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7385/stat : 7385 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669579995432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7386] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7386/stat : 7386 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669578942632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7387] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7387/stat : 7387 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669577890856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7388] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7388/stat : 7388 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669576838056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7389] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7389/stat : 7389 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669575785256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7390] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7390/stat : 7390 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669104417448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7391] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7391/stat : 7391 (java) S 7377 7380 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36422581 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669092219368 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7392] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7392/stat : 7392 (java) S 7377 7380 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669091165432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7393] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7393/stat : 7393 (java) S 7377 7380 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669090112520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7394] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7394/stat : 7394 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669089061008 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7395] ppid=7377 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/7380/task/7395/stat : 7395 (java) S 7377 7380 5514 0 -1 4202560 5988 0 0 0 55 0 0 0 20 0 19 0 36422584 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669088009144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7396] ppid=7377 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/7380/task/7396/stat : 7396 (java) S 7377 7380 5514 0 -1 4202560 5879 0 0 0 54 0 0 0 20 0 19 0 36422584 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669086956344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7397] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7397/stat : 7397 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669085903736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7398] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7398/stat : 7398 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669084851144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7399] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7399/stat : 7399 (java) S 7377 7380 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422612 9856040960 18167 33554432000 1073741824 1073778376 140737068642336 140669083698344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.47 2.20 1.90 4/213 7399
/proc/meminfo: memFree=31168068/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 16209 0 1 0 434 3 0 0 20 0 19 0 36422579 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2406260 20263 2270 9 0 2396937 0
[pid=7380/tid=7381] ppid=7377 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2427 0 1 0 306 2 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669738335224 140669591785141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7383] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7383/stat : 7383 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669710797352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7384] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7384/stat : 7384 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669709744552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7385] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7385/stat : 7385 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669579995432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7386] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7386/stat : 7386 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669578942632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7387] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7387/stat : 7387 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669577890856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7388] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7388/stat : 7388 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669576838056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7389] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7389/stat : 7389 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669575785256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7390] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7390/stat : 7390 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669104417448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7391] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7391/stat : 7391 (java) S 7377 7380 5514 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422581 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669092219368 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7392] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7392/stat : 7392 (java) S 7377 7380 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669091165432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7393] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7393/stat : 7393 (java) S 7377 7380 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669090112520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7394] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7394/stat : 7394 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669089061008 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7395] ppid=7377 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7380/task/7395/stat : 7395 (java) S 7377 7380 5514 0 -1 4202560 5992 0 0 0 58 0 0 0 20 0 19 0 36422584 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669088009144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7396] ppid=7377 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/7380/task/7396/stat : 7396 (java) S 7377 7380 5514 0 -1 4202560 6513 0 0 0 68 0 0 0 20 0 19 0 36422584 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669086956344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7397] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7397/stat : 7397 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669085903736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7398] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7398/stat : 7398 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669084851144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7399] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7399/stat : 7399 (java) S 7377 7380 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422612 9856040960 20263 33554432000 1073741824 1073778376 140737068642336 140669083698344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.47 2.20 1.90 3/213 7399
/proc/meminfo: memFree=31141124/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9625040 CPUtime=8.27 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 22197 0 1 0 823 4 0 0 20 0 19 0 36422579 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2406260 23785 2270 9 0 2396937 0
[pid=7380/tid=7381] ppid=7377 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2435 0 1 0 626 2 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669738336560 140669591694127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7383] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7383/stat : 7383 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669710797352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7384] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7384/stat : 7384 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669709744552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7385] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7385/stat : 7385 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669579995432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7386] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7386/stat : 7386 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669578942632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7387] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7387/stat : 7387 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669577890856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7388] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7388/stat : 7388 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669576838056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7389] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7389/stat : 7389 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669575785256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7390] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7390/stat : 7390 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669104417448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7391] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7391/stat : 7391 (java) S 7377 7380 5514 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36422581 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669092219368 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7392] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7392/stat : 7392 (java) S 7377 7380 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669091165432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7393] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7393/stat : 7393 (java) S 7377 7380 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669090112520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7394] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7394/stat : 7394 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669089061008 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7395] ppid=7377 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7380/task/7395/stat : 7395 (java) S 7377 7380 5514 0 -1 4202560 9501 0 0 0 96 2 0 0 20 0 19 0 36422584 9856040960 23785 33554432000 1073741824 1073778376 140737068642336 140669088009144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7396] ppid=7377 vsize=9625040 CPUtime=0.97 cores=1,3,5,7

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

[pid=7380/tid=7385] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7385/stat : 7385 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669579995432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7386] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7386/stat : 7386 (java) S 7377 7380 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669578942632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7387] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7387/stat : 7387 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669577890856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7388] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7388/stat : 7388 (java) S 7377 7380 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669576838056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7389] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7389/stat : 7389 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669575785256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7390] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7390/stat : 7390 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669104417448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7391] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7391/stat : 7391 (java) S 7377 7380 5514 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36422581 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669092219368 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7392] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7392/stat : 7392 (java) S 7377 7380 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669091165432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7393] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7393/stat : 7393 (java) S 7377 7380 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669090112520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7394] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7394/stat : 7394 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669089061008 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7395] ppid=7377 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/7380/task/7395/stat : 7395 (java) S 7377 7380 5514 0 -1 4202560 9504 0 0 0 104 2 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669088009144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7396] ppid=7377 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7380/task/7396/stat : 7396 (java) S 7377 7380 5514 0 -1 4202560 8985 0 0 0 104 1 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669086956344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7397] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7397/stat : 7397 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669085903736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7398] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7398/stat : 7398 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669084851144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7399] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7399/stat : 7399 (java) S 7377 7380 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422612 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669083698344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 39.71
Current children cumulated vsize (KiB) 9625040

[startup+38.0009 s]
/proc/loadavg: 2.37 2.20 1.91 4/213 7464
/proc/meminfo: memFree=31013452/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9625040 CPUtime=40.11 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 22275 0 1 0 4005 6 0 0 20 0 19 0 36422579 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2406260 44800 2284 9 0 2396937 0
[pid=7380/tid=7381] ppid=7377 vsize=9625040 CPUtime=37.96 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2484 0 1 0 3792 4 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669738336000 140669591517504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7383] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7383/stat : 7383 (java) S 7377 7380 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669710797352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7384] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7384/stat : 7384 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669709744552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7385] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7385/stat : 7385 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669579995432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7386] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7386/stat : 7386 (java) S 7377 7380 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669578942632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7387] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7387/stat : 7387 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669577890856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7388] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7388/stat : 7388 (java) S 7377 7380 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669576838056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7389] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7389/stat : 7389 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669575785256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7390] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7390/stat : 7390 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669104417448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7391] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7391/stat : 7391 (java) S 7377 7380 5514 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36422581 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669092219368 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7392] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7392/stat : 7392 (java) S 7377 7380 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669091165432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7393] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7393/stat : 7393 (java) S 7377 7380 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669090112520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7394] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7394/stat : 7394 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669089061008 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7395] ppid=7377 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/7380/task/7395/stat : 7395 (java) S 7377 7380 5514 0 -1 4202560 9504 0 0 0 104 2 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669088009144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7396] ppid=7377 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7380/task/7396/stat : 7396 (java) S 7377 7380 5514 0 -1 4202560 8985 0 0 0 104 1 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669086956344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7397] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7397/stat : 7397 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669085903736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7398] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7398/stat : 7398 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669084851144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7399] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7399/stat : 7399 (java) S 7377 7380 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422612 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669083698344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 40.11
Current children cumulated vsize (KiB) 9625040

[startup+38.4008 s]
/proc/loadavg: 2.37 2.20 1.91 4/213 7464
/proc/meminfo: memFree=31013452/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9625040 CPUtime=40.52 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 22275 0 1 0 4046 6 0 0 20 0 19 0 36422579 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2406260 44800 2284 9 0 2396937 0
[pid=7380/tid=7381] ppid=7377 vsize=9625040 CPUtime=38.36 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2484 0 1 0 3832 4 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669738336000 140669591551191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7383] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7383/stat : 7383 (java) S 7377 7380 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669710797352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7384] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7384/stat : 7384 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669709744552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7385] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7385/stat : 7385 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669579995432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7386] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7386/stat : 7386 (java) S 7377 7380 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669578942632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7387] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7387/stat : 7387 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669577890856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7388] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7388/stat : 7388 (java) S 7377 7380 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669576838056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7389] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7389/stat : 7389 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669575785256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7390] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7390/stat : 7390 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669104417448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7391] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7391/stat : 7391 (java) S 7377 7380 5514 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36422581 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669092219368 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7392] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7392/stat : 7392 (java) S 7377 7380 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669091165432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7393] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7393/stat : 7393 (java) S 7377 7380 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669090112520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7394] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7394/stat : 7394 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669089061008 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7395] ppid=7377 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/7380/task/7395/stat : 7395 (java) S 7377 7380 5514 0 -1 4202560 9504 0 0 0 104 2 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669088009144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7396] ppid=7377 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7380/task/7396/stat : 7396 (java) S 7377 7380 5514 0 -1 4202560 8985 0 0 0 104 1 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669086956344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7397] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7397/stat : 7397 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669085903736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7398] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7398/stat : 7398 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669084851144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7399] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7399/stat : 7399 (java) S 7377 7380 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422612 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669083698344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 40.52
Current children cumulated vsize (KiB) 9625040

[startup+38.5009 s]
/proc/loadavg: 2.37 2.20 1.91 3/213 7464
/proc/meminfo: memFree=31009232/32872528 swapFree=338416/354768
[pid=7380] ppid=7377 vsize=9625040 CPUtime=40.62 cores=1,3,5,7
/proc/7380/stat : 7380 (java) S 7377 7380 5514 0 -1 4202496 22275 0 1 0 4056 6 0 0 20 0 19 0 36422579 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140737068633472 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7380/statm: 2406260 44800 2284 9 0 2396937 0
[pid=7380/tid=7381] ppid=7377 vsize=9625040 CPUtime=38.47 cores=1,3,5,7
/proc/7380/task/7381/stat : 7381 (java) R 7377 7380 5514 0 -1 4202560 2484 0 1 0 3843 4 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669738336000 140669591691883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7383] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7383/stat : 7383 (java) S 7377 7380 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669710797352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7384] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7384/stat : 7384 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669709744552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7385] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7385/stat : 7385 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669579995432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7386] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7386/stat : 7386 (java) S 7377 7380 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669578942632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7387] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7387/stat : 7387 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669577890856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7388] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7388/stat : 7388 (java) S 7377 7380 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669576838056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7389] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7389/stat : 7389 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669575785256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7380/tid=7390] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7390/stat : 7390 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422580 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669104417448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7380/tid=7391] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7391/stat : 7391 (java) S 7377 7380 5514 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36422581 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669092219368 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7392] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7392/stat : 7392 (java) S 7377 7380 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669091165432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7393] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7393/stat : 7393 (java) S 7377 7380 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36422582 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669090112520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7394] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7394/stat : 7394 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669089061008 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7395] ppid=7377 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/7380/task/7395/stat : 7395 (java) S 7377 7380 5514 0 -1 4202560 9504 0 0 0 104 2 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669088009144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7396] ppid=7377 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7380/task/7396/stat : 7396 (java) S 7377 7380 5514 0 -1 4202560 8985 0 0 0 104 1 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669086956344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7397] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7397/stat : 7397 (java) S 7377 7380 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669085903736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7380/tid=7398] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7398/stat : 7398 (java) S 7377 7380 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36422584 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669084851144 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7380/tid=7399] ppid=7377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7380/task/7399/stat : 7399 (java) S 7377 7380 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36422612 9856040960 44800 33554432000 1073741824 1073778376 140737068642336 140669083698344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 40.62
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 38.5593
CPU time (s): 40.6878
CPU user time (s): 40.5838
CPU system time (s): 0.103984
CPU usage (%): 105.52
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.5838
system time used= 0.103984
maximum resident set size= 179256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22297
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= 1158
involuntary context switches= 200

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.287956 second user time and 0.328949 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:42:38
IDJOB=4109864
IDBENCH=78950
IDSOLVER=2551
FILE ID=node126/4109864-1466343758
RUNJOBID= node126-1466341816-5531
PBS_JOBID= 19922027
Free space on /tmp= 71740 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.1900584106--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109864-1466343758/watcher-4109864-1466343758 -o /tmp/evaluation-result-4109864-1466343758/solver-4109864-1466343758 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109864-1466343758.wbo

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

MD5SUM BENCH= df541056d5ee75c7588bd018b6cc514e
RANDOM SEED=1638398785

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.24
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.121
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		: 2666.121
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		: 2666.121
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		: 2666.121
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		: 2666.121
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		: 2666.121
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		: 2666.121
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:        31245544 kB
Buffers:          174256 kB
Cached:           277620 kB
SwapCached:         1796 kB
Active:           178500 kB
Inactive:         345724 kB
Active(anon):      72400 kB
Inactive(anon):     1916 kB
Active(file):     106100 kB
Inactive(file):   343808 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:        434044 kB
Mapped:            17052 kB
Shmem:                 0 kB
Slab:             609708 kB
SReclaimable:      52964 kB
SUnreclaim:       556744 kB
KernelStack:        1592 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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 node126 at 2016-06-19 15:43:17