Trace number 4091965

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 25.7401 26.9083

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900575442--soft-66-100-0.wbo
MD5SUMe5d1aa875e736e237b742aec181b44f0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark14.2828
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4091965-1466079198.wbo
0.09/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.217s.
0.46/0.34	c declared #vars     231
0.46/0.34	c internal #vars     1168
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 => 2524
0.46/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
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 => 160
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
0.46/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c objective function length is 937 literals
0.74/0.44	c And the winner is solver0
1.13/0.84	c SATISFIABLE
1.13/0.84	c OPTIMIZING...
1.13/0.84	c Got one! Elapsed wall clock time (in seconds):0.722
1.13/0.84	o 665
1.32/0.90	c And the winner is solver0
1.76/1.35	c Got one! Elapsed wall clock time (in seconds):1.233
1.76/1.35	o 334
1.76/1.37	c And the winner is solver0
1.94/1.86	c Got one! Elapsed wall clock time (in seconds):1.74
1.94/1.86	o 250
1.94/1.88	c And the winner is solver0
3.01/2.48	c Got one! Elapsed wall clock time (in seconds):2.359
3.01/2.48	o 249
3.01/2.49	c And the winner is solver0
3.11/2.98	c Got one! Elapsed wall clock time (in seconds):2.862
3.11/2.98	o 207
3.15/3.02	c And the winner is solver0
3.21/3.48	c Got one! Elapsed wall clock time (in seconds):3.366
3.21/3.48	o 206
3.24/3.50	c And the winner is solver0
3.29/3.99	c Got one! Elapsed wall clock time (in seconds):3.869
3.29/3.99	o 198
3.31/4.00	c And the winner is solver0
3.34/4.49	c Got one! Elapsed wall clock time (in seconds):4.372
3.34/4.49	o 197
4.34/4.90	c And the winner is solver0
4.34/4.99	c Got one! Elapsed wall clock time (in seconds):4.875
4.34/4.99	o 196
4.40/5.01	c And the winner is solver0
4.44/5.50	c Got one! Elapsed wall clock time (in seconds):5.378
4.44/5.50	o 180
4.45/5.52	c And the winner is solver0
4.50/6.00	c Got one! Elapsed wall clock time (in seconds):5.88
4.50/6.00	o 154
4.50/6.08	c And the winner is solver0
4.70/6.50	c Got one! Elapsed wall clock time (in seconds):6.383
4.70/6.50	o 150
4.70/6.52	c And the winner is solver0
4.78/7.00	c Got one! Elapsed wall clock time (in seconds):6.885
4.78/7.00	o 146
4.78/7.04	c And the winner is solver0
4.90/7.51	c Got one! Elapsed wall clock time (in seconds):7.387
4.90/7.51	o 139
4.90/7.54	c And the winner is solver0
4.98/8.01	c Got one! Elapsed wall clock time (in seconds):7.889
4.98/8.01	o 123
5.16/8.12	c cleaning 4159 clauses out of 8317 with flag 5179/8317
5.42/8.22	c And the winner is solver0
5.48/8.51	c Got one! Elapsed wall clock time (in seconds):8.391
5.48/8.51	o 121
5.48/8.56	c And the winner is solver0
5.63/9.01	c Got one! Elapsed wall clock time (in seconds):8.893
5.63/9.01	o 118
5.81/9.14	c And the winner is solver0
5.92/9.51	c Got one! Elapsed wall clock time (in seconds):9.395
5.92/9.51	o 116
6.08/9.66	c And the winner is solver0
6.23/10.01	c Got one! Elapsed wall clock time (in seconds):9.896
6.23/10.01	o 114
6.40/10.14	c And the winner is solver0
6.51/10.52	c Got one! Elapsed wall clock time (in seconds):10.398
6.51/10.52	o 111
6.69/10.65	c And the winner is solver0
6.81/11.02	c Got one! Elapsed wall clock time (in seconds):10.899
6.81/11.02	o 110
6.97/11.16	c cleaning 6122 clauses out of 12262 with flag 9025/16421
7.25/11.25	c And the winner is solver0
7.68/11.52	c Got one! Elapsed wall clock time (in seconds):11.401
7.68/11.52	o 109
7.68/11.59	c And the winner is solver0
7.92/12.02	c Got one! Elapsed wall clock time (in seconds):11.903
7.92/12.02	o 95
7.92/12.09	c And the winner is solver0
8.09/12.52	c Got one! Elapsed wall clock time (in seconds):12.404
8.09/12.52	o 90
8.09/12.56	c And the winner is solver0
8.19/13.03	c Got one! Elapsed wall clock time (in seconds):12.907
8.19/13.03	o 71
8.19/13.08	c And the winner is solver0
8.31/13.53	c Got one! Elapsed wall clock time (in seconds):13.41
8.31/13.53	o 59
8.45/13.62	c And the winner is solver0
8.64/14.03	c Got one! Elapsed wall clock time (in seconds):13.914
8.64/14.03	o 55
8.98/14.25	c And the winner is solver0
9.12/14.54	c Got one! Elapsed wall clock time (in seconds):14.419
9.12/14.54	o 52
9.43/14.72	c And the winner is solver0
9.50/15.04	c Got one! Elapsed wall clock time (in seconds):14.925
9.50/15.04	o 47
9.60/15.14	c And the winner is solver0
9.70/15.55	c Got one! Elapsed wall clock time (in seconds):15.432
9.70/15.55	o 39
9.79/15.68	c cleaning 8162 clauses out of 16323 with flag 8132/26604
10.47/15.96	c And the winner is solver0
10.62/16.06	c Got one! Elapsed wall clock time (in seconds):15.939
10.62/16.06	o 35
10.69/16.16	c And the winner is solver0
10.84/16.57	c Got one! Elapsed wall clock time (in seconds):16.448
10.84/16.57	o 21
11.09/16.71	c cleaning 7049 clauses out of 14109 with flag 13738/32552
11.09/16.79	c And the winner is solver0
11.31/17.07	c Got one! Elapsed wall clock time (in seconds):16.956
11.31/17.07	o 19
11.79/17.35	c And the winner is solver0
11.93/17.58	c Got one! Elapsed wall clock time (in seconds):17.466
11.93/17.58	o 18
11.96/17.68	c cleaning 6615 clauses out of 13237 with flag 8328/38729
12.41/17.82	c And the winner is solver0
12.48/18.10	c Got one! Elapsed wall clock time (in seconds):17.977
12.48/18.10	o 17
12.67/18.26	c And the winner is solver0
12.82/18.61	c Got one! Elapsed wall clock time (in seconds):18.49
12.82/18.61	o 16
12.82/18.70	c cleaning 6045 clauses out of 12104 with flag 8621/44211
13.59/19.05	c cleaning 6017 clauses out of 12060 with flag 52789/50212
13.59/19.08	c And the winner is solver0
13.78/19.12	c Got one! Elapsed wall clock time (in seconds):19.003
13.78/19.12	o 15
14.58/19.56	c cleaning 5780 clauses out of 11592 with flag 51180/55761
14.78/19.61	c And the winner is solver0
14.78/19.64	c Got one! Elapsed wall clock time (in seconds):19.518
14.78/19.64	o 11
15.36/19.99	c cleaning 5818 clauses out of 11648 with flag 44717/61597
15.95/20.29	c And the winner is solver0
16.15/20.66	c Got one! Elapsed wall clock time (in seconds):20.533
16.15/20.66	o 10
16.22/20.76	c cleaning 5785 clauses out of 11588 with flag 9745/67355
16.89/21.09	c And the winner is solver0
17.08/21.17	c Got one! Elapsed wall clock time (in seconds):21.05
17.08/21.17	o 7
17.33/21.33	c cleaning 5808 clauses out of 11632 with flag 16626/73184
18.13/21.76	c cleaning 5906 clauses out of 11827 with flag 65195/79187
18.13/21.77	c And the winner is solver0
18.30/22.19	c Got one! Elapsed wall clock time (in seconds):22.068
18.30/22.19	o 4
18.91/22.52	c cleaning 5511 clauses out of 11045 with flag 42456/84311
19.52/22.89	c cleaning 5762 clauses out of 11536 with flag 87647/90313
20.51/23.34	c cleaning 6375 clauses out of 12773 with flag 141851/97312
21.57/23.82	c And the winner is solver0
21.62/24.21	c Got one! Elapsed wall clock time (in seconds):24.089
21.62/24.21	o 3
22.38/24.66	c cleaning 9363 clauses out of 18734 with flag 43313/109648
23.18/25.06	c And the winner is solver0
23.32/25.23	c Got one! Elapsed wall clock time (in seconds):25.112
23.32/25.23	o 2
23.44/25.36	c cleaning 7681 clauses out of 15371 with flag 8491/115648
24.43/25.81	c cleaning 6836 clauses out of 13686 with flag 53408/121646
24.43/25.89	c And the winner is solver0
24.63/26.26	c Got one! Elapsed wall clock time (in seconds):26.137
24.63/26.26	o 1
25.10/26.56	c cleaning 5998 clauses out of 12012 with flag 23544/126809
25.29/26.68	c And the winner is solver0
25.58/26.90	c >>>>>>>>>> Solver number 0 (45 answers) <<<<<<<<<<<<<<<<<<
25.58/26.90	c starts		: 101
25.58/26.90	c conflicts		: 129289
25.58/26.90	c decisions		: 239337
25.58/26.90	c propagations		: 8939654
25.58/26.90	c inspects		: 120247755
25.58/26.90	c shortcuts		: 0
25.58/26.90	c learnt literals	: 13
25.58/26.90	c learnt binary clauses	: 64
25.58/26.90	c learnt ternary clauses	: 328
25.58/26.90	c learnt constraints	: 129275
25.58/26.90	c ignored constraints	: 0
25.58/26.90	c root simplifications	: 0
25.58/26.90	c removed literals (reason simplification)	: 703116
25.58/26.90	c reason swapping (by a shorter reason)	: 0
25.58/26.90	c Calls to reduceDB	: 19
25.58/26.90	c Number of update (reduction) of LBD	: 60305
25.58/26.90	c Imported unit clauses	: 0
25.58/26.90	c number of reductions to clauses (during analyze)	: 0
25.58/26.90	c number of learned constraints concerned by reduction	: 0
25.58/26.90	c number of learning phase by resolution	: 0
25.58/26.90	c number of learning phase by cutting planes	: 0
25.58/26.90	c speed (assignments/second)	: 336710.13182674197
25.58/26.90	c non guided choices	5043
25.58/26.90	c learnt constraints type 
25.58/26.90	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
25.58/26.90	c starts		: 55
25.58/26.90	c conflicts		: 2433
25.58/26.90	c decisions		: 41927
25.58/26.90	c propagations		: 144891
25.58/26.90	c inspects		: 14878651
25.58/26.90	c shortcuts		: 0
25.58/26.90	c learnt literals	: 0
25.58/26.90	c learnt binary clauses	: 0
25.58/26.90	c learnt ternary clauses	: 0
25.58/26.90	c learnt constraints	: 2400
25.58/26.90	c ignored constraints	: 0
25.58/26.90	c root simplifications	: 0
25.58/26.90	c removed literals (reason simplification)	: 0
25.58/26.90	c reason swapping (by a shorter reason)	: 0
25.58/26.90	c Calls to reduceDB	: 0
25.58/26.90	c Number of update (reduction) of LBD	: 0
25.58/26.90	c Imported unit clauses	: 0
25.58/26.90	c number of reductions to clauses (during analyze)	: 0
25.58/26.90	c number of learned constraints concerned by reduction	: 0
25.58/26.90	c number of learning phase by resolution	: 0
25.58/26.90	c number of learning phase by cutting planes	: 0
25.58/26.90	c speed (assignments/second)	: 254194.73684210528
25.58/26.90	c non guided choices	4565
25.58/26.90	c learnt constraints type 
25.58/26.90	s OPTIMUM FOUND
25.58/26.90	c Found 44 solution(s)
25.68/26.90	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 
25.68/26.90	c objective function=1
25.68/26.90	c Total wall clock time (in seconds): 26.779

Verifier Data

OK	1

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.08 2.28 3/196 13835
/proc/meminfo: memFree=29810228/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/13835/stat : 13835 (java) D 13832 13835 7201 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 9968783 2560000 46 33554432000 1073741824 1073778376 140734220376784 140734220373912 271778409767 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.04 2.08 2.28 3/196 13835
/proc/meminfo: memFree=29810228/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 4431 0 1 0 8 1 0 0 20 0 18 0 9968783 9787879424 6050 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2389619 6050 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.04 2.08 2.28 3/196 13835
/proc/meminfo: memFree=29810228/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 4697 0 1 0 22 1 0 0 20 0 18 0 9968783 9787879424 6789 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2389619 6789 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 2.04 2.08 2.28 3/196 13835
/proc/meminfo: memFree=29810228/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 5835 0 1 0 45 1 0 0 20 0 18 0 9968783 9787879424 8446 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2389619 8446 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700305 s]
/proc/loadavg: 2.04 2.08 2.28 3/196 13835
/proc/meminfo: memFree=29810228/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 10586 0 1 0 109 4 0 0 20 0 19 0 9968783 10060525568 12993 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2456183 12993 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 2.04 2.08 2.28 3/215 13860
/proc/meminfo: memFree=29746504/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 19703 0 1 0 184 10 0 0 20 0 19 0 9968783 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2456183 20135 2258 9 0 2446860 0
[pid=13835/tid=13837] ppid=13832 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) S 13832 13835 7201 0 -1 4202560 2415 0 1 0 32 0 0 0 20 0 19 0 9968784 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394412344184 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394373835432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394372782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394371730344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394370677800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394369624232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394368571688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394367519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394366466600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9968786 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394235918952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394234865272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394233812616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394232761360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 7201 0 -1 4202560 8364 0 0 0 59 2 0 0 20 0 19 0 9968789 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394231707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 7201 0 -1 4202560 7579 0 0 0 59 1 0 0 20 0 19 0 9968789 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394230655160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394229602808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140394228550472 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13857] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13857/stat : 13857 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9968818 10060525568 20135 33554432000 1073741824 1073778376 140734220376784 140393216718504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 2.12 2.10 2.28 3/217 13866
/proc/meminfo: memFree=29696904/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 21107 0 1 0 307 14 0 0 20 0 19 0 9968783 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2456183 37783 2268 9 0 2446860 0
[pid=13835/tid=13837] ppid=13832 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) S 13832 13835 7201 0 -1 4202560 2415 0 1 0 33 0 0 0 20 0 19 0 9968784 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394412344184 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394373835432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394372782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394371730344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394370677800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394369624232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394368571688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394367519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394366466600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9968786 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394235918952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394234865272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394233812616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394232761360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 7201 0 -1 4202560 8374 0 0 0 83 3 0 0 20 0 19 0 9968789 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394231707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 7201 0 -1 4202560 8923 0 0 0 92 1 0 0 20 0 19 0 9968789 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394230655160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394229602808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140394228550472 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13857] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13857/stat : 13857 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9968818 10060525568 37783 33554432000 1073741824 1073778376 140734220376784 140393216718504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 2.12 2.10 2.28 3/215 13883
/proc/meminfo: memFree=29633612/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 21216 0 1 0 442 28 0 0 20 0 19 0 9968783 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2456183 46755 2282 9 0 2446860 0
[pid=13835/tid=13837] ppid=13832 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) S 13832 13835 7201 0 -1 4202560 2418 0 1 0 35 0 0 0 20 0 19 0 9968784 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394412344184 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394373835432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394372782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394371730344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394370677800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394369624232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 7201 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394368571688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394367519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9968785 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394366466600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9968786 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394235918952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394234865272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394233812616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394232761360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 7201 0 -1 4202560 8374 0 0 0 96 3 0 0 20 0 19 0 9968789 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394231707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 7201 0 -1 4202560 8924 0 0 0 106 2 0 0 20 0 19 0 9968789 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394230655160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394229602808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140394228550472 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13857] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13857/stat : 13857 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9968818 10060525568 46755 33554432000 1073741824 1073778376 140734220376784 140393216718504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=13835/tid=13845] ppid=13832 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 7201 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 22 0 9968785 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394366466600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 7201 0 -1 4202560 589 0 0 0 0 3 0 0 20 0 22 0 9968786 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394235918952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9968787 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394234865272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 7201 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 9968787 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394233812616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9968789 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394232761360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 7201 0 -1 4202560 11710 0 0 0 162 3 0 0 20 0 22 0 9968789 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394231707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 7201 0 -1 4202560 8934 0 0 0 123 2 0 0 20 0 22 0 9968789 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394230655160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9968789 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394229602808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9968789 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140394228550472 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13857] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13857/stat : 13857 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9968818 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140393216718504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13983] ppid=13832 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13835/task/13983/stat : 13983 (java) R 13832 13835 7201 0 -1 4202560 5 0 0 0 33 0 0 0 20 0 22 0 9971309 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140393218821288 140394243898528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13984] ppid=13832 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13835/task/13984/stat : 13984 (java) R 13832 13835 7201 0 -1 4202560 2 0 0 0 33 0 0 0 20 0 22 0 9971309 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140393219874024 140394243921136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13985] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13985/stat : 13985 (java) S 13832 13835 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9971312 10060525568 234030 33554432000 1073741824 1073778376 140734220376784 140393217771176 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 24.03
Current children cumulated vsize (KiB) 9824732

[startup+26.4008 s]
/proc/loadavg: 2.38 2.16 2.30 4/218 13988
/proc/meminfo: memFree=28872208/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9824732 CPUtime=24.9 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 26077 0 1 0 2368 122 0 0 20 0 22 0 9968783 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2456183 234027 2288 9 0 2446860 0
[pid=13835/tid=13837] ppid=13832 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) S 13832 13835 7201 0 -1 4202560 2422 0 1 0 60 2 0 0 20 0 22 0 9968784 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394412344184 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 7201 0 -1 4202560 63 0 0 0 11 4 0 0 20 0 22 0 9968785 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394373835432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 7201 0 -1 4202560 30 0 0 0 7 2 0 0 20 0 22 0 9968785 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394372782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 7201 0 -1 4202560 44 0 0 0 9 2 0 0 20 0 22 0 9968785 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394371730344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 7201 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 22 0 9968785 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394370677800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 7201 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 22 0 9968785 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394369624232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 7201 0 -1 4202560 48 0 0 0 12 2 0 0 20 0 22 0 9968785 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394368571688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 7201 0 -1 4202560 39 0 0 0 9 3 0 0 20 0 22 0 9968785 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394367519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 7201 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 22 0 9968785 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394366466600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 7201 0 -1 4202560 589 0 0 0 0 3 0 0 20 0 22 0 9968786 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394235918952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9968787 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394234865272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 7201 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 9968787 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394233812616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9968789 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394232761360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 7201 0 -1 4202560 11710 0 0 0 162 3 0 0 20 0 22 0 9968789 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394231707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 7201 0 -1 4202560 8934 0 0 0 125 2 0 0 20 0 22 0 9968789 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394230655160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9968789 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394229602808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9968789 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140394228550472 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13857] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13857/stat : 13857 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9968818 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140393216718504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13986] ppid=13832 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13835/task/13986/stat : 13986 (java) R 13832 13835 7201 0 -1 4202560 3 0 0 0 10 0 0 0 20 0 22 0 9971412 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140393219875192 140394243956983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13987] ppid=13832 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13835/task/13987/stat : 13987 (java) R 13832 13835 7201 0 -1 4202560 2 0 0 0 10 0 0 0 20 0 22 0 9971412 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140393217767920 140394244078322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13988] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13988/stat : 13988 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9971416 10060525568 234027 33554432000 1073741824 1073778376 140734220376784 140393218823208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 9824732

[startup+26.8009 s]
/proc/loadavg: 2.38 2.16 2.30 4/218 13988
/proc/meminfo: memFree=28872208/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9824732 CPUtime=25.58 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 26120 0 1 0 2432 126 0 0 20 0 19 0 9968783 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2456183 238637 2288 9 0 2446860 0
[pid=13835/tid=13837] ppid=13832 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) R 13832 13835 7201 0 -1 4202560 2422 0 1 0 61 2 0 0 20 0 19 0 9968784 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394412344184 140394244103463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 7201 0 -1 4202560 68 0 0 0 12 4 0 0 20 0 19 0 9968785 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394373835432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 7201 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 19 0 9968785 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394372782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 7201 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 19 0 9968785 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394371730344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 7201 0 -1 4202560 54 0 0 0 12 3 0 0 20 0 19 0 9968785 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394370677800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 7201 0 -1 4202560 37 0 0 0 8 2 0 0 20 0 19 0 9968785 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394369624232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 7201 0 -1 4202560 48 0 0 0 13 2 0 0 20 0 19 0 9968785 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394368571688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 7201 0 -1 4202560 47 0 0 0 11 3 0 0 20 0 19 0 9968785 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394367519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 7201 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 19 0 9968785 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394366466600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 7201 0 -1 4202560 589 0 0 0 0 3 0 0 20 0 19 0 9968786 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394235918952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394234865272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 7201 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394233812616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394232761360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 7201 0 -1 4202560 11710 0 0 0 164 3 0 0 20 0 19 0 9968789 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394231707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 7201 0 -1 4202560 8934 0 0 0 126 2 0 0 20 0 19 0 9968789 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394230655160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394229602808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140394228550472 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13857] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13857/stat : 13857 (java) S 13832 13835 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9968818 10060525568 238637 33554432000 1073741824 1073778376 140734220376784 140393216718504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 9824732

[startup+26.9009 s]
/proc/loadavg: 2.38 2.16 2.30 4/218 13988
/proc/meminfo: memFree=28872208/32872528 swapFree=1103228/1182944
[pid=13835] ppid=13832 vsize=9824732 CPUtime=25.68 cores=1,3,5,7
/proc/13835/stat : 13835 (java) S 13832 13835 7201 0 -1 4202496 26123 0 1 0 2442 126 0 0 20 0 19 0 9968783 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140734220367920 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13835/statm: 2456183 238638 2288 9 0 2446860 0
[pid=13835/tid=13837] ppid=13832 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/13835/task/13837/stat : 13837 (java) S 13832 13835 7201 0 -1 4202560 2422 0 1 0 71 2 0 0 20 0 19 0 9968784 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394412344024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13838] ppid=13832 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13835/task/13838/stat : 13838 (java) S 13832 13835 7201 0 -1 4202560 68 0 0 0 12 4 0 0 20 0 19 0 9968785 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394373835432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13839] ppid=13832 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/13835/task/13839/stat : 13839 (java) S 13832 13835 7201 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 19 0 9968785 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394372782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13840] ppid=13832 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/13835/task/13840/stat : 13840 (java) S 13832 13835 7201 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 19 0 9968785 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394371730344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13841] ppid=13832 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13835/task/13841/stat : 13841 (java) S 13832 13835 7201 0 -1 4202560 54 0 0 0 12 3 0 0 20 0 19 0 9968785 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394370677800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13842] ppid=13832 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13835/task/13842/stat : 13842 (java) S 13832 13835 7201 0 -1 4202560 37 0 0 0 8 2 0 0 20 0 19 0 9968785 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394369624232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13843] ppid=13832 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13835/task/13843/stat : 13843 (java) S 13832 13835 7201 0 -1 4202560 48 0 0 0 13 2 0 0 20 0 19 0 9968785 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394368571688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13844] ppid=13832 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/13835/task/13844/stat : 13844 (java) S 13832 13835 7201 0 -1 4202560 47 0 0 0 11 3 0 0 20 0 19 0 9968785 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394367519144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13845] ppid=13832 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/13835/task/13845/stat : 13845 (java) S 13832 13835 7201 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 19 0 9968785 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394366466600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13846] ppid=13832 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13835/task/13846/stat : 13846 (java) S 13832 13835 7201 0 -1 4202560 589 0 0 0 0 3 0 0 20 0 19 0 9968786 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394235918952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13835/tid=13847] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13847/stat : 13847 (java) S 13832 13835 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394234865272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13848] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13848/stat : 13848 (java) S 13832 13835 7201 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 9968787 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394233812616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13849] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13849/stat : 13849 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394232761360 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13835/tid=13850] ppid=13832 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/13835/task/13850/stat : 13850 (java) S 13832 13835 7201 0 -1 4202560 11710 0 0 0 164 3 0 0 20 0 19 0 9968789 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394231707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13851] ppid=13832 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/13835/task/13851/stat : 13851 (java) S 13832 13835 7201 0 -1 4202560 8934 0 0 0 126 2 0 0 20 0 19 0 9968789 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394230655160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13835/tid=13852] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13852/stat : 13852 (java) S 13832 13835 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394229602808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13835/tid=13853] ppid=13832 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13835/task/13853/stat : 13853 (java) S 13832 13835 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9968789 10060525568 238638 33554432000 1073741824 1073778376 140734220376784 140394228550472 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.68
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 26.9083
CPU time (s): 25.7401
CPU user time (s): 24.3473
CPU system time (s): 1.39279
CPU usage (%): 95.6586
Max. virtual memory (cumulated for all children) (KiB): 9826600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3473
system time used= 1.39279
maximum resident set size= 954576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26132
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2567
involuntary context switches= 2139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.149977 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 14:13:18
IDJOB=4091965
IDBENCH=78970
IDSOLVER=2552
FILE ID=node115/4091965-1466079198
RUNJOBID= node115-1466075487-11288
PBS_JOBID= 19904021
Free space on /tmp= 71744 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.1900575442--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091965-1466079198/watcher-4091965-1466079198 -o /tmp/evaluation-result-4091965-1466079198/solver-4091965-1466079198 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466075487-11288 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091965-1466079198.wbo

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

MD5SUM BENCH= e5d1aa875e736e237b742aec181b44f0
RANDOM SEED=839767047

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29810872 kB
Buffers:           23712 kB
Cached:            59356 kB
SwapCached:         2104 kB
Active:          1102316 kB
Inactive:          57260 kB
Active(anon):    1073568 kB
Inactive(anon):     5284 kB
Active(file):      28748 kB
Inactive(file):    51976 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:       2277024 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             566248 kB
SReclaimable:       9944 kB
SUnreclaim:       556304 kB
KernelStack:        1584 kB
PageTables:         8780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2525888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node115 at 2016-06-16 14:13:45