Trace number 4109789

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 Res+CP PB16OPTIMUM 86.8318 56.8683

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558739--soft-66-100-0.wbo
MD5SUM099eb4454f9d71550aca948671f10d54
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark55.9645
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 constraints900
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 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 649
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.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109789-1466343765.wbo
0.11/0.11	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.225s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     1131
0.47/0.34	c #constraints  2707
0.47/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2525
0.47/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 159
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 159
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2525
0.47/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c objective function length is 900 literals
0.74/0.44	c And the winner is solver0
1.06/0.84	c SATISFIABLE
1.06/0.84	c OPTIMIZING...
1.06/0.84	c Got one! Elapsed wall clock time (in seconds):0.731
1.06/0.84	o 333
1.06/0.88	c And the winner is solver0
1.62/1.35	c Got one! Elapsed wall clock time (in seconds):1.239
1.62/1.35	o 330
1.62/1.37	c And the winner is solver0
1.81/1.86	c Got one! Elapsed wall clock time (in seconds):1.746
1.81/1.86	o 316
1.81/1.88	c And the winner is solver0
1.97/2.36	c Got one! Elapsed wall clock time (in seconds):2.251
1.97/2.36	o 309
1.97/2.37	c And the winner is solver0
2.00/2.87	c Got one! Elapsed wall clock time (in seconds):2.756
2.00/2.87	o 305
2.00/2.88	c And the winner is solver0
2.01/3.37	c Got one! Elapsed wall clock time (in seconds):3.259
2.01/3.37	o 299
2.01/3.38	c And the winner is solver0
2.04/3.88	c Got one! Elapsed wall clock time (in seconds):3.762
2.04/3.88	o 292
2.04/3.89	c And the winner is solver0
2.11/4.38	c Got one! Elapsed wall clock time (in seconds):4.266
2.11/4.38	o 288
2.11/4.39	c And the winner is solver0
2.12/4.88	c Got one! Elapsed wall clock time (in seconds):4.769
2.12/4.88	o 198
2.12/4.89	c And the winner is solver0
2.21/5.38	c Got one! Elapsed wall clock time (in seconds):5.271
2.21/5.38	o 196
2.23/5.42	c And the winner is solver0
2.33/5.89	c Got one! Elapsed wall clock time (in seconds):5.774
2.33/5.89	o 194
2.34/5.93	c And the winner is solver0
2.64/6.39	c Got one! Elapsed wall clock time (in seconds):6.277
2.64/6.39	o 176
2.69/6.46	c And the winner is solver0
2.90/6.89	c Got one! Elapsed wall clock time (in seconds):6.779
2.90/6.89	o 175
2.91/6.91	c And the winner is solver0
2.97/7.39	c Got one! Elapsed wall clock time (in seconds):7.281
2.97/7.39	o 144
2.97/7.46	c And the winner is solver0
3.15/7.90	c Got one! Elapsed wall clock time (in seconds):7.784
3.15/7.90	o 139
3.15/7.94	c And the winner is solver0
3.25/8.40	c Got one! Elapsed wall clock time (in seconds):8.285
3.25/8.40	o 121
3.25/8.46	c And the winner is solver0
3.48/8.90	c Got one! Elapsed wall clock time (in seconds):8.787
3.48/8.90	o 114
3.48/8.92	c And the winner is solver0
3.53/9.40	c Got one! Elapsed wall clock time (in seconds):9.288
3.53/9.40	o 113
3.53/9.42	c And the winner is solver0
3.57/9.90	c Got one! Elapsed wall clock time (in seconds):9.79
3.57/9.90	o 60
3.57/10.00	c And the winner is solver0
3.84/10.40	c Got one! Elapsed wall clock time (in seconds):10.292
3.84/10.40	o 56
4.02/10.59	c And the winner is solver0
4.25/10.91	c Got one! Elapsed wall clock time (in seconds):10.794
4.25/10.91	o 46
4.87/11.26	c cleaning 5387 clauses out of 10783 with flag 23054/10783
5.12/11.31	c And the winner is solver0
5.16/11.41	c Got one! Elapsed wall clock time (in seconds):11.297
5.16/11.41	o 32
5.96/11.82	c cleaning 5508 clauses out of 11037 with flag 35787/16424
6.82/12.29	c cleaning 5754 clauses out of 11527 with flag 83877/22422
7.22/12.45	c And the winner is solver0
7.34/12.91	c Got one! Elapsed wall clock time (in seconds):12.801
7.34/12.91	o 31
7.76/13.17	c cleaning 5558 clauses out of 11127 with flag 20285/27776
8.17/13.35	c And the winner is solver0
8.29/13.42	c Got one! Elapsed wall clock time (in seconds):13.305
8.29/13.42	o 30
8.43/13.58	c And the winner is solver0
8.62/13.92	c Got one! Elapsed wall clock time (in seconds):13.811
8.62/13.92	o 28
8.62/13.99	c And the winner is solver0
8.78/14.43	c Got one! Elapsed wall clock time (in seconds):14.317
8.78/14.43	o 27
8.92/14.52	c cleaning 6130 clauses out of 12271 with flag 7982/34478
9.13/14.60	c And the winner is solver0
9.16/14.94	c Got one! Elapsed wall clock time (in seconds):14.825
9.16/14.94	o 26
9.52/15.12	c And the winner is solver0
9.59/15.45	c Got one! Elapsed wall clock time (in seconds):15.332
9.59/15.45	o 14
9.95/15.61	c cleaning 5662 clauses out of 11337 with flag 19884/39674
9.95/15.63	c And the winner is solver0
10.04/15.95	c Got one! Elapsed wall clock time (in seconds):15.839
10.04/15.95	o 12
10.04/15.99	c And the winner is solver0
10.12/16.46	c Got one! Elapsed wall clock time (in seconds):16.347
10.12/16.46	o 11
10.83/16.84	c cleaning 5726 clauses out of 11477 with flag 49172/45476
11.63/17.24	c cleaning 5867 clauses out of 11750 with flag 112491/51475
12.84/17.82	c cleaning 6431 clauses out of 12883 with flag 184345/58475
13.48/18.11	c And the winner is solver0
13.52/18.47	c Got one! Elapsed wall clock time (in seconds):18.355
13.52/18.47	o 10
13.77/18.63	c cleaning 6120 clauses out of 12267 with flag 17750/64290
14.57/19.08	c cleaning 6060 clauses out of 12145 with flag 74918/70288
15.77/19.65	c cleaning 6539 clauses out of 13086 with flag 146758/77289
17.45/20.44	c cleaning 7273 clauses out of 14546 with flag 225976/85288
18.86/21.18	c And the winner is solver0
19.04/21.48	c Got one! Elapsed wall clock time (in seconds):21.366
19.04/21.48	o 7
19.46/21.73	c And the winner is solver0
19.56/21.99	c Got one! Elapsed wall clock time (in seconds):21.88
19.56/21.99	o 6
20.15/22.39	c cleaning 10292 clauses out of 20583 with flag 23322/98599
21.59/23.02	c cleaning 8142 clauses out of 16291 with flag 70446/104599
22.78/23.69	c cleaning 7563 clauses out of 15150 with flag 125856/111601
23.38/23.99	c And the winner is solver0
23.58/24.01	c Got one! Elapsed wall clock time (in seconds):23.895
23.58/24.01	o 5
23.58/24.08	c And the winner is solver0
23.75/24.53	c Got one! Elapsed wall clock time (in seconds):24.412
23.75/24.53	o 4
24.07/24.75	c cleaning 6604 clauses out of 13242 with flag 14730/117256
24.89/25.13	c And the winner is solver0
25.02/25.54	c Got one! Elapsed wall clock time (in seconds):25.429
25.02/25.54	o 3
25.30/25.73	c cleaning 6195 clauses out of 12403 with flag 12047/123021
26.30/26.25	c cleaning 6091 clauses out of 12207 with flag 52606/129021
26.49/26.37	c And the winner is solver0
26.69/26.56	c Got one! Elapsed wall clock time (in seconds):26.449
26.69/26.56	o 2
27.13/26.86	c cleaning 5778 clauses out of 11574 with flag 22157/134479
28.12/27.30	c cleaning 5877 clauses out of 11798 with flag 58521/140481
29.11/27.87	c cleaning 6456 clauses out of 12921 with flag 104444/147481
30.31/28.49	c cleaning 7229 clauses out of 14465 with flag 158027/155481
31.92/29.24	c cleaning 8114 clauses out of 16235 with flag 222111/164480
33.55/30.08	c cleaning 9054 clauses out of 18119 with flag 287562/174479
36.15/31.32	c cleaning 10031 clauses out of 20068 with flag 369667/185482
38.95/32.71	c cleaning 11012 clauses out of 22034 with flag 459596/197479
42.01/34.27	c cleaning 11998 clauses out of 24022 with flag 550239/210479
45.39/35.98	c cleaning 13006 clauses out of 26025 with flag 643514/224481
49.61/38.06	c cleaning 14004 clauses out of 28017 with flag 745258/239479
54.47/40.49	c cleaning 15004 clauses out of 30015 with flag 856155/255481
59.48/42.94	c cleaning 16003 clauses out of 32009 with flag 971655/272479
65.12/45.72	c cleaning 16997 clauses out of 34007 with flag 1085769/290480
70.12/48.28	c cleaning 17998 clauses out of 36014 with flag 1202758/309484
75.72/51.03	c cleaning 19003 clauses out of 38010 with flag 1321523/329480
81.16/53.71	c cleaning 19990 clauses out of 40000 with flag 1432483/350479
86.36/56.36	c And the winner is solver0
86.66/56.85	c >>>>>>>>>> Solver number 0 (38 answers) <<<<<<<<<<<<<<<<<<
86.66/56.85	c starts		: 339
86.66/56.85	c conflicts		: 371519
86.66/56.85	c decisions		: 580877
86.66/56.85	c propagations		: 17756395
86.66/56.85	c inspects		: 606274576
86.66/56.85	c shortcuts		: 0
86.66/56.85	c learnt literals	: 26
86.66/56.85	c learnt binary clauses	: 260
86.66/56.85	c learnt ternary clauses	: 1534
86.66/56.85	c learnt constraints	: 371492
86.66/56.85	c ignored constraints	: 0
86.66/56.85	c root simplifications	: 0
86.66/56.85	c removed literals (reason simplification)	: 2895828
86.66/56.85	c reason swapping (by a shorter reason)	: 0
86.66/56.85	c Calls to reduceDB	: 36
86.66/56.85	c Number of update (reduction) of LBD	: 155442
86.66/56.85	c Imported unit clauses	: 0
86.66/56.85	c number of reductions to clauses (during analyze)	: 0
86.66/56.85	c number of learned constraints concerned by reduction	: 0
86.66/56.85	c number of learning phase by resolution	: 0
86.66/56.85	c number of learning phase by cutting planes	: 0
86.66/56.85	c speed (assignments/second)	: 314255.79172787286
86.66/56.85	c non guided choices	4632
86.66/56.85	c learnt constraints type 
86.66/56.85	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
86.66/56.85	c starts		: 62
86.66/56.85	c conflicts		: 4673
86.66/56.85	c decisions		: 40118
86.66/56.85	c propagations		: 201045
86.66/56.85	c inspects		: 62154311
86.66/56.85	c shortcuts		: 0
86.66/56.85	c learnt literals	: 0
86.66/56.85	c learnt binary clauses	: 0
86.66/56.85	c learnt ternary clauses	: 0
86.66/56.85	c learnt constraints	: 4649
86.66/56.85	c ignored constraints	: 0
86.66/56.85	c root simplifications	: 0
86.66/56.85	c removed literals (reason simplification)	: 0
86.66/56.85	c reason swapping (by a shorter reason)	: 0
86.66/56.85	c Calls to reduceDB	: 0
86.66/56.85	c Number of update (reduction) of LBD	: 0
86.66/56.85	c Imported unit clauses	: 0
86.66/56.85	c number of reductions to clauses (during analyze)	: 0
86.66/56.85	c number of learned constraints concerned by reduction	: 0
86.66/56.85	c number of learning phase by resolution	: 0
86.66/56.85	c number of learning phase by cutting planes	: 0
86.66/56.85	c speed (assignments/second)	: 6647.654002579109
86.66/56.85	c non guided choices	4300
86.66/56.85	c learnt constraints type 
86.66/56.85	s OPTIMUM FOUND
86.66/56.85	c Found 37 solution(s)
86.66/56.85	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 
86.66/56.85	c objective function=2
86.66/56.85	c Total wall clock time (in seconds): 56.741

Verifier Data

OK	2

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-4109789-1466343765/watcher-4109789-1466343765 -o /tmp/evaluation-result-4109789-1466343765/solver-4109789-1466343765 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109789-1466343765.wbo 

pid=1011
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 1.97 1.74 3/196 1014
/proc/meminfo: memFree=30960816/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1014/stat : 1014 (java) R 1011 1014 30914 0 -1 4202496 1058 0 0 0 0 0 0 0 20 0 1 0 36423133 23793664 708 33554432000 1073741824 1073778376 140734454548960 140734454538024 262953547112 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 5809 708 523 9 0 128 0
[pid=1014/tid=1015] ppid=1011 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 30914 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36423133 98570240 978 33554432000 1073741824 1073778376 140734454548960 140013164736040 262962759040 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100152 s]
/proc/loadavg: 2.01 1.97 1.74 3/196 1014
/proc/meminfo: memFree=30960816/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 4403 0 1 0 10 1 0 0 20 0 18 0 36423133 9787879424 6032 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2389619 6034 2128 9 0 2380296 0
[pid=1014/tid=1015] ppid=1011 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 30914 0 -1 4202560 2391 0 1 0 7 0 0 0 20 0 18 0 36423133 9787879424 6038 33554432000 1073741824 1073778376 140734454548960 140013164739488 262966144045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 2.01 1.97 1.74 3/196 1014
/proc/meminfo: memFree=30960816/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 4649 0 1 0 24 1 0 0 20 0 18 0 36423133 9787879424 6738 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2389619 6738 2198 9 0 2380296 0
[pid=1014/tid=1015] ppid=1011 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 30914 0 -1 4202560 2403 0 1 0 17 0 0 0 20 0 18 0 36423133 9787879424 6738 33554432000 1073741824 1073778376 140734454548960 140013164739488 140012997860002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300303 s]
/proc/loadavg: 2.01 1.97 1.74 3/196 1014
/proc/meminfo: memFree=30960816/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 5736 0 1 0 46 1 0 0 20 0 18 0 36423133 9787879424 8437 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2389619 8437 2231 9 0 2380296 0
[pid=1014/tid=1015] ppid=1011 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 30914 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 36423133 9787879424 8437 33554432000 1073741824 1073778376 140734454548960 140013164739488 140012997899688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 2.01 1.97 1.74 3/196 1014
/proc/meminfo: memFree=30960816/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 8571 0 1 0 102 4 0 0 20 0 19 0 36423133 10060525568 11919 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2456183 11919 2258 9 0 2446860 0
[pid=1014/tid=1015] ppid=1011 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) S 1011 1014 30914 0 -1 4202560 2421 0 1 0 31 1 0 0 20 0 19 0 36423133 10060525568 11919 33554432000 1073741824 1073778376 140734454548960 140013164741496 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.01 1.97 1.74 3/215 1039
/proc/meminfo: memFree=30840352/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 17959 0 1 0 171 10 0 0 20 0 19 0 36423133 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2456183 19009 2258 9 0 2446860 0
[pid=1014/tid=1015] ppid=1011 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) S 1011 1014 30914 0 -1 4202560 2422 0 1 0 33 1 0 0 20 0 19 0 36423133 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013164741496 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013126232360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013125179560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013124127272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013123074472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013122022184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013120969384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013119917096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140013118864296 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36423135 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012988356840 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36423135 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012987302904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423136 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012986250504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012985198992 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 30914 0 -1 4202560 7684 0 0 0 58 2 0 0 20 0 19 0 36423138 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012984146616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 30914 0 -1 4202560 6504 0 0 0 51 2 0 0 20 0 19 0 36423138 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012983093816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012108639352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012107586760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1035] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1035/stat : 1035 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423168 10060525568 19009 33554432000 1073741824 1073778376 140734454548960 140012104426664 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.93 1.96 1.73 2/215 1045
/proc/meminfo: memFree=30752352/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 18061 0 1 0 189 12 0 0 20 0 19 0 36423133 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2456183 22600 2264 9 0 2446860 0
[pid=1014/tid=1015] ppid=1011 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) S 1011 1014 30914 0 -1 4202560 2423 0 1 0 34 2 0 0 20 0 19 0 36423133 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013164741496 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013126232360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013125179560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013124127272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013123074472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013122022184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013120969384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013119917096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140013118864296 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36423135 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012988356840 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36423135 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012987302904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423136 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012986250504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012985198992 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 30914 0 -1 4202560 7690 0 0 0 68 2 0 0 20 0 19 0 36423138 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012984146616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 30914 0 -1 4202560 6571 0 0 0 55 2 0 0 20 0 19 0 36423138 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012983093816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012108639352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012107586760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1035] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1035/stat : 1035 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423168 10060525568 22600 33554432000 1073741824 1073778376 140734454548960 140012104426664 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 1.93 1.96 1.73 3/215 1068
/proc/meminfo: memFree=30696324/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 20879 0 1 0 244 20 0 0 20 0 19 0 36423133 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2456183 32454 2267 9 0 2446860 0
[pid=1014/tid=1015] ppid=1011 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) S 1011 1014 30914 0 -1 4202560 2427 0 1 0 35 2 0 0 20 0 19 0 36423133 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013164741496 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013126232360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013125179560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013124127272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013123074472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013122022184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013120969384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013119917096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36423134 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140013118864296 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 30914 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36423135 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140012988356840 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36423135 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140012987302904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423136 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140012986250504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140012985198992 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 30914 0 -1 4202560 7896 0 0 0 88 2 0 0 20 0 19 0 36423138 10060525568 32454 33554432000 1073741824 1073778376 140734454548960 140012984146616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 30914 0 -1 4202560 9463 0 0 0 115 3 0 0 20 0 22 0 36423138 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012983093816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36423138 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012108639352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 30914 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 36423138 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012107586760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1035] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1035/stat : 1035 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36423168 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012104426664 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1147] ppid=1011 vsize=9824732 CPUtime=27.58 cores=0,2,4,6
/proc/1014/task/1147/stat : 1147 (java) R 1011 1014 30914 0 -1 4202560 5 0 0 0 2758 0 0 0 20 0 22 0 36425791 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012103364368 140012998428652 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1148] ppid=1011 vsize=9824732 CPUtime=27.55 cores=0,2,4,6
/proc/1014/task/1148/stat : 1148 (java) R 1011 1014 30914 0 -1 4202560 612 0 0 0 2735 20 0 0 20 0 22 0 36425791 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012105478064 140012998482606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1149] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1149/stat : 1149 (java) S 1011 1014 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36425794 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012106532008 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.56
Current children cumulated vsize (KiB) 9824732

[startup+56.0009 s]
/proc/loadavg: 2.29 2.04 1.77 4/218 1169
/proc/meminfo: memFree=27909820/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9824732 CPUtime=85.76 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 24398 0 1 0 8449 127 0 0 20 0 22 0 36423133 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2456183 564563 2288 9 0 2446860 0
[pid=1014/tid=1015] ppid=1011 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) S 1011 1014 30914 0 -1 4202560 2438 0 1 0 53 2 0 0 20 0 22 0 36423133 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013164741496 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 30914 0 -1 4202560 78 0 0 0 14 3 0 0 20 0 22 0 36423134 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013126232360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 30914 0 -1 4202560 81 0 0 0 14 3 0 0 20 0 22 0 36423134 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013125179560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 30914 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 22 0 36423134 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013124127272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 30914 0 -1 4202560 57 0 0 0 13 2 0 0 20 0 22 0 36423134 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013123074472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 30914 0 -1 4202560 89 0 0 0 18 4 0 0 20 0 22 0 36423134 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013122022184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 30914 0 -1 4202560 66 0 0 0 16 3 0 0 20 0 22 0 36423134 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013120969384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 30914 0 -1 4202560 104 0 0 0 14 3 0 0 20 0 22 0 36423134 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013119917096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 30914 0 -1 4202560 64 0 0 0 14 2 0 0 20 0 22 0 36423134 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140013118864296 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 30914 0 -1 4202560 1275 0 0 0 0 5 0 0 20 0 22 0 36423135 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012988356840 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36423135 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012987302904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 30914 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 36423136 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012986250504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36423138 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012985198992 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 30914 0 -1 4202560 7987 0 0 0 118 2 0 0 20 0 22 0 36423138 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012984146616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 30914 0 -1 4202560 9463 0 0 0 115 3 0 0 20 0 22 0 36423138 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012983093816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36423138 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012108639352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 30914 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 36423138 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012107586760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1035] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1035/stat : 1035 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36423168 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012104426664 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1147] ppid=1011 vsize=9824732 CPUtime=29.18 cores=0,2,4,6
/proc/1014/task/1147/stat : 1147 (java) R 1011 1014 30914 0 -1 4202560 5 0 0 0 2918 0 0 0 20 0 22 0 36425791 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012103364368 140012998429459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1148] ppid=1011 vsize=9824732 CPUtime=29.15 cores=0,2,4,6
/proc/1014/task/1148/stat : 1148 (java) R 1011 1014 30914 0 -1 4202560 612 0 0 0 2895 20 0 0 20 0 22 0 36425791 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012105478064 140012998615872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1149] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1149/stat : 1149 (java) S 1011 1014 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36425794 10060525568 564563 33554432000 1073741824 1073778376 140734454548960 140012106532008 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.76
Current children cumulated vsize (KiB) 9824732

[startup+56.4009 s]
/proc/loadavg: 2.29 2.04 1.77 4/218 1169
/proc/meminfo: memFree=27928932/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9824732 CPUtime=86.45 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 24399 0 1 0 8517 128 0 0 20 0 20 0 36423133 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2456183 564558 2288 9 0 2446860 0
[pid=1014/tid=1015] ppid=1011 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) S 1011 1014 30914 0 -1 4202560 2438 0 1 0 53 2 0 0 20 0 20 0 36423133 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013164741496 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 30914 0 -1 4202560 78 0 0 0 14 3 0 0 20 0 20 0 36423134 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013126232360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 30914 0 -1 4202560 81 0 0 0 14 3 0 0 20 0 20 0 36423134 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013125179560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 30914 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 20 0 36423134 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013124127272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 30914 0 -1 4202560 57 0 0 0 13 2 0 0 20 0 20 0 36423134 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013123074472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 30914 0 -1 4202560 89 0 0 0 18 4 0 0 20 0 20 0 36423134 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013122022184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 30914 0 -1 4202560 66 0 0 0 16 3 0 0 20 0 20 0 36423134 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013120969384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 30914 0 -1 4202560 104 0 0 0 14 3 0 0 20 0 20 0 36423134 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013119917096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 30914 0 -1 4202560 64 0 0 0 14 2 0 0 20 0 20 0 36423134 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140013118864296 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 30914 0 -1 4202560 1275 0 0 0 0 5 0 0 20 0 20 0 36423135 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012988356840 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 36423135 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012987302904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 30914 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 20 0 36423136 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012986250504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36423138 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012985198992 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 30914 0 -1 4202560 7987 0 0 0 118 2 0 0 20 0 20 0 36423138 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012984146616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 30914 0 -1 4202560 9463 0 0 0 115 3 0 0 20 0 20 0 36423138 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012983093816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36423138 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012108639352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 30914 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 20 0 36423138 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012107586760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1035] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1035/stat : 1035 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 36423168 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012104426664 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1148] ppid=1011 vsize=9824732 CPUtime=29.55 cores=0,2,4,6
/proc/1014/task/1148/stat : 1148 (java) R 1011 1014 30914 0 -1 4202560 613 0 0 0 2935 20 0 0 20 0 20 0 36425791 10060525568 564558 33554432000 1073741824 1073778376 140734454548960 140012105478416 140012998583062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 86.45
Current children cumulated vsize (KiB) 9824732

[startup+56.8008 s]
/proc/loadavg: 2.29 2.04 1.77 4/218 1169
/proc/meminfo: memFree=27928932/32872528 swapFree=303544/319896
[pid=1014] ppid=1011 vsize=9824732 CPUtime=86.6 cores=0,2,4,6
/proc/1014/stat : 1014 (java) S 1011 1014 30914 0 -1 4202496 24399 0 1 0 8531 129 0 0 20 0 19 0 36423133 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140734454540096 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1014/statm: 2456183 564555 2288 9 0 2446860 0
[pid=1014/tid=1015] ppid=1011 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/1014/task/1015/stat : 1015 (java) R 1011 1014 30914 0 -1 4202560 2438 0 1 0 73 2 0 0 20 0 19 0 36423133 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013164741256 140012998105026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1017] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1017/stat : 1017 (java) S 1011 1014 30914 0 -1 4202560 78 0 0 0 14 3 0 0 20 0 19 0 36423134 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013126232360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1018] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1018/stat : 1018 (java) S 1011 1014 30914 0 -1 4202560 81 0 0 0 14 3 0 0 20 0 19 0 36423134 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013125179560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1019] ppid=1011 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/1014/task/1019/stat : 1019 (java) S 1011 1014 30914 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 19 0 36423134 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013124127272 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1020] ppid=1011 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1014/task/1020/stat : 1020 (java) S 1011 1014 30914 0 -1 4202560 57 0 0 0 13 2 0 0 20 0 19 0 36423134 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013123074472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1021] ppid=1011 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/1014/task/1021/stat : 1021 (java) S 1011 1014 30914 0 -1 4202560 89 0 0 0 18 4 0 0 20 0 19 0 36423134 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013122022184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1022] ppid=1011 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1014/task/1022/stat : 1022 (java) S 1011 1014 30914 0 -1 4202560 66 0 0 0 16 3 0 0 20 0 19 0 36423134 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013120969384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1023] ppid=1011 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1014/task/1023/stat : 1023 (java) S 1011 1014 30914 0 -1 4202560 104 0 0 0 14 3 0 0 20 0 19 0 36423134 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013119917096 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1014/tid=1024] ppid=1011 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/1014/task/1024/stat : 1024 (java) S 1011 1014 30914 0 -1 4202560 64 0 0 0 14 2 0 0 20 0 19 0 36423134 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140013118864296 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1025] ppid=1011 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1014/task/1025/stat : 1025 (java) S 1011 1014 30914 0 -1 4202560 1275 0 0 0 0 5 0 0 20 0 19 0 36423135 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012988356840 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1026] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1026/stat : 1026 (java) S 1011 1014 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36423135 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012987302904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1027] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1027/stat : 1027 (java) S 1011 1014 30914 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 36423136 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012986250504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1028] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1028/stat : 1028 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012985198992 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1029] ppid=1011 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/1014/task/1029/stat : 1029 (java) S 1011 1014 30914 0 -1 4202560 7987 0 0 0 119 2 0 0 20 0 19 0 36423138 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012984146616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1030] ppid=1011 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1014/task/1030/stat : 1030 (java) S 1011 1014 30914 0 -1 4202560 9463 0 0 0 115 3 0 0 20 0 19 0 36423138 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012983093816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1014/tid=1031] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1031/stat : 1031 (java) S 1011 1014 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36423138 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012108639352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1014/tid=1032] ppid=1011 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1014/task/1032/stat : 1032 (java) S 1011 1014 30914 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 36423138 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012107586760 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1014/tid=1035] ppid=1011 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1014/task/1035/stat : 1035 (java) S 1011 1014 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36423168 10060525568 564555 33554432000 1073741824 1073778376 140734454548960 140012104426664 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 86.6
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0599976
#  lost CPU user time (s): 0.0699997
#  lost CPU system time (s): -0.00999999

Real time (s): 56.8683
CPU time (s): 86.8318
CPU user time (s): 85.399
CPU system time (s): 1.43278
CPU usage (%): 152.689
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.329
system time used= 1.44278
maximum resident set size= 2270436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24410
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= 3234
involuntary context switches= 2533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.406938 second user time and 0.530919 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-19 15:42:45
IDJOB=4109789
IDBENCH=78924
IDSOLVER=2552
FILE ID=node128/4109789-1466343765
RUNJOBID= node128-1466341815-30930
PBS_JOBID= 19922025
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558739--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109789-1466343765/watcher-4109789-1466343765 -o /tmp/evaluation-result-4109789-1466343765/solver-4109789-1466343765 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109789-1466343765.wbo

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

MD5SUM BENCH= 099eb4454f9d71550aca948671f10d54
RANDOM SEED=845841092

node128.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.768
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	: 5333.53
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.768
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.768
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.56
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.768
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.768
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.57
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.768
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.56
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.768
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.56
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.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30963672 kB
Buffers:          186232 kB
Cached:           272860 kB
SwapCached:         2716 kB
Active:           456640 kB
Inactive:         343572 kB
Active(anon):     340528 kB
Inactive(anon):     2792 kB
Active(file):     116112 kB
Inactive(file):   340780 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:              1508 kB
Writeback:             0 kB
AnonPages:        678224 kB
Mapped:            17152 kB
Shmem:                 0 kB
Slab:             626844 kB
SReclaimable:      70276 kB
SUnreclaim:       556568 kB
KernelStack:        1776 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1273368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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= 71708 MiB
End job on node128 at 2016-06-19 15:43:42