Trace number 4109985

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 58.1952 42.3968

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557574--soft-33-100-0.wbo
MD5SUM571d61a5ea635d7d5a6801ae351f1515
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark52.424
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 constraints1848
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 94973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4109985-1466345562.wbo
0.09/0.13	c reading problem ... 
0.44/0.36	c ... done. Wall clock time 0.238s.
0.44/0.36	c declared #vars     231
0.44/0.36	c internal #vars     2079
0.44/0.36	c #constraints  2707
0.44/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.37	c constraints type 
0.44/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2614
0.44/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
0.44/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70
0.44/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
0.44/0.37	c 2707 constraints processed.
0.44/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.37	c constraints type 
0.44/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 70
0.44/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2614
0.44/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
0.44/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
0.44/0.37	c 2707 constraints processed.
0.44/0.37	c objective function length is 1848 literals
1.03/0.56	c And the winner is solver0
1.66/0.87	c SATISFIABLE
1.66/0.87	c OPTIMIZING...
1.66/0.87	c Got one! Elapsed wall clock time (in seconds):0.744
1.66/0.87	o 481
1.77/0.90	c And the winner is solver0
2.08/1.38	c Got one! Elapsed wall clock time (in seconds):1.255
2.08/1.38	o 388
2.13/1.40	c And the winner is solver0
2.14/1.89	c Got one! Elapsed wall clock time (in seconds):1.764
2.14/1.89	o 292
2.15/1.92	c And the winner is solver0
2.27/2.40	c Got one! Elapsed wall clock time (in seconds):2.272
2.27/2.40	o 275
2.27/2.43	c And the winner is solver0
2.41/2.90	c Got one! Elapsed wall clock time (in seconds):2.778
2.41/2.90	o 190
2.41/2.92	c And the winner is solver0
2.47/3.41	c Got one! Elapsed wall clock time (in seconds):3.283
2.47/3.41	o 189
2.47/3.42	c And the winner is solver0
2.49/3.92	c Got one! Elapsed wall clock time (in seconds):3.787
2.49/3.92	o 185
2.78/4.06	c And the winner is solver0
2.99/4.42	c Got one! Elapsed wall clock time (in seconds):4.292
2.99/4.42	o 176
4.29/5.02	c And the winner is solver0
4.36/5.42	c Got one! Elapsed wall clock time (in seconds):5.295
4.36/5.42	o 167
4.53/5.52	c And the winner is solver0
4.64/5.92	c Got one! Elapsed wall clock time (in seconds):5.798
4.64/5.92	o 166
4.64/5.95	c And the winner is solver0
4.69/6.43	c Got one! Elapsed wall clock time (in seconds):6.301
4.69/6.43	o 165
5.20/6.63	c cleaning 3854 clauses out of 7730 with flag 5112/7730
5.20/6.65	c And the winner is solver0
5.36/6.93	c Got one! Elapsed wall clock time (in seconds):6.803
5.36/6.93	o 162
5.36/6.96	c And the winner is solver0
5.43/7.43	c Got one! Elapsed wall clock time (in seconds):7.306
5.43/7.43	o 137
5.43/7.44	c And the winner is solver0
5.43/7.94	c Got one! Elapsed wall clock time (in seconds):7.809
5.43/7.94	o 99
5.55/8.02	c And the winner is solver0
5.62/8.44	c Got one! Elapsed wall clock time (in seconds):8.312
5.62/8.44	o 98
5.73/8.51	c And the winner is solver0
5.77/8.94	c Got one! Elapsed wall clock time (in seconds):8.815
5.77/8.94	o 82
5.89/9.07	c And the winner is solver0
6.08/9.44	c Got one! Elapsed wall clock time (in seconds):9.318
6.08/9.44	o 81
6.08/9.46	c And the winner is solver0
6.12/9.95	c Got one! Elapsed wall clock time (in seconds):9.822
6.12/9.95	o 77
6.12/9.98	c And the winner is solver0
6.20/10.45	c Got one! Elapsed wall clock time (in seconds):10.327
6.20/10.45	o 75
6.28/10.53	c And the winner is solver0
6.38/10.96	c Got one! Elapsed wall clock time (in seconds):10.831
6.38/10.96	o 73
7.69/11.65	c cleaning 6142 clauses out of 12307 with flag 27012/16161
8.29/11.91	c And the winner is solver0
8.29/11.96	c Got one! Elapsed wall clock time (in seconds):11.836
8.29/11.96	o 58
8.29/11.97	c And the winner is solver0
8.35/12.47	c Got one! Elapsed wall clock time (in seconds):12.341
8.35/12.47	o 57
8.40/12.50	c And the winner is solver0
8.43/12.97	c Got one! Elapsed wall clock time (in seconds):12.848
8.43/12.97	o 55
8.46/13.02	c And the winner is solver0
8.58/13.48	c Got one! Elapsed wall clock time (in seconds):13.355
8.58/13.48	o 53
8.60/13.50	c And the winner is solver0
8.61/13.99	c Got one! Elapsed wall clock time (in seconds):13.862
8.61/13.99	o 44
8.62/14.06	c And the winner is solver0
8.84/14.50	c Got one! Elapsed wall clock time (in seconds):14.37
8.84/14.50	o 43
8.84/14.53	c And the winner is solver0
8.90/15.00	c Got one! Elapsed wall clock time (in seconds):14.878
8.90/15.00	o 41
8.90/15.07	c And the winner is solver0
9.06/15.51	c Got one! Elapsed wall clock time (in seconds):15.386
9.06/15.51	o 26
9.65/15.86	c cleaning 7125 clauses out of 14264 with flag 22818/24260
10.74/16.33	c cleaning 6567 clauses out of 13139 with flag 62045/30260
11.98/16.90	c cleaning 6776 clauses out of 13570 with flag 111601/37258
12.18/17.04	c And the winner is solver0
12.28/17.52	c Got one! Elapsed wall clock time (in seconds):17.395
12.28/17.52	o 21
12.65/17.71	c And the winner is solver0
12.67/18.03	c Got one! Elapsed wall clock time (in seconds):17.906
12.67/18.03	o 20
12.79/18.13	c And the winner is solver0
12.88/18.54	c Got one! Elapsed wall clock time (in seconds):18.417
12.88/18.54	o 19
12.97/18.64	c cleaning 6721 clauses out of 13449 with flag 6699/43913
13.81/19.08	c cleaning 6352 clauses out of 12724 with flag 48105/49909
14.61/19.49	c And the winner is solver0
14.81/19.56	c Got one! Elapsed wall clock time (in seconds):19.429
14.81/19.56	o 18
15.58/19.97	c And the winner is solver0
15.74/20.07	c Got one! Elapsed wall clock time (in seconds):19.943
15.74/20.07	o 16
15.78/20.19	c cleaning 9217 clauses out of 18441 with flag 8401/61978
16.98/20.72	c cleaning 7607 clauses out of 15222 with flag 64134/67976
18.22/21.37	c cleaning 7307 clauses out of 14615 with flag 128171/74976
18.42/21.42	c And the winner is solver0
18.50/21.58	c Got one! Elapsed wall clock time (in seconds):21.458
18.50/21.58	o 15
19.09/21.96	c cleaning 6423 clauses out of 12881 with flag 36310/80549
20.10/22.46	c cleaning 6219 clauses out of 12458 with flag 86110/86549
21.33/23.03	c cleaning 6598 clauses out of 13239 with flag 136576/93549
22.73/23.77	c cleaning 7315 clauses out of 14641 with flag 204592/101549
24.53/24.67	c cleaning 8158 clauses out of 16326 with flag 284389/110549
24.72/24.74	c And the winner is solver0
24.85/25.10	c Got one! Elapsed wall clock time (in seconds):24.976
24.85/25.10	o 12
25.81/25.62	c cleaning 6983 clauses out of 14002 with flag 42432/116383
27.07/26.26	c cleaning 6509 clauses out of 13020 with flag 95811/122384
28.67/27.00	c cleaning 6752 clauses out of 13513 with flag 162104/129386
30.27/27.87	c cleaning 7373 clauses out of 14763 with flag 240412/137388
32.53/28.95	c cleaning 8184 clauses out of 16386 with flag 337842/146385
34.93/30.18	c cleaning 9097 clauses out of 18201 with flag 422697/156384
37.73/31.58	c cleaning 10051 clauses out of 20104 with flag 507979/167385
41.19/33.27	c cleaning 11023 clauses out of 22052 with flag 612887/179384
44.80/35.08	c cleaning 12010 clauses out of 24027 with flag 734811/192383
48.82/37.05	c cleaning 13003 clauses out of 26016 with flag 836394/206383
49.46/37.40	c And the winner is solver0
49.71/37.63	c Got one! Elapsed wall clock time (in seconds):37.5
49.71/37.63	o 11
50.41/38.09	c cleaning 9209 clauses out of 18417 with flag 22923/211787
50.41/38.09	c And the winner is solver0
50.62/38.16	c Got one! Elapsed wall clock time (in seconds):38.033
50.62/38.16	o 10
51.68/38.75	c cleaning 7108 clauses out of 14236 with flag 33787/216815
53.08/39.42	c cleaning 6557 clauses out of 13125 with flag 73367/222813
54.48/40.13	c cleaning 6775 clauses out of 13566 with flag 111652/229813
56.08/40.98	c cleaning 7386 clauses out of 14788 with flag 154123/237813
56.28/41.08	c And the winner is solver0
56.49/41.19	c Got one! Elapsed wall clock time (in seconds):41.067
56.49/41.19	o 8
57.28/41.61	c cleaning 6242 clauses out of 12491 with flag 23427/242908
57.89/41.91	c And the winner is solver0
58.01/42.38	c >>>>>>>>>> Solver number 0 (39 answers) <<<<<<<<<<<<<<<<<<
58.01/42.38	c starts		: 279
58.01/42.38	c conflicts		: 246716
58.01/42.38	c decisions		: 432466
58.01/42.38	c propagations		: 25677901
58.01/42.38	c inspects		: 325527763
58.01/42.38	c shortcuts		: 0
58.01/42.38	c learnt literals	: 33
58.01/42.38	c learnt binary clauses	: 227
58.01/42.38	c learnt ternary clauses	: 921
58.01/42.38	c learnt constraints	: 246682
58.01/42.38	c ignored constraints	: 0
58.01/42.38	c root simplifications	: 0
58.01/42.38	c removed literals (reason simplification)	: 1636454
58.01/42.38	c reason swapping (by a shorter reason)	: 0
58.01/42.38	c Calls to reduceDB	: 31
58.01/42.38	c Number of update (reduction) of LBD	: 116919
58.01/42.38	c Imported unit clauses	: 0
58.01/42.38	c number of reductions to clauses (during analyze)	: 0
58.01/42.38	c number of learned constraints concerned by reduction	: 0
58.01/42.38	c number of learning phase by resolution	: 0
58.01/42.38	c number of learning phase by cutting planes	: 0
58.01/42.38	c speed (assignments/second)	: 611349.4833579353
58.01/42.38	c non guided choices	5107
58.01/42.38	c learnt constraints type 
58.01/42.38	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
58.01/42.38	c starts		: 54
58.01/42.38	c conflicts		: 2835
58.01/42.38	c decisions		: 58506
58.01/42.38	c propagations		: 205983
58.01/42.38	c inspects		: 27836098
58.01/42.38	c shortcuts		: 0
58.01/42.38	c learnt literals	: 0
58.01/42.38	c learnt binary clauses	: 0
58.01/42.38	c learnt ternary clauses	: 0
58.01/42.38	c learnt constraints	: 2812
58.01/42.38	c ignored constraints	: 0
58.01/42.38	c root simplifications	: 0
58.01/42.38	c removed literals (reason simplification)	: 0
58.01/42.38	c reason swapping (by a shorter reason)	: 0
58.01/42.38	c Calls to reduceDB	: 0
58.01/42.38	c Number of update (reduction) of LBD	: 0
58.01/42.38	c Imported unit clauses	: 0
58.01/42.38	c number of reductions to clauses (during analyze)	: 0
58.01/42.38	c number of learned constraints concerned by reduction	: 0
58.01/42.38	c number of learning phase by resolution	: 0
58.01/42.38	c number of learning phase by cutting planes	: 0
58.01/42.38	c speed (assignments/second)	: 187257.2727272727
58.01/42.38	c non guided choices	3883
58.01/42.38	c learnt constraints type 
58.01/42.38	s OPTIMUM FOUND
58.01/42.38	c Found 38 solution(s)
58.01/42.38	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 
58.01/42.38	c objective function=8
58.01/42.38	c Total wall clock time (in seconds): 42.258

Verifier Data

OK	8

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-4109985-1466345562/watcher-4109985-1466345562 -o /tmp/evaluation-result-4109985-1466345562/solver-4109985-1466345562 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466341797-18606 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109985-1466345562.wbo 

pid=21242
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.22 2.09 2.02 3/196 21245
/proc/meminfo: memFree=28462324/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21245/stat : 21245 (java) D 21242 21245 18590 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 36601646 2560000 46 33554432000 1073741824 1073778376 140735462288288 140735462285416 211449638183 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 625 46 37 9 0 29 0

[startup+0.100112 s]
/proc/loadavg: 2.22 2.09 2.02 3/196 21245
/proc/meminfo: memFree=28462324/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 36601646 9787879424 5524 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2389619 5524 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 2.22 2.09 2.02 3/196 21245
/proc/meminfo: memFree=28462324/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 4712 0 1 0 21 1 0 0 20 0 18 0 36601646 9787879424 6798 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2389619 6798 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300289 s]
/proc/loadavg: 2.22 2.09 2.02 3/196 21245
/proc/meminfo: memFree=28462324/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 5615 0 1 0 43 1 0 0 20 0 18 0 36601646 9787879424 7901 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2389619 7901 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700236 s]
/proc/loadavg: 2.22 2.09 2.02 3/196 21245
/proc/meminfo: memFree=28462324/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 13940 0 1 0 152 4 0 0 20 0 19 0 36601646 10060525568 14978 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2456183 14978 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.22 2.09 2.02 2/215 21270
/proc/meminfo: memFree=28401580/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 17432 0 1 0 207 7 0 0 20 0 19 0 36601646 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2456183 18145 2265 9 0 2446860 0
[pid=21245/tid=21247] ppid=21242 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/21245/task/21247/stat : 21247 (java) S 21242 21245 18590 0 -1 4202560 2430 0 1 0 35 0 0 0 20 0 19 0 36601647 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666511758200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21248] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21248/stat : 21248 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666489858472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21249] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21249/stat : 21249 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666488805928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21250] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21250/stat : 21250 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666285844648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21251] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21251/stat : 21251 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666284792104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21252] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21252/stat : 21252 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666283740072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21253] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21253/stat : 21253 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666282687528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21254] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21254/stat : 21254 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666281634472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21255] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21255/stat : 21255 (java) S 21242 21245 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666280581928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21256] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21256/stat : 21256 (java) S 21242 21245 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666268383592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21257] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21257/stat : 21257 (java) S 21242 21245 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666267329912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21258] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21258/stat : 21258 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666266276744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21259] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21259/stat : 21259 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666265225488 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21260] ppid=21242 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/21245/task/21260/stat : 21260 (java) S 21242 21245 18590 0 -1 4202560 6251 0 0 0 53 1 0 0 20 0 19 0 36601653 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666264173368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21261] ppid=21242 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21245/task/21261/stat : 21261 (java) S 21242 21245 18590 0 -1 4202560 7405 0 0 0 77 0 0 0 20 0 19 0 36601653 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666263120824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21262] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21262/stat : 21262 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666262067960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21263] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21263/stat : 21263 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666261015624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21267] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21267/stat : 21267 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601685 10060525568 18145 33554432000 1073741824 1073778376 140735462288288 140666256802728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 2.12 2.07 2.01 2/215 21276
/proc/meminfo: memFree=28386964/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 17558 0 1 0 236 11 0 0 20 0 19 0 36601646 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2456183 23266 2266 9 0 2446860 0
[pid=21245/tid=21247] ppid=21242 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/21245/task/21247/stat : 21247 (java) S 21242 21245 18590 0 -1 4202560 2434 0 1 0 35 1 0 0 20 0 19 0 36601647 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666511758200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21248] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21248/stat : 21248 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666489858472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21249] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21249/stat : 21249 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666488805928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21250] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21250/stat : 21250 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666285844648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21251] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21251/stat : 21251 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666284792104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21252] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21252/stat : 21252 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666283740072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21253] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21253/stat : 21253 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666282687528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21254] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21254/stat : 21254 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666281634472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21255] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21255/stat : 21255 (java) S 21242 21245 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666280581928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21256] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21256/stat : 21256 (java) S 21242 21245 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666268383592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21257] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21257/stat : 21257 (java) S 21242 21245 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666267329912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21258] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21258/stat : 21258 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666266276744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21259] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21259/stat : 21259 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666265225488 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21260] ppid=21242 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/21245/task/21260/stat : 21260 (java) S 21242 21245 18590 0 -1 4202560 6347 0 0 0 65 2 0 0 20 0 19 0 36601653 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666264173368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21261] ppid=21242 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/21245/task/21261/stat : 21261 (java) S 21242 21245 18590 0 -1 4202560 7405 0 0 0 83 0 0 0 20 0 19 0 36601653 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666263120824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21262] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21262/stat : 21262 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666262067960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21263] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21263/stat : 21263 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666261015624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21267] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21267/stat : 21267 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601685 10060525568 23266 33554432000 1073741824 1073778376 140735462288288 140666256802728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=11 pid=1811 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 2.12 2.07 2.01 4/218 21294
/proc/meminfo: memFree=28314868/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9824732 CPUtime=4.69 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 18327 0 1 0 448 21 0 0 20 0 19 0 36601646 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2456183 43804 2282 9 0 2446860 0
[pid=21245/tid=21247] ppid=21242 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/21245/task/21247/stat : 21247 (java) S 21242 21245 18590 0 -1 4202560 2437 0 1 0 37 2 0 0 20 0 19 0 36601647 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666511758200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21248] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21248/stat : 21248 (java) S 21242 21245 18590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666489858472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21249] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21249/stat : 21249 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666488805928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21250] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21250/stat : 21250 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666285844648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21251] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21251/stat : 21251 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666284792104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21252] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21252/stat : 21252 (java) S 21242 21245 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666283740072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21253] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21253/stat : 21253 (java) S 21242 21245 18590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666282687528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21254] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21254/stat : 21254 (java) S 21242 21245 18590 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666281634472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21255] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21255/stat : 21255 (java) S 21242 21245 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36601648 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666280581928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21256] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21256/stat : 21256 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666268383592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21257] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21257/stat : 21257 (java) S 21242 21245 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666267329912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21258] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21258/stat : 21258 (java) S 21242 21245 18590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666266276744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21259] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21259/stat : 21259 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666265225488 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21260] ppid=21242 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/21245/task/21260/stat : 21260 (java) S 21242 21245 18590 0 -1 4202560 6988 0 0 0 88 2 0 0 20 0 19 0 36601653 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666264173368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21261] ppid=21242 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/21245/task/21261/stat : 21261 (java) S 21242 21245 18590 0 -1 4202560 7407 0 0 0 101 0 0 0 20 0 19 0 36601653 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666263120824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21262] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21262/stat : 21262 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666262067960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21263] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21263/stat : 21263 (java) S 21242 21245 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666261015624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21267] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21267/stat : 21267 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601685 10060525568 43804 33554432000 1073741824 1073778376 140735462288288 140666256802728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.69

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

[pid=21245/tid=21250] ppid=21242 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21245/task/21250/stat : 21250 (java) S 21242 21245 18590 0 -1 4202560 63 0 0 0 18 2 0 0 20 0 22 0 36601648 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666285844648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21251] ppid=21242 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/21245/task/21251/stat : 21251 (java) S 21242 21245 18590 0 -1 4202560 74 0 0 0 13 2 0 0 20 0 22 0 36601648 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666284792104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21252] ppid=21242 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21245/task/21252/stat : 21252 (java) S 21242 21245 18590 0 -1 4202560 78 0 0 0 19 4 0 0 20 0 22 0 36601648 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666283740072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21253] ppid=21242 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21253/stat : 21253 (java) S 21242 21245 18590 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 22 0 36601648 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666282687528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21254] ppid=21242 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/21245/task/21254/stat : 21254 (java) S 21242 21245 18590 0 -1 4202560 54 0 0 0 15 3 0 0 20 0 22 0 36601648 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666281634472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21255] ppid=21242 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21255/stat : 21255 (java) S 21242 21245 18590 0 -1 4202560 57 0 0 0 12 2 0 0 20 0 22 0 36601648 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666280581928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21256] ppid=21242 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21256/stat : 21256 (java) S 21242 21245 18590 0 -1 4202560 737 0 0 0 1 6 0 0 20 0 22 0 36601650 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666268383592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21257] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21257/stat : 21257 (java) S 21242 21245 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36601650 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666267329912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21258] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21258/stat : 21258 (java) S 21242 21245 18590 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 36601650 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666266276744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21259] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21259/stat : 21259 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36601653 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666265225488 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21260] ppid=21242 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/21245/task/21260/stat : 21260 (java) S 21242 21245 18590 0 -1 4202560 8622 0 0 0 121 2 0 0 20 0 22 0 36601653 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666264173368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21261] ppid=21242 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/21245/task/21261/stat : 21261 (java) S 21242 21245 18590 0 -1 4202560 7436 0 0 0 116 0 0 0 20 0 22 0 36601653 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666263120824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21262] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21262/stat : 21262 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36601653 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666262067960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21263] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21263/stat : 21263 (java) S 21242 21245 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36601653 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666261015624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21267] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21267/stat : 21267 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36601685 10060525568 363491 33554432000 1073741824 1073778376 140735462288288 140666256802728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.28
Current children cumulated vsize (KiB) 9824732

[startup+42.001 s]
/proc/loadavg: 2.46 2.16 2.04 4/218 21382
/proc/meminfo: memFree=27037172/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9824732 CPUtime=57.94 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 22579 0 1 0 5681 113 0 0 20 0 19 0 36601646 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2456183 390109 2287 9 0 2446860 0
[pid=21245/tid=21247] ppid=21242 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/21245/task/21247/stat : 21247 (java) S 21242 21245 18590 0 -1 4202560 2446 0 1 0 66 2 0 0 20 0 19 0 36601647 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666511758200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21248] ppid=21242 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/21245/task/21248/stat : 21248 (java) S 21242 21245 18590 0 -1 4202560 63 0 0 0 13 3 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666489858472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21249] ppid=21242 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21245/task/21249/stat : 21249 (java) S 21242 21245 18590 0 -1 4202560 69 0 0 0 17 3 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666488805928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21250] ppid=21242 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21245/task/21250/stat : 21250 (java) S 21242 21245 18590 0 -1 4202560 63 0 0 0 18 2 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666285844648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21251] ppid=21242 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/21245/task/21251/stat : 21251 (java) S 21242 21245 18590 0 -1 4202560 74 0 0 0 13 2 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666284792104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21252] ppid=21242 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21245/task/21252/stat : 21252 (java) S 21242 21245 18590 0 -1 4202560 78 0 0 0 19 4 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666283740072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21253] ppid=21242 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21253/stat : 21253 (java) S 21242 21245 18590 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666282687528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21254] ppid=21242 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/21245/task/21254/stat : 21254 (java) S 21242 21245 18590 0 -1 4202560 54 0 0 0 15 3 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666281634472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21255] ppid=21242 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21255/stat : 21255 (java) S 21242 21245 18590 0 -1 4202560 57 0 0 0 12 2 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666280581928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21256] ppid=21242 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21256/stat : 21256 (java) S 21242 21245 18590 0 -1 4202560 737 0 0 0 1 6 0 0 20 0 19 0 36601650 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666268383592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21257] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21257/stat : 21257 (java) S 21242 21245 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666267329912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21258] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21258/stat : 21258 (java) S 21242 21245 18590 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666266276744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21259] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21259/stat : 21259 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666265225488 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21260] ppid=21242 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/21245/task/21260/stat : 21260 (java) S 21242 21245 18590 0 -1 4202560 8622 0 0 0 121 2 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666264173368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21261] ppid=21242 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/21245/task/21261/stat : 21261 (java) S 21242 21245 18590 0 -1 4202560 7436 0 0 0 116 0 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666263120824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21262] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21262/stat : 21262 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666262067960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21263] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21263/stat : 21263 (java) S 21242 21245 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666261015624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21267] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21267/stat : 21267 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601685 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666256802728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.94
Current children cumulated vsize (KiB) 9824732

[startup+42.2008 s]
/proc/loadavg: 2.46 2.16 2.04 4/218 21382
/proc/meminfo: memFree=27037172/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9824732 CPUtime=57.94 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 22579 0 1 0 5681 113 0 0 20 0 19 0 36601646 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2456183 390109 2287 9 0 2446860 0
[pid=21245/tid=21247] ppid=21242 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/21245/task/21247/stat : 21247 (java) S 21242 21245 18590 0 -1 4202560 2446 0 1 0 66 2 0 0 20 0 19 0 36601647 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666511758200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21248] ppid=21242 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/21245/task/21248/stat : 21248 (java) S 21242 21245 18590 0 -1 4202560 63 0 0 0 13 3 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666489858472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21249] ppid=21242 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21245/task/21249/stat : 21249 (java) S 21242 21245 18590 0 -1 4202560 69 0 0 0 17 3 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666488805928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21250] ppid=21242 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21245/task/21250/stat : 21250 (java) S 21242 21245 18590 0 -1 4202560 63 0 0 0 18 2 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666285844648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21251] ppid=21242 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/21245/task/21251/stat : 21251 (java) S 21242 21245 18590 0 -1 4202560 74 0 0 0 13 2 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666284792104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21252] ppid=21242 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21245/task/21252/stat : 21252 (java) S 21242 21245 18590 0 -1 4202560 78 0 0 0 19 4 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666283740072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21253] ppid=21242 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21253/stat : 21253 (java) S 21242 21245 18590 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666282687528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21254] ppid=21242 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/21245/task/21254/stat : 21254 (java) S 21242 21245 18590 0 -1 4202560 54 0 0 0 15 3 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666281634472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21255] ppid=21242 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21255/stat : 21255 (java) S 21242 21245 18590 0 -1 4202560 57 0 0 0 12 2 0 0 20 0 19 0 36601648 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666280581928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21256] ppid=21242 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21256/stat : 21256 (java) S 21242 21245 18590 0 -1 4202560 737 0 0 0 1 6 0 0 20 0 19 0 36601650 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666268383592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21257] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21257/stat : 21257 (java) S 21242 21245 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666267329912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21258] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21258/stat : 21258 (java) S 21242 21245 18590 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666266276744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21259] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21259/stat : 21259 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666265225488 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21260] ppid=21242 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/21245/task/21260/stat : 21260 (java) S 21242 21245 18590 0 -1 4202560 8622 0 0 0 121 2 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666264173368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21261] ppid=21242 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/21245/task/21261/stat : 21261 (java) S 21242 21245 18590 0 -1 4202560 7436 0 0 0 116 0 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666263120824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21262] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21262/stat : 21262 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666262067960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21263] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21263/stat : 21263 (java) S 21242 21245 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666261015624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21267] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21267/stat : 21267 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601685 10060525568 390109 33554432000 1073741824 1073778376 140735462288288 140666256802728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.94
Current children cumulated vsize (KiB) 9824732

[startup+42.3008 s]
/proc/loadavg: 2.46 2.16 2.04 4/218 21382
/proc/meminfo: memFree=27037172/32872528 swapFree=496868/529572
[pid=21245] ppid=21242 vsize=9824732 CPUtime=58.01 cores=0,2,4,6
/proc/21245/stat : 21245 (java) S 21242 21245 18590 0 -1 4202496 22584 0 1 0 5688 113 0 0 20 0 19 0 36601646 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140735462279424 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21245/statm: 2456183 392669 2287 9 0 2446860 0
[pid=21245/tid=21247] ppid=21242 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/21245/task/21247/stat : 21247 (java) R 21242 21245 18590 0 -1 4202560 2451 0 1 0 72 2 0 0 20 0 19 0 36601647 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666511757880 140666370004912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21248] ppid=21242 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/21245/task/21248/stat : 21248 (java) S 21242 21245 18590 0 -1 4202560 63 0 0 0 13 3 0 0 20 0 19 0 36601648 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666489858472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21249] ppid=21242 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21245/task/21249/stat : 21249 (java) S 21242 21245 18590 0 -1 4202560 69 0 0 0 17 3 0 0 20 0 19 0 36601648 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666488805928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21250] ppid=21242 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/21245/task/21250/stat : 21250 (java) S 21242 21245 18590 0 -1 4202560 63 0 0 0 18 2 0 0 20 0 19 0 36601648 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666285844648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21251] ppid=21242 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/21245/task/21251/stat : 21251 (java) S 21242 21245 18590 0 -1 4202560 74 0 0 0 13 2 0 0 20 0 19 0 36601648 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666284792104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21252] ppid=21242 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21245/task/21252/stat : 21252 (java) S 21242 21245 18590 0 -1 4202560 78 0 0 0 19 4 0 0 20 0 19 0 36601648 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666283740072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21253] ppid=21242 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21253/stat : 21253 (java) S 21242 21245 18590 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 19 0 36601648 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666282687528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21254] ppid=21242 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/21245/task/21254/stat : 21254 (java) S 21242 21245 18590 0 -1 4202560 54 0 0 0 15 3 0 0 20 0 19 0 36601648 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666281634472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21255] ppid=21242 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21245/task/21255/stat : 21255 (java) S 21242 21245 18590 0 -1 4202560 57 0 0 0 12 2 0 0 20 0 19 0 36601648 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666280581928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21256] ppid=21242 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21245/task/21256/stat : 21256 (java) S 21242 21245 18590 0 -1 4202560 737 0 0 0 1 6 0 0 20 0 19 0 36601650 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666268383592 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21257] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21257/stat : 21257 (java) S 21242 21245 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666267329912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21258] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21258/stat : 21258 (java) S 21242 21245 18590 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 36601650 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666266276744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21259] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21259/stat : 21259 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666265225488 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21245/tid=21260] ppid=21242 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/21245/task/21260/stat : 21260 (java) S 21242 21245 18590 0 -1 4202560 8622 0 0 0 121 2 0 0 20 0 19 0 36601653 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666264173368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21261] ppid=21242 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/21245/task/21261/stat : 21261 (java) S 21242 21245 18590 0 -1 4202560 7436 0 0 0 117 0 0 0 20 0 19 0 36601653 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666263120824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21245/tid=21262] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21262/stat : 21262 (java) S 21242 21245 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666262067960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21245/tid=21263] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21263/stat : 21263 (java) S 21242 21245 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36601653 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666261015624 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21245/tid=21267] ppid=21242 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21245/task/21267/stat : 21267 (java) S 21242 21245 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36601685 10060525568 392669 33554432000 1073741824 1073778376 140735462288288 140666256802728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 58.01
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 42.3968
CPU time (s): 58.1952
CPU user time (s): 56.9213
CPU system time (s): 1.27381
CPU usage (%): 137.263
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.9213
system time used= 1.27381
maximum resident set size= 1570692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22595
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2805
involuntary context switches= 2095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.247962 second user time and 0.320951 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-19 16:12:42
IDJOB=4109985
IDBENCH=78991
IDSOLVER=2552
FILE ID=node141/4109985-1466345562
RUNJOBID= node141-1466341797-18606
PBS_JOBID= 19922012
Free space on /tmp= 71728 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.1900557574--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109985-1466345562/watcher-4109985-1466345562 -o /tmp/evaluation-result-4109985-1466345562/solver-4109985-1466345562 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466341797-18606 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109985-1466345562.wbo

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

MD5SUM BENCH= 571d61a5ea635d7d5a6801ae351f1515
RANDOM SEED=58295971

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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:        28462968 kB
Buffers:           86312 kB
Cached:           173212 kB
SwapCached:         2228 kB
Active:          2947952 kB
Inactive:         175048 kB
Active(anon):    2863560 kB
Inactive(anon):     2396 kB
Active(file):      84392 kB
Inactive(file):   172652 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099196 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       3488196 kB
Mapped:            15560 kB
Shmem:                 0 kB
Slab:             609068 kB
SReclaimable:      52568 kB
SUnreclaim:       556500 kB
KernelStack:        1792 kB
PageTables:        10900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3575584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2949120 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= 71728 MiB
End job on node141 at 2016-06-19 16:13:25