Trace number 4109833

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 28.0487 30.786

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573137--soft-33-100-0.wbo
MD5SUM34c2ccfe3c5c18b062797c1b5794b2d4
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 benchmark35.0657
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 constraints1788
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 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 693
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-4109833-1466343899.wbo
0.09/0.12	c reading problem ... 
0.45/0.36	c ... done. Wall clock time 0.232s.
0.45/0.36	c declared #vars     231
0.45/0.36	c internal #vars     2019
0.45/0.36	c #constraints  2707
0.45/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.36	c constraints type 
0.45/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2603
0.45/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.45/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81
0.45/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.45/0.36	c 2707 constraints processed.
0.45/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.36	c constraints type 
0.45/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 81
0.45/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2603
0.45/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.45/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.45/0.36	c 2707 constraints processed.
0.45/0.36	c objective function length is 1788 literals
1.07/0.51	c And the winner is solver0
1.40/0.86	c SATISFIABLE
1.40/0.86	c OPTIMIZING...
1.40/0.86	c Got one! Elapsed wall clock time (in seconds):0.739
1.40/0.86	o 1118
1.51/0.90	c And the winner is solver0
1.85/1.38	c Got one! Elapsed wall clock time (in seconds):1.258
1.85/1.38	o 370
1.90/1.40	c And the winner is solver0
1.92/1.89	c Got one! Elapsed wall clock time (in seconds):1.768
1.92/1.89	o 347
1.93/1.91	c And the winner is solver0
1.99/2.40	c Got one! Elapsed wall clock time (in seconds):2.275
1.99/2.40	o 334
1.99/2.41	c And the winner is solver0
2.03/2.91	c Got one! Elapsed wall clock time (in seconds):2.781
2.03/2.91	o 331
2.03/2.94	c And the winner is solver0
2.17/3.41	c Got one! Elapsed wall clock time (in seconds):3.286
2.17/3.41	o 276
2.17/3.45	c And the winner is solver0
2.37/3.91	c Got one! Elapsed wall clock time (in seconds):3.791
2.37/3.91	o 268
2.37/3.93	c And the winner is solver0
2.47/4.42	c Got one! Elapsed wall clock time (in seconds):4.295
2.47/4.42	o 259
2.47/4.47	c And the winner is solver0
2.67/4.92	c Got one! Elapsed wall clock time (in seconds):4.798
2.67/4.92	o 256
2.67/4.94	c And the winner is solver0
2.69/5.43	c Got one! Elapsed wall clock time (in seconds):5.301
2.69/5.43	o 247
2.69/5.46	c And the winner is solver0
2.79/5.93	c Got one! Elapsed wall clock time (in seconds):5.804
2.79/5.93	o 246
2.79/5.94	c And the winner is solver0
2.79/6.43	c Got one! Elapsed wall clock time (in seconds):6.307
2.79/6.43	o 244
2.79/6.44	c And the winner is solver0
2.82/6.93	c Got one! Elapsed wall clock time (in seconds):6.81
2.82/6.93	o 240
2.98/7.03	c And the winner is solver0
3.08/7.44	c Got one! Elapsed wall clock time (in seconds):7.313
3.08/7.44	o 239
3.08/7.47	c And the winner is solver0
3.18/7.94	c Got one! Elapsed wall clock time (in seconds):7.815
3.18/7.94	o 230
3.18/7.95	c And the winner is solver0
3.20/8.44	c Got one! Elapsed wall clock time (in seconds):8.318
3.20/8.44	o 219
3.20/8.45	c And the winner is solver0
3.21/8.95	c Got one! Elapsed wall clock time (in seconds):8.821
3.21/8.95	o 208
3.21/8.96	c And the winner is solver0
3.26/9.45	c Got one! Elapsed wall clock time (in seconds):9.324
3.26/9.45	o 198
3.26/9.46	c And the winner is solver0
3.29/9.95	c Got one! Elapsed wall clock time (in seconds):9.826
3.29/9.95	o 165
3.39/10.06	c And the winner is solver0
3.57/10.45	c Got one! Elapsed wall clock time (in seconds):10.33
3.57/10.45	o 157
3.65/10.55	c And the winner is solver0
3.84/10.96	c Got one! Elapsed wall clock time (in seconds):10.832
3.84/10.96	o 153
3.84/10.97	c And the winner is solver0
3.89/11.46	c Got one! Elapsed wall clock time (in seconds):11.335
3.89/11.46	o 149
5.64/12.37	c And the winner is solver0
5.80/12.46	c Got one! Elapsed wall clock time (in seconds):12.338
5.80/12.46	o 140
5.80/12.50	c And the winner is solver0
5.91/12.97	c Got one! Elapsed wall clock time (in seconds):12.84
5.91/12.97	o 116
5.97/13.07	c And the winner is solver0
6.15/13.47	c Got one! Elapsed wall clock time (in seconds):13.343
6.15/13.47	o 93
6.15/13.48	c And the winner is solver0
6.21/13.97	c Got one! Elapsed wall clock time (in seconds):13.846
6.21/13.97	o 79
6.46/14.14	c cleaning 5265 clauses out of 10542 with flag 5003/10542
7.55/14.65	c And the winner is solver0
7.68/14.97	c Got one! Elapsed wall clock time (in seconds):14.85
7.68/14.97	o 67
7.71/15.05	c And the winner is solver0
7.85/15.48	c Got one! Elapsed wall clock time (in seconds):15.354
7.85/15.48	o 62
7.85/15.50	c And the winner is solver0
7.92/15.99	c Got one! Elapsed wall clock time (in seconds):15.86
7.92/15.99	o 59
7.93/16.08	c And the winner is solver0
8.15/16.49	c Got one! Elapsed wall clock time (in seconds):16.367
8.15/16.49	o 57
8.16/16.51	c And the winner is solver0
8.20/17.00	c Got one! Elapsed wall clock time (in seconds):16.873
8.20/17.00	o 56
8.20/17.05	c And the winner is solver0
8.32/17.50	c Got one! Elapsed wall clock time (in seconds):17.38
8.32/17.50	o 54
8.32/17.54	c And the winner is solver0
8.41/18.01	c Got one! Elapsed wall clock time (in seconds):17.887
8.41/18.01	o 52
8.41/18.09	c And the winner is solver0
8.67/18.52	c Got one! Elapsed wall clock time (in seconds):18.399
8.67/18.52	o 12
8.86/18.63	c And the winner is solver0
8.96/19.03	c Got one! Elapsed wall clock time (in seconds):18.906
8.96/19.03	o 11
9.08/19.18	c And the winner is solver0
9.26/19.54	c Got one! Elapsed wall clock time (in seconds):19.416
9.26/19.54	o 9
9.36/19.64	c cleaning 7764 clauses out of 15546 with flag 7161/20811
10.17/20.09	c cleaning 6884 clauses out of 13780 with flag 54250/26809
10.48/20.11	c And the winner is solver0
10.94/20.55	c Got one! Elapsed wall clock time (in seconds):20.427
10.94/20.55	o 8
11.24/20.78	c And the winner is solver0
11.43/21.07	c Got one! Elapsed wall clock time (in seconds):20.942
11.43/21.07	o 7
11.68/21.22	c cleaning 6413 clauses out of 12835 with flag 16344/32748
11.68/21.29	c And the winner is solver0
11.88/21.58	c Got one! Elapsed wall clock time (in seconds):21.456
11.88/21.58	o 4
11.89/21.63	c And the winner is solver0
11.96/22.10	c Got one! Elapsed wall clock time (in seconds):21.971
11.96/22.10	o 3
12.41/22.39	c cleaning 6033 clauses out of 12084 with flag 35433/38410
13.21/22.74	c cleaning 6001 clauses out of 12051 with flag 88996/44410
14.22/23.21	c cleaning 6514 clauses out of 13050 with flag 154390/51410
15.24/23.79	c cleaning 7246 clauses out of 14536 with flag 233235/59410
15.64/23.95	c And the winner is solver0
15.78/24.11	c Got one! Elapsed wall clock time (in seconds):23.987
15.78/24.11	o 2
15.94/24.30	c And the winner is solver0
16.17/24.63	c Got one! Elapsed wall clock time (in seconds):24.507
16.17/24.63	o 1
16.28/24.73	c cleaning 6866 clauses out of 13731 with flag 9633/65851
17.09/25.11	c cleaning 6426 clauses out of 12863 with flag 58782/71849
17.94/25.60	c cleaning 6710 clauses out of 13437 with flag 127572/78849
19.14/26.16	c cleaning 7362 clauses out of 14728 with flag 209716/86850
20.54/26.84	c cleaning 8178 clauses out of 16364 with flag 295530/95849
22.01/27.59	c cleaning 9086 clauses out of 18187 with flag 374754/105850
23.60/28.35	c cleaning 10043 clauses out of 20100 with flag 443800/116850
25.03/29.06	c cleaning 11020 clauses out of 22054 with flag 503756/128849
26.87/29.93	c cleaning 12014 clauses out of 24032 with flag 563147/141851
27.67/30.38	c And the winner is solver0
27.88/30.77	c >>>>>>>>>> Solver number 0 (43 answers) <<<<<<<<<<<<<<<<<<
27.88/30.77	c starts		: 99
27.88/30.77	c conflicts		: 150687
27.88/30.77	c decisions		: 312301
27.88/30.77	c propagations		: 11118348
27.88/30.77	c inspects		: 130759447
27.88/30.77	c shortcuts		: 0
27.88/30.77	c learnt literals	: 30
27.88/30.77	c learnt binary clauses	: 179
27.88/30.77	c learnt ternary clauses	: 630
27.88/30.77	c learnt constraints	: 150656
27.88/30.77	c ignored constraints	: 0
27.88/30.77	c root simplifications	: 0
27.88/30.77	c removed literals (reason simplification)	: 687136
27.88/30.77	c reason swapping (by a shorter reason)	: 0
27.88/30.77	c Calls to reduceDB	: 17
27.88/30.77	c Number of update (reduction) of LBD	: 60593
27.88/30.77	c Imported unit clauses	: 0
27.88/30.77	c number of reductions to clauses (during analyze)	: 0
27.88/30.77	c number of learned constraints concerned by reduction	: 0
27.88/30.77	c number of learning phase by resolution	: 0
27.88/30.77	c number of learning phase by cutting planes	: 0
27.88/30.77	c speed (assignments/second)	: 365723.10121377587
27.88/30.77	c non guided choices	5462
27.88/30.77	c learnt constraints type 
27.88/30.77	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
27.88/30.77	c starts		: 53
27.88/30.77	c conflicts		: 2238
27.88/30.77	c decisions		: 69652
27.88/30.77	c propagations		: 177047
27.88/30.77	c inspects		: 17237384
27.88/30.77	c shortcuts		: 0
27.88/30.77	c learnt literals	: 0
27.88/30.77	c learnt binary clauses	: 0
27.88/30.77	c learnt ternary clauses	: 0
27.88/30.77	c learnt constraints	: 2210
27.88/30.77	c ignored constraints	: 0
27.88/30.77	c root simplifications	: 0
27.88/30.77	c removed literals (reason simplification)	: 0
27.88/30.77	c reason swapping (by a shorter reason)	: 0
27.88/30.77	c Calls to reduceDB	: 0
27.88/30.77	c Number of update (reduction) of LBD	: 0
27.88/30.77	c Imported unit clauses	: 0
27.88/30.77	c number of reductions to clauses (during analyze)	: 0
27.88/30.77	c number of learned constraints concerned by reduction	: 0
27.88/30.77	c number of learning phase by resolution	: 0
27.88/30.77	c number of learning phase by cutting planes	: 0
27.88/30.77	c speed (assignments/second)	: 29024.09836065574
27.88/30.77	c non guided choices	4790
27.88/30.77	c learnt constraints type 
27.88/30.77	s OPTIMUM FOUND
27.88/30.77	c Found 42 solution(s)
27.88/30.78	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.88/30.78	c objective function=1
27.88/30.78	c Total wall clock time (in seconds): 30.651

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

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.04 1.78 3/196 1658
/proc/meminfo: memFree=30187648/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/1658/stat : 1658 (java) D 1653 1658 30914 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 36436506 2560000 47 33554432000 1073741824 1073778376 140736606653808 140736606650936 262953594151 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 625 47 37 9 0 29 0

[startup+0.100112 s]
/proc/loadavg: 2.26 2.04 1.78 3/196 1658
/proc/meminfo: memFree=30187648/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 4440 0 1 0 8 1 0 0 20 0 18 0 36436506 9787879424 5565 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2389619 5565 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.26 2.04 1.78 3/196 1658
/proc/meminfo: memFree=30187648/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 4752 0 1 0 22 1 0 0 20 0 18 0 36436506 9787879424 6336 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2389619 6336 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300283 s]
/proc/loadavg: 2.26 2.04 1.78 3/196 1658
/proc/meminfo: memFree=30187648/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 5692 0 1 0 44 1 0 0 20 0 18 0 36436506 9787879424 7940 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2389619 7940 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 2.26 2.04 1.78 3/196 1658
/proc/meminfo: memFree=30187648/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 10549 0 1 0 136 4 0 0 20 0 19 0 36436506 10060525568 13007 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2456183 13007 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.26 2.04 1.78 2/215 1685
/proc/meminfo: memFree=30123796/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 16309 0 1 0 183 9 0 0 20 0 19 0 36436506 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2456183 19000 2265 9 0 2446860 0
[pid=1658/tid=1660] ppid=1653 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/1658/task/1660/stat : 1660 (java) S 1653 1658 30914 0 -1 4202560 2469 0 1 0 35 1 0 0 20 0 19 0 36436507 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227194553208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1661] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1661/stat : 1661 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227038669608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1662] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1662/stat : 1662 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227037616808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1663] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1663/stat : 1663 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227036564520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1664] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1664/stat : 1664 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227035511720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1665] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1665/stat : 1665 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227034458408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1666] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1666/stat : 1666 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227033405608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1667] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1667/stat : 1667 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227032353320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1668] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1668/stat : 1668 (java) S 1653 1658 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227031300520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1669] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1669/stat : 1669 (java) S 1653 1658 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227018889960 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1670] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1670/stat : 1670 (java) S 1653 1658 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227017836024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1671] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1671/stat : 1671 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227016783624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1673] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1673/stat : 1673 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227015732112 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1674] ppid=1653 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/1658/task/1674/stat : 1674 (java) S 1653 1658 30914 0 -1 4202560 6172 0 0 0 54 2 0 0 20 0 19 0 36436512 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227014678712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1675] ppid=1653 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/1658/task/1675/stat : 1675 (java) S 1653 1658 30914 0 -1 4202560 6315 0 0 0 58 0 0 0 20 0 19 0 36436512 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227013625912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1676] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1676/stat : 1676 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227012573816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1677] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1677/stat : 1677 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227011521224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1682] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1682/stat : 1682 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436543 10060525568 19000 33554432000 1073741824 1073778376 140736606653808 140227007211048 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.26 2.04 1.78 2/215 1691
/proc/meminfo: memFree=30112932/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 16393 0 1 0 206 11 0 0 20 0 19 0 36436506 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2456183 24175 2265 9 0 2446860 0
[pid=1658/tid=1660] ppid=1653 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/1658/task/1660/stat : 1660 (java) S 1653 1658 30914 0 -1 4202560 2473 0 1 0 36 2 0 0 20 0 19 0 36436507 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227194553208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1661] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1661/stat : 1661 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227038669608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1662] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1662/stat : 1662 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227037616808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1663] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1663/stat : 1663 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227036564520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1664] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1664/stat : 1664 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227035511720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1665] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1665/stat : 1665 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227034458408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1666] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1666/stat : 1666 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227033405608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1667] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1667/stat : 1667 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227032353320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1668] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1668/stat : 1668 (java) S 1653 1658 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227031300520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1669] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1669/stat : 1669 (java) S 1653 1658 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227018889960 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1670] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1670/stat : 1670 (java) S 1653 1658 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227017836024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1671] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1671/stat : 1671 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227016783624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1673] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1673/stat : 1673 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227015732112 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1674] ppid=1653 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/1658/task/1674/stat : 1674 (java) S 1653 1658 30914 0 -1 4202560 6216 0 0 0 64 2 0 0 20 0 19 0 36436512 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227014678712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1675] ppid=1653 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/1658/task/1675/stat : 1675 (java) S 1653 1658 30914 0 -1 4202560 6325 0 0 0 65 0 0 0 20 0 19 0 36436512 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227013625912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1676] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1676/stat : 1676 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227012573816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1677] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1677/stat : 1677 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227011521224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1682] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1682/stat : 1682 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436543 10060525568 24175 33554432000 1073741824 1073778376 140736606653808 140227007211048 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 2.16 2.02 1.78 2/215 1713
/proc/meminfo: memFree=30044196/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 18085 0 1 0 259 20 0 0 20 0 19 0 36436506 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2456183 36511 2270 9 0 2446860 0
[pid=1658/tid=1660] ppid=1653 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/1658/task/1660/stat : 1660 (java) S 1653 1658 30914 0 -1 4202560 2476 0 1 0 38 2 0 0 20 0 19 0 36436507 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227194553208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1661] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1661/stat : 1661 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227038669608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1662] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1662/stat : 1662 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227037616808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1663] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1663/stat : 1663 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227036564520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1664] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1664/stat : 1664 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227035511720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1665] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1665/stat : 1665 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227034458408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1666] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1666/stat : 1666 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227033405608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1667] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1667/stat : 1667 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227032353320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1668] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1668/stat : 1668 (java) S 1653 1658 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436508 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227031300520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1669] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1669/stat : 1669 (java) S 1653 1658 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227018889960 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1670] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1670/stat : 1670 (java) S 1653 1658 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227017836024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1671] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1671/stat : 1671 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227016783624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1673] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1673/stat : 1673 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227015732112 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1674] ppid=1653 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1658/task/1674/stat : 1674 (java) S 1653 1658 30914 0 -1 4202560 6238 0 0 0 77 2 0 0 20 0 19 0 36436512 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227014678712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1675] ppid=1653 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/1658/task/1675/stat : 1675 (java) S 1653 1658 30914 0 -1 4202560 7913 0 0 0 82 0 0 0 20 0 19 0 36436512 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227013625912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1676] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1676/stat : 1676 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227012573816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1677] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1677/stat : 1677 (java) S 1653 1658 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227011521224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1682] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1682/stat : 1682 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436543 10060525568 36511 33554432000 1073741824 1073778376 140736606653808 140227007211048 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 9824732

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

/proc/1658/task/1671/stat : 1671 (java) S 1653 1658 30914 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 36436509 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227016783624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1673] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1673/stat : 1673 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36436512 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227015732112 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1674] ppid=1653 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/1658/task/1674/stat : 1674 (java) S 1653 1658 30914 0 -1 4202560 10174 0 0 0 145 3 0 0 20 0 22 0 36436512 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227014678712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1675] ppid=1653 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1658/task/1675/stat : 1675 (java) S 1653 1658 30914 0 -1 4202560 7959 0 0 0 118 0 0 0 20 0 22 0 36436512 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227013625912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1676] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1676/stat : 1676 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36436512 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227012573816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1677] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1677/stat : 1677 (java) S 1653 1658 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36436512 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227011521224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1682] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1682/stat : 1682 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36436543 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227007211048 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1812] ppid=1653 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/1658/task/1812/stat : 1812 (java) R 1653 1658 30914 0 -1 4202560 10 0 0 0 482 0 0 0 20 0 22 0 36438971 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227008262784 140227066808513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1813] ppid=1653 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/1658/task/1813/stat : 1813 (java) R 1653 1658 30914 0 -1 4202560 136 0 0 0 478 4 0 0 20 0 22 0 36438971 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227010367416 140227067019838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1814] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1814/stat : 1814 (java) S 1653 1658 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36438974 10060525568 236603 33554432000 1073741824 1073778376 140736606653808 140227009316136 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 26.27
Current children cumulated vsize (KiB) 9824732

[startup+30.401 s]
/proc/loadavg: 2.14 2.02 1.78 4/218 1814
/proc/meminfo: memFree=29201752/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9824732 CPUtime=27.85 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 23755 0 1 0 2679 106 0 0 20 0 20 0 36436506 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2456183 236596 2288 9 0 2446860 0
[pid=1658/tid=1660] ppid=1653 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/1658/task/1660/stat : 1660 (java) S 1653 1658 30914 0 -1 4202560 2477 0 1 0 58 2 0 0 20 0 20 0 36436507 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227194553208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1661] ppid=1653 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1658/task/1661/stat : 1661 (java) S 1653 1658 30914 0 -1 4202560 79 0 0 0 16 3 0 0 20 0 20 0 36436508 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227038669608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1662] ppid=1653 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1658/task/1662/stat : 1662 (java) S 1653 1658 30914 0 -1 4202560 67 0 0 0 13 2 0 0 20 0 20 0 36436508 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227037616808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1663] ppid=1653 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1658/task/1663/stat : 1663 (java) S 1653 1658 30914 0 -1 4202560 36 0 0 0 8 2 0 0 20 0 20 0 36436508 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227036564520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1664] ppid=1653 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/1658/task/1664/stat : 1664 (java) S 1653 1658 30914 0 -1 4202560 67 0 0 0 11 3 0 0 20 0 20 0 36436508 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227035511720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1665] ppid=1653 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/1658/task/1665/stat : 1665 (java) S 1653 1658 30914 0 -1 4202560 85 0 0 0 11 3 0 0 20 0 20 0 36436508 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227034458408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1666] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1666/stat : 1666 (java) S 1653 1658 30914 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 20 0 36436508 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227033405608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1667] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1667/stat : 1667 (java) S 1653 1658 30914 0 -1 4202560 46 0 0 0 9 2 0 0 20 0 20 0 36436508 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227032353320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1668] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1668/stat : 1668 (java) S 1653 1658 30914 0 -1 4202560 55 0 0 0 9 2 0 0 20 0 20 0 36436508 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227031300520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1669] ppid=1653 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1658/task/1669/stat : 1669 (java) S 1653 1658 30914 0 -1 4202560 593 0 0 0 0 3 0 0 20 0 20 0 36436509 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227018889960 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1670] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1670/stat : 1670 (java) S 1653 1658 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 36436509 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227017836024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1671] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1671/stat : 1671 (java) S 1653 1658 30914 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 20 0 36436509 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227016783624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1673] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1673/stat : 1673 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36436512 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227015732112 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1674] ppid=1653 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/1658/task/1674/stat : 1674 (java) S 1653 1658 30914 0 -1 4202560 10174 0 0 0 145 3 0 0 20 0 20 0 36436512 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227014678712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1675] ppid=1653 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1658/task/1675/stat : 1675 (java) S 1653 1658 30914 0 -1 4202560 7959 0 0 0 118 0 0 0 20 0 20 0 36436512 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227013625912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1676] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1676/stat : 1676 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36436512 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227012573816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1677] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1677/stat : 1677 (java) S 1653 1658 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 36436512 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227011521224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1682] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1682/stat : 1682 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 36436543 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227007211048 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1813] ppid=1653 vsize=9824732 CPUtime=5.61 cores=0,2,4,6
/proc/1658/task/1813/stat : 1813 (java) R 1653 1658 30914 0 -1 4202560 136 0 0 0 557 4 0 0 20 0 20 0 36438971 10060525568 236596 33554432000 1073741824 1073778376 140736606653808 140227010366504 140227066941771 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.85
Current children cumulated vsize (KiB) 9824732

[startup+30.6012 s]
/proc/loadavg: 2.14 2.02 1.78 4/218 1814
/proc/meminfo: memFree=29201752/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9824732 CPUtime=27.84 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 23755 0 1 0 2677 107 0 0 20 0 19 0 36436506 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2456183 236594 2288 9 0 2446860 0
[pid=1658/tid=1660] ppid=1653 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/1658/task/1660/stat : 1660 (java) S 1653 1658 30914 0 -1 4202560 2477 0 1 0 58 2 0 0 20 0 19 0 36436507 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227194553208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1661] ppid=1653 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1658/task/1661/stat : 1661 (java) S 1653 1658 30914 0 -1 4202560 79 0 0 0 16 3 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227038669608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1662] ppid=1653 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1658/task/1662/stat : 1662 (java) S 1653 1658 30914 0 -1 4202560 67 0 0 0 13 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227037616808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1663] ppid=1653 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1658/task/1663/stat : 1663 (java) S 1653 1658 30914 0 -1 4202560 36 0 0 0 8 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227036564520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1664] ppid=1653 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/1658/task/1664/stat : 1664 (java) S 1653 1658 30914 0 -1 4202560 67 0 0 0 11 3 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227035511720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1665] ppid=1653 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/1658/task/1665/stat : 1665 (java) S 1653 1658 30914 0 -1 4202560 85 0 0 0 11 3 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227034458408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1666] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1666/stat : 1666 (java) S 1653 1658 30914 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227033405608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1667] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1667/stat : 1667 (java) S 1653 1658 30914 0 -1 4202560 46 0 0 0 9 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227032353320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1668] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1668/stat : 1668 (java) S 1653 1658 30914 0 -1 4202560 55 0 0 0 9 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227031300520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1669] ppid=1653 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1658/task/1669/stat : 1669 (java) S 1653 1658 30914 0 -1 4202560 593 0 0 0 0 3 0 0 20 0 19 0 36436509 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227018889960 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1670] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1670/stat : 1670 (java) S 1653 1658 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227017836024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1671] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1671/stat : 1671 (java) S 1653 1658 30914 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227016783624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1673] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1673/stat : 1673 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227015732112 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1674] ppid=1653 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/1658/task/1674/stat : 1674 (java) S 1653 1658 30914 0 -1 4202560 10174 0 0 0 145 3 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227014678712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1675] ppid=1653 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1658/task/1675/stat : 1675 (java) S 1653 1658 30914 0 -1 4202560 7959 0 0 0 118 0 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227013625912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1676] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1676/stat : 1676 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227012573816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1677] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1677/stat : 1677 (java) S 1653 1658 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227011521224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1682] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1682/stat : 1682 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436543 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227007211048 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.84
Current children cumulated vsize (KiB) 9824732

[startup+30.7008 s]
/proc/loadavg: 2.14 2.02 1.78 4/218 1814
/proc/meminfo: memFree=29201752/32872528 swapFree=303544/319896
[pid=1658] ppid=1653 vsize=9824732 CPUtime=27.87 cores=0,2,4,6
/proc/1658/stat : 1658 (java) S 1653 1658 30914 0 -1 4202496 23755 0 1 0 2680 107 0 0 20 0 19 0 36436506 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140736606644944 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1658/statm: 2456183 236594 2288 9 0 2446860 0
[pid=1658/tid=1660] ppid=1653 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/1658/task/1660/stat : 1660 (java) R 1653 1658 30914 0 -1 4202560 2477 0 1 0 61 2 0 0 20 0 19 0 36436507 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227194552816 140227066941771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1661] ppid=1653 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1658/task/1661/stat : 1661 (java) S 1653 1658 30914 0 -1 4202560 79 0 0 0 16 3 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227038669608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1662] ppid=1653 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1658/task/1662/stat : 1662 (java) S 1653 1658 30914 0 -1 4202560 67 0 0 0 13 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227037616808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1663] ppid=1653 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1658/task/1663/stat : 1663 (java) S 1653 1658 30914 0 -1 4202560 36 0 0 0 8 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227036564520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1664] ppid=1653 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/1658/task/1664/stat : 1664 (java) S 1653 1658 30914 0 -1 4202560 67 0 0 0 11 3 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227035511720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1665] ppid=1653 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/1658/task/1665/stat : 1665 (java) S 1653 1658 30914 0 -1 4202560 85 0 0 0 11 3 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227034458408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1666] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1666/stat : 1666 (java) S 1653 1658 30914 0 -1 4202560 38 0 0 0 9 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227033405608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1667] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1667/stat : 1667 (java) S 1653 1658 30914 0 -1 4202560 46 0 0 0 9 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227032353320 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1668] ppid=1653 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1658/task/1668/stat : 1668 (java) S 1653 1658 30914 0 -1 4202560 55 0 0 0 9 2 0 0 20 0 19 0 36436508 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227031300520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1669] ppid=1653 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1658/task/1669/stat : 1669 (java) S 1653 1658 30914 0 -1 4202560 593 0 0 0 0 3 0 0 20 0 19 0 36436509 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227018889960 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1658/tid=1670] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1670/stat : 1670 (java) S 1653 1658 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227017836024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1671] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1671/stat : 1671 (java) S 1653 1658 30914 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 36436509 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227016783624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1673] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1673/stat : 1673 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227015732112 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1674] ppid=1653 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/1658/task/1674/stat : 1674 (java) S 1653 1658 30914 0 -1 4202560 10174 0 0 0 146 3 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227014678712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1658/tid=1675] ppid=1653 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1658/task/1675/stat : 1675 (java) S 1653 1658 30914 0 -1 4202560 7959 0 0 0 118 0 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227013625912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1658/tid=1676] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1676/stat : 1676 (java) S 1653 1658 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227012573816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1677] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1677/stat : 1677 (java) S 1653 1658 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436512 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227011521224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1658/tid=1682] ppid=1653 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1658/task/1682/stat : 1682 (java) S 1653 1658 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436543 10060525568 236594 33554432000 1073741824 1073778376 140736606653808 140227007211048 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.87
Current children cumulated vsize (KiB) 9824732

Child status: 30

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

Real time (s): 30.786
CPU time (s): 28.0487
CPU user time (s): 26.8669
CPU system time (s): 1.18182
CPU usage (%): 91.1089
Max. virtual memory (cumulated for all children) (KiB): 9825316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8369
system time used= 1.20182
maximum resident set size= 946412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23761
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= 2728
involuntary context switches= 2102

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

The end

Launcher Data

Begin job on node128 at 2016-06-19 15:44:59
IDJOB=4109833
IDBENCH=78939
IDSOLVER=2552
FILE ID=node128/4109833-1466343899
RUNJOBID= node128-1466341815-30930
PBS_JOBID= 19922025
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 34c2ccfe3c5c18b062797c1b5794b2d4
RANDOM SEED=1912467407

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30187548 kB
Buffers:          186456 kB
Cached:           273028 kB
SwapCached:         2716 kB
Active:          1254484 kB
Inactive:         343996 kB
Active(anon):    1138160 kB
Inactive(anon):     2792 kB
Active(file):     116324 kB
Inactive(file):   341204 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:               600 kB
Writeback:             0 kB
AnonPages:       1557420 kB
Mapped:            17156 kB
Shmem:                 0 kB
Slab:             626792 kB
SReclaimable:      70284 kB
SUnreclaim:       556508 kB
KernelStack:        1776 kB
PageTables:         7120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1775960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node128 at 2016-06-19 15:45:30