Trace number 4110401

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 140.142 87.2976

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900579996--soft-0-100-0.wbo
MD5SUMc45be88cd75ffa8279348f234419b8ae
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark57.1263
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 constraints2707
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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-4110401-1466347223.wbo
0.09/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.225s.
0.46/0.34	c declared #vars     231
0.46/0.34	c internal #vars     2938
0.46/0.34	c #constraints  2707
0.46/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c objective function length is 2707 literals
0.77/0.48	c And the winner is solver0
1.29/0.85	c SATISFIABLE
1.29/0.85	c OPTIMIZING...
1.29/0.85	c Got one! Elapsed wall clock time (in seconds):0.731
1.29/0.85	o 974
1.43/0.90	c And the winner is solver0
1.53/1.40	c Got one! Elapsed wall clock time (in seconds):1.277
1.53/1.40	o 514
1.53/1.42	c And the winner is solver0
1.61/1.91	c Got one! Elapsed wall clock time (in seconds):1.789
1.61/1.91	o 381
1.61/1.93	c And the winner is solver0
1.75/2.42	c Got one! Elapsed wall clock time (in seconds):2.299
1.75/2.42	o 372
1.75/2.44	c And the winner is solver0
1.87/2.92	c Got one! Elapsed wall clock time (in seconds):2.805
1.87/2.92	o 362
1.87/2.95	c And the winner is solver0
1.99/3.43	c Got one! Elapsed wall clock time (in seconds):3.311
1.99/3.43	o 324
1.99/3.44	c And the winner is solver0
2.02/3.93	c Got one! Elapsed wall clock time (in seconds):3.817
2.02/3.93	o 307
2.02/3.97	c And the winner is solver0
2.21/4.44	c Got one! Elapsed wall clock time (in seconds):4.321
2.21/4.44	o 255
2.21/4.45	c And the winner is solver0
2.22/4.94	c Got one! Elapsed wall clock time (in seconds):4.825
2.22/4.94	o 247
2.22/4.95	c And the winner is solver0
2.22/5.45	c Got one! Elapsed wall clock time (in seconds):5.329
2.22/5.45	o 206
2.22/5.47	c And the winner is solver0
2.29/5.95	c Got one! Elapsed wall clock time (in seconds):5.833
2.29/5.95	o 202
2.29/5.96	c And the winner is solver0
2.34/6.46	c Got one! Elapsed wall clock time (in seconds):6.338
2.34/6.46	o 181
2.34/6.47	c And the winner is solver0
2.37/6.96	c Got one! Elapsed wall clock time (in seconds):6.843
2.37/6.96	o 171
2.37/6.98	c And the winner is solver0
2.41/7.47	c Got one! Elapsed wall clock time (in seconds):7.347
2.41/7.47	o 161
2.41/7.49	c And the winner is solver0
2.49/7.97	c Got one! Elapsed wall clock time (in seconds):7.851
2.49/7.97	o 159
2.49/7.99	c And the winner is solver0
2.52/8.47	c Got one! Elapsed wall clock time (in seconds):8.356
2.52/8.47	o 144
2.52/8.48	c And the winner is solver0
2.52/8.98	c Got one! Elapsed wall clock time (in seconds):8.86
2.52/8.98	o 130
2.56/9.01	c And the winner is solver0
2.60/9.48	c Got one! Elapsed wall clock time (in seconds):9.363
2.60/9.48	o 123
2.94/9.61	c And the winner is solver0
2.98/9.98	c Got one! Elapsed wall clock time (in seconds):9.867
2.98/9.98	o 116
3.01/10.02	c And the winner is solver0
3.07/10.49	c Got one! Elapsed wall clock time (in seconds):10.371
3.07/10.49	o 114
3.08/10.57	c And the winner is solver0
3.29/10.99	c Got one! Elapsed wall clock time (in seconds):10.874
3.29/10.99	o 113
3.29/11.00	c And the winner is solver0
3.30/11.50	c Got one! Elapsed wall clock time (in seconds):11.378
3.30/11.50	o 108
3.30/11.53	c And the winner is solver0
3.39/12.00	c Got one! Elapsed wall clock time (in seconds):11.882
3.39/12.00	o 103
3.39/12.01	c And the winner is solver0
3.42/12.50	c Got one! Elapsed wall clock time (in seconds):12.386
3.42/12.50	o 74
3.42/12.51	c And the winner is solver0
3.42/13.01	c Got one! Elapsed wall clock time (in seconds):12.89
3.42/13.01	o 48
4.31/13.44	c cleaning 4225 clauses out of 8450 with flag 41832/8450
4.31/13.44	c And the winner is solver0
4.48/13.51	c Got one! Elapsed wall clock time (in seconds):13.395
4.48/13.51	o 47
4.48/13.53	c And the winner is solver0
4.52/14.02	c Got one! Elapsed wall clock time (in seconds):13.902
4.52/14.02	o 45
4.52/14.04	c And the winner is solver0
4.57/14.53	c Got one! Elapsed wall clock time (in seconds):14.409
4.57/14.53	o 32
4.57/14.55	c And the winner is solver0
4.67/15.03	c Got one! Elapsed wall clock time (in seconds):14.917
4.67/15.03	o 30
4.67/15.08	c And the winner is solver0
4.77/15.54	c Got one! Elapsed wall clock time (in seconds):15.425
4.77/15.54	o 29
4.87/15.61	c And the winner is solver0
4.92/16.05	c Got one! Elapsed wall clock time (in seconds):15.933
4.92/16.05	o 25
5.48/16.31	c And the winner is solver0
5.59/16.57	c Got one! Elapsed wall clock time (in seconds):16.454
5.59/16.57	o 17
5.65/16.68	c And the winner is solver0
5.83/17.08	c Got one! Elapsed wall clock time (in seconds):16.964
5.83/17.08	o 16
5.85/17.16	c And the winner is solver0
6.02/17.60	c Got one! Elapsed wall clock time (in seconds):17.474
6.02/17.60	o 15
6.03/17.70	c And the winner is solver0
6.24/18.10	c Got one! Elapsed wall clock time (in seconds):17.984
6.24/18.10	o 12
6.41/18.22	c cleaning 5626 clauses out of 11266 with flag 12746/15491
7.25/18.70	c cleaning 5814 clauses out of 11641 with flag 77909/21492
8.49/19.22	c cleaning 6409 clauses out of 12830 with flag 150483/28495
9.72/19.82	c cleaning 7201 clauses out of 14417 with flag 244015/36491
11.16/20.56	c cleaning 8101 clauses out of 16220 with flag 346762/45495
12.76/21.38	c cleaning 9049 clauses out of 18116 with flag 463718/55492
14.76/22.34	c cleaning 10029 clauses out of 20069 with flag 597262/66494
17.20/23.50	c cleaning 11008 clauses out of 22038 with flag 763553/78492
19.47/24.67	c cleaning 12007 clauses out of 24030 with flag 913559/91492
20.67/25.20	c And the winner is solver0
20.68/25.62	c Got one! Elapsed wall clock time (in seconds):25.497
20.68/25.62	o 11
21.68/26.17	c cleaning 11770 clauses out of 23547 with flag 42493/103016
21.88/26.29	c And the winner is solver0
22.08/26.63	c Got one! Elapsed wall clock time (in seconds):26.514
22.08/26.63	o 9
22.86/27.05	c cleaning 8582 clauses out of 17181 with flag 39295/108420
22.86/27.07	c And the winner is solver0
23.02/27.15	c Got one! Elapsed wall clock time (in seconds):27.032
23.02/27.15	o 6
23.09/27.28	c And the winner is solver0
23.27/27.67	c Got one! Elapsed wall clock time (in seconds):27.554
23.27/27.67	o 5
23.90/28.04	c cleaning 7252 clauses out of 14521 with flag 50763/114342
24.50/28.33	c And the winner is solver0
24.64/28.69	c Got one! Elapsed wall clock time (in seconds):28.575
24.64/28.69	o 3
24.65/28.79	c cleaning 6256 clauses out of 12538 with flag 10347/119611
25.06/28.90	c And the winner is solver0
25.10/29.22	c Got one! Elapsed wall clock time (in seconds):29.1
25.10/29.22	o 2
25.43/29.43	c And the winner is solver0
25.52/29.74	c Got one! Elapsed wall clock time (in seconds):29.624
25.52/29.74	o 1
25.79/29.91	c cleaning 6344 clauses out of 12719 with flag 20240/126048
26.59/30.34	c cleaning 6169 clauses out of 12373 with flag 86532/132046
27.65/30.86	c cleaning 6586 clauses out of 13204 with flag 160302/139046
28.84/31.44	c cleaning 7293 clauses out of 14618 with flag 242647/147046
30.24/32.13	c cleaning 8148 clauses out of 16326 with flag 334302/156047
31.88/32.95	c cleaning 9079 clauses out of 18180 with flag 439463/166049
33.68/33.86	c cleaning 10029 clauses out of 20098 with flag 559054/177046
35.91/34.96	c cleaning 11028 clauses out of 22070 with flag 695956/189047
38.51/36.22	c cleaning 12016 clauses out of 24042 with flag 845454/202047
41.34/37.64	c cleaning 13004 clauses out of 26026 with flag 1005575/216047
44.34/39.15	c cleaning 14005 clauses out of 28023 with flag 1179983/231048
48.20/41.04	c cleaning 14987 clauses out of 30019 with flag 1376175/247049
52.39/43.11	c cleaning 16004 clauses out of 32029 with flag 1574093/264046
57.25/45.56	c cleaning 16991 clauses out of 34027 with flag 1793840/282048
62.25/48.02	c cleaning 18016 clauses out of 36035 with flag 2004296/301047
67.57/50.67	c cleaning 19004 clauses out of 38018 with flag 2186879/321046
73.76/53.75	c cleaning 20003 clauses out of 40015 with flag 2369354/342048
81.23/57.43	c cleaning 21001 clauses out of 42010 with flag 2568332/364047
88.63/61.16	c cleaning 21992 clauses out of 44008 with flag 2764856/387047
96.12/64.86	c cleaning 23004 clauses out of 46015 with flag 2934191/411046
104.73/69.19	c cleaning 23996 clauses out of 48010 with flag 3152500/436046
115.39/74.47	c cleaning 25005 clauses out of 50014 with flag 3399095/462046
125.08/79.21	c cleaning 25999 clauses out of 52008 with flag 3589096/489048
135.34/84.37	c cleaning 27002 clauses out of 54006 with flag 3788626/517046
139.54/86.41	c And the winner is solver0
139.97/87.28	c >>>>>>>>>> Solver number 0 (43 answers) <<<<<<<<<<<<<<<<<<
139.97/87.28	c starts		: 109
139.97/87.28	c conflicts		: 534208
139.97/87.28	c decisions		: 798607
139.97/87.28	c propagations		: 24879225
139.97/87.28	c inspects		: 1080707716
139.97/87.28	c shortcuts		: 0
139.97/87.28	c learnt literals	: 26
139.97/87.28	c learnt binary clauses	: 196
139.97/87.28	c learnt ternary clauses	: 807
139.97/87.28	c learnt constraints	: 534181
139.97/87.28	c ignored constraints	: 0
139.97/87.28	c root simplifications	: 0
139.97/87.28	c removed literals (reason simplification)	: 2317576
139.97/87.28	c reason swapping (by a shorter reason)	: 0
139.97/87.28	c Calls to reduceDB	: 38
139.97/87.28	c Number of update (reduction) of LBD	: 180096
139.97/87.28	c Imported unit clauses	: 0
139.97/87.28	c number of reductions to clauses (during analyze)	: 0
139.97/87.28	c number of learned constraints concerned by reduction	: 0
139.97/87.28	c number of learning phase by resolution	: 0
139.97/87.28	c number of learning phase by cutting planes	: 0
139.97/87.28	c speed (assignments/second)	: 286247.770810562
139.97/87.28	c non guided choices	4683
139.97/87.28	c learnt constraints type 
139.97/87.28	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
139.97/87.28	c starts		: 67
139.97/87.28	c conflicts		: 5373
139.97/87.28	c decisions		: 91368
139.97/87.28	c propagations		: 305383
139.97/87.28	c inspects		: 82940460
139.97/87.28	c shortcuts		: 0
139.97/87.28	c learnt literals	: 0
139.97/87.28	c learnt binary clauses	: 0
139.97/87.28	c learnt ternary clauses	: 0
139.97/87.28	c learnt constraints	: 5347
139.97/87.28	c ignored constraints	: 0
139.97/87.28	c root simplifications	: 0
139.97/87.28	c removed literals (reason simplification)	: 0
139.97/87.28	c reason swapping (by a shorter reason)	: 0
139.97/87.28	c Calls to reduceDB	: 0
139.97/87.28	c Number of update (reduction) of LBD	: 0
139.97/87.28	c Imported unit clauses	: 0
139.97/87.28	c number of reductions to clauses (during analyze)	: 0
139.97/87.28	c number of learned constraints concerned by reduction	: 0
139.97/87.28	c number of learning phase by resolution	: 0
139.97/87.28	c number of learning phase by cutting planes	: 0
139.97/87.28	c speed (assignments/second)	: 5312.209716979491
139.97/87.28	c non guided choices	4400
139.97/87.28	c learnt constraints type 
139.97/87.28	s OPTIMUM FOUND
139.97/87.28	c Found 42 solution(s)
139.97/87.28	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 
139.97/87.28	c objective function=1
139.97/87.28	c Total wall clock time (in seconds): 87.166

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110401-1466347223/watcher-4110401-1466347223 -o /tmp/evaluation-result-4110401-1466347223/solver-4110401-1466347223 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28925 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110401-1466347223.wbo 

pid=4091
running on 4 cores: 1,3,5,7

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.43 2.33 2.23 4/199 4094
/proc/meminfo: memFree=27527204/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/4094/stat : 4094 (java) R 4091 4094 28908 0 -1 4202496 381 0 0 0 0 0 0 0 20 0 1 0 36768281 5767168 52 33554432000 1073741824 1073778376 140735061218112 140735061215240 215115464264 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 1408 55 43 9 0 30 0

[startup+0.100158 s]
/proc/loadavg: 2.43 2.33 2.23 4/199 4094
/proc/meminfo: memFree=27527204/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 4476 0 1 0 8 1 0 0 20 0 18 0 36768281 9787879424 5584 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2389619 5584 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200334 s]
/proc/loadavg: 2.43 2.33 2.23 4/199 4094
/proc/meminfo: memFree=27527204/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 4811 0 1 0 22 1 0 0 20 0 18 0 36768281 9787879424 6376 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2389619 6376 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300344 s]
/proc/loadavg: 2.43 2.33 2.23 4/199 4094
/proc/meminfo: memFree=27527204/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 5686 0 1 0 45 1 0 0 20 0 18 0 36768281 9787879424 8013 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2389619 8013 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700312 s]
/proc/loadavg: 2.43 2.33 2.23 4/199 4094
/proc/meminfo: memFree=27527204/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 8615 0 1 0 125 4 0 0 20 0 19 0 36768281 10060525568 12953 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2456183 12953 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.31 2.31 2.22 2/219 4119
/proc/meminfo: memFree=27481264/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 8918 0 1 0 155 6 0 0 20 0 19 0 36768281 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2456183 15541 2272 9 0 2446860 0
[pid=4094/tid=4096] ppid=4091 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/4094/task/4096/stat : 4096 (java) S 4091 4094 28908 0 -1 4202560 2510 0 1 0 34 2 0 0 20 0 19 0 36768282 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662327825272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4097] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4097/stat : 4097 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662171756840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4098] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4098/stat : 4098 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662170704040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4099] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4099/stat : 4099 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662169651752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4100] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4100/stat : 4100 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662168598952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4101] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4101/stat : 4101 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662167546664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4102] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4102/stat : 4102 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662166493864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4103] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4103/stat : 4103 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662165441576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4104] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4104/stat : 4104 (java) S 4091 4094 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662164388776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4105] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4105/stat : 4105 (java) S 4091 4094 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36768284 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662151977192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4106] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4106/stat : 4106 (java) S 4091 4094 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36768284 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662150923256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4107] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4107/stat : 4107 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36768285 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662149870856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4108] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4108/stat : 4108 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662148819344 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4109] ppid=4091 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/4094/task/4109/stat : 4109 (java) S 4091 4094 28908 0 -1 4202560 2218 0 0 0 40 0 0 0 20 0 19 0 36768287 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662147766968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4110] ppid=4091 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/4094/task/4110/stat : 4110 (java) S 4091 4094 28908 0 -1 4202560 2847 0 0 0 47 0 0 0 20 0 19 0 36768287 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662146714168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4111] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4111/stat : 4111 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662145662072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4112] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4112/stat : 4112 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662144609480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4116] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4116/stat : 4116 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36768318 10060525568 15541 33554432000 1073741824 1073778376 140735061218112 140662140396584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 2.31 2.31 2.22 2/218 4124
/proc/meminfo: memFree=27463888/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 10552 0 1 0 186 13 0 0 20 0 19 0 36768281 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2456183 20693 2275 9 0 2446860 0
[pid=4094/tid=4096] ppid=4091 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/4094/task/4096/stat : 4096 (java) S 4091 4094 28908 0 -1 4202560 2513 0 1 0 36 2 0 0 20 0 19 0 36768282 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662327825272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4097] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4097/stat : 4097 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662171756840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4098] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4098/stat : 4098 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662170704040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4099] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4099/stat : 4099 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662169651752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4100] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4100/stat : 4100 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662168598952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4101] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4101/stat : 4101 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662167546664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4102] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4102/stat : 4102 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662166493864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4103] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4103/stat : 4103 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662165441576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4104] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4104/stat : 4104 (java) S 4091 4094 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662164388776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4105] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4105/stat : 4105 (java) S 4091 4094 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36768284 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662151977192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4106] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4106/stat : 4106 (java) S 4091 4094 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36768284 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662150923256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4107] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4107/stat : 4107 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36768285 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662149870856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4108] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4108/stat : 4108 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662148819344 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4109] ppid=4091 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/4094/task/4109/stat : 4109 (java) S 4091 4094 28908 0 -1 4202560 3288 0 0 0 55 0 0 0 20 0 19 0 36768287 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662147766968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4110] ppid=4091 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/4094/task/4110/stat : 4110 (java) S 4091 4094 28908 0 -1 4202560 3378 0 0 0 55 1 0 0 20 0 19 0 36768287 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662146714168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4111] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4111/stat : 4111 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662145662072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4112] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4112/stat : 4112 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662144609480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4116] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4116/stat : 4116 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36768318 10060525568 20693 33554432000 1073741824 1073778376 140735061218112 140662140396584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=30 pid=1841 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 2.31 2.31 2.22 2/218 4145
/proc/meminfo: memFree=27379924/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 13886 0 1 0 217 17 0 0 20 0 19 0 36768281 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2456183 32349 2277 9 0 2446860 0
[pid=4094/tid=4096] ppid=4091 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/4094/task/4096/stat : 4096 (java) S 4091 4094 28908 0 -1 4202560 2520 0 1 0 38 2 0 0 20 0 19 0 36768282 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662327825272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4097] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4097/stat : 4097 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662171756840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4098] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4098/stat : 4098 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662170704040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4099] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4099/stat : 4099 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662169651752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4100] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4100/stat : 4100 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662168598952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4101] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4101/stat : 4101 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662167546664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4102] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4102/stat : 4102 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662166493864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4103] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4103/stat : 4103 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662165441576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4104] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4104/stat : 4104 (java) S 4091 4094 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36768283 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662164388776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4105] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4105/stat : 4105 (java) S 4091 4094 28908 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36768284 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662151977192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4106] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4106/stat : 4106 (java) S 4091 4094 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36768284 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662150923256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4107] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4107/stat : 4107 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36768285 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662149870856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4108] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4108/stat : 4108 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662148819344 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4109] ppid=4091 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/4094/task/4109/stat : 4109 (java) S 4091 4094 28908 0 -1 4202560 5299 0 0 0 67 0 0 0 20 0 19 0 36768287 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662147766968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4110] ppid=4091 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/4094/task/4110/stat : 4110 (java) S 4091 4094 28908 0 -1 4202560 4619 0 0 0 65 1 0 0 20 0 19 0 36768287 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662146714168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4111] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4111/stat : 4111 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662145662072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4112] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4112/stat : 4112 (java) S 4091 4094 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662144609480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4116] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4116/stat : 4116 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36768318 10060525568 32349 33554432000 1073741824 1073778376 140735061218112 140662140396584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.34

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

/proc/4094/task/4109/stat : 4109 (java) S 4091 4094 28908 0 -1 4202560 6001 0 0 0 84 1 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662147766968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4110] ppid=4091 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/4094/task/4110/stat : 4110 (java) S 4091 4094 28908 0 -1 4202560 5801 0 0 0 123 2 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662146714168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4111] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4111/stat : 4111 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662145662072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4112] ppid=4091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4094/task/4112/stat : 4112 (java) S 4091 4094 28908 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662144609480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4116] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4116/stat : 4116 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36768318 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662140396584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4239] ppid=4091 vsize=9824732 CPUtime=54.43 cores=1,3,5,7
/proc/4094/task/4239/stat : 4239 (java) R 4091 4094 28908 0 -1 4202560 21 0 0 0 5443 0 0 0 20 0 22 0 36771258 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662142493200 140662200794597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4240] ppid=4091 vsize=9824732 CPUtime=54.43 cores=1,3,5,7
/proc/4094/task/4240/stat : 4240 (java) R 4091 4094 28908 0 -1 4202560 853 0 0 0 5417 26 0 0 20 0 22 0 36771258 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662143553440 140662201025407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4241] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4241/stat : 4241 (java) S 4091 4094 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36771261 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662141449128 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 136.36
Current children cumulated vsize (KiB) 9824732

[startup+86.401 s]
/proc/loadavg: 2.96 2.47 2.28 5/220 4242
/proc/meminfo: memFree=24708196/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9824732 CPUtime=139.54 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 19584 0 1 0 13818 136 0 0 20 0 22 0 36768281 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2456183 599610 2295 9 0 2446860 0
[pid=4094/tid=4096] ppid=4091 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/4094/task/4096/stat : 4096 (java) S 4091 4094 28908 0 -1 4202560 2530 0 1 0 66 3 0 0 20 0 22 0 36768282 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662327825272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4097] ppid=4091 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/4094/task/4097/stat : 4097 (java) S 4091 4094 28908 0 -1 4202560 117 0 0 0 18 3 0 0 20 0 22 0 36768283 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662171756840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4098] ppid=4091 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/4094/task/4098/stat : 4098 (java) S 4091 4094 28908 0 -1 4202560 136 0 0 0 30 5 0 0 20 0 22 0 36768283 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662170704040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4099] ppid=4091 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/4094/task/4099/stat : 4099 (java) S 4091 4094 28908 0 -1 4202560 117 0 0 0 25 4 0 0 20 0 22 0 36768283 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662169651752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4100] ppid=4091 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/4094/task/4100/stat : 4100 (java) S 4091 4094 28908 0 -1 4202560 121 0 0 0 24 6 0 0 20 0 22 0 36768283 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662168598952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4101] ppid=4091 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/4094/task/4101/stat : 4101 (java) S 4091 4094 28908 0 -1 4202560 144 0 0 0 19 4 0 0 20 0 22 0 36768283 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662167546664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4102] ppid=4091 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/4094/task/4102/stat : 4102 (java) S 4091 4094 28908 0 -1 4202560 151 0 0 0 26 5 0 0 20 0 22 0 36768283 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662166493864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4103] ppid=4091 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/4094/task/4103/stat : 4103 (java) S 4091 4094 28908 0 -1 4202560 127 0 0 0 24 5 0 0 20 0 22 0 36768283 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662165441576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4104] ppid=4091 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/4094/task/4104/stat : 4104 (java) S 4091 4094 28908 0 -1 4202560 135 0 0 0 32 6 0 0 20 0 22 0 36768283 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662164388776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4105] ppid=4091 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/4094/task/4105/stat : 4105 (java) S 4091 4094 28908 0 -1 4202560 1042 0 0 0 1 5 0 0 20 0 22 0 36768284 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662151977192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4106] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4106/stat : 4106 (java) S 4091 4094 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36768284 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662150923256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4107] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4107/stat : 4107 (java) S 4091 4094 28908 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 36768285 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662149870856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4108] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4108/stat : 4108 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662148819344 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4109] ppid=4091 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/4094/task/4109/stat : 4109 (java) S 4091 4094 28908 0 -1 4202560 6001 0 0 0 84 1 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662147766968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4110] ppid=4091 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/4094/task/4110/stat : 4110 (java) S 4091 4094 28908 0 -1 4202560 5801 0 0 0 123 2 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662146714168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4111] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4111/stat : 4111 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662145662072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4112] ppid=4091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4094/task/4112/stat : 4112 (java) S 4091 4094 28908 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 22 0 36768287 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662144609480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4116] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4116/stat : 4116 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36768318 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662140396584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4239] ppid=4091 vsize=9824732 CPUtime=56.02 cores=1,3,5,7
/proc/4094/task/4239/stat : 4239 (java) R 4091 4094 28908 0 -1 4202560 21 0 0 0 5602 0 0 0 20 0 22 0 36771258 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662142493200 140662200760992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4240] ppid=4091 vsize=9824732 CPUtime=56.02 cores=1,3,5,7
/proc/4094/task/4240/stat : 4240 (java) R 4091 4094 28908 0 -1 4202560 853 0 0 0 5576 26 0 0 20 0 22 0 36771258 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662143553440 140662200713628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4241] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4241/stat : 4241 (java) S 4091 4094 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36771261 10060525568 599610 33554432000 1073741824 1073778376 140735061218112 140662141449128 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 139.54
Current children cumulated vsize (KiB) 9824732

[startup+86.8013 s]
/proc/loadavg: 2.96 2.47 2.28 5/220 4242
/proc/meminfo: memFree=24708196/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9824732 CPUtime=139.35 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 19585 0 1 0 13798 137 0 0 20 0 19 0 36768281 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2456183 599600 2295 9 0 2446860 0
[pid=4094/tid=4096] ppid=4091 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/4094/task/4096/stat : 4096 (java) R 4091 4094 28908 0 -1 4202560 2530 0 1 0 68 3 0 0 20 0 19 0 36768282 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662327825272 140662201177899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4097] ppid=4091 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/4094/task/4097/stat : 4097 (java) S 4091 4094 28908 0 -1 4202560 117 0 0 0 18 3 0 0 20 0 19 0 36768283 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662171756840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4098] ppid=4091 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/4094/task/4098/stat : 4098 (java) S 4091 4094 28908 0 -1 4202560 136 0 0 0 30 5 0 0 20 0 19 0 36768283 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662170704040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4099] ppid=4091 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/4094/task/4099/stat : 4099 (java) S 4091 4094 28908 0 -1 4202560 117 0 0 0 25 4 0 0 20 0 19 0 36768283 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662169651752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4100] ppid=4091 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/4094/task/4100/stat : 4100 (java) S 4091 4094 28908 0 -1 4202560 121 0 0 0 24 6 0 0 20 0 19 0 36768283 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662168598952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4101] ppid=4091 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/4094/task/4101/stat : 4101 (java) S 4091 4094 28908 0 -1 4202560 144 0 0 0 19 4 0 0 20 0 19 0 36768283 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662167546664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4102] ppid=4091 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/4094/task/4102/stat : 4102 (java) S 4091 4094 28908 0 -1 4202560 151 0 0 0 26 5 0 0 20 0 19 0 36768283 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662166493864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4103] ppid=4091 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/4094/task/4103/stat : 4103 (java) S 4091 4094 28908 0 -1 4202560 127 0 0 0 24 5 0 0 20 0 19 0 36768283 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662165441576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4104] ppid=4091 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/4094/task/4104/stat : 4104 (java) S 4091 4094 28908 0 -1 4202560 135 0 0 0 32 6 0 0 20 0 19 0 36768283 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662164388776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4105] ppid=4091 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/4094/task/4105/stat : 4105 (java) S 4091 4094 28908 0 -1 4202560 1042 0 0 0 1 5 0 0 20 0 19 0 36768284 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662151977192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4106] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4106/stat : 4106 (java) S 4091 4094 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36768284 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662150923256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4107] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4107/stat : 4107 (java) S 4091 4094 28908 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 36768285 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662149870856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4108] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4108/stat : 4108 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662148819344 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4109] ppid=4091 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/4094/task/4109/stat : 4109 (java) S 4091 4094 28908 0 -1 4202560 6001 0 0 0 84 1 0 0 20 0 19 0 36768287 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662147766968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4110] ppid=4091 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/4094/task/4110/stat : 4110 (java) S 4091 4094 28908 0 -1 4202560 5801 0 0 0 124 2 0 0 20 0 19 0 36768287 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662146714168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4111] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4111/stat : 4111 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662145662072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4112] ppid=4091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4094/task/4112/stat : 4112 (java) S 4091 4094 28908 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 19 0 36768287 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662144609480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4116] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4116/stat : 4116 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36768318 10060525568 599600 33554432000 1073741824 1073778376 140735061218112 140662140396584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 139.35
Current children cumulated vsize (KiB) 9824732

[startup+87.2008 s]
/proc/loadavg: 2.96 2.47 2.28 4/217 4242
/proc/meminfo: memFree=24708096/32872528 swapFree=1505436/1685308
[pid=4094] ppid=4091 vsize=9824732 CPUtime=139.76 cores=1,3,5,7
/proc/4094/stat : 4094 (java) S 4091 4094 28908 0 -1 4202496 19586 0 1 0 13839 137 0 0 20 0 19 0 36768281 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140735061209248 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4094/statm: 2456183 599601 2295 9 0 2446860 0
[pid=4094/tid=4096] ppid=4091 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/4094/task/4096/stat : 4096 (java) R 4091 4094 28908 0 -1 4202560 2530 0 1 0 108 3 0 0 20 0 19 0 36768282 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662327825032 140662200387510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4097] ppid=4091 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/4094/task/4097/stat : 4097 (java) S 4091 4094 28908 0 -1 4202560 117 0 0 0 18 3 0 0 20 0 19 0 36768283 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662171756840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4098] ppid=4091 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/4094/task/4098/stat : 4098 (java) S 4091 4094 28908 0 -1 4202560 136 0 0 0 30 5 0 0 20 0 19 0 36768283 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662170704040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4099] ppid=4091 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/4094/task/4099/stat : 4099 (java) S 4091 4094 28908 0 -1 4202560 117 0 0 0 25 4 0 0 20 0 19 0 36768283 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662169651752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4100] ppid=4091 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/4094/task/4100/stat : 4100 (java) S 4091 4094 28908 0 -1 4202560 121 0 0 0 24 6 0 0 20 0 19 0 36768283 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662168598952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4101] ppid=4091 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/4094/task/4101/stat : 4101 (java) S 4091 4094 28908 0 -1 4202560 144 0 0 0 19 4 0 0 20 0 19 0 36768283 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662167546664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4102] ppid=4091 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/4094/task/4102/stat : 4102 (java) S 4091 4094 28908 0 -1 4202560 151 0 0 0 26 5 0 0 20 0 19 0 36768283 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662166493864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4103] ppid=4091 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/4094/task/4103/stat : 4103 (java) S 4091 4094 28908 0 -1 4202560 127 0 0 0 24 5 0 0 20 0 19 0 36768283 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662165441576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4104] ppid=4091 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/4094/task/4104/stat : 4104 (java) S 4091 4094 28908 0 -1 4202560 135 0 0 0 32 6 0 0 20 0 19 0 36768283 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662164388776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4105] ppid=4091 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/4094/task/4105/stat : 4105 (java) S 4091 4094 28908 0 -1 4202560 1042 0 0 0 1 5 0 0 20 0 19 0 36768284 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662151977192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4106] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4106/stat : 4106 (java) S 4091 4094 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36768284 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662150923256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4107] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4107/stat : 4107 (java) S 4091 4094 28908 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 36768285 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662149870856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4108] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4108/stat : 4108 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662148819344 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4109] ppid=4091 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/4094/task/4109/stat : 4109 (java) S 4091 4094 28908 0 -1 4202560 6001 0 0 0 84 1 0 0 20 0 19 0 36768287 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662147766968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4094/tid=4110] ppid=4091 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/4094/task/4110/stat : 4110 (java) S 4091 4094 28908 0 -1 4202560 5802 0 0 0 124 2 0 0 20 0 19 0 36768287 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662146714168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4094/tid=4111] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4111/stat : 4111 (java) S 4091 4094 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36768287 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662145662072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4094/tid=4112] ppid=4091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4094/task/4112/stat : 4112 (java) S 4091 4094 28908 0 -1 4202560 6 0 0 0 1 1 0 0 20 0 19 0 36768287 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662144609480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4094/tid=4116] ppid=4091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4094/task/4116/stat : 4116 (java) S 4091 4094 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36768318 10060525568 599601 33554432000 1073741824 1073778376 140735061218112 140662140396584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 139.76
Current children cumulated vsize (KiB) 9824732

Child status: 30

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

Real time (s): 87.2976
CPU time (s): 140.142
CPU user time (s): 138.631
CPU system time (s): 1.51077
CPU usage (%): 160.533
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.411
system time used= 1.52077
maximum resident set size= 2417868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19598
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4274
involuntary context switches= 3798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.449931 second user time and 0.506922 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 16:40:24
IDJOB=4110401
IDBENCH=79295
IDSOLVER=2552
FILE ID=node135/4110401-1466347223
RUNJOBID= node135-1466341810-28925
PBS_JOBID= 19922018
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= c45be88cd75ffa8279348f234419b8ae
RANDOM SEED=1981835115

node135.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		: 2667.004
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	: 5334.00
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		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        27528120 kB
Buffers:          193464 kB
Cached:           280924 kB
SwapCached:          772 kB
Active:          2559616 kB
Inactive:         335324 kB
Active(anon):    2420940 kB
Inactive(anon):     1964 kB
Active(file):     138676 kB
Inactive(file):   333360 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       4123852 kB
Mapped:            15508 kB
Shmem:                 0 kB
Slab:             607956 kB
SReclaimable:      51468 kB
SUnreclaim:       556488 kB
KernelStack:        1616 kB
PageTables:        12032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4661636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2551808 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= 71700 MiB
End job on node135 at 2016-06-19 16:41:51