Trace number 4118746

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT11 343.274 203.061

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-edgecross10-020.lin.opb
MD5SUM45180a21a81c1888f465e39ce908a9da
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.526919
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables238
Total number of constraints775
Number of constraints which are clauses627
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints147
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 206
Biggest coefficient in the objective function 85
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 529
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 85
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 529
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4118746-1467236057.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.22/0.23	c ... done. Wall clock time 0.111s.
0.22/0.23	c declared #vars     238
0.22/0.23	c #constraints  776
0.22/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.23	c constraints type 
0.22/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 627
0.22/0.23	c org.sat4j.specs.Constr$1 => 1
0.22/0.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.22/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 147
0.22/0.23	c 776 constraints processed.
0.22/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.23	c constraints type 
0.22/0.23	c org.sat4j.specs.Constr$1 => 1
0.22/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 627
0.22/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 147
0.22/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.22/0.23	c 776 constraints processed.
0.22/0.23	c objective function length is 206 literals
0.22/0.24	c And the winner is solver0
0.32/0.74	c SATISFIABLE
0.32/0.74	c OPTIMIZING...
0.32/0.74	c Got one! Elapsed wall clock time (in seconds):0.62
0.32/0.74	o 40
0.50/0.83	c And the winner is solver0
0.78/1.24	c Got one! Elapsed wall clock time (in seconds):1.123
0.78/1.24	o 39
0.78/1.26	c And the winner is solver0
0.91/1.74	c Got one! Elapsed wall clock time (in seconds):1.626
0.91/1.74	o 37
0.91/1.75	c And the winner is solver0
1.12/2.25	c Got one! Elapsed wall clock time (in seconds):2.131
1.12/2.25	o 36
1.30/2.35	c And the winner is solver0
1.62/2.75	c Got one! Elapsed wall clock time (in seconds):2.634
1.62/2.75	o 35
1.62/2.75	c And the winner is solver0
1.64/3.25	c Got one! Elapsed wall clock time (in seconds):3.136
1.64/3.25	o 33
1.64/3.26	c And the winner is solver0
1.64/3.76	c Got one! Elapsed wall clock time (in seconds):3.637
1.64/3.76	o 32
1.64/3.76	c And the winner is solver0
1.64/4.26	c Got one! Elapsed wall clock time (in seconds):4.139
1.64/4.26	o 31
1.64/4.26	c And the winner is solver0
1.64/4.76	c Got one! Elapsed wall clock time (in seconds):4.641
1.64/4.76	o 29
1.64/4.78	c And the winner is solver0
1.70/5.26	c Got one! Elapsed wall clock time (in seconds):5.143
1.70/5.26	o 28
1.81/5.34	c And the winner is solver0
2.08/5.76	c Got one! Elapsed wall clock time (in seconds):5.644
2.08/5.76	o 26
2.08/5.76	c And the winner is solver0
2.08/6.26	c Got one! Elapsed wall clock time (in seconds):6.146
2.08/6.26	o 25
2.19/6.31	c And the winner is solver0
2.49/6.76	c Got one! Elapsed wall clock time (in seconds):6.647
2.49/6.76	o 24
2.57/6.84	c And the winner is solver0
2.76/7.27	c Got one! Elapsed wall clock time (in seconds):7.149
2.76/7.27	o 23
2.76/7.27	c And the winner is solver0
2.84/7.77	c Got one! Elapsed wall clock time (in seconds):7.65
2.84/7.77	o 22
2.84/7.78	c And the winner is solver0
2.88/8.27	c Got one! Elapsed wall clock time (in seconds):8.151
2.88/8.27	o 21
2.88/8.27	c And the winner is solver0
2.88/8.77	c Got one! Elapsed wall clock time (in seconds):8.652
2.88/8.77	o 20
2.88/8.79	c And the winner is solver0
2.93/9.27	c Got one! Elapsed wall clock time (in seconds):9.154
2.93/9.27	o 18
2.93/9.29	c And the winner is solver0
3.00/9.77	c Got one! Elapsed wall clock time (in seconds):9.655
3.00/9.77	o 17
3.00/9.78	c And the winner is solver0
3.02/10.27	c Got one! Elapsed wall clock time (in seconds):10.156
3.02/10.27	o 16
3.02/10.29	c And the winner is solver0
3.06/10.78	c Got one! Elapsed wall clock time (in seconds):10.658
3.06/10.78	o 15
3.34/11.00	c cleaning 4657 clauses out of 9315 with flag 8126/9315
4.25/11.34	c cleaning 5329 clauses out of 10658 with flag 22525/15315
5.29/11.80	c cleaning 6162 clauses out of 12328 with flag 38653/22314
6.39/12.32	c cleaning 7080 clauses out of 14166 with flag 56816/30314
7.42/12.82	c cleaning 8043 clauses out of 16086 with flag 76535/39314
8.66/13.46	c cleaning 9022 clauses out of 18043 with flag 98705/49314
10.26/14.20	c cleaning 10001 clauses out of 20022 with flag 124326/60315
11.92/15.09	c cleaning 11007 clauses out of 22020 with flag 151309/72314
14.12/16.12	c cleaning 12004 clauses out of 24017 with flag 183753/85318
16.39/17.21	c cleaning 13002 clauses out of 26009 with flag 219426/99314
18.98/18.59	c cleaning 13998 clauses out of 28008 with flag 254385/114315
21.98/20.01	c cleaning 15003 clauses out of 30010 with flag 294240/130315
24.59/21.37	c cleaning 16000 clauses out of 32007 with flag 333493/147315
27.40/22.73	c cleaning 17003 clauses out of 34006 with flag 377072/165314
30.80/24.49	c cleaning 18000 clauses out of 36003 with flag 426969/184314
34.20/26.19	c cleaning 18997 clauses out of 38003 with flag 477598/204314
38.00/28.09	c cleaning 20002 clauses out of 40006 with flag 531547/225314
42.48/30.28	c cleaning 20997 clauses out of 42004 with flag 584821/247314
43.08/30.58	c And the winner is solver0
43.62/31.04	c Got one! Elapsed wall clock time (in seconds):30.921
43.62/31.04	o 14
43.69/31.15	c cleaning 13290 clauses out of 26594 with flag 2053/252901
43.69/31.20	c And the winner is solver0
43.93/31.54	c Got one! Elapsed wall clock time (in seconds):31.422
43.93/31.54	o 12
43.93/31.59	c And the winner is solver0
44.07/32.04	c Got one! Elapsed wall clock time (in seconds):31.924
44.07/32.04	o 11
44.80/32.48	c cleaning 9887 clauses out of 19787 with flag 12341/259384
45.92/32.93	c cleaning 7950 clauses out of 15901 with flag 27788/265385
46.99/33.40	c cleaning 7476 clauses out of 14952 with flag 43554/272386
47.90/33.88	c cleaning 7731 clauses out of 15475 with flag 61324/280385
49.15/34.49	c cleaning 8370 clauses out of 16743 with flag 82563/289384
50.76/35.23	c cleaning 9187 clauses out of 18373 with flag 107440/299384
52.36/36.09	c cleaning 10087 clauses out of 20186 with flag 134575/310384
54.40/37.07	c cleaning 11047 clauses out of 22098 with flag 163083/322383
56.61/38.15	c cleaning 12022 clauses out of 24052 with flag 194020/335384
59.01/39.32	c cleaning 13013 clauses out of 26030 with flag 227038/349384
61.68/40.66	c cleaning 14008 clauses out of 28016 with flag 262794/364383
64.68/42.12	c cleaning 15005 clauses out of 30009 with flag 299832/380384
67.48/43.59	c cleaning 16000 clauses out of 32004 with flag 338580/397384
71.08/45.32	c cleaning 16998 clauses out of 34003 with flag 379155/415383
74.68/47.18	c cleaning 18001 clauses out of 36005 with flag 422791/434383
78.47/49.00	c cleaning 18997 clauses out of 38004 with flag 468268/454383
82.67/51.15	c cleaning 19997 clauses out of 40007 with flag 519451/475383
87.27/53.48	c cleaning 21003 clauses out of 42010 with flag 575840/497383
93.07/56.32	c cleaning 22002 clauses out of 44007 with flag 633372/520383
98.46/59.02	c cleaning 23000 clauses out of 46006 with flag 693866/544384
104.26/61.98	c cleaning 23999 clauses out of 48005 with flag 752693/569383
110.47/65.07	c cleaning 25001 clauses out of 50008 with flag 814092/595385
117.45/68.54	c cleaning 25996 clauses out of 52006 with flag 877454/622384
124.85/72.23	c cleaning 26996 clauses out of 54009 with flag 943839/650383
132.05/75.90	c cleaning 28004 clauses out of 56014 with flag 1011697/679384
140.45/80.07	c cleaning 29001 clauses out of 58012 with flag 1085157/709386
149.05/84.32	c cleaning 30005 clauses out of 60009 with flag 1159724/740384
157.44/88.52	c cleaning 31002 clauses out of 62004 with flag 1232253/772384
168.24/93.98	c cleaning 31998 clauses out of 64001 with flag 1316374/805383
179.36/99.46	c cleaning 32999 clauses out of 66005 with flag 1400733/839385
189.15/104.34	c cleaning 34001 clauses out of 68004 with flag 1481944/874383
202.10/110.68	c cleaning 34996 clauses out of 70003 with flag 1564860/910383
214.74/116.72	c cleaning 35998 clauses out of 72007 with flag 1653073/947383
228.32/123.56	c cleaning 37005 clauses out of 74010 with flag 1745551/985384
241.51/130.15	c cleaning 38000 clauses out of 76004 with flag 1838390/1024384
256.11/137.46	c cleaning 39003 clauses out of 78006 with flag 1930083/1064386
269.91/144.37	c cleaning 40001 clauses out of 80001 with flag 2024589/1105385
285.90/152.31	c cleaning 40997 clauses out of 81998 with flag 2120065/1147384
299.22/158.96	c And the winner is solver0
343.13/203.04	c >>>>>>>>>> Solver number 0 (25 answers) <<<<<<<<<<<<<<<<<<
343.13/203.04	c starts		: 1468
343.13/203.04	c conflicts		: 1187073
343.13/203.04	c decisions		: 1241829
343.13/203.04	c propagations		: 22579919
343.13/203.04	c inspects		: 2434829695
343.13/203.04	c shortcuts		: 0
343.13/203.04	c learnt literals	: 10
343.13/203.04	c learnt binary clauses	: 25
343.13/203.04	c learnt ternary clauses	: 309
343.13/203.04	c learnt constraints	: 1187062
343.13/203.04	c ignored constraints	: 0
343.13/203.04	c root simplifications	: 0
343.13/203.04	c removed literals (reason simplification)	: 17328768
343.13/203.04	c reason swapping (by a shorter reason)	: 0
343.13/203.04	c Calls to reduceDB	: 57
343.13/203.04	c Number of update (reduction) of LBD	: 21542
343.13/203.04	c Imported unit clauses	: 0
343.13/203.04	c number of reductions to clauses (during analyze)	: 0
343.13/203.04	c number of learned constraints concerned by reduction	: 0
343.13/203.04	c number of learning phase by resolution	: 0
343.13/203.04	c number of learning phase by cutting planes	: 0
343.13/203.04	c speed (assignments/second)	: 111336.98047897755
343.13/203.04	c non guided choices	227
343.13/203.04	c learnt constraints type 
343.13/203.04	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
343.13/203.04	c starts		: 38
343.13/203.04	c conflicts		: 2183
343.13/203.04	c decisions		: 3423
343.13/203.04	c propagations		: 52143
343.13/203.04	c inspects		: 16367889
343.13/203.04	c shortcuts		: 0
343.13/203.04	c learnt literals	: 0
343.13/203.04	c learnt binary clauses	: 0
343.13/203.04	c learnt ternary clauses	: 0
343.13/203.04	c learnt constraints	: 2167
343.13/203.04	c ignored constraints	: 0
343.13/203.04	c root simplifications	: 0
343.13/203.04	c removed literals (reason simplification)	: 0
343.13/203.04	c reason swapping (by a shorter reason)	: 0
343.13/203.04	c Calls to reduceDB	: 0
343.13/203.04	c Number of update (reduction) of LBD	: 0
343.13/203.04	c Imported unit clauses	: 0
343.13/203.04	c number of reductions to clauses (during analyze)	: 0
343.13/203.04	c number of learned constraints concerned by reduction	: 0
343.13/203.04	c number of learning phase by resolution	: 0
343.13/203.04	c number of learning phase by cutting planes	: 0
343.13/203.04	c speed (assignments/second)	: 304.9280413564833
343.13/203.04	c non guided choices	1
343.13/203.04	c learnt constraints type 
343.13/203.04	s OPTIMUM FOUND
343.13/203.04	c Found 24 solution(s)
343.13/203.04	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 -x232 -x233 -x234 -x235 -x236 -x237 -x238 
343.13/203.05	c objective function=11
343.13/203.05	c Total wall clock time (in seconds): 202.928

Verifier Data

OK	11

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-4118746-1467236057/watcher-4118746-1467236057 -o /tmp/evaluation-result-4118746-1467236057/solver-4118746-1467236057 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1467233347-7542 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118746-1467236057.opb 

pid=8353
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: 4.15 4.26 4.06 5/197 8356
/proc/meminfo: memFree=21995240/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/8356/stat : 8356 (java) R 8353 8356 5003 0 -1 4202496 432 0 0 0 0 0 0 0 20 0 1 0 4560739 9379840 87 33554432000 1073741824 1073778376 140733261334464 140733261331592 214369669959 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2290 105 80 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 4.15 4.26 4.06 5/197 8356
/proc/meminfo: memFree=21995240/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 4560739 9787879424 6030 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200236 s]
/proc/loadavg: 4.15 4.26 4.06 5/197 8356
/proc/meminfo: memFree=21995240/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 4678 0 1 0 21 1 0 0 20 0 18 0 4560739 9787879424 7268 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2389619 7268 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300303 s]
/proc/loadavg: 4.15 4.26 4.06 5/197 8356
/proc/meminfo: memFree=21995240/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 5297 0 1 0 31 1 0 0 20 0 19 0 4560739 10060525568 8704 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2456183 8704 2235 9 0 2446860 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9824732

[startup+0.700208 s]
/proc/loadavg: 4.15 4.26 4.06 5/197 8356
/proc/meminfo: memFree=21995240/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 5297 0 1 0 31 1 0 0 20 0 19 0 4560739 10060525568 8704 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2456183 8704 2235 9 0 2446860 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 4.15 4.26 4.06 4/216 8381
/proc/meminfo: memFree=21960896/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 9204 0 1 0 86 5 0 0 20 0 19 0 4560739 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2456183 13394 2250 9 0 2446860 0
[pid=8356/tid=8358] ppid=8353 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8356/task/8358/stat : 8358 (java) S 8353 8356 5003 0 -1 4202560 2444 0 1 0 19 2 0 0 20 0 19 0 4560740 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140487202182008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8359] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8359/stat : 8359 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140487174634024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8360] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8360/stat : 8360 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140487173581224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8361] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8361/stat : 8361 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140487043885352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8362] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8362/stat : 8362 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140487042832552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8363] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8363/stat : 8363 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140487041780776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8364] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8364/stat : 8364 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140487040727976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8365] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8365/stat : 8365 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140487039675176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8366] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8366/stat : 8366 (java) S 8353 8356 5003 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486568307368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8367] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8367/stat : 8367 (java) S 8353 8356 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4560742 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486556109288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8368] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8368/stat : 8368 (java) S 8353 8356 5003 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4560743 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486555055352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8369] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8369/stat : 8369 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4560743 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486554002440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8370] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8370/stat : 8370 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486552950928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8371] ppid=8353 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/8356/task/8371/stat : 8371 (java) S 8353 8356 5003 0 -1 4202560 3994 0 0 0 27 0 0 0 20 0 19 0 4560745 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486551899064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8372] ppid=8353 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8356/task/8372/stat : 8372 (java) S 8353 8356 5003 0 -1 4202560 1421 0 0 0 18 0 0 0 20 0 19 0 4560745 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486550846264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8373] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8373/stat : 8373 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486549793656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8374] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8374/stat : 8374 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486548741064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8377] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8377/stat : 8377 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4560763 10060525568 13394 33554432000 1073741824 1073778376 140733261334464 140486545482664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.06 4.23 4.05 4/216 8387
/proc/meminfo: memFree=21937712/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 16114 0 1 0 156 8 0 0 20 0 19 0 4560739 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2456183 20484 2259 9 0 2446860 0
[pid=8356/tid=8358] ppid=8353 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/8356/task/8358/stat : 8358 (java) S 8353 8356 5003 0 -1 4202560 2445 0 1 0 20 2 0 0 20 0 19 0 4560740 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140487202182008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8359] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8359/stat : 8359 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140487174634024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8360] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8360/stat : 8360 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140487173581224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8361] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8361/stat : 8361 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140487043885352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8362] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8362/stat : 8362 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140487042832552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8363] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8363/stat : 8363 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140487041780776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8364] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8364/stat : 8364 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140487040727976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8365] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8365/stat : 8365 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140487039675176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8366] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8366/stat : 8366 (java) S 8353 8356 5003 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4560741 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486568307368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8367] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8367/stat : 8367 (java) S 8353 8356 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4560742 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486556109288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8368] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8368/stat : 8368 (java) S 8353 8356 5003 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4560743 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486555055352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8369] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8369/stat : 8369 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4560743 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486554002440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8370] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8370/stat : 8370 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486552950928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8371] ppid=8353 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/8356/task/8371/stat : 8371 (java) S 8353 8356 5003 0 -1 4202560 6600 0 0 0 56 0 0 0 20 0 19 0 4560745 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486551899064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8372] ppid=8353 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/8356/task/8372/stat : 8372 (java) S 8353 8356 5003 0 -1 4202560 5693 0 0 0 40 2 0 0 20 0 19 0 4560745 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486550846264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8373] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8373/stat : 8373 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486549793656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8374] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8374/stat : 8374 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486548741064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8377] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8377/stat : 8377 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4560763 10060525568 20484 33554432000 1073741824 1073778376 140733261334464 140486545482664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=25 pid=1815 uid=0 cmd=

[startup+6.30073 s]
/proc/loadavg: 4.06 4.23 4.05 3/216 8408
/proc/meminfo: memFree=21847020/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 18854 0 1 0 206 13 0 0 20 0 22 0 4560739 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2456183 33548 2265 9 0 2446860 0
[pid=8356/tid=8358] ppid=8353 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8356/task/8358/stat : 8358 (java) S 8353 8356 5003 0 -1 4202560 2447 0 1 0 21 2 0 0 20 0 22 0 4560740 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140487202182008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8359] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8359/stat : 8359 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560741 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140487174634024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8360] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8360/stat : 8360 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560741 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140487173581224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8361] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8361/stat : 8361 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560741 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140487043885352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8362] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8362/stat : 8362 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560741 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140487042832552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8363] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8363/stat : 8363 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560741 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140487041780776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8364] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8364/stat : 8364 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560741 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140487040727976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8365] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8365/stat : 8365 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560741 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140487039675176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8366] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8366/stat : 8366 (java) S 8353 8356 5003 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4560741 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486568307368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8367] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8367/stat : 8367 (java) S 8353 8356 5003 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4560742 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486556109288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8368] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8368/stat : 8368 (java) S 8353 8356 5003 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4560743 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486555055352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8369] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8369/stat : 8369 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4560743 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486554002440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8370] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8370/stat : 8370 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560745 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486552950928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8371] ppid=8353 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/8356/task/8371/stat : 8371 (java) R 8353 8356 5003 0 -1 4202560 6620 0 0 0 68 0 0 0 20 0 22 0 4560745 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486551898944 140487208970454 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8372] ppid=8353 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8356/task/8372/stat : 8372 (java) R 8353 8356 5003 0 -1 4202560 8322 0 0 0 57 2 0 0 20 0 22 0 4560745 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486550823512 140487204737056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8373] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8373/stat : 8373 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4560745 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486549793656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8374] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8374/stat : 8374 (java) S 8353 8356 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4560745 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486548741064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8377] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8377/stat : 8377 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4560763 10060525568 33548 33554432000 1073741824 1073778376 140733261334464 140486545482664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.19

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

/proc/8356/task/8367/stat : 8367 (java) S 8353 8356 5003 0 -1 4202560 1278 0 0 0 0 4 0 0 20 0 20 0 4560742 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486556109288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8368] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8368/stat : 8368 (java) S 8353 8356 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 4560743 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486555055352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8369] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8369/stat : 8369 (java) S 8353 8356 5003 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 4560743 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486554002440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8370] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8370/stat : 8370 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486552950928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8371] ppid=8353 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/8356/task/8371/stat : 8371 (java) S 8353 8356 5003 0 -1 4202560 8315 0 0 0 137 2 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486551899064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8372] ppid=8353 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/8356/task/8372/stat : 8372 (java) S 8353 8356 5003 0 -1 4202560 16814 0 0 0 182 3 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486550846264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8373] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8373/stat : 8373 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486549793656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8374] ppid=8353 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8356/task/8374/stat : 8374 (java) S 8353 8356 5003 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486548741064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8377] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8377/stat : 8377 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 4560763 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486545482664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8601] ppid=8353 vsize=9824732 CPUtime=168.88 cores=1,3,5,7
/proc/8356/task/8601/stat : 8601 (java) R 8353 8356 5003 0 -1 4202560 749 0 0 0 16866 22 0 0 20 0 20 0 4563944 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486544426960 140487055487358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 341.67
Current children cumulated vsize (KiB) 9824732

[startup+202.401 s]
/proc/loadavg: 3.59 4.03 4.00 4/217 8709
/proc/meminfo: memFree=21624420/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9824732 CPUtime=342.48 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 33479 0 1 0 34138 110 0 0 20 0 20 0 4560739 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2456183 703780 2288 9 0 2446860 0
[pid=8356/tid=8358] ppid=8353 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/8356/task/8358/stat : 8358 (java) S 8353 8356 5003 0 -1 4202560 2450 0 1 0 22 2 0 0 20 0 20 0 4560740 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140487202182008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8359] ppid=8353 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8356/task/8359/stat : 8359 (java) S 8353 8356 5003 0 -1 4202560 180 0 0 0 13 3 0 0 20 0 20 0 4560741 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140487174634024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8360] ppid=8353 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8356/task/8360/stat : 8360 (java) S 8353 8356 5003 0 -1 4202560 194 0 0 0 10 5 0 0 20 0 20 0 4560741 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140487173581224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8361] ppid=8353 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8356/task/8361/stat : 8361 (java) S 8353 8356 5003 0 -1 4202560 171 0 0 0 10 5 0 0 20 0 20 0 4560741 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140487043885352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8362] ppid=8353 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8356/task/8362/stat : 8362 (java) S 8353 8356 5003 0 -1 4202560 150 0 0 0 12 5 0 0 20 0 20 0 4560741 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140487042832552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8363] ppid=8353 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/8356/task/8363/stat : 8363 (java) S 8353 8356 5003 0 -1 4202560 201 0 0 0 14 8 0 0 20 0 20 0 4560741 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140487041780776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8364] ppid=8353 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8356/task/8364/stat : 8364 (java) S 8353 8356 5003 0 -1 4202560 252 0 0 0 15 6 0 0 20 0 20 0 4560741 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140487040727976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8365] ppid=8353 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/8356/task/8365/stat : 8365 (java) S 8353 8356 5003 0 -1 4202560 217 0 0 0 14 6 0 0 20 0 20 0 4560741 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140487039675176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8366] ppid=8353 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8356/task/8366/stat : 8366 (java) S 8353 8356 5003 0 -1 4202560 135 0 0 0 10 4 0 0 20 0 20 0 4560741 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486568307368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8367] ppid=8353 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8356/task/8367/stat : 8367 (java) S 8353 8356 5003 0 -1 4202560 1278 0 0 0 0 4 0 0 20 0 20 0 4560742 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486556109288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8368] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8368/stat : 8368 (java) S 8353 8356 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 4560743 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486555055352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8369] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8369/stat : 8369 (java) S 8353 8356 5003 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 4560743 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486554002440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8370] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8370/stat : 8370 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486552950928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8371] ppid=8353 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/8356/task/8371/stat : 8371 (java) S 8353 8356 5003 0 -1 4202560 8315 0 0 0 137 2 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486551899064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8372] ppid=8353 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/8356/task/8372/stat : 8372 (java) S 8353 8356 5003 0 -1 4202560 16814 0 0 0 182 3 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486550846264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8373] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8373/stat : 8373 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486549793656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8374] ppid=8353 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8356/task/8374/stat : 8374 (java) S 8353 8356 5003 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 20 0 4560745 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486548741064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8377] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8377/stat : 8377 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 4560763 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486545482664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8601] ppid=8353 vsize=9824732 CPUtime=169.68 cores=1,3,5,7
/proc/8356/task/8601/stat : 8601 (java) R 8353 8356 5003 0 -1 4202560 749 0 0 0 16946 22 0 0 20 0 20 0 4563944 10060525568 703780 33554432000 1073741824 1073778376 140733261334464 140486544426960 140487055487232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 9824732

[startup+202.801 s]
/proc/loadavg: 3.59 4.03 4.00 4/217 8709
/proc/meminfo: memFree=21624420/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9824732 CPUtime=342.44 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 33483 0 1 0 34132 112 0 0 20 0 19 0 4560739 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2456183 703774 2288 9 0 2446860 0
[pid=8356/tid=8358] ppid=8353 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/8356/task/8358/stat : 8358 (java) R 8353 8356 5003 0 -1 4202560 2450 0 1 0 31 2 0 0 20 0 19 0 4560740 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487202181768 140487056048832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8359] ppid=8353 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8356/task/8359/stat : 8359 (java) S 8353 8356 5003 0 -1 4202560 180 0 0 0 13 3 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487174634024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8360] ppid=8353 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8356/task/8360/stat : 8360 (java) S 8353 8356 5003 0 -1 4202560 194 0 0 0 10 5 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487173581224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8361] ppid=8353 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8356/task/8361/stat : 8361 (java) S 8353 8356 5003 0 -1 4202560 171 0 0 0 10 5 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487043885352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8362] ppid=8353 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8356/task/8362/stat : 8362 (java) S 8353 8356 5003 0 -1 4202560 150 0 0 0 12 5 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487042832552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8363] ppid=8353 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/8356/task/8363/stat : 8363 (java) S 8353 8356 5003 0 -1 4202560 201 0 0 0 14 8 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487041780776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8364] ppid=8353 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8356/task/8364/stat : 8364 (java) S 8353 8356 5003 0 -1 4202560 252 0 0 0 15 6 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487040727976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8365] ppid=8353 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/8356/task/8365/stat : 8365 (java) S 8353 8356 5003 0 -1 4202560 217 0 0 0 14 6 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487039675176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8366] ppid=8353 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8356/task/8366/stat : 8366 (java) S 8353 8356 5003 0 -1 4202560 135 0 0 0 10 4 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486568307368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8367] ppid=8353 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8356/task/8367/stat : 8367 (java) S 8353 8356 5003 0 -1 4202560 1280 0 0 0 0 4 0 0 20 0 19 0 4560742 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486556109288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8368] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8368/stat : 8368 (java) S 8353 8356 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4560743 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486555055352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8369] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8369/stat : 8369 (java) S 8353 8356 5003 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 4560743 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486554002440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8370] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8370/stat : 8370 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486552950928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8371] ppid=8353 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/8356/task/8371/stat : 8371 (java) S 8353 8356 5003 0 -1 4202560 8316 0 0 0 138 2 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486551899064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8372] ppid=8353 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/8356/task/8372/stat : 8372 (java) S 8353 8356 5003 0 -1 4202560 16814 0 0 0 182 3 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486550846264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8373] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8373/stat : 8373 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486549793656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8374] ppid=8353 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8356/task/8374/stat : 8374 (java) S 8353 8356 5003 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486548741064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8377] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8377/stat : 8377 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4560763 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486545482664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.44
Current children cumulated vsize (KiB) 9824732

[startup+203.001 s]
/proc/loadavg: 3.59 4.03 4.00 4/217 8709
/proc/meminfo: memFree=21624420/32872528 swapFree=1268996/1432516
[pid=8356] ppid=8353 vsize=9824732 CPUtime=342.67 cores=1,3,5,7
/proc/8356/stat : 8356 (java) S 8353 8356 5003 0 -1 4202496 33483 0 1 0 34155 112 0 0 20 0 19 0 4560739 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140733261325600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8356/statm: 2456183 703774 2288 9 0 2446860 0
[pid=8356/tid=8358] ppid=8353 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/8356/task/8358/stat : 8358 (java) R 8353 8356 5003 0 -1 4202560 2450 0 1 0 51 2 0 0 20 0 19 0 4560740 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487202181672 140487055120322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8359] ppid=8353 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8356/task/8359/stat : 8359 (java) S 8353 8356 5003 0 -1 4202560 180 0 0 0 13 3 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487174634024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8360] ppid=8353 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8356/task/8360/stat : 8360 (java) S 8353 8356 5003 0 -1 4202560 194 0 0 0 10 5 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487173581224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8361] ppid=8353 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8356/task/8361/stat : 8361 (java) S 8353 8356 5003 0 -1 4202560 171 0 0 0 10 5 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487043885352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8362] ppid=8353 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8356/task/8362/stat : 8362 (java) S 8353 8356 5003 0 -1 4202560 150 0 0 0 12 5 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487042832552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8363] ppid=8353 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/8356/task/8363/stat : 8363 (java) S 8353 8356 5003 0 -1 4202560 201 0 0 0 14 8 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487041780776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8364] ppid=8353 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/8356/task/8364/stat : 8364 (java) S 8353 8356 5003 0 -1 4202560 252 0 0 0 15 6 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487040727976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8365] ppid=8353 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/8356/task/8365/stat : 8365 (java) S 8353 8356 5003 0 -1 4202560 217 0 0 0 14 6 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140487039675176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8366] ppid=8353 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8356/task/8366/stat : 8366 (java) S 8353 8356 5003 0 -1 4202560 135 0 0 0 10 4 0 0 20 0 19 0 4560741 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486568307368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8367] ppid=8353 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8356/task/8367/stat : 8367 (java) S 8353 8356 5003 0 -1 4202560 1280 0 0 0 0 4 0 0 20 0 19 0 4560742 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486556109288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8368] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8368/stat : 8368 (java) S 8353 8356 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4560743 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486555055352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8369] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8369/stat : 8369 (java) S 8353 8356 5003 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 4560743 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486554002440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8370] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8370/stat : 8370 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486552950928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8371] ppid=8353 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/8356/task/8371/stat : 8371 (java) S 8353 8356 5003 0 -1 4202560 8316 0 0 0 141 2 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486551899064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8356/tid=8372] ppid=8353 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/8356/task/8372/stat : 8372 (java) S 8353 8356 5003 0 -1 4202560 16814 0 0 0 182 3 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486550846264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8356/tid=8373] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8373/stat : 8373 (java) S 8353 8356 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486549793656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8356/tid=8374] ppid=8353 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8356/task/8374/stat : 8374 (java) S 8353 8356 5003 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 4560745 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486548741064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8356/tid=8377] ppid=8353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8356/task/8377/stat : 8377 (java) S 8353 8356 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4560763 10060525568 703774 33554432000 1073741824 1073778376 140733261334464 140486545482664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.67
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.460022
#  lost CPU user time (s): 0.490021
#  lost CPU system time (s): -0.03

Real time (s): 203.061
CPU time (s): 343.274
CPU user time (s): 342.009
CPU system time (s): 1.2648
CPU usage (%): 169.05
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 341.519
system time used= 1.2948
maximum resident set size= 2828284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33493
page faults= 1
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6988
involuntary context switches= 6966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22481 second user time and 1.65675 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-29 23:34:17
IDJOB=4118746
IDBENCH=111528
IDSOLVER=2543
FILE ID=node130/4118746-1467236057
RUNJOBID= node130-1467233347-7542
PBS_JOBID= 19997578
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-edgecross10-020.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118746-1467236057/watcher-4118746-1467236057 -o /tmp/evaluation-result-4118746-1467236057/solver-4118746-1467236057 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1467233347-7542 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118746-1467236057.opb

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

MD5SUM BENCH= 45180a21a81c1888f465e39ce908a9da
RANDOM SEED=2016566505

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.813
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.813
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.813
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:        21995884 kB
Buffers:          139640 kB
Cached:          3754008 kB
SwapCached:            0 kB
Active:          5258976 kB
Inactive:        3420952 kB
Active(anon):    4788976 kB
Inactive(anon):        0 kB
Active(file):     470000 kB
Inactive(file):  3420952 kB
Unevictable:     1432516 kB
Mlocked:         1268996 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       6304860 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             617084 kB
SReclaimable:      60940 kB
SUnreclaim:       556144 kB
KernelStack:        1808 kB
PageTables:        16420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6808936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4952064 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= 71664 MiB
End job on node130 at 2016-06-29 23:37:40