Trace number 4091950

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 35.3896 32.9669

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554420--soft-33-100-0.wbo
MD5SUM2c7bc414eea5148dc6372ccd38f2fe74
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 benchmark33.5569
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 constraints1863
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 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4091950-1466078308.wbo
0.09/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.221s.
0.46/0.34	c declared #vars     231
0.46/0.34	c internal #vars     2094
0.46/0.34	c #constraints  2707
0.46/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.46/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2601
0.46/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c objective function length is 1863 literals
0.71/0.48	c And the winner is solver0
1.26/0.85	c SATISFIABLE
1.26/0.85	c OPTIMIZING...
1.26/0.85	c Got one! Elapsed wall clock time (in seconds):0.727
1.26/0.85	o 915
1.43/0.96	c And the winner is solver0
2.12/1.36	c Got one! Elapsed wall clock time (in seconds):1.242
2.12/1.36	o 814
2.12/1.38	c And the winner is solver0
2.17/1.87	c Got one! Elapsed wall clock time (in seconds):1.751
2.17/1.87	o 778
2.17/1.89	c And the winner is solver0
2.31/2.38	c Got one! Elapsed wall clock time (in seconds):2.258
2.31/2.38	o 422
2.31/2.39	c And the winner is solver0
2.32/2.88	c Got one! Elapsed wall clock time (in seconds):2.764
2.32/2.88	o 352
2.35/2.94	c And the winner is solver0
2.60/3.39	c Got one! Elapsed wall clock time (in seconds):3.27
2.60/3.39	o 337
2.60/3.40	c And the winner is solver0
2.61/3.89	c Got one! Elapsed wall clock time (in seconds):3.774
2.61/3.89	o 302
2.95/4.02	c And the winner is solver0
3.00/4.40	c Got one! Elapsed wall clock time (in seconds):4.279
3.00/4.40	o 263
3.01/4.41	c And the winner is solver0
3.02/4.90	c Got one! Elapsed wall clock time (in seconds):4.785
3.02/4.90	o 99
3.02/4.91	c And the winner is solver0
3.02/5.41	c Got one! Elapsed wall clock time (in seconds):5.289
3.02/5.41	o 84
3.02/5.43	c And the winner is solver0
3.08/5.91	c Got one! Elapsed wall clock time (in seconds):5.792
3.08/5.91	o 75
3.08/5.99	c And the winner is solver0
3.29/6.42	c Got one! Elapsed wall clock time (in seconds):6.296
3.29/6.42	o 74
3.29/6.46	c And the winner is solver0
3.40/6.92	c Got one! Elapsed wall clock time (in seconds):6.8
3.40/6.92	o 70
3.58/7.01	c And the winner is solver0
3.62/7.42	c Got one! Elapsed wall clock time (in seconds):7.304
3.62/7.42	o 69
3.62/7.44	c And the winner is solver0
3.66/7.93	c Got one! Elapsed wall clock time (in seconds):7.808
3.66/7.93	o 67
3.66/7.96	c And the winner is solver0
3.76/8.43	c Got one! Elapsed wall clock time (in seconds):8.312
3.76/8.43	o 64
3.92/8.50	c And the winner is solver0
3.98/8.93	c Got one! Elapsed wall clock time (in seconds):8.816
3.98/8.93	o 63
3.98/8.97	c And the winner is solver0
4.04/9.44	c Got one! Elapsed wall clock time (in seconds):9.321
4.04/9.44	o 56
4.60/9.72	c And the winner is solver0
4.73/9.94	c Got one! Elapsed wall clock time (in seconds):9.825
4.73/9.94	o 55
4.73/9.99	c And the winner is solver0
4.91/10.45	c Got one! Elapsed wall clock time (in seconds):10.332
4.91/10.45	o 54
4.91/10.48	c And the winner is solver0
5.00/10.96	c Got one! Elapsed wall clock time (in seconds):10.838
5.00/10.96	o 47
5.50/11.28	c cleaning 5904 clauses out of 11807 with flag 23384/11807
5.50/11.30	c And the winner is solver0
5.78/11.46	c Got one! Elapsed wall clock time (in seconds):11.343
5.78/11.46	o 42
5.85/11.51	c And the winner is solver0
5.89/11.97	c Got one! Elapsed wall clock time (in seconds):11.85
5.89/11.97	o 41
5.94/12.02	c And the winner is solver0
6.00/12.48	c Got one! Elapsed wall clock time (in seconds):12.357
6.00/12.48	o 38
6.04/12.53	c And the winner is solver0
6.15/12.98	c Got one! Elapsed wall clock time (in seconds):12.866
6.15/12.98	o 37
6.16/13.01	c And the winner is solver0
6.21/13.49	c Got one! Elapsed wall clock time (in seconds):13.374
6.21/13.49	o 27
6.21/13.53	c And the winner is solver0
6.30/14.00	c Got one! Elapsed wall clock time (in seconds):13.882
6.30/14.00	o 25
6.30/14.02	c And the winner is solver0
6.35/14.51	c Got one! Elapsed wall clock time (in seconds):14.391
6.35/14.51	o 23
6.53/14.61	c And the winner is solver0
6.58/15.02	c Got one! Elapsed wall clock time (in seconds):14.899
6.58/15.02	o 22
6.58/15.06	c And the winner is solver0
6.68/15.53	c Got one! Elapsed wall clock time (in seconds):15.408
6.68/15.53	o 21
6.68/15.58	c And the winner is solver0
6.81/16.04	c Got one! Elapsed wall clock time (in seconds):15.918
6.81/16.04	o 20
6.81/16.05	c And the winner is solver0
6.81/16.55	c Got one! Elapsed wall clock time (in seconds):16.427
6.81/16.55	o 19
6.91/16.68	c And the winner is solver0
7.07/17.06	c Got one! Elapsed wall clock time (in seconds):16.937
7.07/17.06	o 17
7.15/17.17	c And the winner is solver0
7.32/17.57	c Got one! Elapsed wall clock time (in seconds):17.446
7.32/17.57	o 15
7.41/17.67	c And the winner is solver0
7.57/18.08	c Got one! Elapsed wall clock time (in seconds):17.957
7.57/18.08	o 11
7.60/18.16	c And the winner is solver0
7.74/18.59	c Got one! Elapsed wall clock time (in seconds):18.469
7.74/18.59	o 9
7.98/18.79	c cleaning 8470 clauses out of 16961 with flag 13672/22865
9.06/19.24	c cleaning 7236 clauses out of 14492 with flag 56257/28866
9.48/19.40	c And the winner is solver0
9.53/19.60	c Got one! Elapsed wall clock time (in seconds):19.48
9.53/19.60	o 8
9.91/19.82	c cleaning 6582 clauses out of 13166 with flag 22075/34776
10.73/20.26	c cleaning 6290 clauses out of 12583 with flag 65890/40775
11.73/20.79	c cleaning 6642 clauses out of 13293 with flag 120582/47775
13.36/21.52	c cleaning 7326 clauses out of 14651 with flag 199223/55775
15.21/22.47	c cleaning 8162 clauses out of 16325 with flag 295218/64775
17.56/23.44	c cleaning 9065 clauses out of 18162 with flag 379237/74775
20.70/24.79	c cleaning 10039 clauses out of 20098 with flag 504919/85776
23.93/26.31	c cleaning 11025 clauses out of 22059 with flag 642061/97776
27.59/28.12	c cleaning 12002 clauses out of 24032 with flag 830740/110775
27.99/28.33	c And the winner is solver0
28.05/28.61	c Got one! Elapsed wall clock time (in seconds):28.495
28.05/28.61	o 7
28.59/28.98	c cleaning 8532 clauses out of 17066 with flag 30690/115811
29.99/29.60	c And the winner is solver0
29.99/29.64	c Got one! Elapsed wall clock time (in seconds):29.523
29.99/29.64	o 6
30.89/30.15	c And the winner is solver0
31.04/30.22	c Got one! Elapsed wall clock time (in seconds):30.105
31.04/30.22	o 5
31.15/30.36	c cleaning 9589 clauses out of 19185 with flag 6264/126462
31.75/30.66	c And the winner is solver0
31.95/30.76	c Got one! Elapsed wall clock time (in seconds):30.64
31.95/30.76	o 3
32.21/30.93	c cleaning 7472 clauses out of 14964 with flag 11832/131830
33.05/31.38	c cleaning 6744 clauses out of 13489 with flag 48721/137829
33.65/31.64	c And the winner is solver0
33.76/31.80	c Got one! Elapsed wall clock time (in seconds):31.679
33.76/31.80	o 2
33.94/31.96	c cleaning 5984 clauses out of 11981 with flag 8874/143065
34.52/32.28	c cleaning 5991 clauses out of 11991 with flag 38174/149062
35.12/32.52	c And the winner is solver0
35.26/32.95	c >>>>>>>>>> Solver number 0 (43 answers) <<<<<<<<<<<<<<<<<<
35.26/32.95	c starts		: 135
35.26/32.95	c conflicts		: 154677
35.26/32.95	c decisions		: 299768
35.26/32.95	c propagations		: 9671114
35.26/32.95	c inspects		: 192956481
35.26/32.95	c shortcuts		: 0
35.26/32.95	c learnt literals	: 25
35.26/32.95	c learnt binary clauses	: 162
35.26/32.95	c learnt ternary clauses	: 660
35.26/32.95	c learnt constraints	: 154651
35.26/32.95	c ignored constraints	: 0
35.26/32.95	c root simplifications	: 0
35.26/32.95	c removed literals (reason simplification)	: 817343
35.26/32.95	c reason swapping (by a shorter reason)	: 0
35.26/32.95	c Calls to reduceDB	: 18
35.26/32.95	c Number of update (reduction) of LBD	: 81939
35.26/32.95	c Imported unit clauses	: 0
35.26/32.95	c number of reductions to clauses (during analyze)	: 0
35.26/32.95	c number of learned constraints concerned by reduction	: 0
35.26/32.95	c number of learning phase by resolution	: 0
35.26/32.95	c number of learning phase by cutting planes	: 0
35.26/32.95	c speed (assignments/second)	: 296678.1397631757
35.26/32.95	c non guided choices	4909
35.26/32.95	c learnt constraints type 
35.26/32.95	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
35.26/32.95	c starts		: 54
35.26/32.95	c conflicts		: 2451
35.26/32.95	c decisions		: 54031
35.26/32.95	c propagations		: 180242
35.26/32.95	c inspects		: 19523234
35.26/32.95	c shortcuts		: 0
35.26/32.95	c learnt literals	: 0
35.26/32.95	c learnt binary clauses	: 0
35.26/32.95	c learnt ternary clauses	: 0
35.26/32.95	c learnt constraints	: 2428
35.26/32.95	c ignored constraints	: 0
35.26/32.95	c root simplifications	: 0
35.26/32.95	c removed literals (reason simplification)	: 0
35.26/32.95	c reason swapping (by a shorter reason)	: 0
35.26/32.95	c Calls to reduceDB	: 0
35.26/32.95	c Number of update (reduction) of LBD	: 0
35.26/32.95	c Imported unit clauses	: 0
35.26/32.95	c number of reductions to clauses (during analyze)	: 0
35.26/32.95	c number of learned constraints concerned by reduction	: 0
35.26/32.95	c number of learning phase by resolution	: 0
35.26/32.95	c number of learning phase by cutting planes	: 0
35.26/32.95	c speed (assignments/second)	: 167666.97674418605
35.26/32.95	c non guided choices	4771
35.26/32.95	c learnt constraints type 
35.26/32.95	s OPTIMUM FOUND
35.26/32.95	c Found 42 solution(s)
35.26/32.96	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 
35.26/32.96	c objective function=2
35.26/32.96	c Total wall clock time (in seconds): 32.837

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-4091950-1466078308/watcher-4091950-1466078308 -o /tmp/evaluation-result-4091950-1466078308/solver-4091950-1466078308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466075444-9508 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091950-1466078308.wbo 

pid=11840
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.23 2.29 2.36 4/196 11843
/proc/meminfo: memFree=29947720/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/11843/stat : 11843 (java) R 11840 11843 6847 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 9877405 2560000 47 33554432000 1073741824 1073778376 140733389078976 140734096699160 270698378194 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 625 47 37 9 0 29 0

[startup+0.100093 s]
/proc/loadavg: 2.23 2.29 2.36 4/196 11843
/proc/meminfo: memFree=29947720/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 9877405 9787879424 6038 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2389619 6038 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.23 2.29 2.36 4/196 11843
/proc/meminfo: memFree=29947720/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 4722 0 1 0 22 1 0 0 20 0 18 0 9877405 9787879424 6808 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2389619 6808 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 2.23 2.29 2.36 4/196 11843
/proc/meminfo: memFree=29947720/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 5787 0 1 0 45 1 0 0 20 0 18 0 9877405 9787879424 8466 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2389619 8466 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700269 s]
/proc/loadavg: 2.23 2.29 2.36 4/196 11843
/proc/meminfo: memFree=29947720/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 10894 0 1 0 122 4 0 0 20 0 19 0 9877405 10060525568 13145 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2456183 13145 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.21 2.29 2.36 5/215 11868
/proc/meminfo: memFree=29877324/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 18705 0 1 0 210 7 0 0 20 0 19 0 9877405 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2456183 21186 2265 9 0 2446860 0
[pid=11843/tid=11845] ppid=11840 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/11843/task/11845/stat : 11845 (java) S 11840 11843 6847 0 -1 4202560 2422 0 1 0 32 2 0 0 20 0 19 0 9877406 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140528080720760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11846] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11846/stat : 11846 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527924144808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11847] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11847/stat : 11847 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527923092264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11848] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11848/stat : 11848 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527922039720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11849] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11849/stat : 11849 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527920987176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11850] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11850/stat : 11850 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527919933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11851] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11851/stat : 11851 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527918881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11852] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11852/stat : 11852 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527917828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11853] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11853/stat : 11853 (java) S 11840 11843 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527916775976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11854] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11854/stat : 11854 (java) S 11840 11843 6847 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527434447464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11855] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11855/stat : 11855 (java) S 11840 11843 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527433393784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11856] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11856/stat : 11856 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527432341128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11857] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11857/stat : 11857 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527431289872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11858] ppid=11840 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/11843/task/11858/stat : 11858 (java) S 11840 11843 6847 0 -1 4202560 8065 0 0 0 66 1 0 0 20 0 19 0 9877411 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527430236216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11859] ppid=11840 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/11843/task/11859/stat : 11859 (java) S 11840 11843 6847 0 -1 4202560 6872 0 0 0 63 0 0 0 20 0 19 0 9877411 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527429183672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11860] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11860/stat : 11860 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527428131320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11861] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11861/stat : 11861 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527427078984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11865] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11865/stat : 11865 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877441 10060525568 21186 33554432000 1073741824 1073778376 140733389078976 140527422867112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.21 2.29 2.36 3/215 11874
/proc/meminfo: memFree=29863688/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 19271 0 1 0 251 9 0 0 20 0 19 0 9877405 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2456183 28114 2266 9 0 2446860 0
[pid=11843/tid=11845] ppid=11840 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/11843/task/11845/stat : 11845 (java) S 11840 11843 6847 0 -1 4202560 2426 0 1 0 34 2 0 0 20 0 19 0 9877406 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140528080720760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11846] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11846/stat : 11846 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527924144808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11847] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11847/stat : 11847 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527923092264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11848] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11848/stat : 11848 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527922039720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11849] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11849/stat : 11849 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527920987176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11850] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11850/stat : 11850 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527919933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11851] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11851/stat : 11851 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527918881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11852] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11852/stat : 11852 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527917828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11853] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11853/stat : 11853 (java) S 11840 11843 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527916775976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11854] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11854/stat : 11854 (java) S 11840 11843 6847 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527434447464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11855] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11855/stat : 11855 (java) S 11840 11843 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527433393784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11856] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11856/stat : 11856 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527432341128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11857] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11857/stat : 11857 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527431289872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11858] ppid=11840 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/11843/task/11858/stat : 11858 (java) S 11840 11843 6847 0 -1 4202560 8071 0 0 0 81 1 0 0 20 0 19 0 9877411 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527430236216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11859] ppid=11840 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/11843/task/11859/stat : 11859 (java) S 11840 11843 6847 0 -1 4202560 7399 0 0 0 76 1 0 0 20 0 19 0 9877411 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527429183672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11860] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11860/stat : 11860 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527428131320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11861] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11861/stat : 11861 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527427078984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11865] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11865/stat : 11865 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877441 10060525568 28114 33554432000 1073741824 1073778376 140733389078976 140527422867112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9824732

[startup+6.3008 s]
/proc/loadavg: 2.21 2.29 2.36 2/215 11895
/proc/meminfo: memFree=29790136/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 19400 0 1 0 313 16 0 0 20 0 19 0 9877405 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2456183 46527 2282 9 0 2446860 0
[pid=11843/tid=11845] ppid=11840 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/11843/task/11845/stat : 11845 (java) S 11840 11843 6847 0 -1 4202560 2432 0 1 0 36 2 0 0 20 0 19 0 9877406 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140528080720760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11846] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11846/stat : 11846 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527924144808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11847] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11847/stat : 11847 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527923092264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11848] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11848/stat : 11848 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527922039720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11849] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11849/stat : 11849 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527920987176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11850] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11850/stat : 11850 (java) S 11840 11843 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527919933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11851] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11851/stat : 11851 (java) S 11840 11843 6847 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527918881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11852] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11852/stat : 11852 (java) S 11840 11843 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527917828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11853] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11853/stat : 11853 (java) S 11840 11843 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9877407 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527916775976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11854] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11854/stat : 11854 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527434447464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11855] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11855/stat : 11855 (java) S 11840 11843 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527433393784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11856] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11856/stat : 11856 (java) S 11840 11843 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527432341128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11857] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11857/stat : 11857 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527431289872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11858] ppid=11840 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/11843/task/11858/stat : 11858 (java) S 11840 11843 6847 0 -1 4202560 8075 0 0 0 93 1 0 0 20 0 19 0 9877411 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527430236216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11859] ppid=11840 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/11843/task/11859/stat : 11859 (java) S 11840 11843 6847 0 -1 4202560 7399 0 0 0 85 1 0 0 20 0 19 0 9877411 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527429183672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11860] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11860/stat : 11860 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527428131320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11861] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11861/stat : 11861 (java) S 11840 11843 6847 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527427078984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11865] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11865/stat : 11865 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877441 10060525568 46527 33554432000 1073741824 1073778376 140733389078976 140527422867112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=11843/tid=11854] ppid=11840 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11843/task/11854/stat : 11854 (java) S 11840 11843 6847 0 -1 4202560 732 0 0 0 0 6 0 0 20 0 22 0 9877408 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527434447464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11855] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11855/stat : 11855 (java) S 11840 11843 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9877408 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527433393784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11856] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11856/stat : 11856 (java) S 11840 11843 6847 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 9877408 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527432341128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11857] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11857/stat : 11857 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9877411 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527431289872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11858] ppid=11840 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/11843/task/11858/stat : 11858 (java) S 11840 11843 6847 0 -1 4202560 11609 0 0 0 165 1 0 0 20 0 22 0 9877411 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527430236216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11859] ppid=11840 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/11843/task/11859/stat : 11859 (java) S 11840 11843 6847 0 -1 4202560 9643 0 0 0 153 1 0 0 20 0 22 0 9877411 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527429183672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11860] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11860/stat : 11860 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9877411 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527428131320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11861] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11861/stat : 11861 (java) S 11840 11843 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 9877411 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527427078984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11865] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11865/stat : 11865 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9877441 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527422867112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11989] ppid=11840 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/11843/task/11989/stat : 11989 (java) R 11840 11843 6847 0 -1 4202560 2 0 0 0 15 0 0 0 20 0 22 0 9880589 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527426022184 140527924717799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11990] ppid=11840 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/11843/task/11990/stat : 11990 (java) R 11840 11843 6847 0 -1 4202560 2 0 0 0 15 0 0 0 20 0 22 0 9880589 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527423917032 140527924986010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11991] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11991/stat : 11991 (java) S 11840 11843 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9880593 10060525568 280279 33554432000 1073741824 1073778376 140733389078976 140527424972200 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 34.14
Current children cumulated vsize (KiB) 9824732

[startup+32.4009 s]
/proc/loadavg: 2.17 2.26 2.35 4/218 11991
/proc/meminfo: memFree=28814924/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9824732 CPUtime=34.92 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 26960 0 1 0 3386 106 0 0 20 0 22 0 9877405 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2456183 280280 2288 9 0 2446860 0
[pid=11843/tid=11845] ppid=11840 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/11843/task/11845/stat : 11845 (java) S 11840 11843 6847 0 -1 4202560 2444 0 1 0 71 2 0 0 20 0 22 0 9877406 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140528080720760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11846] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11846/stat : 11846 (java) S 11840 11843 6847 0 -1 4202560 54 0 0 0 11 3 0 0 20 0 22 0 9877407 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527924144808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11847] ppid=11840 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/11843/task/11847/stat : 11847 (java) S 11840 11843 6847 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 22 0 9877407 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527923092264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11848] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11848/stat : 11848 (java) S 11840 11843 6847 0 -1 4202560 53 0 0 0 11 3 0 0 20 0 22 0 9877407 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527922039720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11849] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11849/stat : 11849 (java) S 11840 11843 6847 0 -1 4202560 46 0 0 0 12 2 0 0 20 0 22 0 9877407 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527920987176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11850] ppid=11840 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/11843/task/11850/stat : 11850 (java) S 11840 11843 6847 0 -1 4202560 50 0 0 0 12 3 0 0 20 0 22 0 9877407 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527919933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11851] ppid=11840 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11843/task/11851/stat : 11851 (java) S 11840 11843 6847 0 -1 4202560 60 0 0 0 15 2 0 0 20 0 22 0 9877407 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527918881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11852] ppid=11840 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/11843/task/11852/stat : 11852 (java) S 11840 11843 6847 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 22 0 9877407 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527917828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11853] ppid=11840 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/11843/task/11853/stat : 11853 (java) S 11840 11843 6847 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 22 0 9877407 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527916775976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11854] ppid=11840 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11843/task/11854/stat : 11854 (java) S 11840 11843 6847 0 -1 4202560 732 0 0 0 0 6 0 0 20 0 22 0 9877408 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527434447464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11855] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11855/stat : 11855 (java) S 11840 11843 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9877408 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527433393784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11856] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11856/stat : 11856 (java) S 11840 11843 6847 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 9877408 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527432341128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11857] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11857/stat : 11857 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9877411 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527431289872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11858] ppid=11840 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/11843/task/11858/stat : 11858 (java) S 11840 11843 6847 0 -1 4202560 11609 0 0 0 165 1 0 0 20 0 22 0 9877411 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527430236216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11859] ppid=11840 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/11843/task/11859/stat : 11859 (java) S 11840 11843 6847 0 -1 4202560 9643 0 0 0 153 1 0 0 20 0 22 0 9877411 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527429183672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11860] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11860/stat : 11860 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9877411 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527428131320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11861] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11861/stat : 11861 (java) S 11840 11843 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 9877411 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527427078984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11865] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11865/stat : 11865 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9877441 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527422867112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11989] ppid=11840 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/11843/task/11989/stat : 11989 (java) R 11840 11843 6847 0 -1 4202560 2 0 0 0 55 0 0 0 20 0 22 0 9880589 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527426022184 140527924718247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11990] ppid=11840 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/11843/task/11990/stat : 11990 (java) R 11840 11843 6847 0 -1 4202560 3 0 0 0 55 0 0 0 20 0 22 0 9880589 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527423917032 140527924984256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11991] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11991/stat : 11991 (java) S 11840 11843 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9880593 10060525568 280280 33554432000 1073741824 1073778376 140733389078976 140527424972200 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 34.92
Current children cumulated vsize (KiB) 9824732

[startup+32.8009 s]
/proc/loadavg: 2.17 2.26 2.35 4/218 11991
/proc/meminfo: memFree=28814924/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9824732 CPUtime=35.19 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 26961 0 1 0 3411 108 0 0 20 0 19 0 9877405 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2456183 280273 2288 9 0 2446860 0
[pid=11843/tid=11845] ppid=11840 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/11843/task/11845/stat : 11845 (java) S 11840 11843 6847 0 -1 4202560 2444 0 1 0 71 2 0 0 20 0 19 0 9877406 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140528080720760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11846] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11846/stat : 11846 (java) S 11840 11843 6847 0 -1 4202560 54 0 0 0 11 3 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527924144808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11847] ppid=11840 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/11843/task/11847/stat : 11847 (java) S 11840 11843 6847 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527923092264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11848] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11848/stat : 11848 (java) S 11840 11843 6847 0 -1 4202560 53 0 0 0 11 3 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527922039720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11849] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11849/stat : 11849 (java) S 11840 11843 6847 0 -1 4202560 46 0 0 0 12 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527920987176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11850] ppid=11840 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/11843/task/11850/stat : 11850 (java) S 11840 11843 6847 0 -1 4202560 50 0 0 0 12 3 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527919933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11851] ppid=11840 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11843/task/11851/stat : 11851 (java) S 11840 11843 6847 0 -1 4202560 60 0 0 0 15 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527918881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11852] ppid=11840 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/11843/task/11852/stat : 11852 (java) S 11840 11843 6847 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527917828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11853] ppid=11840 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/11843/task/11853/stat : 11853 (java) S 11840 11843 6847 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527916775976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11854] ppid=11840 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11843/task/11854/stat : 11854 (java) S 11840 11843 6847 0 -1 4202560 732 0 0 0 0 6 0 0 20 0 19 0 9877408 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527434447464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11855] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11855/stat : 11855 (java) S 11840 11843 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527433393784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11856] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11856/stat : 11856 (java) S 11840 11843 6847 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527432341128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11857] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11857/stat : 11857 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527431289872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11858] ppid=11840 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/11843/task/11858/stat : 11858 (java) S 11840 11843 6847 0 -1 4202560 11609 0 0 0 165 1 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527430236216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11859] ppid=11840 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/11843/task/11859/stat : 11859 (java) S 11840 11843 6847 0 -1 4202560 9643 0 0 0 153 1 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527429183672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11860] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11860/stat : 11860 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527428131320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11861] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11861/stat : 11861 (java) S 11840 11843 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527427078984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11865] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11865/stat : 11865 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877441 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527422867112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 9824732

[startup+32.9007 s]
/proc/loadavg: 2.17 2.26 2.35 4/218 11991
/proc/meminfo: memFree=28814924/32872528 swapFree=1541688/1694988
[pid=11843] ppid=11840 vsize=9824732 CPUtime=35.26 cores=0,2,4,6
/proc/11843/stat : 11843 (java) S 11840 11843 6847 0 -1 4202496 26961 0 1 0 3418 108 0 0 20 0 19 0 9877405 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140733389070112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11843/statm: 2456183 280273 2288 9 0 2446860 0
[pid=11843/tid=11845] ppid=11840 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/11843/task/11845/stat : 11845 (java) R 11840 11843 6847 0 -1 4202560 2444 0 1 0 78 2 0 0 20 0 19 0 9877406 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140528080720520 140527925359099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11846] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11846/stat : 11846 (java) S 11840 11843 6847 0 -1 4202560 54 0 0 0 11 3 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527924144808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11847] ppid=11840 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/11843/task/11847/stat : 11847 (java) S 11840 11843 6847 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527923092264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11848] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11848/stat : 11848 (java) S 11840 11843 6847 0 -1 4202560 53 0 0 0 11 3 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527922039720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11849] ppid=11840 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11843/task/11849/stat : 11849 (java) S 11840 11843 6847 0 -1 4202560 46 0 0 0 12 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527920987176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11850] ppid=11840 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/11843/task/11850/stat : 11850 (java) S 11840 11843 6847 0 -1 4202560 50 0 0 0 12 3 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527919933608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11851] ppid=11840 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11843/task/11851/stat : 11851 (java) S 11840 11843 6847 0 -1 4202560 60 0 0 0 15 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527918881064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11852] ppid=11840 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/11843/task/11852/stat : 11852 (java) S 11840 11843 6847 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527917828520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11853] ppid=11840 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/11843/task/11853/stat : 11853 (java) S 11840 11843 6847 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 19 0 9877407 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527916775976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11854] ppid=11840 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11843/task/11854/stat : 11854 (java) S 11840 11843 6847 0 -1 4202560 732 0 0 0 0 6 0 0 20 0 19 0 9877408 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527434447464 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11855] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11855/stat : 11855 (java) S 11840 11843 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527433393784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11856] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11856/stat : 11856 (java) S 11840 11843 6847 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 9877408 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527432341128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11857] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11857/stat : 11857 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527431289872 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11858] ppid=11840 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/11843/task/11858/stat : 11858 (java) S 11840 11843 6847 0 -1 4202560 11609 0 0 0 165 1 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527430236216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11843/tid=11859] ppid=11840 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/11843/task/11859/stat : 11859 (java) S 11840 11843 6847 0 -1 4202560 9643 0 0 0 153 1 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527429183672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11843/tid=11860] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11860/stat : 11860 (java) S 11840 11843 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527428131320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11843/tid=11861] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11861/stat : 11861 (java) S 11840 11843 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9877411 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527427078984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11843/tid=11865] ppid=11840 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11843/task/11865/stat : 11865 (java) S 11840 11843 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9877441 10060525568 280273 33554432000 1073741824 1073778376 140733389078976 140527422867112 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 35.26
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 32.9669
CPU time (s): 35.3896
CPU user time (s): 34.1668
CPU system time (s): 1.22281
CPU usage (%): 107.349
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.1668
system time used= 1.22281
maximum resident set size= 1121124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26966
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= 2738
involuntary context switches= 2536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.240963 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-16 13:58:28
IDJOB=4091950
IDBENCH=78925
IDSOLVER=2552
FILE ID=node125/4091950-1466078308
RUNJOBID= node125-1466075444-9508
PBS_JOBID= 19904014
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 2c7bc414eea5148dc6372ccd38f2fe74
RANDOM SEED=1416517005

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29947348 kB
Buffers:           21420 kB
Cached:            56880 kB
SwapCached:         2664 kB
Active:           473348 kB
Inactive:          52872 kB
Active(anon):     448320 kB
Inactive(anon):     2116 kB
Active(file):      25028 kB
Inactive(file):    50756 kB
Unevictable:     1694988 kB
Mlocked:         1541688 kB
SwapTotal:      67108856 kB
SwapFree:       67096840 kB
Dirty:              1020 kB
Writeback:             0 kB
AnonPages:       2143540 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             565784 kB
SReclaimable:       9348 kB
SUnreclaim:       556436 kB
KernelStack:        1616 kB
PageTables:         8764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2352244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 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= 71744 MiB
End job on node125 at 2016-06-16 13:59:01