Trace number 4118023

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)-5170311 1800.6 899.062

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0088-0088.opb
MD5SUM071705771bffcb5a6b6bc16d0e712ccd
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-5170311
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables192
Total number of constraints64
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 384
Biggest coefficient in the objective function 277077
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 32448126
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 277077
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 32448126
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)384
Sum of products size (including duplicates)768
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4118023-1467217496.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.19	c ... done. Wall clock time 0.085s.
0.10/0.19	c declared #vars     192
0.10/0.19	c internal #vars     576
0.10/0.19	c #constraints  896
0.25/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.25/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.25/0.20	c 896 constraints processed.
0.25/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.25/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 64
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
0.25/0.20	c 896 constraints processed.
0.25/0.20	c objective function length is 384 literals
0.25/0.21	c And the winner is solver0
0.30/0.70	c SATISFIABLE
0.30/0.70	c OPTIMIZING...
0.30/0.70	c Got one! Elapsed wall clock time (in seconds):0.591
0.30/0.70	o -5023918
1.06/0.95	c And the winner is solver0
1.63/1.20	c Got one! Elapsed wall clock time (in seconds):1.096
1.63/1.20	o -5028631
1.63/1.21	c And the winner is solver0
1.64/1.71	c Got one! Elapsed wall clock time (in seconds):1.599
1.64/1.71	o -5106761
1.64/1.76	c And the winner is solver0
1.70/2.21	c Got one! Elapsed wall clock time (in seconds):2.102
1.70/2.21	o -5108569
1.70/2.22	c And the winner is solver0
2.61/2.77	c Got one! Elapsed wall clock time (in seconds):2.658
2.61/2.77	o -5170311
3.74/3.25	c cleaning 3242 clauses out of 6495 with flag 11451/6495
5.32/3.95	c cleaning 4626 clauses out of 9252 with flag 28592/12494
7.22/4.84	c cleaning 5815 clauses out of 11629 with flag 44742/19497
9.14/5.72	c cleaning 6905 clauses out of 13810 with flag 63003/27493
11.05/6.62	c cleaning 7953 clauses out of 15906 with flag 83173/36494
12.64/7.44	c cleaning 8977 clauses out of 17957 with flag 104843/46498
14.55/8.36	c cleaning 9987 clauses out of 19977 with flag 128590/57495
16.75/9.45	c cleaning 10988 clauses out of 21991 with flag 155327/69496
19.04/10.55	c cleaning 11997 clauses out of 24001 with flag 183719/82494
21.43/11.79	c cleaning 13000 clauses out of 26004 with flag 214043/96494
24.37/13.18	c cleaning 13997 clauses out of 28003 with flag 246454/111493
27.77/14.84	c cleaning 14998 clauses out of 30007 with flag 281902/127494
30.91/16.36	c cleaning 16000 clauses out of 32008 with flag 318915/144493
34.31/18.05	c cleaning 16999 clauses out of 34008 with flag 357960/162493
38.15/19.96	c cleaning 17999 clauses out of 36010 with flag 400103/181494
42.71/22.11	c cleaning 19004 clauses out of 38010 with flag 443868/201493
47.30/24.42	c cleaning 19996 clauses out of 40006 with flag 490390/222493
52.19/26.80	c cleaning 21002 clauses out of 42010 with flag 541102/244493
56.99/29.25	c cleaning 21999 clauses out of 44008 with flag 593654/267493
62.19/31.83	c cleaning 23002 clauses out of 46009 with flag 648439/291493
67.72/34.54	c cleaning 23998 clauses out of 48007 with flag 705861/316493
74.12/37.77	c cleaning 25002 clauses out of 50009 with flag 763893/342493
80.33/40.81	c cleaning 26003 clauses out of 52009 with flag 825107/369495
87.68/44.49	c cleaning 27002 clauses out of 54004 with flag 888931/397493
95.70/48.45	c cleaning 27998 clauses out of 56002 with flag 953169/426493
104.50/53.01	c cleaning 29003 clauses out of 58007 with flag 1020173/456496
112.91/57.29	c cleaning 29997 clauses out of 60001 with flag 1089520/487493
121.50/61.55	c cleaning 30992 clauses out of 62005 with flag 1163242/519494
130.10/65.82	c cleaning 32005 clauses out of 64015 with flag 1237915/552496
140.55/71.05	c cleaning 32999 clauses out of 66008 with flag 1315742/586494
151.42/76.46	c cleaning 33999 clauses out of 68008 with flag 1393131/621493
160.22/80.85	c cleaning 34999 clauses out of 70009 with flag 1473039/657493
169.42/85.46	c cleaning 36001 clauses out of 72010 with flag 1555596/694493
181.32/91.36	c cleaning 36998 clauses out of 74011 with flag 1641422/732495
192.96/97.13	c cleaning 38002 clauses out of 76012 with flag 1729360/771494
205.38/103.33	c cleaning 39002 clauses out of 78010 with flag 1818934/811494
217.08/109.19	c cleaning 40001 clauses out of 80008 with flag 1910246/852494
229.80/115.49	c cleaning 41001 clauses out of 82009 with flag 2003445/894496
242.00/121.58	c cleaning 42000 clauses out of 84005 with flag 2098866/937493
255.16/128.07	c cleaning 43005 clauses out of 86009 with flag 2196992/981497
268.15/134.56	c cleaning 43997 clauses out of 88002 with flag 2300498/1026495
281.15/141.01	c cleaning 44999 clauses out of 90004 with flag 2409263/1072494
293.55/147.28	c cleaning 46000 clauses out of 92006 with flag 2519181/1119495
307.74/154.33	c cleaning 46998 clauses out of 94004 with flag 2631761/1167493
324.77/163.10	c cleaning 47993 clauses out of 96006 with flag 2746987/1216493
339.97/170.70	c cleaning 49003 clauses out of 98013 with flag 2864579/1266493
354.57/178.10	c cleaning 50002 clauses out of 100011 with flag 2983972/1317494
371.63/186.59	c cleaning 51005 clauses out of 102010 with flag 3108607/1369495
388.25/194.86	c cleaning 52001 clauses out of 104004 with flag 3232596/1422494
405.03/203.28	c cleaning 53001 clauses out of 106002 with flag 3360974/1476493
423.82/212.60	c cleaning 53997 clauses out of 108002 with flag 3488848/1531494
445.14/223.25	c cleaning 54998 clauses out of 110006 with flag 3617985/1587495
457.06/229.13	c cleaning 0 clauses out of 5119 with flag 0/5120
472.71/236.61	c cleaning 56000 clauses out of 112007 with flag 3751398/1644494
510.85/255.55	c cleaning 56992 clauses out of 114006 with flag 3894017/1702493
540.13/270.07	c cleaning 58004 clauses out of 116014 with flag 4034131/1761493
574.62/287.15	c cleaning 59001 clauses out of 118011 with flag 4179960/1821494
610.02/304.78	c cleaning 60005 clauses out of 120011 with flag 4324781/1882495
646.35/322.88	c cleaning 60995 clauses out of 122004 with flag 4471407/1944493
678.98/339.15	c cleaning 62000 clauses out of 124011 with flag 4615402/2007495
712.52/355.82	c cleaning 63002 clauses out of 126009 with flag 4762099/2071493
747.12/373.12	c cleaning 64001 clauses out of 128008 with flag 4912045/2136494
783.85/391.49	c cleaning 64998 clauses out of 130006 with flag 5067356/2202493
820.85/409.98	c cleaning 66001 clauses out of 132010 with flag 5219820/2269495
862.18/431.00	c cleaning 66999 clauses out of 134007 with flag 5371206/2337493
900.97/450.41	c cleaning 68004 clauses out of 136008 with flag 5525078/2406493
936.62/468.27	c cleaning 69002 clauses out of 138004 with flag 5680934/2476493
974.01/486.98	c cleaning 70000 clauses out of 140002 with flag 5838539/2547493
1016.82/508.33	c cleaning 70998 clauses out of 142004 with flag 5998992/2619495
1056.69/528.28	c cleaning 71994 clauses out of 144004 with flag 6168859/2692493
1091.87/545.87	c cleaning 73002 clauses out of 146018 with flag 6349792/2766501
1132.67/566.29	c cleaning 73998 clauses out of 148008 with flag 6527256/2841493
1175.38/587.50	c cleaning 75005 clauses out of 150011 with flag 6711283/2917494
1227.10/613.05	c cleaning 75999 clauses out of 152006 with flag 6894972/2994494
1272.92/635.75	c cleaning 77000 clauses out of 154006 with flag 7078584/3072493
1308.33/653.50	c cleaning 77998 clauses out of 156006 with flag 7257834/3151493
1344.53/671.49	c cleaning 78998 clauses out of 158008 with flag 7434238/3231493
1385.12/691.80	c cleaning 80002 clauses out of 160011 with flag 7613904/3312494
1427.72/713.03	c cleaning 81001 clauses out of 162008 with flag 7795058/3394493
1473.39/735.76	c cleaning 82004 clauses out of 164007 with flag 7979722/3477493
1517.58/757.83	c cleaning 83000 clauses out of 166004 with flag 8167900/3561494
1556.98/777.59	c cleaning 83997 clauses out of 168003 with flag 8356419/3646493
1602.32/800.20	c cleaning 84998 clauses out of 170006 with flag 8546789/3732493
1651.71/824.86	c cleaning 86001 clauses out of 172009 with flag 8739346/3819494
1708.71/853.36	c cleaning 86999 clauses out of 174007 with flag 8934574/3907493
1756.50/877.24	c cleaning 88003 clauses out of 176009 with flag 9129827/3996494
1799.71/898.85	c cleaning 89001 clauses out of 178006 with flag 9329835/4086494
1800.10/899.00	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.10/899.00	c starts		: 168
1800.10/899.00	c conflicts		: 4087581
1800.10/899.00	c decisions		: 4457658
1800.10/899.00	c propagations		: 212318284
1800.10/899.00	c inspects		: 12389355769
1800.10/899.00	c shortcuts		: 0
1800.10/899.00	c learnt literals	: 0
1800.10/899.00	c learnt binary clauses	: 0
1800.10/899.00	c learnt ternary clauses	: 0
1800.10/899.00	c learnt constraints	: 4087581
1800.10/899.00	c ignored constraints	: 0
1800.10/899.00	c root simplifications	: 0
1800.10/899.00	c removed literals (reason simplification)	: 2964983
1800.10/899.00	c reason swapping (by a shorter reason)	: 0
1800.10/899.00	c Calls to reduceDB	: 86
1800.10/899.00	c Number of update (reduction) of LBD	: 225508
1800.10/899.00	c Imported unit clauses	: 0
1800.10/899.00	c number of reductions to clauses (during analyze)	: 0
1800.10/899.00	c number of learned constraints concerned by reduction	: 0
1800.10/899.00	c number of learning phase by resolution	: 0
1800.10/899.00	c number of learning phase by cutting planes	: 0
1800.10/899.00	c speed (assignments/second)	: 236224.1700044504
1800.10/899.00	c non guided choices	6
1800.10/899.03	c learnt constraints type 
1800.10/899.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90092
1800.10/899.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/899.03	c starts		: 31
1800.10/899.03	c conflicts		: 7518
1800.10/899.03	c decisions		: 27697
1800.10/899.03	c propagations		: 342008
1800.10/899.03	c inspects		: 173013801
1800.10/899.03	c shortcuts		: 0
1800.10/899.03	c learnt literals	: 0
1800.10/899.03	c learnt binary clauses	: 0
1800.10/899.03	c learnt ternary clauses	: 0
1800.10/899.03	c learnt constraints	: 7516
1800.10/899.03	c ignored constraints	: 0
1800.10/899.03	c root simplifications	: 0
1800.10/899.03	c removed literals (reason simplification)	: 0
1800.10/899.03	c reason swapping (by a shorter reason)	: 0
1800.10/899.03	c Calls to reduceDB	: 1
1800.10/899.03	c Number of update (reduction) of LBD	: 0
1800.10/899.03	c Imported unit clauses	: 0
1800.10/899.03	c number of reductions to clauses (during analyze)	: 0
1800.10/899.03	c number of learned constraints concerned by reduction	: 0
1800.10/899.03	c number of learning phase by resolution	: 0
1800.10/899.03	c number of learning phase by cutting planes	: 0
1800.10/899.03	c speed (assignments/second)	: 381.3597498695379
1800.10/899.03	c non guided choices	1
1800.10/899.03	c learnt constraints type 
1800.10/899.03	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.10/899.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7515
1800.10/899.03	s SATISFIABLE
1800.10/899.03	c Found 5 solution(s)
1800.10/899.03	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 
1800.10/899.03	c objective function=-5170311
1800.10/899.03	c Total wall clock time (in seconds): 898.924

Verifier Data

OK	-5170311

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-4118023-1467217496/watcher-4118023-1467217496 -o /tmp/evaluation-result-4118023-1467217496/solver-4118023-1467217496 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6647 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118023-1467217496.opb 

pid=8240
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.01 4.20 4.17 4/195 8243
/proc/meminfo: memFree=27582988/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 2700897 98570240 976 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 24065 976 743 9 0 16771 0
[pid=8243/tid=8244] ppid=8240 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) R 8240 8243 5962 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2700898 98570240 976 33554432000 1073741824 1073778376 140734178799696 140079974428200 225444709760 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 4.01 4.20 4.17 4/195 8243
/proc/meminfo: memFree=27582988/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 4468 0 1 0 9 1 0 0 20 0 18 0 2700897 9787879424 6087 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2389619 6087 2148 9 0 2380296 0
[pid=8243/tid=8244] ppid=8240 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) R 8240 8243 5962 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 2700898 9787879424 6089 33554432000 1073741824 1073778376 140734178799696 140079974432472 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 4.01 4.20 4.17 4/195 8243
/proc/meminfo: memFree=27582988/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 4691 0 1 0 23 2 0 0 20 0 18 0 2700897 9787879424 7263 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2389619 7263 2213 9 0 2380296 0
[pid=8243/tid=8244] ppid=8240 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) R 8240 8243 5962 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 18 0 2700898 9787879424 7263 33554432000 1073741824 1073778376 140734178799696 140079974432472 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300351 s]
/proc/loadavg: 4.01 4.20 4.17 4/195 8243
/proc/meminfo: memFree=27582988/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 4812 0 1 0 26 4 0 0 20 0 19 0 2700897 10060525568 8366 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2456183 8366 2224 9 0 2446860 0
[pid=8243/tid=8244] ppid=8240 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) S 8240 8243 5962 0 -1 4202560 2404 0 1 0 16 2 0 0 20 0 19 0 2700898 10060525568 8366 33554432000 1073741824 1073778376 140734178799696 140079974433656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.700299 s]
/proc/loadavg: 4.01 4.20 4.17 4/195 8243
/proc/meminfo: memFree=27582988/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 4812 0 1 0 26 4 0 0 20 0 19 0 2700897 10060525568 8366 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2456183 8366 2224 9 0 2446860 0
[pid=8243/tid=8244] ppid=8240 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) S 8240 8243 5962 0 -1 4202560 2404 0 1 0 16 2 0 0 20 0 19 0 2700898 10060525568 8366 33554432000 1073741824 1073778376 140734178799696 140079974433656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.01 4.20 4.17 5/214 8268
/proc/meminfo: memFree=27511448/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 17217 0 1 0 156 8 0 0 20 0 20 0 2700897 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2456183 20391 2253 9 0 2446860 0
[pid=8243/tid=8244] ppid=8240 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) S 8240 8243 5962 0 -1 4202560 2405 0 1 0 17 2 0 0 20 0 20 0 2700898 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079974433656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8246] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8246/stat : 8246 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700899 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079963495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8247] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8247/stat : 8247 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700899 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079962442536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8248] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8248/stat : 8248 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700899 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079961389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8249] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8249/stat : 8249 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700899 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079960337448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8250] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8250/stat : 8250 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700899 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079959283880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8251] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8251/stat : 8251 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700899 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079958231336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8252] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8252/stat : 8252 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700899 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079957178792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8253] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8253/stat : 8253 (java) S 8240 8243 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 2700899 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079810689576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8254] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8254/stat : 8254 (java) S 8240 8243 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 2700900 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079798491752 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8255] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8255/stat : 8255 (java) S 8240 8243 5962 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 2700900 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079797438072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8256] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8256/stat : 8256 (java) S 8240 8243 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2700900 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079796385416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8257] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8257/stat : 8257 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700902 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079795334160 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8258] ppid=8240 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/8243/task/8258/stat : 8258 (java) S 8240 8243 5962 0 -1 4202560 7211 0 0 0 43 2 0 0 20 0 20 0 2700902 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079794280504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8259] ppid=8240 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/8243/task/8259/stat : 8259 (java) S 8240 8243 5962 0 -1 4202560 6241 0 0 0 42 2 0 0 20 0 20 0 2700902 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079793227960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8260] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8260/stat : 8260 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700902 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079792175608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8261] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8261/stat : 8261 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2700903 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079791123272 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8265] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8265/stat : 8265 (java) S 8240 8243 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2700918 10060525568 20391 33554432000 1073741824 1073778376 140734178799696 140079786911400 225448081321 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

[startup+3.10086 s]
/proc/loadavg: 3.77 4.14 4.15 3/214 8273
/proc/meminfo: memFree=27505172/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9824732 CPUtime=3.52 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 18146 0 1 0 340 12 0 0 20 0 22 0 2700897 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2456183 47816 2280 9 0 2446860 0
[pid=8243/tid=8244] ppid=8240 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) S 8240 8243 5962 0 -1 4202560 2406 0 1 0 17 2 0 0 20 0 22 0 2700898 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079974433656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8246] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8246/stat : 8246 (java) S 8240 8243 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2700899 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079963495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8247] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8247/stat : 8247 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700899 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079962442536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8248] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8248/stat : 8248 (java) S 8240 8243 5962 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 2700899 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079961389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8249] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8249/stat : 8249 (java) S 8240 8243 5962 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 2700899 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079960337448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8250] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8250/stat : 8250 (java) S 8240 8243 5962 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 2700899 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079959283880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8251] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8251/stat : 8251 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700899 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079958231336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8252] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8252/stat : 8252 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700899 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079957178792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8253] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8253/stat : 8253 (java) S 8240 8243 5962 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2700899 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079810689576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8254] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8254/stat : 8254 (java) S 8240 8243 5962 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079798491752 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8255] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8255/stat : 8255 (java) S 8240 8243 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079797438072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8256] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8256/stat : 8256 (java) S 8240 8243 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079796385416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8257] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8257/stat : 8257 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079795334160 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8258] ppid=8240 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/8243/task/8258/stat : 8258 (java) R 8240 8243 5962 0 -1 4202560 7222 0 0 0 68 2 0 0 20 0 22 0 2700902 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079794280504 140079978528219 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8259] ppid=8240 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/8243/task/8259/stat : 8259 (java) S 8240 8243 5962 0 -1 4202560 7057 0 0 0 83 2 0 0 20 0 22 0 2700902 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079793227960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8260] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8260/stat : 8260 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079792175608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8261] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8261/stat : 8261 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700903 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079791123272 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8265] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8265/stat : 8265 (java) S 8240 8243 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2700918 10060525568 47816 33554432000 1073741824 1073778376 140734178799696 140079786911400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.77 4.14 4.15 5/217 8278
/proc/meminfo: memFree=27252524/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9824732 CPUtime=10.36 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 19135 0 1 0 1012 24 0 0 20 0 22 0 2700897 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2456183 92213 2285 9 0 2446860 0
[pid=8243/tid=8244] ppid=8240 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) S 8240 8243 5962 0 -1 4202560 2406 0 1 0 17 2 0 0 20 0 22 0 2700898 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079974433656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8246] ppid=8240 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8243/task/8246/stat : 8246 (java) S 8240 8243 5962 0 -1 4202560 130 0 0 0 5 2 0 0 20 0 22 0 2700899 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079963495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8247] ppid=8240 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8243/task/8247/stat : 8247 (java) S 8240 8243 5962 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 2700899 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079962442536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8248] ppid=8240 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8243/task/8248/stat : 8248 (java) S 8240 8243 5962 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 2700899 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079961389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8249] ppid=8240 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8243/task/8249/stat : 8249 (java) S 8240 8243 5962 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 2700899 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079960337448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8250] ppid=8240 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8243/task/8250/stat : 8250 (java) S 8240 8243 5962 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 22 0 2700899 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079959283880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8251] ppid=8240 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8243/task/8251/stat : 8251 (java) S 8240 8243 5962 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 2700899 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079958231336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8252] ppid=8240 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8243/task/8252/stat : 8252 (java) S 8240 8243 5962 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 22 0 2700899 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079957178792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8253] ppid=8240 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8243/task/8253/stat : 8253 (java) S 8240 8243 5962 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 22 0 2700899 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079810689576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8254] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8254/stat : 8254 (java) S 8240 8243 5962 0 -1 4202560 211 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079798491752 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8255] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8255/stat : 8255 (java) S 8240 8243 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079797438072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8256] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8256/stat : 8256 (java) S 8240 8243 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079796385416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8257] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8257/stat : 8257 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079795334160 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8258] ppid=8240 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/8243/task/8258/stat : 8258 (java) S 8240 8243 5962 0 -1 4202560 7436 0 0 0 84 2 0 0 20 0 22 0 2700902 10060525568 92213 33554432000 1073741824 1073778376 140734178799696 140079794280504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8259] ppid=8240 vsize=9824732 CPUtime=0.95 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 3.38 3.43 3.67 5/217 8306
/proc/meminfo: memFree=23826276/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9824732 CPUtime=1646.72 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 32211 0 1 0 164442 230 0 0 20 0 22 0 2700897 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2456183 911284 2295 9 0 2446860 0
[pid=8243/tid=8244] ppid=8240 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) S 8240 8243 5962 0 -1 4202560 2413 0 1 0 20 3 0 0 20 0 22 0 2700898 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079974433656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8246] ppid=8240 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/8243/task/8246/stat : 8246 (java) S 8240 8243 5962 0 -1 4202560 758 0 0 0 155 25 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079963495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8247] ppid=8240 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/8243/task/8247/stat : 8247 (java) S 8240 8243 5962 0 -1 4202560 765 0 0 0 150 20 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079962442536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8248] ppid=8240 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/8243/task/8248/stat : 8248 (java) S 8240 8243 5962 0 -1 4202560 640 0 0 0 145 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079961389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8249] ppid=8240 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/8243/task/8249/stat : 8249 (java) S 8240 8243 5962 0 -1 4202560 646 0 0 0 159 24 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079960337448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8250] ppid=8240 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/8243/task/8250/stat : 8250 (java) S 8240 8243 5962 0 -1 4202560 644 0 0 0 151 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079959283880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8251] ppid=8240 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/8243/task/8251/stat : 8251 (java) S 8240 8243 5962 0 -1 4202560 585 0 0 0 157 19 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079958231336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8252] ppid=8240 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/8243/task/8252/stat : 8252 (java) S 8240 8243 5962 0 -1 4202560 811 0 0 0 136 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079957178792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8253] ppid=8240 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/8243/task/8253/stat : 8253 (java) S 8240 8243 5962 0 -1 4202560 726 0 0 0 146 19 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079810689576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8254] ppid=8240 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/8243/task/8254/stat : 8254 (java) S 8240 8243 5962 0 -1 4202560 2253 0 0 0 228 5 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079798491752 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8255] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8255/stat : 8255 (java) S 8240 8243 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079797438072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8256] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8256/stat : 8256 (java) S 8240 8243 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079796385416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8257] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8257/stat : 8257 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079795334160 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8258] ppid=8240 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/8243/task/8258/stat : 8258 (java) S 8240 8243 5962 0 -1 4202560 7442 0 0 0 86 2 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079794280504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8259] ppid=8240 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/8243/task/8259/stat : 8259 (java) S 8240 8243 5962 0 -1 4202560 11804 0 0 0 157 2 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079793227960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8260] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8260/stat : 8260 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079792175608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8261] ppid=8240 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/8243/task/8261/stat : 8261 (java) S 8240 8243 5962 0 -1 4202560 47 0 0 0 9 19 0 0 20 0 22 0 2700903 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079791123272 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8265] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8265/stat : 8265 (java) S 8240 8243 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2700918 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079786911400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8276] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8276/stat : 8276 (java) S 8240 8243 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2701120 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079787963432 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8277] ppid=8240 vsize=9824732 CPUtime=813.4 cores=1,3,5,7
/proc/8243/task/8277/stat : 8277 (java) R 8240 8243 5962 0 -1 4202560 80 0 0 0 81324 16 0 0 20 0 22 0 2701175 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079790059552 140079838781278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8278] ppid=8240 vsize=9824732 CPUtime=813.4 cores=1,3,5,7
/proc/8243/task/8278/stat : 8278 (java) R 8240 8243 5962 0 -1 4202560 1202 0 0 0 81293 47 0 0 20 0 22 0 2701175 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079789014624 140079839321628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1646.72
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.30 3.40 3.64 4/217 8307
/proc/meminfo: memFree=23826240/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9824732 CPUtime=1766.71 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 32215 0 1 0 176440 231 0 0 20 0 22 0 2700897 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2456183 911284 2295 9 0 2446860 0
[pid=8243/tid=8244] ppid=8240 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) S 8240 8243 5962 0 -1 4202560 2413 0 1 0 20 3 0 0 20 0 22 0 2700898 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079974433656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8246] ppid=8240 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/8243/task/8246/stat : 8246 (java) S 8240 8243 5962 0 -1 4202560 758 0 0 0 155 25 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079963495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8247] ppid=8240 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/8243/task/8247/stat : 8247 (java) S 8240 8243 5962 0 -1 4202560 765 0 0 0 150 20 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079962442536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8248] ppid=8240 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/8243/task/8248/stat : 8248 (java) S 8240 8243 5962 0 -1 4202560 640 0 0 0 145 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079961389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8249] ppid=8240 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/8243/task/8249/stat : 8249 (java) S 8240 8243 5962 0 -1 4202560 646 0 0 0 159 24 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079960337448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8250] ppid=8240 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/8243/task/8250/stat : 8250 (java) S 8240 8243 5962 0 -1 4202560 644 0 0 0 151 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079959283880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8251] ppid=8240 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/8243/task/8251/stat : 8251 (java) S 8240 8243 5962 0 -1 4202560 585 0 0 0 157 19 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079958231336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8252] ppid=8240 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/8243/task/8252/stat : 8252 (java) S 8240 8243 5962 0 -1 4202560 811 0 0 0 136 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079957178792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8253] ppid=8240 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/8243/task/8253/stat : 8253 (java) S 8240 8243 5962 0 -1 4202560 726 0 0 0 146 19 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079810689576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8254] ppid=8240 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/8243/task/8254/stat : 8254 (java) S 8240 8243 5962 0 -1 4202560 2253 0 0 0 228 5 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079798491752 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8255] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8255/stat : 8255 (java) S 8240 8243 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079797438072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8256] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8256/stat : 8256 (java) S 8240 8243 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079796385416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8257] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8257/stat : 8257 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079795334160 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8258] ppid=8240 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/8243/task/8258/stat : 8258 (java) S 8240 8243 5962 0 -1 4202560 7442 0 0 0 86 2 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079794280504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8259] ppid=8240 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/8243/task/8259/stat : 8259 (java) S 8240 8243 5962 0 -1 4202560 11804 0 0 0 157 2 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079793227960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8260] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8260/stat : 8260 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079792175608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8261] ppid=8240 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/8243/task/8261/stat : 8261 (java) S 8240 8243 5962 0 -1 4202560 51 0 0 0 10 19 0 0 20 0 22 0 2700903 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079791123272 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8265] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8265/stat : 8265 (java) S 8240 8243 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2700918 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079786911400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8276] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8276/stat : 8276 (java) S 8240 8243 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2701120 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079787963432 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8277] ppid=8240 vsize=9824732 CPUtime=873.39 cores=1,3,5,7
/proc/8243/task/8277/stat : 8277 (java) R 8240 8243 5962 0 -1 4202560 80 0 0 0 87322 17 0 0 20 0 22 0 2701175 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079790059552 140079838797124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8278] ppid=8240 vsize=9824732 CPUtime=873.4 cores=1,3,5,7
/proc/8243/task/8278/stat : 8278 (java) R 8240 8243 5962 0 -1 4202560 1202 0 0 0 87292 48 0 0 20 0 22 0 2701175 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079789014624 140079839321657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1766.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 3.30 3.39 3.63 4/217 8307
/proc/meminfo: memFree=23826244/32872528 swapFree=1499084/1695308
[pid=8243] ppid=8240 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/8243/stat : 8243 (java) S 8240 8243 5962 0 -1 4202496 32217 0 1 0 179778 232 0 0 20 0 22 0 2700897 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140734178790832 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8243/statm: 2456183 911284 2295 9 0 2446860 0
[pid=8243/tid=8244] ppid=8240 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/8243/task/8244/stat : 8244 (java) S 8240 8243 5962 0 -1 4202560 2413 0 1 0 20 3 0 0 20 0 22 0 2700898 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079974433656 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8246] ppid=8240 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/8243/task/8246/stat : 8246 (java) S 8240 8243 5962 0 -1 4202560 758 0 0 0 155 25 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079963495080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8247] ppid=8240 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/8243/task/8247/stat : 8247 (java) S 8240 8243 5962 0 -1 4202560 765 0 0 0 150 20 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079962442536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8243/tid=8248] ppid=8240 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/8243/task/8248/stat : 8248 (java) S 8240 8243 5962 0 -1 4202560 640 0 0 0 145 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079961389992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8249] ppid=8240 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/8243/task/8249/stat : 8249 (java) S 8240 8243 5962 0 -1 4202560 646 0 0 0 159 24 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079960337448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8250] ppid=8240 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/8243/task/8250/stat : 8250 (java) S 8240 8243 5962 0 -1 4202560 644 0 0 0 151 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079959283880 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8251] ppid=8240 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/8243/task/8251/stat : 8251 (java) S 8240 8243 5962 0 -1 4202560 585 0 0 0 157 19 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079958231336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8252] ppid=8240 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/8243/task/8252/stat : 8252 (java) S 8240 8243 5962 0 -1 4202560 811 0 0 0 136 18 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079957178792 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8253] ppid=8240 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/8243/task/8253/stat : 8253 (java) S 8240 8243 5962 0 -1 4202560 726 0 0 0 146 19 0 0 20 0 22 0 2700899 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079810689576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8254] ppid=8240 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/8243/task/8254/stat : 8254 (java) S 8240 8243 5962 0 -1 4202560 2253 0 0 0 228 5 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079798491752 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8255] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8255/stat : 8255 (java) S 8240 8243 5962 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079797438072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8256] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8256/stat : 8256 (java) S 8240 8243 5962 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 2700900 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079796385416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8257] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8257/stat : 8257 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079795334160 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8258] ppid=8240 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/8243/task/8258/stat : 8258 (java) S 8240 8243 5962 0 -1 4202560 7442 0 0 0 86 2 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079794280504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8259] ppid=8240 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/8243/task/8259/stat : 8259 (java) S 8240 8243 5962 0 -1 4202560 11804 0 0 0 157 2 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079793227960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8260] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8260/stat : 8260 (java) S 8240 8243 5962 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2700902 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079792175608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8261] ppid=8240 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8243/task/8261/stat : 8261 (java) S 8240 8243 5962 0 -1 4202560 53 0 0 0 11 20 0 0 20 0 22 0 2700903 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079791123272 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8265] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8265/stat : 8265 (java) S 8240 8243 5962 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2700918 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079786911400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8243/tid=8276] ppid=8240 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8243/task/8276/stat : 8276 (java) S 8240 8243 5962 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2701120 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079787963432 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8243/tid=8277] ppid=8240 vsize=9824732 CPUtime=890.07 cores=1,3,5,7
/proc/8243/task/8277/stat : 8277 (java) R 8240 8243 5962 0 -1 4202560 80 0 0 0 88990 17 0 0 20 0 22 0 2701175 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079790059552 140079838796823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8243/tid=8278] ppid=8240 vsize=9824732 CPUtime=890.09 cores=1,3,5,7
/proc/8243/task/8278/stat : 8278 (java) R 8240 8243 5962 0 -1 4202560 1202 0 0 0 88961 48 0 0 20 0 22 0 2701175 10060525568 911284 33554432000 1073741824 1073778376 140734178799696 140079789014624 140079839321686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 8243 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 899.062
CPU time (s): 1800.6
CPU user time (s): 1797.77
CPU system time (s): 2.83157
CPU usage (%): 200.276
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.77
system time used= 2.83157
maximum resident set size= 3645268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32260
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22704
involuntary context switches= 25637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96209 second user time and 7.2659 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-29 18:24:57
IDJOB=4118023
IDBENCH=111431
IDSOLVER=2543
FILE ID=node137/4118023-1467217496
RUNJOBID= node137-1467212962-6647
PBS_JOBID= 19997573
Free space on /tmp= 71692 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-graphpart_2g-0088-0088.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118023-1467217496/watcher-4118023-1467217496 -o /tmp/evaluation-result-4118023-1467217496/solver-4118023-1467217496 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467212962-6647 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118023-1467217496.opb

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

MD5SUM BENCH= 071705771bffcb5a6b6bc16d0e712ccd
RANDOM SEED=38333434

node137.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.265
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.53
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.265
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.265
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.53
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.265
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.265
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.265
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.265
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.54
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.265
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:        27583524 kB
Buffers:           92660 kB
Cached:          1785636 kB
SwapCached:            0 kB
Active:          1179336 kB
Inactive:        1672172 kB
Active(anon):     976020 kB
Inactive(anon):        4 kB
Active(file):     203316 kB
Inactive(file):  1672168 kB
Unevictable:     1695308 kB
Mlocked:         1499084 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3624 kB
Writeback:             0 kB
AnonPages:       2668672 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             608428 kB
SReclaimable:      52268 kB
SUnreclaim:       556160 kB
KernelStack:        1576 kB
PageTables:         9404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3398968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 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= 71692 MiB
End job on node137 at 2016-06-29 18:39:56