Trace number 4118075

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 PB16SAT (TO)210318 1800.6 903.15

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-qap.opb
MD5SUMe621cc663ac64fde029ee2c2fb936671
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark210318
Best CPU time to get the best result obtained on this benchmark1800.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables225
Total number of constraints30
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint15
Number of terms in the objective function 21424
Biggest coefficient in the objective function 9504
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 51755372
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 9504
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 51755372
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)21424
Sum of products size (including duplicates)42848
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-4118075-1467220050.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.50/1.00	c ... done. Wall clock time 0.878s.
2.50/1.00	c declared #vars     225
2.50/1.00	c internal #vars     21649
2.50/1.00	c #constraints  42908
2.50/1.00	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.50/1.00	c constraints type 
2.50/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21454
2.50/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
2.50/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21424
2.50/1.00	c 42908 constraints processed.
2.50/1.00	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.50/1.00	c constraints type 
2.50/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21454
2.50/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
2.50/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21424
2.50/1.00	c 42908 constraints processed.
2.50/1.00	c objective function length is 21424 literals
4.74/1.69	c And the winner is solver0
5.07/2.01	c SATISFIABLE
5.07/2.01	c OPTIMIZING...
5.07/2.01	c Got one! Elapsed wall clock time (in seconds):1.891
5.07/2.01	o 243334
5.63/2.27	c And the winner is solver0
5.86/2.57	c Got one! Elapsed wall clock time (in seconds):2.454
5.86/2.57	o 226090
6.41/2.85	c And the winner is solver0
6.57/3.11	c Got one! Elapsed wall clock time (in seconds):2.995
6.57/3.11	o 224666
7.68/3.65	c And the winner is solver0
7.79/4.15	c Got one! Elapsed wall clock time (in seconds):4.026
7.79/4.15	o 223959
9.24/4.88	c And the winner is solver0
9.43/5.18	c Got one! Elapsed wall clock time (in seconds):5.058
9.43/5.18	o 220070
9.86/5.43	c And the winner is solver0
9.96/5.71	c Got one! Elapsed wall clock time (in seconds):5.587
9.96/5.71	o 217886
10.47/5.95	c And the winner is solver0
10.60/6.23	c Got one! Elapsed wall clock time (in seconds):6.116
10.60/6.23	o 217037
14.14/8.05	c cleaning 3554 clauses out of 7133 with flag 9429/7133
19.59/10.68	c cleaning 4779 clauses out of 9580 with flag 24873/13134
21.49/11.56	c And the winner is solver0
24.26/14.27	c Got one! Elapsed wall clock time (in seconds):14.152
24.26/14.27	o 213038
27.19/15.62	c And the winner is solver0
27.26/15.86	c Got one! Elapsed wall clock time (in seconds):15.741
27.26/15.86	o 212792
28.11/16.37	c cleaning 5243 clauses out of 10489 with flag 2788/18822
28.11/16.39	c And the winner is solver0
28.35/16.89	c Got one! Elapsed wall clock time (in seconds):16.771
28.35/16.89	o 211364
32.84/19.11	c cleaning 5145 clauses out of 10305 with flag 12606/23881
37.85/21.62	c cleaning 5576 clauses out of 11162 with flag 27614/29883
43.63/24.51	c cleaning 6283 clauses out of 12585 with flag 45463/36882
50.23/27.88	c cleaning 7137 clauses out of 14301 with flag 66190/44881
58.23/31.81	c cleaning 8070 clauses out of 16165 with flag 89583/53882
67.25/36.40	c cleaning 9032 clauses out of 18095 with flag 115206/63882
77.23/41.35	c cleaning 10015 clauses out of 20062 with flag 144577/74881
87.86/46.65	c cleaning 11012 clauses out of 22047 with flag 175319/86881
99.46/52.42	c cleaning 12006 clauses out of 24035 with flag 211212/99881
112.06/58.76	c cleaning 13005 clauses out of 26029 with flag 246814/113881
125.45/65.49	c cleaning 14004 clauses out of 28025 with flag 285741/128882
140.06/72.74	c cleaning 14992 clauses out of 30020 with flag 328379/144881
155.46/80.48	c cleaning 16001 clauses out of 32028 with flag 374437/161881
172.43/89.00	c cleaning 16999 clauses out of 34028 with flag 420915/179882
189.85/97.51	c cleaning 18011 clauses out of 36028 with flag 473131/198881
207.10/106.13	c cleaning 19006 clauses out of 38018 with flag 531264/218882
225.30/115.22	c cleaning 20003 clauses out of 40012 with flag 589191/239882
245.30/125.28	c cleaning 20998 clauses out of 42008 with flag 651669/261881
266.09/135.68	c cleaning 22000 clauses out of 44011 with flag 717816/284882
287.89/146.51	c cleaning 22997 clauses out of 46010 with flag 788413/308881
310.69/157.95	c cleaning 24003 clauses out of 48013 with flag 861929/333881
335.70/170.41	c cleaning 25003 clauses out of 50010 with flag 943424/359881
361.29/183.26	c cleaning 25995 clauses out of 52007 with flag 1026385/386881
388.70/196.93	c cleaning 27001 clauses out of 54012 with flag 1113680/414881
417.51/211.35	c cleaning 27999 clauses out of 56012 with flag 1206761/443882
446.90/226.02	c cleaning 29003 clauses out of 58012 with flag 1295338/473881
476.49/240.89	c cleaning 29999 clauses out of 60010 with flag 1383276/504882
507.97/256.41	c cleaning 30997 clauses out of 62010 with flag 1474722/536881
523.17/264.08	c And the winner is solver0
524.17/264.93	c Got one! Elapsed wall clock time (in seconds):264.808
524.17/264.93	o 210318
529.16/267.41	c cleaning 26119 clauses out of 52245 with flag 12991/558113
534.34/270.06	c cleaning 16054 clauses out of 32127 with flag 27473/564114
540.54/273.13	c cleaning 11531 clauses out of 23072 with flag 44379/571113
547.33/276.58	c cleaning 9755 clauses out of 19543 with flag 64744/579115
555.35/280.53	c cleaning 9392 clauses out of 18786 with flag 86191/588113
564.14/284.92	c cleaning 9692 clauses out of 19394 with flag 110105/598113
573.73/289.79	c cleaning 10350 clauses out of 20702 with flag 136002/609113
583.94/294.85	c cleaning 11162 clauses out of 22352 with flag 164135/621113
595.14/300.42	c cleaning 12087 clauses out of 24190 with flag 195203/634113
607.32/306.55	c cleaning 13046 clauses out of 26103 with flag 228516/648113
621.33/313.60	c cleaning 14023 clauses out of 28058 with flag 264465/663114
636.12/320.96	c cleaning 15017 clauses out of 30037 with flag 303682/679116
651.71/328.75	c cleaning 16001 clauses out of 32018 with flag 347142/696114
668.50/337.13	c cleaning 17007 clauses out of 34018 with flag 393766/714115
686.50/346.14	c cleaning 17999 clauses out of 36010 with flag 443590/733114
706.49/356.17	c cleaning 18998 clauses out of 38010 with flag 494560/753113
726.49/366.17	c cleaning 20001 clauses out of 40012 with flag 548730/774113
748.29/377.04	c cleaning 20999 clauses out of 42011 with flag 606247/796113
770.28/388.08	c cleaning 22002 clauses out of 44013 with flag 666972/819114
794.88/400.35	c cleaning 22993 clauses out of 46010 with flag 732809/843113
819.07/412.46	c cleaning 24009 clauses out of 48018 with flag 803556/868114
844.45/425.14	c cleaning 24998 clauses out of 50008 with flag 869001/894113
870.45/438.12	c cleaning 25994 clauses out of 52011 with flag 945244/921114
898.46/452.16	c cleaning 27001 clauses out of 54016 with flag 1021718/949113
926.35/465.87	c cleaning 28002 clauses out of 56017 with flag 1101625/978115
955.54/480.41	c cleaning 29004 clauses out of 58013 with flag 1184366/1008113
986.74/496.06	c cleaning 29998 clauses out of 60010 with flag 1270097/1039114
1018.33/511.80	c cleaning 30999 clauses out of 62011 with flag 1361259/1071113
1051.32/528.33	c cleaning 31999 clauses out of 64012 with flag 1459643/1104113
1085.51/545.43	c cleaning 33004 clauses out of 66015 with flag 1554834/1138115
1120.09/562.79	c cleaning 34003 clauses out of 68009 with flag 1653935/1173113
1156.89/581.10	c cleaning 34999 clauses out of 70007 with flag 1755220/1209114
1194.89/600.13	c cleaning 35994 clauses out of 72007 with flag 1864139/1246113
1234.08/619.72	c cleaning 36999 clauses out of 74014 with flag 1975587/1284114
1274.86/640.19	c cleaning 38000 clauses out of 76015 with flag 2084094/1323114
1315.85/660.69	c cleaning 39006 clauses out of 78014 with flag 2197182/1363113
1359.05/682.27	c cleaning 40000 clauses out of 80008 with flag 2309669/1404113
1402.44/703.99	c cleaning 40997 clauses out of 82009 with flag 2430065/1446114
1447.43/726.48	c cleaning 42003 clauses out of 84011 with flag 2551978/1489113
1494.99/750.51	c cleaning 42998 clauses out of 86009 with flag 2677280/1533114
1542.17/774.14	c cleaning 43998 clauses out of 88010 with flag 2807077/1578113
1590.16/798.18	c cleaning 45002 clauses out of 90012 with flag 2943293/1624113
1640.95/823.56	c cleaning 45999 clauses out of 92010 with flag 3078600/1671113
1692.34/849.30	c cleaning 46995 clauses out of 94011 with flag 3224736/1719113
1741.32/873.75	c cleaning 48009 clauses out of 96017 with flag 3375642/1768114
1791.11/898.68	c cleaning 49001 clauses out of 98008 with flag 3522286/1818114
1800.13/903.11	c >>>>>>>>>> Solver number 0 (11 answers) <<<<<<<<<<<<<<<<<<
1800.13/903.11	c starts		: 31
1800.13/903.11	c conflicts		: 1827831
1800.13/903.11	c decisions		: 2070176
1800.13/903.11	c propagations		: 199517712
1800.13/903.11	c inspects		: 5772121206
1800.13/903.11	c shortcuts		: 0
1800.13/903.11	c learnt literals	: 0
1800.13/903.11	c learnt binary clauses	: 0
1800.13/903.11	c learnt ternary clauses	: 0
1800.13/903.11	c learnt constraints	: 1827830
1800.13/903.11	c ignored constraints	: 0
1800.13/903.11	c root simplifications	: 0
1800.13/903.11	c removed literals (reason simplification)	: 88931071
1800.13/903.11	c reason swapping (by a shorter reason)	: 0
1800.13/903.11	c Calls to reduceDB	: 77
1800.13/903.11	c Number of update (reduction) of LBD	: 24424
1800.13/903.11	c Imported unit clauses	: 0
1800.13/903.11	c number of reductions to clauses (during analyze)	: 0
1800.13/903.11	c number of learned constraints concerned by reduction	: 0
1800.13/903.11	c number of learning phase by resolution	: 0
1800.13/903.11	c number of learning phase by cutting planes	: 0
1800.13/903.11	c speed (assignments/second)	: 221197.00972626114
1800.13/903.11	c non guided choices	260
1800.13/903.13	c learnt constraints type 
1800.13/903.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58724
1800.13/903.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/903.13	c starts		: 15
1800.13/903.13	c conflicts		: 810
1800.13/903.13	c decisions		: 181000
1800.13/903.13	c propagations		: 2493324
1800.13/903.13	c inspects		: 11629265
1800.13/903.13	c shortcuts		: 0
1800.13/903.13	c learnt literals	: 0
1800.13/903.13	c learnt binary clauses	: 0
1800.13/903.13	c learnt ternary clauses	: 0
1800.13/903.13	c learnt constraints	: 801
1800.13/903.13	c ignored constraints	: 0
1800.13/903.13	c root simplifications	: 0
1800.13/903.13	c removed literals (reason simplification)	: 0
1800.13/903.13	c reason swapping (by a shorter reason)	: 0
1800.13/903.13	c Calls to reduceDB	: 0
1800.13/903.13	c Number of update (reduction) of LBD	: 0
1800.13/903.13	c Imported unit clauses	: 0
1800.13/903.13	c number of reductions to clauses (during analyze)	: 0
1800.13/903.13	c number of learned constraints concerned by reduction	: 0
1800.13/903.13	c number of learning phase by resolution	: 0
1800.13/903.13	c number of learning phase by cutting planes	: 0
1800.13/903.13	c speed (assignments/second)	: 3906.971933942677
1800.13/903.13	c non guided choices	395
1800.13/903.13	c learnt constraints type 
1800.13/903.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 134
1800.13/903.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.13/903.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 665
1800.13/903.13	s SATISFIABLE
1800.13/903.13	c Found 11 solution(s)
1800.13/903.13	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 
1800.13/903.13	c objective function=210318
1800.13/903.13	c Total wall clock time (in seconds): 903.016

Verifier Data

OK	210318

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-4118075-1467220050/watcher-4118075-1467220050 -o /tmp/evaluation-result-4118075-1467220050/solver-4118075-1467220050 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5284 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118075-1467220050.opb 

pid=9248
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: 3.22 3.24 3.38 4/197 9251
/proc/meminfo: memFree=26877204/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/9251/stat : 9251 (java) R 9248 9251 5267 0 -1 4202496 420 0 0 0 0 0 0 0 20 0 1 0 2956166 9445376 90 33554432000 1073741824 1073778376 140735486948032 140735486945160 239863903671 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2306 94 75 9 0 38 0

[startup+0.100152 s]
/proc/loadavg: 3.22 3.24 3.38 4/197 9251
/proc/meminfo: memFree=26877204/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 2956166 9787879424 6042 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2389619 6042 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 3.22 3.24 3.38 4/197 9251
/proc/meminfo: memFree=26877204/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 4595 0 1 0 22 1 0 0 20 0 18 0 2956166 9787879424 7214 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2389619 7214 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300243 s]
/proc/loadavg: 3.22 3.24 3.38 4/197 9251
/proc/meminfo: memFree=26877204/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 5720 0 1 0 44 1 0 0 20 0 18 0 2956166 9787879424 8993 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2389619 8993 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700201 s]
/proc/loadavg: 3.22 3.24 3.38 4/197 9251
/proc/meminfo: memFree=26877204/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9558476 CPUtime=1.61 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 25366 0 1 0 155 6 0 0 20 0 18 0 2956166 9787879424 27740 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2389619 27740 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 3.22 3.24 3.38 7/217 9271
/proc/meminfo: memFree=26715680/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 36776 0 1 0 433 9 0 0 20 0 22 0 2956166 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2456183 49055 2276 9 0 2446860 0
[pid=9251/tid=9253] ppid=9248 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/9251/task/9253/stat : 9253 (java) S 9248 9251 5267 0 -1 4202560 2474 0 1 0 95 2 0 0 20 0 22 0 2956167 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680377459576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9254] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9254/stat : 9254 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956168 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680338950824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9255] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9255/stat : 9255 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956168 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680337898280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9256] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9256/stat : 9256 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956168 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680336845736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9257] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9257/stat : 9257 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956168 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680335793192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9258] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9258/stat : 9258 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956168 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680334739624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9259] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9259/stat : 9259 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956168 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680333687080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9260] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9260/stat : 9260 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956168 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680332634536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9261] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9261/stat : 9261 (java) S 9248 9251 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2956168 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680331581992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9262] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9262/stat : 9262 (java) S 9248 9251 5267 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680200764008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9263] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9263/stat : 9263 (java) S 9248 9251 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680199710328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9264] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9264/stat : 9264 (java) S 9248 9251 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680198657672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9265] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9265/stat : 9265 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680197606416 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9266] ppid=9248 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/9251/task/9266/stat : 9266 (java) R 9248 9251 5267 0 -1 4202560 12192 0 0 0 118 3 0 0 20 0 22 0 2956172 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680196552760 139680380065881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9267] ppid=9248 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/9251/task/9267/stat : 9267 (java) S 9248 9251 5267 0 -1 4202560 20767 0 0 0 117 4 0 0 20 0 22 0 2956172 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680195500216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9268] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9268/stat : 9268 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680194447864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9269] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9269/stat : 9269 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680193395528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9270] ppid=9248 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/9251/task/9270/stat : 9270 (java) R 9248 9251 5267 0 -1 4202560 18 0 0 0 48 0 0 0 20 0 22 0 2956267 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680192340616 139680206315862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9271] ppid=9248 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/9251/task/9271/stat : 9271 (java) R 9248 9251 5267 0 -1 4202560 46 0 0 0 48 0 0 0 20 0 22 0 2956267 10060525568 49055 33554432000 1073741824 1073778376 140735486948032 139680191288184 139680206315721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 3.22 3.24 3.38 6/219 9276
/proc/meminfo: memFree=26645312/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9824732 CPUtime=6.57 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 37969 0 1 0 635 22 0 0 20 0 19 0 2956166 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2456183 66883 2290 9 0 2446860 0
[pid=9251/tid=9253] ppid=9248 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/9251/task/9253/stat : 9253 (java) S 9248 9251 5267 0 -1 4202560 2475 0 1 0 106 2 0 0 20 0 19 0 2956167 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680377459576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9254] ppid=9248 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9251/task/9254/stat : 9254 (java) S 9248 9251 5267 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 2956168 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680338950824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9255] ppid=9248 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9251/task/9255/stat : 9255 (java) S 9248 9251 5267 0 -1 4202560 62 0 0 0 3 1 0 0 20 0 19 0 2956168 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680337898280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9256] ppid=9248 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9251/task/9256/stat : 9256 (java) S 9248 9251 5267 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 2956168 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680336845736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9257] ppid=9248 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9251/task/9257/stat : 9257 (java) S 9248 9251 5267 0 -1 4202560 152 0 0 0 4 2 0 0 20 0 19 0 2956168 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680335793192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9258] ppid=9248 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9251/task/9258/stat : 9258 (java) S 9248 9251 5267 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 19 0 2956168 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680334739624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9259] ppid=9248 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9251/task/9259/stat : 9259 (java) S 9248 9251 5267 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 2956168 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680333687080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9260] ppid=9248 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9251/task/9260/stat : 9260 (java) S 9248 9251 5267 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 2956168 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680332634536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9261] ppid=9248 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9251/task/9261/stat : 9261 (java) S 9248 9251 5267 0 -1 4202560 102 0 0 0 1 0 0 0 20 0 19 0 2956168 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680331581992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9262] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9262/stat : 9262 (java) S 9248 9251 5267 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 2956170 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680200764008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9263] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9263/stat : 9263 (java) S 9248 9251 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2956170 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680199710328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9264] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9264/stat : 9264 (java) S 9248 9251 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2956170 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680198657672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9265] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9265/stat : 9265 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2956172 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680197606416 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9266] ppid=9248 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/9251/task/9266/stat : 9266 (java) S 9248 9251 5267 0 -1 4202560 12192 0 0 0 157 3 0 0 20 0 19 0 2956172 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680196552760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9267] ppid=9248 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/9251/task/9267/stat : 9267 (java) S 9248 9251 5267 0 -1 4202560 21394 0 0 0 135 4 0 0 20 0 19 0 2956172 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680195500216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9268] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9268/stat : 9268 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2956172 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680194447864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9269] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9269/stat : 9269 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2956172 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139680193395528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9273] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9273/stat : 9273 (java) S 9248 9251 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2956278 10060525568 66883 33554432000 1073741824 1073778376 140735486948032 139678913128104 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30081 s]
/proc/loadavg: 3.29 3.25 3.39 3/216 9288
/proc/meminfo: memFree=26483448/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9824732 CPUtime=10.69 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 39392 0 1 0 1033 36 0 0 20 0 22 0 2956166 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2456183 107455 2291 9 0 2446860 0
[pid=9251/tid=9253] ppid=9248 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/9251/task/9253/stat : 9253 (java) S 9248 9251 5267 0 -1 4202560 2483 0 1 0 120 3 0 0 20 0 22 0 2956167 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680377459576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9254] ppid=9248 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/9251/task/9254/stat : 9254 (java) S 9248 9251 5267 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 2956168 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680338950824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9255] ppid=9248 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9251/task/9255/stat : 9255 (java) S 9248 9251 5267 0 -1 4202560 95 0 0 0 8 2 0 0 20 0 22 0 2956168 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680337898280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9256] ppid=9248 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9251/task/9256/stat : 9256 (java) S 9248 9251 5267 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 2956168 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680336845736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9257] ppid=9248 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9251/task/9257/stat : 9257 (java) S 9248 9251 5267 0 -1 4202560 180 0 0 0 7 2 0 0 20 0 22 0 2956168 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680335793192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9258] ppid=9248 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9251/task/9258/stat : 9258 (java) S 9248 9251 5267 0 -1 4202560 120 0 0 0 3 1 0 0 20 0 22 0 2956168 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680334739624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9259] ppid=9248 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9251/task/9259/stat : 9259 (java) S 9248 9251 5267 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 2956168 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680333687080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9260] ppid=9248 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9251/task/9260/stat : 9260 (java) S 9248 9251 5267 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 2956168 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680332634536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9261] ppid=9248 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9251/task/9261/stat : 9261 (java) S 9248 9251 5267 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 22 0 2956168 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680331581992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9262] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9262/stat : 9262 (java) S 9248 9251 5267 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680200764008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9263] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9263/stat : 9263 (java) S 9248 9251 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680199710328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9264] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9264/stat : 9264 (java) S 9248 9251 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680198657672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9265] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9265/stat : 9265 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680197606416 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9266] ppid=9248 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/9251/task/9266/stat : 9266 (java) S 9248 9251 5267 0 -1 4202560 12192 0 0 0 175 3 0 0 20 0 22 0 2956172 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680196552760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9267] ppid=9248 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/9251/task/9267/stat : 9267 (java) S 9248 9251 5267 0 -1 4202560 22417 0 0 0 157 5 0 0 20 0 22 0 2956172 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680195500216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9268] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9268/stat : 9268 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680194447864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9269] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9269/stat : 9269 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139680193395528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9273] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9273/stat : 9273 (java) S 9248 9251 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2956278 10060525568 107455 33554432000 1073741824 1073778376 140735486948032 139678913128104 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 10.69

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

[startup+882.308 s]
/proc/loadavg: 4.42 4.26 3.91 5/219 9408
/proc/meminfo: memFree=22789472/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9824732 CPUtime=1758.53 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 44679 0 1 0 175677 176 0 0 20 0 22 0 2956166 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2456183 694039 2304 9 0 2446860 0
[pid=9251/tid=9253] ppid=9248 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/9251/task/9253/stat : 9253 (java) S 9248 9251 5267 0 -1 4202560 2492 0 1 0 135 4 0 0 20 0 22 0 2956167 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680377459576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9254] ppid=9248 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/9251/task/9254/stat : 9254 (java) S 9248 9251 5267 0 -1 4202560 216 0 0 0 34 8 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680338950824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9255] ppid=9248 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/9251/task/9255/stat : 9255 (java) S 9248 9251 5267 0 -1 4202560 300 0 0 0 45 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680337898280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9256] ppid=9248 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/9251/task/9256/stat : 9256 (java) S 9248 9251 5267 0 -1 4202560 220 0 0 0 40 10 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680336845736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9257] ppid=9248 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/9251/task/9257/stat : 9257 (java) S 9248 9251 5267 0 -1 4202560 415 0 0 0 52 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680335793192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9258] ppid=9248 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/9251/task/9258/stat : 9258 (java) S 9248 9251 5267 0 -1 4202560 394 0 0 0 50 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680334739624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9259] ppid=9248 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/9251/task/9259/stat : 9259 (java) S 9248 9251 5267 0 -1 4202560 234 0 0 0 39 10 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680333687080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9260] ppid=9248 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9251/task/9260/stat : 9260 (java) S 9248 9251 5267 0 -1 4202560 195 0 0 0 31 8 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680332634536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9261] ppid=9248 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/9251/task/9261/stat : 9261 (java) S 9248 9251 5267 0 -1 4202560 310 0 0 0 39 11 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680331581992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9262] ppid=9248 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/9251/task/9262/stat : 9262 (java) S 9248 9251 5267 0 -1 4202560 1634 0 0 0 120 3 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680200764008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9263] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9263/stat : 9263 (java) S 9248 9251 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680199710328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9264] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9264/stat : 9264 (java) S 9248 9251 5267 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680198657672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9265] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9265/stat : 9265 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680197606416 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9266] ppid=9248 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/9251/task/9266/stat : 9266 (java) S 9248 9251 5267 0 -1 4202560 12235 0 0 0 218 3 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680196552760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9267] ppid=9248 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/9251/task/9267/stat : 9267 (java) S 9248 9251 5267 0 -1 4202560 23055 0 0 0 191 5 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680195500216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9268] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9268/stat : 9268 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680194447864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9269] ppid=9248 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/9251/task/9269/stat : 9269 (java) S 9248 9251 5267 0 -1 4202560 51 0 0 0 12 15 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680193395528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9273] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9273/stat : 9273 (java) S 9248 9251 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2956278 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139678913128104 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9389] ppid=9248 vsize=9824732 CPUtime=615.3 cores=1,3,5,7
/proc/9251/task/9389/stat : 9389 (java) R 9248 9251 5267 0 -1 4202560 104 0 0 0 61515 15 0 0 20 0 22 0 2982662 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680191279536 139680206537685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9390] ppid=9248 vsize=9824732 CPUtime=615.53 cores=1,3,5,7
/proc/9251/task/9390/stat : 9390 (java) R 9248 9251 5267 0 -1 4202560 356 0 0 0 61532 21 0 0 20 0 22 0 2982662 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680192338704 139680205728998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9391] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9391/stat : 9391 (java) S 9248 9251 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2982663 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680190235432 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1758.53
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.101 s]
/proc/loadavg: 4.44 4.28 3.93 5/219 9408
/proc/meminfo: memFree=22789564/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 44679 0 1 0 179837 176 0 0 20 0 22 0 2956166 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2456183 694039 2304 9 0 2446860 0
[pid=9251/tid=9253] ppid=9248 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/9251/task/9253/stat : 9253 (java) S 9248 9251 5267 0 -1 4202560 2492 0 1 0 135 4 0 0 20 0 22 0 2956167 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680377459576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9254] ppid=9248 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/9251/task/9254/stat : 9254 (java) S 9248 9251 5267 0 -1 4202560 216 0 0 0 34 8 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680338950824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9255] ppid=9248 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/9251/task/9255/stat : 9255 (java) S 9248 9251 5267 0 -1 4202560 300 0 0 0 45 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680337898280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9256] ppid=9248 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/9251/task/9256/stat : 9256 (java) S 9248 9251 5267 0 -1 4202560 220 0 0 0 40 10 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680336845736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9257] ppid=9248 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/9251/task/9257/stat : 9257 (java) S 9248 9251 5267 0 -1 4202560 415 0 0 0 52 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680335793192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9258] ppid=9248 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/9251/task/9258/stat : 9258 (java) S 9248 9251 5267 0 -1 4202560 394 0 0 0 50 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680334739624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9259] ppid=9248 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/9251/task/9259/stat : 9259 (java) S 9248 9251 5267 0 -1 4202560 234 0 0 0 39 10 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680333687080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9260] ppid=9248 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9251/task/9260/stat : 9260 (java) S 9248 9251 5267 0 -1 4202560 195 0 0 0 31 8 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680332634536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9261] ppid=9248 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/9251/task/9261/stat : 9261 (java) S 9248 9251 5267 0 -1 4202560 310 0 0 0 39 11 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680331581992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9262] ppid=9248 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/9251/task/9262/stat : 9262 (java) S 9248 9251 5267 0 -1 4202560 1634 0 0 0 120 3 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680200764008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9263] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9263/stat : 9263 (java) S 9248 9251 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680199710328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9264] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9264/stat : 9264 (java) S 9248 9251 5267 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680198657672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9265] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9265/stat : 9265 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680197606416 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9266] ppid=9248 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/9251/task/9266/stat : 9266 (java) S 9248 9251 5267 0 -1 4202560 12235 0 0 0 218 3 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680196552760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9267] ppid=9248 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/9251/task/9267/stat : 9267 (java) S 9248 9251 5267 0 -1 4202560 23055 0 0 0 191 5 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680195500216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9268] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9268/stat : 9268 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680194447864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9269] ppid=9248 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/9251/task/9269/stat : 9269 (java) S 9248 9251 5267 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680193395528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9273] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9273/stat : 9273 (java) S 9248 9251 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2956278 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139678913128104 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9389] ppid=9248 vsize=9824732 CPUtime=636.1 cores=1,3,5,7
/proc/9251/task/9389/stat : 9389 (java) R 9248 9251 5267 0 -1 4202560 104 0 0 0 63595 15 0 0 20 0 22 0 2982662 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680191279536 139680206315862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9390] ppid=9248 vsize=9824732 CPUtime=636.33 cores=1,3,5,7
/proc/9251/task/9390/stat : 9390 (java) R 9248 9251 5267 0 -1 4202560 356 0 0 0 63612 21 0 0 20 0 22 0 2982662 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680192338704 139680205729048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9391] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9391/stat : 9391 (java) S 9248 9251 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2982663 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680190235432 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9251 sig 9
??? kill -9251 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+903.101 s]
/proc/loadavg: 4.44 4.28 3.93 5/219 9408
/proc/meminfo: memFree=22789564/32872528 swapFree=1459092/1655316
[pid=9251] ppid=9248 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/9251/stat : 9251 (java) S 9248 9251 5267 0 -1 4202496 44679 0 1 0 179837 176 0 0 20 0 22 0 2956166 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 140735486939168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9251/statm: 2456183 694039 2304 9 0 2446860 0
[pid=9251/tid=9253] ppid=9248 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/9251/task/9253/stat : 9253 (java) S 9248 9251 5267 0 -1 4202560 2492 0 1 0 135 4 0 0 20 0 22 0 2956167 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680377459576 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9254] ppid=9248 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/9251/task/9254/stat : 9254 (java) S 9248 9251 5267 0 -1 4202560 216 0 0 0 34 8 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680338950824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9255] ppid=9248 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/9251/task/9255/stat : 9255 (java) S 9248 9251 5267 0 -1 4202560 300 0 0 0 45 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680337898280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9256] ppid=9248 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/9251/task/9256/stat : 9256 (java) S 9248 9251 5267 0 -1 4202560 220 0 0 0 40 10 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680336845736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9257] ppid=9248 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/9251/task/9257/stat : 9257 (java) S 9248 9251 5267 0 -1 4202560 415 0 0 0 52 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680335793192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9258] ppid=9248 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/9251/task/9258/stat : 9258 (java) S 9248 9251 5267 0 -1 4202560 394 0 0 0 50 14 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680334739624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9259] ppid=9248 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/9251/task/9259/stat : 9259 (java) S 9248 9251 5267 0 -1 4202560 234 0 0 0 39 10 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680333687080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9260] ppid=9248 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9251/task/9260/stat : 9260 (java) S 9248 9251 5267 0 -1 4202560 195 0 0 0 31 8 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680332634536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9261] ppid=9248 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/9251/task/9261/stat : 9261 (java) S 9248 9251 5267 0 -1 4202560 310 0 0 0 39 11 0 0 20 0 22 0 2956168 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680331581992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9262] ppid=9248 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/9251/task/9262/stat : 9262 (java) S 9248 9251 5267 0 -1 4202560 1634 0 0 0 120 3 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680200764008 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9263] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9263/stat : 9263 (java) S 9248 9251 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680199710328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9264] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9264/stat : 9264 (java) S 9248 9251 5267 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 2956170 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680198657672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9265] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9265/stat : 9265 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680197606416 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9266] ppid=9248 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/9251/task/9266/stat : 9266 (java) S 9248 9251 5267 0 -1 4202560 12235 0 0 0 218 3 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680196552760 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9267] ppid=9248 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/9251/task/9267/stat : 9267 (java) S 9248 9251 5267 0 -1 4202560 23055 0 0 0 191 5 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680195500216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9268] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9268/stat : 9268 (java) S 9248 9251 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680194447864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9269] ppid=9248 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/9251/task/9269/stat : 9269 (java) S 9248 9251 5267 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 2956172 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680193395528 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9251/tid=9273] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9273/stat : 9273 (java) S 9248 9251 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2956278 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139678913128104 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9251/tid=9389] ppid=9248 vsize=9824732 CPUtime=636.1 cores=1,3,5,7
/proc/9251/task/9389/stat : 9389 (java) R 9248 9251 5267 0 -1 4202560 104 0 0 0 63595 15 0 0 20 0 22 0 2982662 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680191279536 139680206315862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9251/tid=9390] ppid=9248 vsize=9824732 CPUtime=636.33 cores=1,3,5,7
/proc/9251/task/9390/stat : 9390 (java) R 9248 9251 5267 0 -1 4202560 356 0 0 0 63612 21 0 0 20 0 22 0 2982662 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680192338704 139680205729048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9251/tid=9391] ppid=9248 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9251/task/9391/stat : 9391 (java) S 9248 9251 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2982663 10060525568 694039 33554432000 1073741824 1073778376 140735486948032 139680190235432 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 903.15
CPU time (s): 1800.6
CPU user time (s): 1798.47
CPU system time (s): 2.13068
CPU usage (%): 199.369
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.13068
maximum resident set size= 2776272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44716
page faults= 1
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21919
involuntary context switches= 18734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2742 second user time and 7.92279 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-29 19:07:30
IDJOB=4118075
IDBENCH=111444
IDSOLVER=2543
FILE ID=node136/4118075-1467220050
RUNJOBID= node136-1467208983-5284
PBS_JOBID= 19997574
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-qap.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118075-1467220050/watcher-4118075-1467220050 -o /tmp/evaluation-result-4118075-1467220050/solver-4118075-1467220050 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5284 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118075-1467220050.opb

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

MD5SUM BENCH= e621cc663ac64fde029ee2c2fb936671
RANDOM SEED=1884350845

node136.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.182
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	: 5332.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26877468 kB
Buffers:          144856 kB
Cached:          1748792 kB
SwapCached:            0 kB
Active:          1918944 kB
Inactive:        1675304 kB
Active(anon):    1703172 kB
Inactive(anon):        0 kB
Active(file):     215772 kB
Inactive(file):  1675304 kB
Unevictable:     1655316 kB
Mlocked:         1459092 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:       3437404 kB
Mapped:            22216 kB
Shmem:               204 kB
Slab:             609540 kB
SReclaimable:      53596 kB
SUnreclaim:       555944 kB
KernelStack:        1800 kB
PageTables:        11200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3551816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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= 71644 MiB
End job on node136 at 2016-06-29 19:22:33