Trace number 4109777

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 49.4465 37.7504

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900568186--soft-66-100-0.wbo
MD5SUM105b60f6fd410ca15d025f7b690efafc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark43.3174
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109777-1466343750.wbo
0.11/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.217s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     1158
0.48/0.32	c #constraints  2707
0.48/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2528
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 927 literals
0.80/0.46	c And the winner is solver0
1.20/0.83	c SATISFIABLE
1.20/0.83	c OPTIMIZING...
1.20/0.83	c Got one! Elapsed wall clock time (in seconds):0.723
1.20/0.83	o 749
1.20/0.86	c And the winner is solver0
1.63/1.34	c Got one! Elapsed wall clock time (in seconds):1.235
1.63/1.34	o 555
1.63/1.37	c And the winner is solver0
1.85/1.85	c Got one! Elapsed wall clock time (in seconds):1.741
1.85/1.85	o 553
1.85/1.86	c And the winner is solver0
1.97/2.35	c Got one! Elapsed wall clock time (in seconds):2.246
1.97/2.35	o 520
1.97/2.38	c And the winner is solver0
2.05/2.86	c Got one! Elapsed wall clock time (in seconds):2.75
2.05/2.86	o 519
2.05/2.88	c And the winner is solver0
2.20/3.36	c Got one! Elapsed wall clock time (in seconds):3.253
2.20/3.36	o 498
2.20/3.37	c And the winner is solver0
2.23/3.86	c Got one! Elapsed wall clock time (in seconds):3.756
2.23/3.86	o 486
2.23/3.87	c And the winner is solver0
2.24/4.37	c Got one! Elapsed wall clock time (in seconds):4.26
2.24/4.37	o 429
2.24/4.37	c And the winner is solver0
2.24/4.87	c Got one! Elapsed wall clock time (in seconds):4.762
2.24/4.87	o 411
2.24/4.88	c And the winner is solver0
2.30/5.37	c Got one! Elapsed wall clock time (in seconds):5.265
2.30/5.37	o 246
2.30/5.38	c And the winner is solver0
2.31/5.87	c Got one! Elapsed wall clock time (in seconds):5.768
2.31/5.87	o 239
2.31/5.88	c And the winner is solver0
2.32/6.38	c Got one! Elapsed wall clock time (in seconds):6.27
2.32/6.38	o 205
2.42/6.43	c And the winner is solver0
2.56/6.88	c Got one! Elapsed wall clock time (in seconds):6.773
2.56/6.88	o 201
2.61/6.92	c And the winner is solver0
2.70/7.38	c Got one! Elapsed wall clock time (in seconds):7.275
2.70/7.38	o 196
3.23/7.65	c And the winner is solver0
3.33/7.88	c Got one! Elapsed wall clock time (in seconds):7.776
3.33/7.88	o 191
4.03/8.24	c cleaning 3904 clauses out of 7816 with flag 21110/7816
5.62/8.98	c cleaning 4951 clauses out of 9911 with flag 72095/13815
5.81/9.05	c And the winner is solver0
5.94/9.38	c Got one! Elapsed wall clock time (in seconds):9.278
5.94/9.38	o 189
6.16/9.53	c And the winner is solver0
6.23/9.89	c Got one! Elapsed wall clock time (in seconds):9.78
6.23/9.89	o 174
6.27/9.92	c And the winner is solver0
6.31/10.39	c Got one! Elapsed wall clock time (in seconds):10.281
6.31/10.39	o 171
6.32/10.43	c And the winner is solver0
6.44/10.89	c Got one! Elapsed wall clock time (in seconds):10.783
6.44/10.89	o 156
6.45/10.92	c And the winner is solver0
6.51/11.39	c Got one! Elapsed wall clock time (in seconds):11.285
6.51/11.39	o 154
6.51/11.40	c And the winner is solver0
6.51/11.89	c Got one! Elapsed wall clock time (in seconds):11.787
6.51/11.89	o 150
6.72/12.02	c And the winner is solver0
6.79/12.39	c Got one! Elapsed wall clock time (in seconds):12.288
6.79/12.39	o 147
7.25/12.67	c cleaning 5827 clauses out of 11682 with flag 13421/20537
7.89/12.85	c And the winner is solver0
7.89/12.90	c Got one! Elapsed wall clock time (in seconds):12.79
7.89/12.90	o 144
8.57/13.18	c cleaning 5425 clauses out of 10866 with flag 26597/25548
9.14/13.36	c And the winner is solver0
9.37/13.40	c Got one! Elapsed wall clock time (in seconds):13.292
9.37/13.40	o 142
9.37/13.43	c And the winner is solver0
9.60/13.90	c Got one! Elapsed wall clock time (in seconds):13.794
9.60/13.90	o 120
10.25/14.23	c And the winner is solver0
10.33/14.40	c Got one! Elapsed wall clock time (in seconds):14.296
10.33/14.40	o 114
10.33/14.49	c cleaning 5931 clauses out of 11884 with flag 11452/31991
11.54/15.05	c cleaning 5972 clauses out of 11954 with flag 56047/37992
11.54/15.09	c And the winner is solver0
11.74/15.40	c Got one! Elapsed wall clock time (in seconds):15.298
11.74/15.40	o 106
12.18/15.62	c And the winner is solver0
12.24/15.91	c Got one! Elapsed wall clock time (in seconds):15.8
12.24/15.91	o 105
12.81/16.25	c cleaning 5857 clauses out of 11750 with flag 24447/43760
14.01/16.87	c cleaning 5934 clauses out of 11894 with flag 75767/49761
14.01/16.88	c And the winner is solver0
14.20/16.91	c Got one! Elapsed wall clock time (in seconds):16.802
14.20/16.91	o 77
14.38/17.07	c And the winner is solver0
14.57/17.41	c Got one! Elapsed wall clock time (in seconds):17.304
14.57/17.41	o 69
15.23/17.72	c cleaning 5566 clauses out of 11160 with flag 23342/54961
15.41/17.80	c And the winner is solver0
15.45/17.91	c Got one! Elapsed wall clock time (in seconds):17.808
15.45/17.91	o 66
16.01/18.23	c cleaning 5326 clauses out of 10671 with flag 36284/60038
16.21/18.30	c And the winner is solver0
16.26/18.42	c Got one! Elapsed wall clock time (in seconds):18.314
16.26/18.42	o 59
16.40/18.57	c And the winner is solver0
16.58/18.93	c Got one! Elapsed wall clock time (in seconds):18.819
16.58/18.93	o 46
16.94/19.19	c cleaning 5596 clauses out of 11195 with flag 23941/65888
17.34/19.32	c And the winner is solver0
17.43/19.43	c Got one! Elapsed wall clock time (in seconds):19.325
17.43/19.43	o 37
17.82/19.63	c And the winner is solver0
17.91/19.94	c Got one! Elapsed wall clock time (in seconds):19.834
17.91/19.94	o 33
18.21/20.19	c cleaning 6014 clauses out of 12048 with flag 24499/72337
18.41/20.22	c And the winner is solver0
18.48/20.45	c Got one! Elapsed wall clock time (in seconds):20.344
18.48/20.45	o 32
18.97/20.74	c And the winner is solver0
19.09/20.96	c Got one! Elapsed wall clock time (in seconds):20.854
19.09/20.96	o 30
19.34/21.13	c cleaning 6001 clauses out of 12018 with flag 14246/78321
20.16/21.53	c cleaning 6003 clauses out of 12017 with flag 56299/84321
20.76/21.84	c And the winner is solver0
20.88/21.97	c Got one! Elapsed wall clock time (in seconds):21.866
20.88/21.97	o 28
20.93/22.08	c cleaning 5729 clauses out of 11474 with flag 8127/89781
21.31/22.20	c And the winner is solver0
21.36/22.49	c Got one! Elapsed wall clock time (in seconds):22.38
21.36/22.49	o 19
21.77/22.74	c cleaning 5775 clauses out of 11583 with flag 27529/95619
22.58/23.11	c cleaning 5893 clauses out of 11810 with flag 68938/101621
23.43/23.59	c cleaning 6448 clauses out of 12916 with flag 118615/108620
24.62/24.15	c cleaning 7229 clauses out of 14467 with flag 180402/116619
26.02/24.81	c cleaning 8110 clauses out of 16238 with flag 253639/125619
27.61/25.66	c cleaning 9060 clauses out of 18130 with flag 342892/135621
28.63/26.15	c And the winner is solver0
28.76/26.50	c Got one! Elapsed wall clock time (in seconds):26.394
28.76/26.50	o 17
30.08/27.11	c cleaning 9660 clauses out of 19326 with flag 39384/145877
31.09/27.65	c cleaning 7830 clauses out of 15666 with flag 85135/151877
32.48/28.34	c cleaning 7411 clauses out of 14837 with flag 139420/158879
32.68/28.45	c And the winner is solver0
32.81/28.52	c Got one! Elapsed wall clock time (in seconds):28.411
32.81/28.52	o 16
33.35/28.81	c cleaning 6469 clauses out of 12955 with flag 23728/164408
34.16/29.24	c cleaning 6237 clauses out of 12485 with flag 59421/170407
35.17/29.76	c And the winner is solver0
35.30/30.03	c Got one! Elapsed wall clock time (in seconds):29.929
35.30/30.03	o 15
35.61/30.21	c And the winner is solver0
35.68/30.56	c Got one! Elapsed wall clock time (in seconds):30.451
35.68/30.56	o 13
36.35/30.93	c cleaning 8941 clauses out of 17892 with flag 23433/182051
37.13/31.36	c cleaning 7464 clauses out of 14952 with flag 61509/188052
38.43/31.97	c cleaning 7219 clauses out of 14488 with flag 107089/195052
39.61/32.60	c cleaning 7625 clauses out of 15268 with flag 159800/203051
41.00/33.27	c cleaning 8317 clauses out of 16642 with flag 216042/212051
43.02/34.24	c cleaning 9149 clauses out of 18325 with flag 291332/222051
45.03/35.22	c cleaning 10080 clauses out of 20175 with flag 361673/233052
47.23/36.34	c cleaning 11040 clauses out of 22090 with flag 435570/245051
49.05/37.24	c And the winner is solver0
49.29/37.74	c >>>>>>>>>> Solver number 0 (44 answers) <<<<<<<<<<<<<<<<<<
49.29/37.74	c starts		: 141
49.29/37.74	c conflicts		: 255342
49.29/37.74	c decisions		: 445745
49.29/37.74	c propagations		: 20317904
49.29/37.74	c inspects		: 251397234
49.29/37.74	c shortcuts		: 0
49.29/37.74	c learnt literals	: 22
49.29/37.74	c learnt binary clauses	: 149
49.29/37.74	c learnt ternary clauses	: 638
49.29/37.74	c learnt constraints	: 255319
49.29/37.74	c ignored constraints	: 0
49.29/37.74	c root simplifications	: 0
49.29/37.74	c removed literals (reason simplification)	: 1395503
49.29/37.74	c reason swapping (by a shorter reason)	: 0
49.29/37.74	c Calls to reduceDB	: 34
49.29/37.74	c Number of update (reduction) of LBD	: 116588
49.29/37.74	c Imported unit clauses	: 0
49.29/37.74	c number of reductions to clauses (during analyze)	: 0
49.29/37.74	c number of learned constraints concerned by reduction	: 0
49.29/37.74	c number of learning phase by resolution	: 0
49.29/37.74	c number of learning phase by cutting planes	: 0
49.29/37.74	c speed (assignments/second)	: 543230.4154858029
49.29/37.74	c non guided choices	5691
49.29/37.74	c learnt constraints type 
49.29/37.74	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
49.29/37.74	c starts		: 61
49.29/37.74	c conflicts		: 3235
49.29/37.74	c decisions		: 51269
49.29/37.74	c propagations		: 201518
49.29/37.74	c inspects		: 30654393
49.29/37.74	c shortcuts		: 0
49.29/37.74	c learnt literals	: 0
49.29/37.74	c learnt binary clauses	: 0
49.29/37.74	c learnt ternary clauses	: 0
49.29/37.74	c learnt constraints	: 3203
49.29/37.74	c ignored constraints	: 0
49.29/37.74	c root simplifications	: 0
49.29/37.74	c removed literals (reason simplification)	: 0
49.29/37.74	c reason swapping (by a shorter reason)	: 0
49.29/37.74	c Calls to reduceDB	: 0
49.29/37.74	c Number of update (reduction) of LBD	: 0
49.29/37.74	c Imported unit clauses	: 0
49.29/37.74	c number of reductions to clauses (during analyze)	: 0
49.29/37.74	c number of learned constraints concerned by reduction	: 0
49.29/37.74	c number of learning phase by resolution	: 0
49.29/37.74	c number of learning phase by cutting planes	: 0
49.29/37.74	c speed (assignments/second)	: 28259.43065488711
49.29/37.74	c non guided choices	4666
49.29/37.74	c learnt constraints type 
49.29/37.74	s OPTIMUM FOUND
49.29/37.74	c Found 43 solution(s)
49.29/37.74	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 
49.29/37.74	c objective function=13
49.29/37.74	c Total wall clock time (in seconds): 37.632

Verifier Data

OK	13

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

pid=20709
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.29 2.06 1.79 4/196 20712
/proc/meminfo: memFree=29374456/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36420483 98570240 977 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 24065 977 743 9 0 16771 0
[pid=20712/tid=20713] ppid=20709 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) R 20709 20712 18590 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36420483 98570240 977 33554432000 1073741824 1073778376 140734487622720 139870687370792 211458803072 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.29 2.06 1.79 4/196 20712
/proc/meminfo: memFree=29374456/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 4495 0 1 0 10 1 0 0 20 0 18 0 36420483 9787879424 6120 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2389619 6120 2156 9 0 2380296 0
[pid=20712/tid=20713] ppid=20709 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) R 20709 20712 18590 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 36420483 9787879424 6120 33554432000 1073741824 1073778376 140734487622720 139870687374240 211462186253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 2.29 2.06 1.79 4/196 20712
/proc/meminfo: memFree=29374456/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 4746 0 1 0 24 1 0 0 20 0 18 0 36420483 9787879424 6841 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2389619 6841 2209 9 0 2380296 0
[pid=20712/tid=20713] ppid=20709 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) R 20709 20712 18590 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 36420483 9787879424 6841 33554432000 1073741824 1073778376 140734487622720 139870687374240 139870525781531 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300331 s]
/proc/loadavg: 2.29 2.06 1.79 4/196 20712
/proc/meminfo: memFree=29374456/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 5773 0 1 0 47 1 0 0 20 0 18 0 36420483 9787879424 8387 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2389619 8387 2231 9 0 2380296 0
[pid=20712/tid=20713] ppid=20709 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) R 20709 20712 18590 0 -1 4202560 2404 0 1 0 27 0 0 0 20 0 18 0 36420483 9787879424 8387 33554432000 1073741824 1073778376 140734487622720 139870687374240 139870526123584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700295 s]
/proc/loadavg: 2.29 2.06 1.79 4/196 20712
/proc/meminfo: memFree=29374456/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 7756 0 1 0 116 4 0 0 20 0 19 0 36420483 10060525568 11907 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2456183 11907 2260 9 0 2446860 0
[pid=20712/tid=20713] ppid=20709 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) S 20709 20712 18590 0 -1 4202560 2422 0 1 0 31 0 0 0 20 0 19 0 36420483 10060525568 11907 33554432000 1073741824 1073778376 140734487622720 139870687376248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 2.29 2.06 1.79 3/215 20737
/proc/meminfo: memFree=29312104/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 18086 0 1 0 176 9 0 0 20 0 19 0 36420483 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2456183 19485 2263 9 0 2446860 0
[pid=20712/tid=20713] ppid=20709 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) S 20709 20712 18590 0 -1 4202560 2423 0 1 0 32 0 0 0 20 0 19 0 36420483 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870687376248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20715] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20715/stat : 20715 (java) S 20709 20712 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870648867880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20716] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20716/stat : 20716 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870647815080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20717] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20717/stat : 20717 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870646762280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20718] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20718/stat : 20718 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870645709480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20719] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20719/stat : 20719 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870644656680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20720] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20720/stat : 20720 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870525712808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20721] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20721/stat : 20721 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870524660008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20722] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20722/stat : 20722 (java) S 20709 20712 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870523607208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20723] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20723/stat : 20723 (java) S 20709 20712 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870511410152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20724] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20724/stat : 20724 (java) S 20709 20712 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139870510356216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20725] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20725/stat : 20725 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139869904954888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20726] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20726/stat : 20726 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139869903903376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20727] ppid=20709 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/20712/task/20727/stat : 20727 (java) S 20709 20712 18590 0 -1 4202560 6479 0 0 0 53 1 0 0 20 0 19 0 36420487 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139869902850488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20728] ppid=20709 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/20712/task/20728/stat : 20728 (java) S 20709 20712 18590 0 -1 4202560 7839 0 0 0 58 1 0 0 20 0 19 0 36420487 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139869901797688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20729] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20729/stat : 20729 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139869900745080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20730] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20730/stat : 20730 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139869899692488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20734] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20734/stat : 20734 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420516 10060525568 19485 33554432000 1073741824 1073778376 140734487622720 139869895480616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 2.29 2.06 1.79 2/215 20743
/proc/meminfo: memFree=29293796/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 18198 0 1 0 207 13 0 0 20 0 19 0 36420483 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2456183 23153 2266 9 0 2446860 0
[pid=20712/tid=20713] ppid=20709 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) S 20709 20712 18590 0 -1 4202560 2424 0 1 0 33 0 0 0 20 0 19 0 36420483 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870687376248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20715] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20715/stat : 20715 (java) S 20709 20712 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870648867880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20716] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20716/stat : 20716 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870647815080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20717] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20717/stat : 20717 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870646762280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20718] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20718/stat : 20718 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870645709480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20719] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20719/stat : 20719 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870644656680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20720] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20720/stat : 20720 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870525712808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20721] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20721/stat : 20721 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870524660008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20722] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20722/stat : 20722 (java) S 20709 20712 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870523607208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20723] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20723/stat : 20723 (java) S 20709 20712 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870511410152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20724] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20724/stat : 20724 (java) S 20709 20712 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139870510356216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20725] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20725/stat : 20725 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139869904954888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20726] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20726/stat : 20726 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139869903903376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20727] ppid=20709 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/20712/task/20727/stat : 20727 (java) S 20709 20712 18590 0 -1 4202560 6480 0 0 0 61 2 0 0 20 0 19 0 36420487 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139869902850488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20728] ppid=20709 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/20712/task/20728/stat : 20728 (java) S 20709 20712 18590 0 -1 4202560 7923 0 0 0 74 1 0 0 20 0 19 0 36420487 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139869901797688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20729] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20729/stat : 20729 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139869900745080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20730] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20730/stat : 20730 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139869899692488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20734] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20734/stat : 20734 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420516 10060525568 23153 33554432000 1073741824 1073778376 140734487622720 139869895480616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=11 pid=1811 uid=0 cmd=

[startup+6.3008 s]
/proc/loadavg: 2.19 2.05 1.78 3/215 20764
/proc/meminfo: memFree=29260448/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 18281 0 1 0 219 13 0 0 20 0 19 0 36420483 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2456183 31171 2269 9 0 2446860 0
[pid=20712/tid=20713] ppid=20709 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) S 20709 20712 18590 0 -1 4202560 2428 0 1 0 35 0 0 0 20 0 19 0 36420483 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870687376248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20715] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20715/stat : 20715 (java) S 20709 20712 18590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870648867880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20716] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20716/stat : 20716 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870647815080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20717] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20717/stat : 20717 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870646762280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20718] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20718/stat : 20718 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870645709480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20719] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20719/stat : 20719 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870644656680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20720] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20720/stat : 20720 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870525712808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20721] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20721/stat : 20721 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870524660008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20722] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20722/stat : 20722 (java) S 20709 20712 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420484 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870523607208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20723] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20723/stat : 20723 (java) S 20709 20712 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870511410152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20724] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20724/stat : 20724 (java) S 20709 20712 18590 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139870510356216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20725] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20725/stat : 20725 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139869904954888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20726] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20726/stat : 20726 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 31171 33554432000 1073741824 1073778376 140734487622720 139869903903376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20727] ppid=20709 vsize=9824732 CPUtime=0.64 cores=0,2,4,6

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

[pid=20712/tid=20723] ppid=20709 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20712/task/20723/stat : 20723 (java) S 20709 20712 18590 0 -1 4202560 1240 0 0 0 1 5 0 0 20 0 22 0 36420485 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870511410152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20724] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20724/stat : 20724 (java) S 20709 20712 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36420485 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870510356216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20725] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20725/stat : 20725 (java) S 20709 20712 18590 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 36420485 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869904954888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20726] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20726/stat : 20726 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869903903376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20727] ppid=20709 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/20712/task/20727/stat : 20727 (java) S 20709 20712 18590 0 -1 4202560 9165 0 0 0 146 2 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869902850488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20728] ppid=20709 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/20712/task/20728/stat : 20728 (java) S 20709 20712 18590 0 -1 4202560 8873 0 0 0 152 2 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869901797688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20729] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20729/stat : 20729 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869900745080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20730] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20730/stat : 20730 (java) S 20709 20712 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869899692488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20734] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20734/stat : 20734 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36420516 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869895480616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20861] ppid=20709 vsize=9824732 CPUtime=6.13 cores=0,2,4,6
/proc/20712/task/20861/stat : 20861 (java) R 20709 20712 18590 0 -1 4202560 5 0 0 0 613 0 0 0 20 0 22 0 36423541 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869898636456 139870526271117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20862] ppid=20709 vsize=9824732 CPUtime=6.13 cores=0,2,4,6
/proc/20712/task/20862/stat : 20862 (java) R 20709 20712 18590 0 -1 4202560 214 0 0 0 605 8 0 0 20 0 22 0 36423541 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869897584320 139870526335626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20863] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20863/stat : 20863 (java) S 20709 20712 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36423544 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869896533160 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.25
Current children cumulated vsize (KiB) 9824732

[startup+37.201 s]
/proc/loadavg: 2.51 2.13 1.82 4/218 20863
/proc/meminfo: memFree=27543560/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9824732 CPUtime=49.05 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 25350 0 1 0 4778 127 0 0 20 0 22 0 36420483 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2456183 449954 2289 9 0 2446860 0
[pid=20712/tid=20713] ppid=20709 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) S 20709 20712 18590 0 -1 4202560 2443 0 1 0 52 2 0 0 20 0 22 0 36420483 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870687376248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20715] ppid=20709 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/20712/task/20715/stat : 20715 (java) S 20709 20712 18590 0 -1 4202560 71 0 0 0 10 3 0 0 20 0 22 0 36420484 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870648867880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20716] ppid=20709 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20712/task/20716/stat : 20716 (java) S 20709 20712 18590 0 -1 4202560 68 0 0 0 11 3 0 0 20 0 22 0 36420484 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870647815080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20717] ppid=20709 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/20712/task/20717/stat : 20717 (java) S 20709 20712 18590 0 -1 4202560 81 0 0 0 12 4 0 0 20 0 22 0 36420484 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870646762280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20718] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20718/stat : 20718 (java) S 20709 20712 18590 0 -1 4202560 82 0 0 0 12 3 0 0 20 0 22 0 36420484 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870645709480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20719] ppid=20709 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/20712/task/20719/stat : 20719 (java) S 20709 20712 18590 0 -1 4202560 136 0 0 0 16 5 0 0 20 0 22 0 36420484 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870644656680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20720] ppid=20709 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/20712/task/20720/stat : 20720 (java) S 20709 20712 18590 0 -1 4202560 88 0 0 0 16 4 0 0 20 0 22 0 36420484 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870525712808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20721] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20721/stat : 20721 (java) S 20709 20712 18590 0 -1 4202560 85 0 0 0 11 4 0 0 20 0 22 0 36420484 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870524660008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20722] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20722/stat : 20722 (java) S 20709 20712 18590 0 -1 4202560 99 0 0 0 11 4 0 0 20 0 22 0 36420484 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870523607208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20723] ppid=20709 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20712/task/20723/stat : 20723 (java) S 20709 20712 18590 0 -1 4202560 1240 0 0 0 1 5 0 0 20 0 22 0 36420485 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870511410152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20724] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20724/stat : 20724 (java) S 20709 20712 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36420485 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139870510356216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20725] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20725/stat : 20725 (java) S 20709 20712 18590 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 36420485 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869904954888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20726] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20726/stat : 20726 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869903903376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20727] ppid=20709 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/20712/task/20727/stat : 20727 (java) S 20709 20712 18590 0 -1 4202560 9165 0 0 0 146 2 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869902850488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20728] ppid=20709 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/20712/task/20728/stat : 20728 (java) S 20709 20712 18590 0 -1 4202560 8873 0 0 0 152 2 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869901797688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20729] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20729/stat : 20729 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869900745080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20730] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20730/stat : 20730 (java) S 20709 20712 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36420487 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869899692488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20734] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20734/stat : 20734 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36420516 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869895480616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20861] ppid=20709 vsize=9824732 CPUtime=6.53 cores=0,2,4,6
/proc/20712/task/20861/stat : 20861 (java) R 20709 20712 18590 0 -1 4202560 5 0 0 0 653 0 0 0 20 0 22 0 36423541 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869898636336 139870526276249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20862] ppid=20709 vsize=9824732 CPUtime=6.53 cores=0,2,4,6
/proc/20712/task/20862/stat : 20862 (java) R 20709 20712 18590 0 -1 4202560 214 0 0 0 645 8 0 0 20 0 22 0 36423541 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869897584320 139870526494697 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20863] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20863/stat : 20863 (java) S 20709 20712 18590 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36423544 10060525568 449954 33554432000 1073741824 1073778376 140734487622720 139869896533160 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.05
Current children cumulated vsize (KiB) 9824732

[startup+37.6008 s]
/proc/loadavg: 2.51 2.13 1.82 2/215 20863
/proc/meminfo: memFree=27518116/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9824732 CPUtime=49.19 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 25351 0 1 0 4790 129 0 0 20 0 19 0 36420483 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2456183 449948 2289 9 0 2446860 0
[pid=20712/tid=20713] ppid=20709 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) R 20709 20712 18590 0 -1 4202560 2443 0 1 0 53 3 0 0 20 0 19 0 36420483 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870687374640 139870526824853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20715] ppid=20709 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/20712/task/20715/stat : 20715 (java) S 20709 20712 18590 0 -1 4202560 71 0 0 0 10 3 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870648867880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20716] ppid=20709 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20712/task/20716/stat : 20716 (java) S 20709 20712 18590 0 -1 4202560 68 0 0 0 11 3 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870647815080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20717] ppid=20709 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/20712/task/20717/stat : 20717 (java) S 20709 20712 18590 0 -1 4202560 81 0 0 0 12 4 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870646762280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20718] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20718/stat : 20718 (java) S 20709 20712 18590 0 -1 4202560 82 0 0 0 12 3 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870645709480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20719] ppid=20709 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/20712/task/20719/stat : 20719 (java) S 20709 20712 18590 0 -1 4202560 136 0 0 0 16 5 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870644656680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20720] ppid=20709 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/20712/task/20720/stat : 20720 (java) S 20709 20712 18590 0 -1 4202560 88 0 0 0 16 4 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870525712808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20721] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20721/stat : 20721 (java) S 20709 20712 18590 0 -1 4202560 85 0 0 0 11 4 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870524660008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20722] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20722/stat : 20722 (java) S 20709 20712 18590 0 -1 4202560 99 0 0 0 11 4 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870523607208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20723] ppid=20709 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20712/task/20723/stat : 20723 (java) S 20709 20712 18590 0 -1 4202560 1240 0 0 0 1 5 0 0 20 0 19 0 36420485 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870511410152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20724] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20724/stat : 20724 (java) S 20709 20712 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870510356216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20725] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20725/stat : 20725 (java) S 20709 20712 18590 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869904954888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20726] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20726/stat : 20726 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869903903376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20727] ppid=20709 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/20712/task/20727/stat : 20727 (java) S 20709 20712 18590 0 -1 4202560 9165 0 0 0 146 2 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869902850488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20728] ppid=20709 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/20712/task/20728/stat : 20728 (java) S 20709 20712 18590 0 -1 4202560 8873 0 0 0 153 2 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869901797688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20729] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20729/stat : 20729 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869900745080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20730] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20730/stat : 20730 (java) S 20709 20712 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869899692488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20734] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20734/stat : 20734 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420516 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869895480616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.19
Current children cumulated vsize (KiB) 9824732

[startup+37.7008 s]
/proc/loadavg: 2.51 2.13 1.82 2/215 20863
/proc/meminfo: memFree=27518116/32872528 swapFree=496868/529572
[pid=20712] ppid=20709 vsize=9824732 CPUtime=49.29 cores=0,2,4,6
/proc/20712/stat : 20712 (java) S 20709 20712 18590 0 -1 4202496 25351 0 1 0 4800 129 0 0 20 0 19 0 36420483 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 140734487613856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20712/statm: 2456183 449948 2289 9 0 2446860 0
[pid=20712/tid=20713] ppid=20709 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/20712/task/20713/stat : 20713 (java) R 20709 20712 18590 0 -1 4202560 2443 0 1 0 63 3 0 0 20 0 19 0 36420483 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870687376008 139870525986736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20715] ppid=20709 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/20712/task/20715/stat : 20715 (java) S 20709 20712 18590 0 -1 4202560 71 0 0 0 10 3 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870648867880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20716] ppid=20709 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/20712/task/20716/stat : 20716 (java) S 20709 20712 18590 0 -1 4202560 68 0 0 0 11 3 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870647815080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20717] ppid=20709 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/20712/task/20717/stat : 20717 (java) S 20709 20712 18590 0 -1 4202560 81 0 0 0 12 4 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870646762280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20718] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20718/stat : 20718 (java) S 20709 20712 18590 0 -1 4202560 82 0 0 0 12 3 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870645709480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20719] ppid=20709 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/20712/task/20719/stat : 20719 (java) S 20709 20712 18590 0 -1 4202560 136 0 0 0 16 5 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870644656680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20720] ppid=20709 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/20712/task/20720/stat : 20720 (java) S 20709 20712 18590 0 -1 4202560 88 0 0 0 16 4 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870525712808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20721] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20721/stat : 20721 (java) S 20709 20712 18590 0 -1 4202560 85 0 0 0 11 4 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870524660008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20722] ppid=20709 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20712/task/20722/stat : 20722 (java) S 20709 20712 18590 0 -1 4202560 99 0 0 0 11 4 0 0 20 0 19 0 36420484 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870523607208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20723] ppid=20709 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20712/task/20723/stat : 20723 (java) S 20709 20712 18590 0 -1 4202560 1240 0 0 0 1 5 0 0 20 0 19 0 36420485 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870511410152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20724] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20724/stat : 20724 (java) S 20709 20712 18590 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139870510356216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20725] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20725/stat : 20725 (java) S 20709 20712 18590 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 36420485 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869904954888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20712/tid=20726] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20726/stat : 20726 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869903903376 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20727] ppid=20709 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/20712/task/20727/stat : 20727 (java) S 20709 20712 18590 0 -1 4202560 9165 0 0 0 146 2 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869902850488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20712/tid=20728] ppid=20709 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/20712/task/20728/stat : 20728 (java) S 20709 20712 18590 0 -1 4202560 8873 0 0 0 153 2 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869901797688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20712/tid=20729] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20729/stat : 20729 (java) S 20709 20712 18590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869900745080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20730] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20730/stat : 20730 (java) S 20709 20712 18590 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36420487 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869899692488 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20712/tid=20734] ppid=20709 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20712/task/20734/stat : 20734 (java) S 20709 20712 18590 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36420516 10060525568 449948 33554432000 1073741824 1073778376 140734487622720 139869895480616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.29
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 37.7504
CPU time (s): 49.4465
CPU user time (s): 47.9947
CPU system time (s): 1.45178
CPU usage (%): 130.983
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.9947
system time used= 1.45178
maximum resident set size= 1799816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25361
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= 2811
involuntary context switches= 1955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.275958 second user time and 0.361944 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 105b60f6fd410ca15d025f7b690efafc
RANDOM SEED=401456736

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:        29374348 kB
Buffers:           84652 kB
Cached:           172864 kB
SwapCached:         2228 kB
Active:          2050340 kB
Inactive:         173352 kB
Active(anon):    1966388 kB
Inactive(anon):     2396 kB
Active(file):      83952 kB
Inactive(file):   170956 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099196 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:       2495104 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             609068 kB
SReclaimable:      52468 kB
SUnreclaim:       556600 kB
KernelStack:        1632 kB
PageTables:         9388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3132252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1955840 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:43:08