Trace number 4109749

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 42.1676 34.7397

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670167--soft-66-100-0.wbo
MD5SUM3458f76d1c0eafd16754e96da618f7a2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark43.5884
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 constraints925
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 46664
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46663
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4109749-1466343715.wbo
0.08/0.12	c reading problem ... 
0.45/0.34	c ... done. Wall clock time 0.215s.
0.45/0.34	c declared #vars     231
0.45/0.34	c internal #vars     1156
0.45/0.34	c #constraints  2707
0.45/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2517
0.45/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 167
0.45/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.45/0.34	c 2707 constraints processed.
0.45/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 167
0.45/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2517
0.45/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.45/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.45/0.34	c 2707 constraints processed.
0.45/0.34	c objective function length is 925 literals
1.09/0.52	c And the winner is solver0
1.57/0.84	c SATISFIABLE
1.57/0.84	c OPTIMIZING...
1.57/0.84	c Got one! Elapsed wall clock time (in seconds):0.721
1.57/0.84	o 658
1.57/0.87	c And the winner is solver0
1.87/1.35	c Got one! Elapsed wall clock time (in seconds):1.23
1.87/1.35	o 630
1.87/1.37	c And the winner is solver0
2.16/1.86	c Got one! Elapsed wall clock time (in seconds):1.737
2.16/1.86	o 414
2.16/1.87	c And the winner is solver0
2.33/2.36	c Got one! Elapsed wall clock time (in seconds):2.241
2.33/2.36	o 404
2.33/2.38	c And the winner is solver0
2.39/2.86	c Got one! Elapsed wall clock time (in seconds):2.745
2.39/2.86	o 397
2.39/2.88	c And the winner is solver0
2.40/3.37	c Got one! Elapsed wall clock time (in seconds):3.248
2.40/3.37	o 384
2.40/3.38	c And the winner is solver0
2.43/3.87	c Got one! Elapsed wall clock time (in seconds):3.753
2.43/3.87	o 153
2.43/3.89	c And the winner is solver0
2.57/4.38	c Got one! Elapsed wall clock time (in seconds):4.258
2.57/4.38	o 150
2.61/4.41	c And the winner is solver0
2.65/4.88	c Got one! Elapsed wall clock time (in seconds):4.761
2.65/4.88	o 149
2.69/4.90	c And the winner is solver0
2.81/5.38	c Got one! Elapsed wall clock time (in seconds):5.263
2.81/5.38	o 142
2.81/5.39	c And the winner is solver0
2.82/5.89	c Got one! Elapsed wall clock time (in seconds):5.766
2.82/5.89	o 140
2.84/5.93	c And the winner is solver0
2.99/6.39	c Got one! Elapsed wall clock time (in seconds):6.268
2.99/6.39	o 133
3.27/6.53	c And the winner is solver0
3.36/6.89	c Got one! Elapsed wall clock time (in seconds):6.771
3.36/6.89	o 131
3.39/6.91	c And the winner is solver0
3.40/7.39	c Got one! Elapsed wall clock time (in seconds):7.273
3.40/7.39	o 117
3.41/7.45	c And the winner is solver0
3.61/7.89	c Got one! Elapsed wall clock time (in seconds):7.775
3.61/7.89	o 114
3.94/8.05	c And the winner is solver0
4.08/8.40	c Got one! Elapsed wall clock time (in seconds):8.276
4.08/8.40	o 112
4.08/8.41	c And the winner is solver0
4.10/8.90	c Got one! Elapsed wall clock time (in seconds):8.778
4.10/8.90	o 100
4.11/8.91	c And the winner is solver0
4.14/9.40	c Got one! Elapsed wall clock time (in seconds):9.279
4.14/9.40	o 94
4.14/9.41	c And the winner is solver0
4.18/9.90	c Got one! Elapsed wall clock time (in seconds):9.781
4.18/9.90	o 69
4.18/9.98	c And the winner is solver0
4.38/10.40	c Got one! Elapsed wall clock time (in seconds):10.283
4.38/10.40	o 66
4.58/10.56	c And the winner is solver0
4.74/10.90	c Got one! Elapsed wall clock time (in seconds):10.785
4.74/10.90	o 65
4.74/10.96	c And the winner is solver0
4.87/11.41	c Got one! Elapsed wall clock time (in seconds):11.288
4.87/11.41	o 53
4.87/11.42	c And the winner is solver0
4.90/11.91	c Got one! Elapsed wall clock time (in seconds):11.79
4.90/11.91	o 45
4.90/11.97	c And the winner is solver0
5.04/12.41	c Got one! Elapsed wall clock time (in seconds):12.293
5.04/12.41	o 42
5.04/12.46	c And the winner is solver0
5.17/12.92	c Got one! Elapsed wall clock time (in seconds):12.797
5.17/12.92	o 24
5.32/13.09	c cleaning 6424 clauses out of 12850 with flag 14683/12850
5.78/13.23	c And the winner is solver0
5.85/13.42	c Got one! Elapsed wall clock time (in seconds):13.301
5.85/13.42	o 23
6.01/13.52	c And the winner is solver0
6.07/13.93	c Got one! Elapsed wall clock time (in seconds):13.806
6.07/13.93	o 20
6.21/14.09	c cleaning 6070 clauses out of 12149 with flag 13783/18573
7.68/14.52	c cleaning 6025 clauses out of 12080 with flag 61466/24574
8.32/14.77	c And the winner is solver0
8.68/14.93	c Got one! Elapsed wall clock time (in seconds):14.811
8.68/14.93	o 19
8.88/15.06	c cleaning 5590 clauses out of 11191 with flag 15772/29710
9.28/15.28	c And the winner is solver0
9.47/15.44	c Got one! Elapsed wall clock time (in seconds):15.319
9.47/15.44	o 16
9.65/15.58	c cleaning 5670 clauses out of 11359 with flag 15378/35468
10.50/15.97	c And the winner is solver0
10.68/16.45	c Got one! Elapsed wall clock time (in seconds):16.327
10.68/16.45	o 12
11.63/16.91	c cleaning 7868 clauses out of 15736 with flag 45267/45515
12.63/17.43	c cleaning 6930 clauses out of 13870 with flag 95433/51517
13.85/18.10	c cleaning 6965 clauses out of 13940 with flag 156109/58517
15.51/18.90	c cleaning 7485 clauses out of 14972 with flag 225475/66515
16.09/19.18	c And the winner is solver0
16.28/19.46	c Got one! Elapsed wall clock time (in seconds):19.337
16.28/19.46	o 11
16.55/19.68	c cleaning 6706 clauses out of 13434 with flag 17188/72462
17.61/20.11	c cleaning 6351 clauses out of 12726 with flag 52936/78460
18.81/20.70	c And the winner is solver0
18.83/20.97	c Got one! Elapsed wall clock time (in seconds):20.848
18.83/20.97	o 10
18.88/21.05	c And the winner is solver0
19.01/21.48	c Got one! Elapsed wall clock time (in seconds):21.36
19.01/21.48	o 8
19.84/21.96	c cleaning 9349 clauses out of 18713 with flag 34844/90798
20.44/22.20	c And the winner is solver0
20.47/22.49	c Got one! Elapsed wall clock time (in seconds):22.373
20.47/22.49	o 7
20.86/22.77	c And the winner is solver0
21.07/23.01	c Got one! Elapsed wall clock time (in seconds):22.89
21.07/23.01	o 6
21.31/23.16	c cleaning 7746 clauses out of 15500 with flag 5778/96934
22.48/23.70	c cleaning 6870 clauses out of 13751 with flag 47265/102931
22.68/23.86	c And the winner is solver0
22.87/24.03	c Got one! Elapsed wall clock time (in seconds):23.907
22.87/24.03	o 5
23.41/24.32	c cleaning 6263 clauses out of 12547 with flag 22782/108597
24.20/24.76	c cleaning 6124 clauses out of 12284 with flag 59138/114597
25.00/25.16	c And the winner is solver0
25.15/25.54	c Got one! Elapsed wall clock time (in seconds):25.424
25.15/25.54	o 3
25.24/25.66	c cleaning 6048 clauses out of 12097 with flag 6076/120534
26.48/26.24	c And the winner is solver0
26.60/26.56	c Got one! Elapsed wall clock time (in seconds):26.444
26.60/26.56	o 2
27.65/27.17	c cleaning 8370 clauses out of 16746 with flag 32169/131231
28.85/27.76	c cleaning 7183 clauses out of 14375 with flag 69511/137230
30.24/28.48	c cleaning 7093 clauses out of 14191 with flag 115550/144229
32.04/29.30	c cleaning 7541 clauses out of 15097 with flag 169510/152229
33.70/30.17	c cleaning 8265 clauses out of 16554 with flag 225113/161229
35.89/31.25	c cleaning 9146 clauses out of 18291 with flag 285045/171231
38.30/32.45	c cleaning 10069 clauses out of 20141 with flag 346871/182229
40.94/33.74	c cleaning 11029 clauses out of 22065 with flag 407727/194230
41.76/34.16	c And the winner is solver0
42.02/34.73	c >>>>>>>>>> Solver number 0 (39 answers) <<<<<<<<<<<<<<<<<<
42.02/34.73	c starts		: 205
42.02/34.73	c conflicts		: 199161
42.02/34.73	c decisions		: 336422
42.02/34.73	c propagations		: 11467881
42.02/34.73	c inspects		: 255455828
42.02/34.73	c shortcuts		: 0
42.02/34.73	c learnt literals	: 25
42.02/34.73	c learnt binary clauses	: 222
42.02/34.73	c learnt ternary clauses	: 907
42.02/34.73	c learnt constraints	: 199135
42.02/34.73	c ignored constraints	: 0
42.02/34.73	c root simplifications	: 0
42.02/34.73	c removed literals (reason simplification)	: 1477909
42.02/34.73	c reason swapping (by a shorter reason)	: 0
42.02/34.73	c Calls to reduceDB	: 25
42.02/34.73	c Number of update (reduction) of LBD	: 92743
42.02/34.73	c Imported unit clauses	: 0
42.02/34.73	c number of reductions to clauses (during analyze)	: 0
42.02/34.73	c number of learned constraints concerned by reduction	: 0
42.02/34.73	c number of learning phase by resolution	: 0
42.02/34.73	c number of learning phase by cutting planes	: 0
42.02/34.73	c speed (assignments/second)	: 333562.56544502615
42.02/34.73	c non guided choices	4630
42.02/34.73	c learnt constraints type 
42.02/34.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
42.02/34.73	c starts		: 59
42.02/34.73	c conflicts		: 3112
42.02/34.73	c decisions		: 38599
42.02/34.73	c propagations		: 149543
42.02/34.73	c inspects		: 28794516
42.02/34.73	c shortcuts		: 0
42.02/34.73	c learnt literals	: 0
42.02/34.73	c learnt binary clauses	: 0
42.02/34.73	c learnt ternary clauses	: 0
42.02/34.73	c learnt constraints	: 3086
42.02/34.73	c ignored constraints	: 0
42.02/34.73	c root simplifications	: 0
42.02/34.73	c removed literals (reason simplification)	: 0
42.02/34.73	c reason swapping (by a shorter reason)	: 0
42.02/34.73	c Calls to reduceDB	: 0
42.02/34.73	c Number of update (reduction) of LBD	: 0
42.02/34.73	c Imported unit clauses	: 0
42.02/34.73	c number of reductions to clauses (during analyze)	: 0
42.02/34.73	c number of learned constraints concerned by reduction	: 0
42.02/34.73	c number of learning phase by resolution	: 0
42.02/34.73	c number of learning phase by cutting planes	: 0
42.02/34.73	c speed (assignments/second)	: 18427.97288971041
42.02/34.73	c non guided choices	4440
42.02/34.73	c learnt constraints type 
42.02/34.73	s OPTIMUM FOUND
42.02/34.73	c Found 38 solution(s)
42.02/34.73	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 
42.02/34.73	c objective function=2
42.02/34.73	c Total wall clock time (in seconds): 34.609

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109749-1466343715/watcher-4109749-1466343715 -o /tmp/evaluation-result-4109749-1466343715/solver-4109749-1466343715 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466341797-18606 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109749-1466343715.wbo 

pid=20526
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: 1.99 2.00 1.76 2/196 20529
/proc/meminfo: memFree=29428772/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/20529/stat : 20529 (java) R 20526 20529 18590 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 36416975 278528 34 33554432000 1073741824 1073778376 140736384707856 140737079770648 211449638069 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 68 34 25 9 0 25 0

[startup+0.100118 s]
/proc/loadavg: 1.99 2.00 1.76 2/196 20529
/proc/meminfo: memFree=29428772/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 4405 0 1 0 7 1 0 0 20 0 18 0 36416975 9787879424 6044 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 1.99 2.00 1.76 2/196 20529
/proc/meminfo: memFree=29428772/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 4682 0 1 0 21 1 0 0 20 0 18 0 36416975 9787879424 6791 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2389619 6791 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 1.99 2.00 1.76 2/196 20529
/proc/meminfo: memFree=29428772/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 5696 0 1 0 44 1 0 0 20 0 18 0 36416975 9787879424 8470 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2389619 8470 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700249 s]
/proc/loadavg: 1.99 2.00 1.76 2/196 20529
/proc/meminfo: memFree=29428772/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 14508 0 1 0 150 6 0 0 20 0 19 0 36416975 10060525568 15515 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2456183 15515 2260 9 0 2446860 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 1.99 2.00 1.76 2/215 20554
/proc/meminfo: memFree=29371776/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 18823 0 1 0 205 11 0 0 20 0 19 0 36416975 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2456183 17661 2263 9 0 2446860 0
[pid=20529/tid=20531] ppid=20526 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/20529/task/20531/stat : 20531 (java) S 20526 20529 18590 0 -1 4202560 2433 0 1 0 30 2 0 0 20 0 19 0 36416977 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166896440184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20532] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20532/stat : 20532 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166868892584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20533] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20533/stat : 20533 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166867840040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20534] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20534/stat : 20534 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166866786984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20535] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20535/stat : 20535 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166865734440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20536] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20536/stat : 20536 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166864681384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20537] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20537/stat : 20537 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166863628840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20538] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20538/stat : 20538 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166733277352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20539] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20539/stat : 20539 (java) S 20526 20529 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166732224808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20540] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20540/stat : 20540 (java) S 20526 20529 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166249278312 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20541] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20541/stat : 20541 (java) S 20526 20529 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166248224632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20542] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20542/stat : 20542 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166247171464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20543] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20543/stat : 20543 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166246120208 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20544] ppid=20526 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/20529/task/20544/stat : 20544 (java) S 20526 20529 18590 0 -1 4202560 7743 0 0 0 73 3 0 0 20 0 19 0 36416982 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166245067064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20545] ppid=20526 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/20529/task/20545/stat : 20545 (java) S 20526 20529 18590 0 -1 4202560 7298 0 0 0 58 2 0 0 20 0 19 0 36416982 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166244014520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20546] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20546/stat : 20546 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166242961656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20547] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20547/stat : 20547 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166241909320 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20550] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20550/stat : 20550 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417011 10060525568 17661 33554432000 1073741824 1073778376 140736384707856 140166238749992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 1.99 2.00 1.76 2/215 20560
/proc/meminfo: memFree=29359116/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 19429 0 1 0 225 15 0 0 20 0 19 0 36416975 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2456183 21760 2266 9 0 2446860 0
[pid=20529/tid=20531] ppid=20526 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/20529/task/20531/stat : 20531 (java) S 20526 20529 18590 0 -1 4202560 2434 0 1 0 31 2 0 0 20 0 19 0 36416977 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166896440184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20532] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20532/stat : 20532 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166868892584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20533] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20533/stat : 20533 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166867840040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20534] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20534/stat : 20534 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166866786984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20535] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20535/stat : 20535 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166865734440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20536] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20536/stat : 20536 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166864681384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20537] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20537/stat : 20537 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166863628840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20538] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20538/stat : 20538 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166733277352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20539] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20539/stat : 20539 (java) S 20526 20529 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166732224808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20540] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20540/stat : 20540 (java) S 20526 20529 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166249278312 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20541] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20541/stat : 20541 (java) S 20526 20529 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166248224632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20542] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20542/stat : 20542 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166247171464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20543] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20543/stat : 20543 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166246120208 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20544] ppid=20526 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/20529/task/20544/stat : 20544 (java) S 20526 20529 18590 0 -1 4202560 7743 0 0 0 78 3 0 0 20 0 19 0 36416982 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166245067064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20545] ppid=20526 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/20529/task/20545/stat : 20545 (java) S 20526 20529 18590 0 -1 4202560 7876 0 0 0 69 2 0 0 20 0 19 0 36416982 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166244014520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20546] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20546/stat : 20546 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166242961656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20547] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20547/stat : 20547 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166241909320 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20550] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20550/stat : 20550 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417011 10060525568 21760 33554432000 1073741824 1073778376 140736384707856 140166238749992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=11 pid=1811 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 1.91 1.98 1.76 2/215 20581
/proc/meminfo: memFree=29318936/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 19744 0 1 0 276 23 0 0 20 0 19 0 36416975 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2456183 32666 2271 9 0 2446860 0
[pid=20529/tid=20531] ppid=20526 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/20529/task/20531/stat : 20531 (java) S 20526 20529 18590 0 -1 4202560 2438 0 1 0 33 2 0 0 20 0 19 0 36416977 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166896440184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20532] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20532/stat : 20532 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166868892584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20533] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20533/stat : 20533 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166867840040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20534] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20534/stat : 20534 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166866786984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20535] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20535/stat : 20535 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166865734440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20536] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20536/stat : 20536 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166864681384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20537] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20537/stat : 20537 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166863628840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20538] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20538/stat : 20538 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166733277352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20539] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20539/stat : 20539 (java) S 20526 20529 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416978 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166732224808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20540] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20540/stat : 20540 (java) S 20526 20529 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166249278312 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20541] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20541/stat : 20541 (java) S 20526 20529 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166248224632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20542] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20542/stat : 20542 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166247171464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20543] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20543/stat : 20543 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166246120208 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20544] ppid=20526 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/20529/task/20544/stat : 20544 (java) S 20526 20529 18590 0 -1 4202560 7829 0 0 0 94 3 0 0 20 0 19 0 36416982 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166245067064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20545] ppid=20526 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/20529/task/20545/stat : 20545 (java) S 20526 20529 18590 0 -1 4202560 8028 0 0 0 84 2 0 0 20 0 19 0 36416982 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166244014520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20546] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20546/stat : 20546 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166242961656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20547] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20547/stat : 20547 (java) S 20526 20529 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166241909320 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20550] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20550/stat : 20550 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417011 10060525568 32666 33554432000 1073741824 1073778376 140736384707856 140166238749992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.99

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

[pid=20529/tid=20537] ppid=20526 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/20529/task/20537/stat : 20537 (java) S 20526 20529 18590 0 -1 4202560 56 0 0 0 13 3 0 0 20 0 22 0 36416978 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166863628840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20538] ppid=20526 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/20529/task/20538/stat : 20538 (java) S 20526 20529 18590 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 22 0 36416978 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166733277352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20539] ppid=20526 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/20529/task/20539/stat : 20539 (java) S 20526 20529 18590 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 22 0 36416978 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166732224808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20540] ppid=20526 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20529/task/20540/stat : 20540 (java) S 20526 20529 18590 0 -1 4202560 969 0 0 0 0 2 0 0 20 0 22 0 36416979 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166249278312 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20541] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20541/stat : 20541 (java) S 20526 20529 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36416979 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166248224632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20542] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20542/stat : 20542 (java) S 20526 20529 18590 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 22 0 36416979 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166247171464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20543] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20543/stat : 20543 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36416982 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166246120208 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20544] ppid=20526 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/20529/task/20544/stat : 20544 (java) S 20526 20529 18590 0 -1 4202560 12462 0 0 0 164 3 0 0 20 0 22 0 36416982 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166245067064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20545] ppid=20526 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20529/task/20545/stat : 20545 (java) S 20526 20529 18590 0 -1 4202560 13221 0 0 0 169 2 0 0 20 0 22 0 36416982 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166244014520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20546] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20546/stat : 20546 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36416982 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166242961656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20547] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20547/stat : 20547 (java) S 20526 20529 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36416982 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166241909320 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20550] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20550/stat : 20550 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36417011 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166238749992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20663] ppid=20526 vsize=9824732 CPUtime=6.93 cores=0,2,4,6
/proc/20529/task/20663/stat : 20663 (java) R 20526 20529 18590 0 -1 4202560 4 0 0 0 693 0 0 0 20 0 22 0 36419635 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166237694992 140166744803884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20664] ppid=20526 vsize=9824732 CPUtime=6.94 cores=0,2,4,6
/proc/20529/task/20664/stat : 20664 (java) R 20526 20529 18590 0 -1 4202560 234 0 0 0 686 8 0 0 20 0 22 0 36419635 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166239800616 140166745181455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20665] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20665/stat : 20665 (java) S 20526 20529 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36419637 10060525568 360901 33554432000 1073741824 1073778376 140736384707856 140166240855208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 40.74
Current children cumulated vsize (KiB) 9824732

[startup+34.4007 s]
/proc/loadavg: 2.29 2.06 1.79 5/218 20666
/proc/meminfo: memFree=27935500/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9824732 CPUtime=41.91 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 31781 0 1 0 4082 109 0 0 20 0 19 0 36416975 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2456183 360893 2289 9 0 2446860 0
[pid=20529/tid=20531] ppid=20526 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/20529/task/20531/stat : 20531 (java) S 20526 20529 18590 0 -1 4202560 2447 0 1 0 52 2 0 0 20 0 19 0 36416977 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166896440184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20532] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20532/stat : 20532 (java) S 20526 20529 18590 0 -1 4202560 48 0 0 0 11 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166868892584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20533] ppid=20526 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/20529/task/20533/stat : 20533 (java) S 20526 20529 18590 0 -1 4202560 83 0 0 0 18 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166867840040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20534] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20534/stat : 20534 (java) S 20526 20529 18590 0 -1 4202560 44 0 0 0 12 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166866786984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20535] ppid=20526 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20529/task/20535/stat : 20535 (java) S 20526 20529 18590 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166865734440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20536] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20536/stat : 20536 (java) S 20526 20529 18590 0 -1 4202560 53 0 0 0 12 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166864681384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20537] ppid=20526 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/20529/task/20537/stat : 20537 (java) S 20526 20529 18590 0 -1 4202560 56 0 0 0 13 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166863628840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20538] ppid=20526 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/20529/task/20538/stat : 20538 (java) S 20526 20529 18590 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166733277352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20539] ppid=20526 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/20529/task/20539/stat : 20539 (java) S 20526 20529 18590 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166732224808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20540] ppid=20526 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20529/task/20540/stat : 20540 (java) S 20526 20529 18590 0 -1 4202560 969 0 0 0 0 2 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166249278312 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20541] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20541/stat : 20541 (java) S 20526 20529 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166248224632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20542] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20542/stat : 20542 (java) S 20526 20529 18590 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166247171464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20543] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20543/stat : 20543 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166246120208 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20544] ppid=20526 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/20529/task/20544/stat : 20544 (java) S 20526 20529 18590 0 -1 4202560 12462 0 0 0 164 3 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166245067064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20545] ppid=20526 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20529/task/20545/stat : 20545 (java) S 20526 20529 18590 0 -1 4202560 13221 0 0 0 169 2 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166244014520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20546] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20546/stat : 20546 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166242961656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20547] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20547/stat : 20547 (java) S 20526 20529 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166241909320 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20550] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20550/stat : 20550 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417011 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166238749992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.91
Current children cumulated vsize (KiB) 9824732

[startup+34.6007 s]
/proc/loadavg: 2.29 2.06 1.79 5/218 20666
/proc/meminfo: memFree=27935500/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9824732 CPUtime=41.92 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 31781 0 1 0 4083 109 0 0 20 0 19 0 36416975 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2456183 360893 2289 9 0 2446860 0
[pid=20529/tid=20531] ppid=20526 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/20529/task/20531/stat : 20531 (java) R 20526 20529 18590 0 -1 4202560 2447 0 1 0 52 2 0 0 20 0 19 0 36416977 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166896439712 140166745609439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20532] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20532/stat : 20532 (java) S 20526 20529 18590 0 -1 4202560 48 0 0 0 11 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166868892584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20533] ppid=20526 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/20529/task/20533/stat : 20533 (java) S 20526 20529 18590 0 -1 4202560 83 0 0 0 18 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166867840040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20534] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20534/stat : 20534 (java) S 20526 20529 18590 0 -1 4202560 44 0 0 0 12 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166866786984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20535] ppid=20526 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20529/task/20535/stat : 20535 (java) S 20526 20529 18590 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166865734440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20536] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20536/stat : 20536 (java) S 20526 20529 18590 0 -1 4202560 53 0 0 0 12 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166864681384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20537] ppid=20526 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/20529/task/20537/stat : 20537 (java) S 20526 20529 18590 0 -1 4202560 56 0 0 0 13 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166863628840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20538] ppid=20526 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/20529/task/20538/stat : 20538 (java) S 20526 20529 18590 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166733277352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20539] ppid=20526 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/20529/task/20539/stat : 20539 (java) S 20526 20529 18590 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166732224808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20540] ppid=20526 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20529/task/20540/stat : 20540 (java) S 20526 20529 18590 0 -1 4202560 969 0 0 0 0 2 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166249278312 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20541] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20541/stat : 20541 (java) S 20526 20529 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166248224632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20542] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20542/stat : 20542 (java) S 20526 20529 18590 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166247171464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20543] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20543/stat : 20543 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166246120208 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20544] ppid=20526 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/20529/task/20544/stat : 20544 (java) S 20526 20529 18590 0 -1 4202560 12462 0 0 0 164 3 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166245067064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20545] ppid=20526 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/20529/task/20545/stat : 20545 (java) S 20526 20529 18590 0 -1 4202560 13221 0 0 0 170 2 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166244014520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20546] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20546/stat : 20546 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166242961656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20547] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20547/stat : 20547 (java) S 20526 20529 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166241909320 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20550] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20550/stat : 20550 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417011 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166238749992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.92
Current children cumulated vsize (KiB) 9824732

[startup+34.7008 s]
/proc/loadavg: 2.29 2.06 1.79 5/218 20666
/proc/meminfo: memFree=27935500/32872528 swapFree=496868/529572
[pid=20529] ppid=20526 vsize=9824732 CPUtime=42.02 cores=0,2,4,6
/proc/20529/stat : 20529 (java) S 20526 20529 18590 0 -1 4202496 31781 0 1 0 4093 109 0 0 20 0 19 0 36416975 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140736384698992 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20529/statm: 2456183 360893 2289 9 0 2446860 0
[pid=20529/tid=20531] ppid=20526 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/20529/task/20531/stat : 20531 (java) R 20526 20529 18590 0 -1 4202560 2447 0 1 0 62 2 0 0 20 0 19 0 36416977 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166896439944 140166745457808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20532] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20532/stat : 20532 (java) S 20526 20529 18590 0 -1 4202560 48 0 0 0 11 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166868892584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20533] ppid=20526 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/20529/task/20533/stat : 20533 (java) S 20526 20529 18590 0 -1 4202560 83 0 0 0 18 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166867840040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20534] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20534/stat : 20534 (java) S 20526 20529 18590 0 -1 4202560 44 0 0 0 12 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166866786984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20535] ppid=20526 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20529/task/20535/stat : 20535 (java) S 20526 20529 18590 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166865734440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20536] ppid=20526 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20529/task/20536/stat : 20536 (java) S 20526 20529 18590 0 -1 4202560 53 0 0 0 12 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166864681384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20537] ppid=20526 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/20529/task/20537/stat : 20537 (java) S 20526 20529 18590 0 -1 4202560 56 0 0 0 13 3 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166863628840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20538] ppid=20526 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/20529/task/20538/stat : 20538 (java) S 20526 20529 18590 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166733277352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20539] ppid=20526 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/20529/task/20539/stat : 20539 (java) S 20526 20529 18590 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 19 0 36416978 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166732224808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20540] ppid=20526 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20529/task/20540/stat : 20540 (java) S 20526 20529 18590 0 -1 4202560 969 0 0 0 0 2 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166249278312 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20541] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20541/stat : 20541 (java) S 20526 20529 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166248224632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20542] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20542/stat : 20542 (java) S 20526 20529 18590 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 36416979 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166247171464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20543] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20543/stat : 20543 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166246120208 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20529/tid=20544] ppid=20526 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/20529/task/20544/stat : 20544 (java) S 20526 20529 18590 0 -1 4202560 12462 0 0 0 164 3 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166245067064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20545] ppid=20526 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/20529/task/20545/stat : 20545 (java) S 20526 20529 18590 0 -1 4202560 13221 0 0 0 171 2 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166244014520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20529/tid=20546] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20546/stat : 20546 (java) S 20526 20529 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166242961656 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20529/tid=20547] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20547/stat : 20547 (java) S 20526 20529 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36416982 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166241909320 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20529/tid=20550] ppid=20526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20529/task/20550/stat : 20550 (java) S 20526 20529 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36417011 10060525568 360893 33554432000 1073741824 1073778376 140736384707856 140166238749992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.02
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 34.7397
CPU time (s): 42.1676
CPU user time (s): 40.9458
CPU system time (s): 1.22181
CPU usage (%): 121.382
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9458
system time used= 1.22181
maximum resident set size= 1443604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31794
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= 2687
involuntary context switches= 2416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.19497 second user time and 0.315951 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-19 15:41:55
IDJOB=4109749
IDBENCH=78912
IDSOLVER=2552
FILE ID=node141/4109749-1466343715
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.1900670167--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109749-1466343715/watcher-4109749-1466343715 -o /tmp/evaluation-result-4109749-1466343715/solver-4109749-1466343715 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466341797-18606 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109749-1466343715.wbo

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

MD5SUM BENCH= 3458f76d1c0eafd16754e96da618f7a2
RANDOM SEED=394776449

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:        29429044 kB
Buffers:           84564 kB
Cached:           172648 kB
SwapCached:         2228 kB
Active:          1977276 kB
Inactive:         173268 kB
Active(anon):    1893284 kB
Inactive(anon):     2396 kB
Active(file):      83992 kB
Inactive(file):   170872 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099196 kB
Dirty:               816 kB
Writeback:            56 kB
AnonPages:       2432160 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             609152 kB
SReclaimable:      52476 kB
SUnreclaim:       556676 kB
KernelStack:        1600 kB
PageTables:         9032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3233388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1898496 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 15:42:30