Trace number 4109909

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 27.2189 32.1917

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552735--soft-66-100-0.wbo
MD5SUMfc51ff1d1c737b59f1aece9b373640d1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark30.2364
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 constraints906
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 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109909-1467321506.wbo
0.09/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.218s.
0.46/0.34	c declared #vars     231
0.46/0.34	c internal #vars     1137
0.46/0.34	c #constraints  2707
0.46/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.46/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2530
0.46/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c objective function length is 906 literals
0.73/0.44	c And the winner is solver0
1.09/0.84	c SATISFIABLE
1.09/0.84	c OPTIMIZING...
1.09/0.84	c Got one! Elapsed wall clock time (in seconds):0.724
1.09/0.84	o 880
1.09/0.87	c And the winner is solver0
1.60/1.36	c Got one! Elapsed wall clock time (in seconds):1.237
1.60/1.36	o 876
1.60/1.37	c And the winner is solver0
1.82/1.86	c Got one! Elapsed wall clock time (in seconds):1.744
1.82/1.86	o 513
1.82/1.88	c And the winner is solver0
2.00/2.37	c Got one! Elapsed wall clock time (in seconds):2.249
2.00/2.37	o 195
2.00/2.38	c And the winner is solver0
2.05/2.87	c Got one! Elapsed wall clock time (in seconds):2.753
2.05/2.87	o 161
2.05/2.89	c And the winner is solver0
2.15/3.38	c Got one! Elapsed wall clock time (in seconds):3.256
2.15/3.38	o 153
2.15/3.39	c And the winner is solver0
2.22/3.88	c Got one! Elapsed wall clock time (in seconds):3.761
2.22/3.88	o 152
2.22/3.89	c And the winner is solver0
2.27/4.39	c Got one! Elapsed wall clock time (in seconds):4.267
2.27/4.39	o 137
2.69/4.52	c And the winner is solver0
2.80/4.89	c Got one! Elapsed wall clock time (in seconds):4.77
2.80/4.89	o 135
2.81/4.95	c And the winner is solver0
3.00/5.39	c Got one! Elapsed wall clock time (in seconds):5.273
3.00/5.39	o 133
3.00/5.45	c And the winner is solver0
3.15/5.89	c Got one! Elapsed wall clock time (in seconds):5.775
3.15/5.89	o 132
3.40/6.01	c And the winner is solver0
3.44/6.40	c Got one! Elapsed wall clock time (in seconds):6.278
3.44/6.40	o 131
3.46/6.49	c And the winner is solver0
3.82/6.90	c Got one! Elapsed wall clock time (in seconds):6.78
3.82/6.90	o 119
3.82/6.94	c And the winner is solver0
3.93/7.40	c Got one! Elapsed wall clock time (in seconds):7.282
3.93/7.40	o 110
4.44/7.60	c cleaning 4667 clauses out of 9344 with flag 12107/9344
5.58/8.10	c cleaning 5335 clauses out of 10679 with flag 58597/15346
6.81/8.75	c cleaning 6168 clauses out of 12345 with flag 123790/22347
8.47/9.57	c cleaning 7086 clauses out of 14176 with flag 209187/30346
9.67/10.10	c And the winner is solver0
9.70/10.40	c Got one! Elapsed wall clock time (in seconds):10.285
9.70/10.40	o 109
10.74/10.94	c cleaning 8714 clauses out of 17439 with flag 42519/40695
10.74/10.99	c And the winner is solver0
10.93/11.41	c Got one! Elapsed wall clock time (in seconds):11.287
10.93/11.41	o 108
10.93/11.46	c And the winner is solver0
11.05/11.91	c Got one! Elapsed wall clock time (in seconds):11.789
11.05/11.91	o 107
11.83/12.34	c cleaning 7349 clauses out of 14718 with flag 43504/46688
13.08/12.92	c And the winner is solver1
13.12/13.41	c Got one! Elapsed wall clock time (in seconds):13.293
13.12/13.41	o 101
13.72/13.70	c And the winner is solver0
13.75/13.91	c Got one! Elapsed wall clock time (in seconds):13.795
13.75/13.91	o 98
13.75/13.95	c And the winner is solver0
13.84/14.42	c Got one! Elapsed wall clock time (in seconds):14.298
13.84/14.42	o 93
14.21/14.63	c And the winner is solver0
14.32/14.92	c Got one! Elapsed wall clock time (in seconds):14.8
14.32/14.92	o 92
14.66/15.14	c cleaning 9937 clauses out of 19879 with flag 15720/59198
14.87/15.21	c And the winner is solver0
14.92/15.42	c Got one! Elapsed wall clock time (in seconds):15.303
14.92/15.42	o 91
15.15/15.57	c And the winner is solver0
15.32/15.92	c Got one! Elapsed wall clock time (in seconds):15.806
15.32/15.92	o 90
15.32/15.99	c And the winner is solver0
15.48/16.43	c Got one! Elapsed wall clock time (in seconds):16.308
15.48/16.43	o 85
15.48/16.49	c And the winner is solver0
15.65/16.93	c Got one! Elapsed wall clock time (in seconds):16.811
15.65/16.93	o 83
15.98/17.10	c And the winner is solver0
16.01/17.43	c Got one! Elapsed wall clock time (in seconds):17.314
16.01/17.43	o 82
16.13/17.54	c And the winner is solver0
16.24/17.94	c Got one! Elapsed wall clock time (in seconds):17.817
16.24/17.94	o 81
16.36/18.01	c And the winner is solver0
16.41/18.44	c Got one! Elapsed wall clock time (in seconds):18.32
16.41/18.44	o 78
16.52/18.59	c And the winner is solver0
16.73/18.94	c Got one! Elapsed wall clock time (in seconds):18.823
16.73/18.94	o 75
16.83/19.00	c And the winner is solver0
16.87/19.45	c Got one! Elapsed wall clock time (in seconds):19.327
16.87/19.45	o 68
16.97/19.57	c And the winner is solver0
17.15/19.95	c Got one! Elapsed wall clock time (in seconds):19.83
17.15/19.95	o 64
17.24/20.01	c And the winner is solver0
17.28/20.45	c Got one! Elapsed wall clock time (in seconds):20.335
17.28/20.45	o 49
17.36/20.52	c And the winner is solver0
17.43/20.96	c Got one! Elapsed wall clock time (in seconds):20.84
17.43/20.96	o 46
17.51/21.09	c And the winner is solver0
17.78/21.46	c Got one! Elapsed wall clock time (in seconds):21.346
17.78/21.46	o 45
18.04/21.60	c cleaning 10944 clauses out of 21890 with flag 10000/71146
18.04/21.62	c And the winner is solver0
18.11/21.97	c Got one! Elapsed wall clock time (in seconds):21.852
18.11/21.97	o 43
18.17/22.03	c And the winner is solver0
18.25/22.48	c Got one! Elapsed wall clock time (in seconds):22.358
18.25/22.48	o 41
18.28/22.52	c And the winner is solver0
18.35/22.98	c Got one! Elapsed wall clock time (in seconds):22.864
18.35/22.98	o 38
18.58/23.19	c And the winner is solver0
18.77/23.49	c Got one! Elapsed wall clock time (in seconds):23.371
18.77/23.49	o 34
18.78/23.55	c And the winner is solver0
19.00/24.00	c Got one! Elapsed wall clock time (in seconds):23.881
19.00/24.00	o 28
19.00/24.04	c And the winner is solver0
19.10/24.51	c Got one! Elapsed wall clock time (in seconds):24.389
19.10/24.51	o 27
19.10/24.57	c And the winner is solver0
19.24/25.02	c Got one! Elapsed wall clock time (in seconds):24.897
19.24/25.02	o 22
19.24/25.06	c And the winner is solver0
19.35/25.52	c Got one! Elapsed wall clock time (in seconds):25.405
19.35/25.52	o 21
19.35/25.58	c And the winner is solver0
19.48/26.03	c Got one! Elapsed wall clock time (in seconds):25.914
19.48/26.03	o 18
19.60/26.13	c And the winner is solver0
19.70/26.54	c Got one! Elapsed wall clock time (in seconds):26.422
19.70/26.54	o 16
19.82/26.61	c And the winner is solver0
19.87/27.05	c Got one! Elapsed wall clock time (in seconds):26.931
19.87/27.05	o 10
19.96/27.15	c And the winner is solver0
20.09/27.56	c Got one! Elapsed wall clock time (in seconds):27.441
20.09/27.56	o 9
20.09/27.60	c And the winner is solver0
20.20/28.07	c Got one! Elapsed wall clock time (in seconds):27.952
20.20/28.07	o 8
20.65/28.34	c And the winner is solver0
20.74/28.58	c Got one! Elapsed wall clock time (in seconds):28.463
20.74/28.58	o 7
20.77/28.69	c And the winner is solver0
20.97/29.09	c Got one! Elapsed wall clock time (in seconds):28.974
20.97/29.09	o 6
21.17/29.25	c cleaning 11796 clauses out of 23592 with flag 9294/83792
21.97/29.70	c cleaning 8894 clauses out of 17796 with flag 55755/89792
23.24/30.27	c cleaning 7947 clauses out of 15899 with flag 105694/96792
24.49/30.86	c cleaning 7976 clauses out of 15952 with flag 158536/104793
25.68/31.43	c cleaning 8481 clauses out of 16977 with flag 214323/113796
26.89/32.02	c cleaning 9238 clauses out of 18480 with flag 273773/123792
26.89/32.07	c And the winner is solver0
27.04/32.18	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
27.04/32.18	c starts		: 815
27.04/32.18	c conflicts		: 124845
27.04/32.18	c decisions		: 267373
27.04/32.18	c propagations		: 13835528
27.04/32.18	c inspects		: 138003005
27.04/32.18	c shortcuts		: 0
27.04/32.18	c learnt literals	: 30
27.04/32.18	c learnt binary clauses	: 220
27.04/32.18	c learnt ternary clauses	: 1052
27.04/32.18	c learnt constraints	: 124814
27.04/32.18	c ignored constraints	: 0
27.04/32.18	c root simplifications	: 0
27.04/32.18	c removed literals (reason simplification)	: 691389
27.04/32.18	c reason swapping (by a shorter reason)	: 0
27.04/32.18	c Calls to reduceDB	: 14
27.04/32.18	c Number of update (reduction) of LBD	: 69417
27.04/32.18	c Imported unit clauses	: 0
27.04/32.18	c number of reductions to clauses (during analyze)	: 0
27.04/32.18	c number of learned constraints concerned by reduction	: 0
27.04/32.18	c number of learning phase by resolution	: 0
27.04/32.18	c number of learning phase by cutting planes	: 0
27.04/32.18	c speed (assignments/second)	: 737304.9826805223
27.04/32.18	c non guided choices	5217
27.04/32.18	c learnt constraints type 
27.04/32.18	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
27.04/32.18	c starts		: 58
27.04/32.18	c conflicts		: 2129
27.04/32.18	c decisions		: 52840
27.04/32.18	c propagations		: 176731
27.04/32.18	c inspects		: 14306753
27.04/32.18	c shortcuts		: 0
27.04/32.18	c learnt literals	: 0
27.04/32.18	c learnt binary clauses	: 0
27.04/32.18	c learnt ternary clauses	: 0
27.04/32.18	c learnt constraints	: 2096
27.04/32.18	c ignored constraints	: 0
27.04/32.18	c root simplifications	: 0
27.04/32.18	c removed literals (reason simplification)	: 0
27.04/32.18	c reason swapping (by a shorter reason)	: 0
27.04/32.18	c Calls to reduceDB	: 0
27.04/32.18	c Number of update (reduction) of LBD	: 0
27.04/32.18	c Imported unit clauses	: 0
27.04/32.18	c number of reductions to clauses (during analyze)	: 0
27.04/32.18	c number of learned constraints concerned by reduction	: 0
27.04/32.18	c number of learning phase by resolution	: 0
27.04/32.18	c number of learning phase by cutting planes	: 0
27.04/32.18	c speed (assignments/second)	: 57736.360666448876
27.04/32.18	c non guided choices	5096
27.04/32.18	c learnt constraints type 
27.04/32.18	s OPTIMUM FOUND
27.04/32.18	c Found 49 solution(s)
27.04/32.18	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 
27.04/32.18	c objective function=6
27.04/32.18	c Total wall clock time (in seconds): 32.062

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109909-1467321506/watcher-4109909-1467321506 -o /tmp/evaluation-result-4109909-1467321506/solver-4109909-1467321506 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20067 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109909-1467321506.wbo 

pid=30846
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: 0.83 1.06 1.19 2/169 30849
/proc/meminfo: memFree=28366008/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30849/stat : 30849 (java) D 30846 30849 13693 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 13109081 9515008 185 33554432000 1073741824 1073778376 140735070314928 140735070306152 226084154807 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/30849/statm: 2323 185 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 0.83 1.06 1.19 2/169 30849
/proc/meminfo: memFree=28366008/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 4458 0 1 0 8 1 0 0 20 0 18 0 13109081 9787879424 5576 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2389619 5576 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 0.83 1.06 1.19 2/169 30849
/proc/meminfo: memFree=28366008/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 4756 0 1 0 22 1 0 0 20 0 18 0 13109081 9787879424 6334 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2389619 6334 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 0.83 1.06 1.19 2/169 30849
/proc/meminfo: memFree=28366008/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 5829 0 1 0 45 1 0 0 20 0 18 0 13109081 9787879424 8044 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2389619 8044 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700294 s]
/proc/loadavg: 0.83 1.06 1.19 2/169 30849
/proc/meminfo: memFree=28366008/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 10105 0 1 0 105 4 0 0 20 0 19 0 13109081 10060525568 12288 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2456183 12288 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.17 1.13 1.21 2/188 30874
/proc/meminfo: memFree=28306184/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 20392 0 1 0 172 10 0 0 20 0 19 0 13109081 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2456183 18101 2262 9 0 2446860 0
[pid=30849/tid=30851] ppid=30846 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/30849/task/30851/stat : 30851 (java) S 30846 30849 13693 0 -1 4202560 2476 0 1 0 31 1 0 0 20 0 19 0 13109082 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139986136343416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30852] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30852/stat : 30852 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139986075073448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30853] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30853/stat : 30853 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139986074020904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30854] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30854/stat : 30854 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139986072967848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30855] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30855/stat : 30855 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139986071915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30856] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30856/stat : 30856 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985975720360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30857] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30857/stat : 30857 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985974667816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30858] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30858/stat : 30858 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985973614760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30859] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30859/stat : 30859 (java) S 30846 30849 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985972562216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30860] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30860/stat : 30860 (java) S 30846 30849 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985960364904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30861] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30861/stat : 30861 (java) S 30846 30849 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985959311224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30862] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30862/stat : 30862 (java) S 30846 30849 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985958258056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30863] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30863/stat : 30863 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985957206800 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30864] ppid=30846 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/30849/task/30864/stat : 30864 (java) S 30846 30849 13693 0 -1 4202560 10717 0 0 0 67 1 0 0 20 0 19 0 13109087 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985956153656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30865] ppid=30846 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/30849/task/30865/stat : 30865 (java) S 30846 30849 13693 0 -1 4202560 5852 0 0 0 46 1 0 0 20 0 19 0 13109087 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985955101112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30866] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30866/stat : 30866 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985954048248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30867] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30867/stat : 30867 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985952995912 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30871] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30871/stat : 30871 (java) S 30846 30849 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13109116 10060525568 18101 33554432000 1073741824 1073778376 140734820179344 139985948784040 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.17 1.13 1.21 1/188 30880
/proc/meminfo: memFree=28294508/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 22277 0 1 0 201 14 0 0 20 0 19 0 13109081 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2456183 21713 2266 9 0 2446860 0
[pid=30849/tid=30851] ppid=30846 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/30849/task/30851/stat : 30851 (java) S 30846 30849 13693 0 -1 4202560 2477 0 1 0 32 1 0 0 20 0 19 0 13109082 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139986136343416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30852] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30852/stat : 30852 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139986075073448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30853] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30853/stat : 30853 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139986074020904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30854] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30854/stat : 30854 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139986072967848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30855] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30855/stat : 30855 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139986071915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30856] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30856/stat : 30856 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985975720360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30857] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30857/stat : 30857 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985974667816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30858] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30858/stat : 30858 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985973614760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30859] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30859/stat : 30859 (java) S 30846 30849 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985972562216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30860] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30860/stat : 30860 (java) S 30846 30849 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985960364904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30861] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30861/stat : 30861 (java) S 30846 30849 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985959311224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30862] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30862/stat : 30862 (java) S 30846 30849 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985958258056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30863] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30863/stat : 30863 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985957206800 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30864] ppid=30846 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/30849/task/30864/stat : 30864 (java) S 30846 30849 13693 0 -1 4202560 10728 0 0 0 77 2 0 0 20 0 19 0 13109087 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985956153656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30865] ppid=30846 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/30849/task/30865/stat : 30865 (java) S 30846 30849 13693 0 -1 4202560 7696 0 0 0 61 2 0 0 20 0 19 0 13109087 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985955101112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30866] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30866/stat : 30866 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985954048248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30867] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30867/stat : 30867 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985952995912 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30871] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30871/stat : 30871 (java) S 30846 30849 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13109116 10060525568 21713 33554432000 1073741824 1073778376 140734820179344 139985948784040 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1797 uid=0 cmd=

[startup+6.30081 s]
/proc/loadavg: 1.07 1.11 1.20 1/188 30901
/proc/meminfo: memFree=28216992/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 24436 0 1 0 319 25 0 0 20 0 19 0 13109081 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2456183 43524 2283 9 0 2446860 0
[pid=30849/tid=30851] ppid=30846 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/30849/task/30851/stat : 30851 (java) S 30846 30849 13693 0 -1 4202560 2480 0 1 0 34 1 0 0 20 0 19 0 13109082 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139986136343416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30852] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30852/stat : 30852 (java) S 30846 30849 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139986075073448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30853] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30853/stat : 30853 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139986074020904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30854] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30854/stat : 30854 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139986072967848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30855] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30855/stat : 30855 (java) S 30846 30849 13693 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139986071915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30856] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30856/stat : 30856 (java) S 30846 30849 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985975720360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30857] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30857/stat : 30857 (java) S 30846 30849 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985974667816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30858] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30858/stat : 30858 (java) S 30846 30849 13693 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985973614760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30859] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30859/stat : 30859 (java) S 30846 30849 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13109083 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985972562216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30860] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30860/stat : 30860 (java) S 30846 30849 13693 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985960364904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30861] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30861/stat : 30861 (java) S 30846 30849 13693 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985959311224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30862] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30862/stat : 30862 (java) S 30846 30849 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985958258056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30863] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30863/stat : 30863 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985957206800 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30864] ppid=30846 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/30849/task/30864/stat : 30864 (java) S 30846 30849 13693 0 -1 4202560 10929 0 0 0 103 2 0 0 20 0 19 0 13109087 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985956153656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30865] ppid=30846 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/30849/task/30865/stat : 30865 (java) S 30846 30849 13693 0 -1 4202560 9517 0 0 0 82 2 0 0 20 0 19 0 13109087 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985955101112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30866] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30866/stat : 30866 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985954048248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30867] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30867/stat : 30867 (java) S 30846 30849 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985952995912 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30871] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30871/stat : 30871 (java) S 30846 30849 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13109116 10060525568 43524 33554432000 1073741824 1073778376 140734820179344 139985948784040 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.44

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

[pid=30849/tid=30863] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30863/stat : 30863 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985957206800 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30864] ppid=30846 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/30849/task/30864/stat : 30864 (java) S 30846 30849 13693 0 -1 4202560 10968 0 0 0 128 2 0 0 20 0 22 0 13109087 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985956153656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30865] ppid=30846 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/30849/task/30865/stat : 30865 (java) S 30846 30849 13693 0 -1 4202560 10207 0 0 0 128 2 0 0 20 0 22 0 13109087 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985955101112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30866] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30866/stat : 30866 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985954048248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30867] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30867/stat : 30867 (java) S 30846 30849 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985952995912 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30925] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30925/stat : 30925 (java) S 30846 30849 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13110423 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985948784296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=31016] ppid=30846 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/30849/task/31016/stat : 31016 (java) R 30846 30849 13693 0 -1 4202560 7 0 0 0 203 0 0 0 20 0 22 0 13111992 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985949826960 139986076663872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=31017] ppid=30846 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/30849/task/31017/stat : 31017 (java) R 30846 30849 13693 0 -1 4202560 121 0 0 0 200 3 0 0 20 0 22 0 13111992 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985950886792 139986077048409 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=31018] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/31018/stat : 31018 (java) S 30846 30849 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13111993 10060525568 281795 33554432000 1073741824 1073778376 140734820179344 139985951941416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 9824732

[startup+31.601 s]
/proc/loadavg: 1.00 1.08 1.19 3/191 31018
/proc/meminfo: memFree=27245564/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9824732 CPUtime=26.08 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 27080 0 1 0 2479 129 0 0 20 0 22 0 13109081 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2456183 285379 2288 9 0 2446860 0
[pid=30849/tid=30851] ppid=30846 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/30849/task/30851/stat : 30851 (java) S 30846 30849 13693 0 -1 4202560 2490 0 1 0 53 2 0 0 20 0 22 0 13109082 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139986136343416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30852] ppid=30846 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/30849/task/30852/stat : 30852 (java) S 30846 30849 13693 0 -1 4202560 57 0 0 0 8 2 0 0 20 0 22 0 13109083 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139986075073448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30853] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30853/stat : 30853 (java) S 30846 30849 13693 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 22 0 13109083 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139986074020904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30854] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30854/stat : 30854 (java) S 30846 30849 13693 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 22 0 13109083 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139986072967848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30855] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30855/stat : 30855 (java) S 30846 30849 13693 0 -1 4202560 56 0 0 0 6 3 0 0 20 0 22 0 13109083 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139986071915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30856] ppid=30846 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/30849/task/30856/stat : 30856 (java) S 30846 30849 13693 0 -1 4202560 67 0 0 0 10 4 0 0 20 0 22 0 13109083 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985975720360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30857] ppid=30846 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/30849/task/30857/stat : 30857 (java) S 30846 30849 13693 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 22 0 13109083 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985974667816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30858] ppid=30846 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30858/stat : 30858 (java) S 30846 30849 13693 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 13109083 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985973614760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30859] ppid=30846 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/30849/task/30859/stat : 30859 (java) S 30846 30849 13693 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 22 0 13109083 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985972562216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30860] ppid=30846 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/30849/task/30860/stat : 30860 (java) S 30846 30849 13693 0 -1 4202560 768 0 0 0 0 4 0 0 20 0 22 0 13109085 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985960364904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30861] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30861/stat : 30861 (java) S 30846 30849 13693 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13109085 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985959311224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30862] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30862/stat : 30862 (java) S 30846 30849 13693 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 22 0 13109085 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985958258056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30863] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30863/stat : 30863 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985957206800 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30864] ppid=30846 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/30849/task/30864/stat : 30864 (java) S 30846 30849 13693 0 -1 4202560 10968 0 0 0 128 2 0 0 20 0 22 0 13109087 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985956153656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30865] ppid=30846 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/30849/task/30865/stat : 30865 (java) S 30846 30849 13693 0 -1 4202560 10208 0 0 0 129 2 0 0 20 0 22 0 13109087 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985955101112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30866] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30866/stat : 30866 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985954048248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30867] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30867/stat : 30867 (java) S 30846 30849 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985952995912 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30925] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30925/stat : 30925 (java) S 30846 30849 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13110423 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985948784296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=31016] ppid=30846 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/30849/task/31016/stat : 31016 (java) R 30846 30849 13693 0 -1 4202560 7 0 0 0 242 0 0 0 20 0 22 0 13111992 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985949826960 139986076739270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=31017] ppid=30846 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/30849/task/31017/stat : 31017 (java) R 30846 30849 13693 0 -1 4202560 128 0 0 0 240 3 0 0 20 0 22 0 13111992 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985950886792 139986077042705 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=31018] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/31018/stat : 31018 (java) S 30846 30849 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13111993 10060525568 285379 33554432000 1073741824 1073778376 140734820179344 139985951941416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 26.08
Current children cumulated vsize (KiB) 9824732

[startup+32.0079 s]
/proc/loadavg: 1.00 1.08 1.19 3/191 31018
/proc/meminfo: memFree=27218816/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9824732 CPUtime=26.89 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 27087 0 1 0 2560 129 0 0 20 0 22 0 13109081 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2456183 287939 2288 9 0 2446860 0
[pid=30849/tid=30851] ppid=30846 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/30849/task/30851/stat : 30851 (java) S 30846 30849 13693 0 -1 4202560 2490 0 1 0 53 2 0 0 20 0 22 0 13109082 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139986136343416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30852] ppid=30846 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/30849/task/30852/stat : 30852 (java) S 30846 30849 13693 0 -1 4202560 57 0 0 0 8 2 0 0 20 0 22 0 13109083 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139986075073448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30853] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30853/stat : 30853 (java) S 30846 30849 13693 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 22 0 13109083 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139986074020904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30854] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30854/stat : 30854 (java) S 30846 30849 13693 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 22 0 13109083 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139986072967848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30855] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30855/stat : 30855 (java) S 30846 30849 13693 0 -1 4202560 56 0 0 0 6 3 0 0 20 0 22 0 13109083 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139986071915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30856] ppid=30846 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/30849/task/30856/stat : 30856 (java) S 30846 30849 13693 0 -1 4202560 67 0 0 0 10 4 0 0 20 0 22 0 13109083 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985975720360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30857] ppid=30846 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/30849/task/30857/stat : 30857 (java) S 30846 30849 13693 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 22 0 13109083 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985974667816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30858] ppid=30846 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30858/stat : 30858 (java) S 30846 30849 13693 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 13109083 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985973614760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30859] ppid=30846 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/30849/task/30859/stat : 30859 (java) S 30846 30849 13693 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 22 0 13109083 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985972562216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30860] ppid=30846 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/30849/task/30860/stat : 30860 (java) S 30846 30849 13693 0 -1 4202560 769 0 0 0 0 5 0 0 20 0 22 0 13109085 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985960364904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30861] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30861/stat : 30861 (java) S 30846 30849 13693 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13109085 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985959311224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30862] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30862/stat : 30862 (java) S 30846 30849 13693 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 22 0 13109085 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985958258056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30863] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30863/stat : 30863 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985957206800 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30864] ppid=30846 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/30849/task/30864/stat : 30864 (java) S 30846 30849 13693 0 -1 4202560 10968 0 0 0 128 2 0 0 20 0 22 0 13109087 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985956153656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30865] ppid=30846 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/30849/task/30865/stat : 30865 (java) S 30846 30849 13693 0 -1 4202560 10208 0 0 0 129 2 0 0 20 0 22 0 13109087 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985955101112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30866] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30866/stat : 30866 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985954048248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30867] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30867/stat : 30867 (java) S 30846 30849 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13109087 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985952995912 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30925] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30925/stat : 30925 (java) S 30846 30849 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13110423 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985948784296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=31016] ppid=30846 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/30849/task/31016/stat : 31016 (java) R 30846 30849 13693 0 -1 4202560 7 0 0 0 283 0 0 0 20 0 22 0 13111992 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985949833872 139986076637479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=31017] ppid=30846 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/30849/task/31017/stat : 31017 (java) R 30846 30849 13693 0 -1 4202560 134 0 0 0 280 3 0 0 20 0 22 0 13111992 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985950886776 139986077048207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=31018] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/31018/stat : 31018 (java) S 30846 30849 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13111993 10060525568 287939 33554432000 1073741824 1073778376 140734820179344 139985951941416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 26.89
Current children cumulated vsize (KiB) 9824732

[startup+32.101 s]
/proc/loadavg: 1.00 1.08 1.19 3/191 31018
/proc/meminfo: memFree=27218816/32872528 swapFree=1590004/1720820
[pid=30849] ppid=30846 vsize=9824732 CPUtime=27.04 cores=1,3,5,7
/proc/30849/stat : 30849 (java) S 30846 30849 13693 0 -1 4202496 27087 0 1 0 2573 131 0 0 20 0 19 0 13109081 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 140734820170480 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30849/statm: 2456183 287929 2288 9 0 2446860 0
[pid=30849/tid=30851] ppid=30846 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/30849/task/30851/stat : 30851 (java) S 30846 30849 13693 0 -1 4202560 2490 0 1 0 53 2 0 0 20 0 19 0 13109082 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139986136343416 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30852] ppid=30846 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/30849/task/30852/stat : 30852 (java) S 30846 30849 13693 0 -1 4202560 57 0 0 0 8 2 0 0 20 0 19 0 13109083 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139986075073448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30853] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30853/stat : 30853 (java) S 30846 30849 13693 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 19 0 13109083 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139986074020904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30854] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30854/stat : 30854 (java) S 30846 30849 13693 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 19 0 13109083 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139986072967848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30855] ppid=30846 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/30849/task/30855/stat : 30855 (java) S 30846 30849 13693 0 -1 4202560 56 0 0 0 6 3 0 0 20 0 19 0 13109083 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139986071915304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30856] ppid=30846 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/30849/task/30856/stat : 30856 (java) S 30846 30849 13693 0 -1 4202560 67 0 0 0 10 4 0 0 20 0 19 0 13109083 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985975720360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30857] ppid=30846 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/30849/task/30857/stat : 30857 (java) S 30846 30849 13693 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 13109083 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985974667816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30858] ppid=30846 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/30849/task/30858/stat : 30858 (java) S 30846 30849 13693 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 19 0 13109083 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985973614760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30849/tid=30859] ppid=30846 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/30849/task/30859/stat : 30859 (java) S 30846 30849 13693 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 19 0 13109083 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985972562216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30860] ppid=30846 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/30849/task/30860/stat : 30860 (java) S 30846 30849 13693 0 -1 4202560 769 0 0 0 0 5 0 0 20 0 19 0 13109085 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985960364904 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30861] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30861/stat : 30861 (java) S 30846 30849 13693 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985959311224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30862] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30862/stat : 30862 (java) S 30846 30849 13693 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 19 0 13109085 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985958258056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30863] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30863/stat : 30863 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985957206800 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30864] ppid=30846 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/30849/task/30864/stat : 30864 (java) S 30846 30849 13693 0 -1 4202560 10968 0 0 0 128 2 0 0 20 0 19 0 13109087 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985956153656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30849/tid=30865] ppid=30846 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/30849/task/30865/stat : 30865 (java) S 30846 30849 13693 0 -1 4202560 10208 0 0 0 129 2 0 0 20 0 19 0 13109087 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985955101112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30866] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30866/stat : 30866 (java) S 30846 30849 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985954048248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30849/tid=30867] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30867/stat : 30867 (java) S 30846 30849 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13109087 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985952995912 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30849/tid=30925] ppid=30846 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30849/task/30925/stat : 30925 (java) S 30846 30849 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13110423 10060525568 287929 33554432000 1073741824 1073778376 140734820179344 139985948784296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 27.04
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 32.1917
CPU time (s): 27.2189
CPU user time (s): 25.7471
CPU system time (s): 1.47178
CPU usage (%): 84.5524
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7471
system time used= 1.47178
maximum resident set size= 1151756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27101
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= 2642
involuntary context switches= 1191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.143978 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 23:18:26
IDJOB=4109909
IDBENCH=78965
IDSOLVER=2552
FILE ID=node120/4109909-1467321506
RUNJOBID= node120-1467318784-20067
PBS_JOBID= 20005266
Free space on /tmp= 71672 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.1900552735--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109909-1467321506/watcher-4109909-1467321506 -o /tmp/evaluation-result-4109909-1467321506/solver-4109909-1467321506 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20067 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109909-1467321506.wbo

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

MD5SUM BENCH= fc51ff1d1c737b59f1aece9b373640d1
RANDOM SEED=1970583014

node120.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.669
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.33
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.669
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.56
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.669
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.669
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.669
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.669
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.54
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.669
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.669
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:        28365900 kB
Buffers:          176608 kB
Cached:          1853000 kB
SwapCached:            0 kB
Active:           271084 kB
Inactive:        1770352 kB
Active(anon):      14348 kB
Inactive(anon):        0 kB
Active(file):     256736 kB
Inactive(file):  1770352 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       1731996 kB
Mapped:            13856 kB
Shmem:               204 kB
Slab:             612212 kB
SReclaimable:      56176 kB
SUnreclaim:       556036 kB
KernelStack:        1392 kB
PageTables:         7104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1817712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 71672 MiB
End job on node120 at 2016-06-30 23:18:58