Trace number 4118047

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)-2414467 1800.18 902.944

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0244-0244.opb
MD5SUM5ea244b3798527a25429a85548c08b0c
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-2521044
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 variables96
Total number of constraints32
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)32
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 240
Biggest coefficient in the objective function 248014
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 21362136
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 248014
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 21362136
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)240
Sum of products size (including duplicates)480
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	16
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4118047-1467218896.opb
0.08/0.13	c reading problem ... 
0.08/0.14	c  objective function found
0.08/0.19	c ... done. Wall clock time 0.059s.
0.08/0.19	c declared #vars     96
0.08/0.19	c internal #vars     336
0.08/0.19	c #constraints  544
0.08/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
0.08/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 240
0.08/0.19	c 544 constraints processed.
0.08/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 272
0.08/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
0.08/0.19	c 544 constraints processed.
0.08/0.19	c objective function length is 240 literals
0.20/0.20	c And the winner is solver0
0.20/0.69	c SATISFIABLE
0.20/0.69	c OPTIMIZING...
0.20/0.69	c Got one! Elapsed wall clock time (in seconds):0.563
0.20/0.70	o -2145524
0.20/0.71	c And the winner is solver0
0.22/1.20	c Got one! Elapsed wall clock time (in seconds):1.067
0.22/1.20	o -2228105
0.24/1.21	c And the winner is solver0
0.26/1.70	c Got one! Elapsed wall clock time (in seconds):1.571
0.26/1.70	o -2238178
3.02/2.44	c cleaning 2502 clauses out of 5003 with flag 11917/5003
4.24/2.72	c And the winner is solver1
4.29/3.21	c Got one! Elapsed wall clock time (in seconds):3.074
4.29/3.21	o -2242584
4.29/3.21	c And the winner is solver0
4.29/3.71	c Got one! Elapsed wall clock time (in seconds):3.576
4.29/3.71	o -2244714
4.49/3.88	c cleaning 4102 clauses out of 8204 with flag 4788/10706
5.43/4.23	c And the winner is solver1
5.51/4.71	c Got one! Elapsed wall clock time (in seconds):4.578
5.51/4.71	o -2254332
5.68/4.80	c cleaning 4692 clauses out of 9384 with flag 2597/15988
7.23/5.40	c cleaning 5348 clauses out of 10695 with flag 18975/21991
8.25/5.94	c cleaning 6174 clauses out of 12347 with flag 36383/28991
9.65/6.57	c cleaning 7081 clauses out of 14170 with flag 56715/36988
11.25/7.31	c cleaning 8047 clauses out of 16094 with flag 80400/45993
13.05/8.14	c cleaning 9021 clauses out of 18045 with flag 104057/55991
15.05/9.17	c cleaning 10011 clauses out of 20022 with flag 131827/66989
17.07/10.16	c cleaning 11005 clauses out of 22010 with flag 159434/78988
19.48/11.39	c cleaning 12002 clauses out of 24005 with flag 187223/91988
22.67/12.94	c cleaning 13001 clauses out of 26004 with flag 216626/105989
26.07/14.65	c cleaning 14002 clauses out of 28004 with flag 247937/120990
29.67/16.50	c cleaning 14997 clauses out of 30000 with flag 281155/136988
34.38/18.63	c cleaning 16002 clauses out of 32003 with flag 316288/153988
38.58/20.74	c cleaning 17001 clauses out of 34001 with flag 353677/171988
43.39/23.20	c cleaning 18001 clauses out of 36001 with flag 399970/190989
48.37/25.69	c cleaning 18998 clauses out of 37999 with flag 447968/210988
53.97/28.44	c cleaning 20000 clauses out of 40002 with flag 495880/231989
59.77/31.35	c cleaning 20999 clauses out of 42001 with flag 542477/253988
65.77/34.32	c cleaning 21999 clauses out of 44004 with flag 590894/276990
72.37/37.64	c cleaning 23000 clauses out of 46003 with flag 650811/300988
80.52/41.55	c cleaning 23997 clauses out of 48003 with flag 707474/325988
89.06/45.63	c cleaning 25003 clauses out of 50006 with flag 762624/351988
97.15/49.53	c cleaning 25997 clauses out of 52006 with flag 820637/378991
103.75/52.85	c cleaning 27000 clauses out of 54006 with flag 881402/406988
113.68/57.68	c cleaning 28004 clauses out of 56008 with flag 942774/435990
124.48/63.00	c cleaning 28998 clauses out of 58003 with flag 1016617/465989
137.75/69.53	c cleaning 30002 clauses out of 60005 with flag 1087397/496989
151.61/76.34	c cleaning 30998 clauses out of 62003 with flag 1167713/528989
164.88/82.83	c cleaning 32001 clauses out of 64004 with flag 1255821/561988
177.08/88.92	c cleaning 33002 clauses out of 66005 with flag 1336889/595990
188.69/94.72	c cleaning 34001 clauses out of 68001 with flag 1415591/630988
202.27/101.58	c cleaning 34997 clauses out of 70001 with flag 1510984/666989
215.69/108.23	c cleaning 36000 clauses out of 72008 with flag 1609394/703993
230.69/115.70	c cleaning 36998 clauses out of 74004 with flag 1708056/741989
244.50/122.67	c cleaning 37998 clauses out of 76005 with flag 1804931/780988
259.90/130.30	c cleaning 39003 clauses out of 78011 with flag 1910333/820992
274.32/137.55	c cleaning 39991 clauses out of 80004 with flag 2005648/861988
289.48/144.95	c cleaning 41003 clauses out of 82014 with flag 2096301/903989
306.29/153.37	c cleaning 42005 clauses out of 84010 with flag 2193802/946988
319.69/160.00	c cleaning 43004 clauses out of 86007 with flag 2291666/990990
333.89/167.20	c cleaning 43996 clauses out of 88001 with flag 2392479/1035988
352.08/176.28	c cleaning 45001 clauses out of 90005 with flag 2490200/1081988
369.50/184.93	c cleaning 46002 clauses out of 92004 with flag 2589287/1128988
393.64/196.78	c cleaning 47001 clauses out of 94002 with flag 2692993/1176988
414.44/207.14	c cleaning 47999 clauses out of 96005 with flag 2797310/1225992
437.24/218.59	c cleaning 48993 clauses out of 98002 with flag 2904082/1275988
461.44/230.67	c cleaning 50002 clauses out of 100011 with flag 3012388/1326990
483.24/241.55	c cleaning 51004 clauses out of 102008 with flag 3122212/1378989
504.27/252.09	c cleaning 51999 clauses out of 104005 with flag 3236636/1431990
526.84/263.37	c cleaning 53000 clauses out of 106004 with flag 3349967/1485988
561.27/280.60	c cleaning 53997 clauses out of 108005 with flag 3502100/1540989
594.85/297.38	c cleaning 55003 clauses out of 110007 with flag 3658449/1596988
635.06/317.42	c cleaning 56000 clauses out of 112007 with flag 3817870/1653991
674.46/337.16	c cleaning 57002 clauses out of 114005 with flag 3977464/1711989
703.07/351.47	c cleaning 57999 clauses out of 116002 with flag 4110612/1770988
734.84/367.13	c cleaning 58999 clauses out of 118003 with flag 4259614/1830988
777.65/388.58	c cleaning 59997 clauses out of 120004 with flag 4436286/1891988
820.65/410.08	c cleaning 60995 clauses out of 122010 with flag 4609610/1953991
864.46/431.97	c cleaning 62000 clauses out of 124015 with flag 4791656/2016991
911.27/455.37	c cleaning 63004 clauses out of 126015 with flag 4969784/2080991
961.27/480.35	c cleaning 64002 clauses out of 128013 with flag 5160450/2145993
1007.48/503.40	c cleaning 64998 clauses out of 130007 with flag 5345118/2211989
1057.91/528.64	c cleaning 66005 clauses out of 132009 with flag 5523840/2278989
1106.70/553.00	c cleaning 66999 clauses out of 134003 with flag 5695422/2346988
1154.91/577.10	c cleaning 68000 clauses out of 136004 with flag 5886851/2415988
1207.91/603.69	c cleaning 69002 clauses out of 138004 with flag 6075393/2485988
1260.52/629.94	c cleaning 69995 clauses out of 140005 with flag 6258024/2556991
1318.87/658.84	c cleaning 71003 clauses out of 142008 with flag 6449101/2628989
1379.28/689.03	c cleaning 71990 clauses out of 144004 with flag 6642052/2701988
1435.71/717.22	c cleaning 73000 clauses out of 146015 with flag 6848660/2775989
1494.69/746.77	c cleaning 74003 clauses out of 148016 with flag 7059054/2850990
1551.90/775.34	c cleaning 74999 clauses out of 150012 with flag 7261828/2926989
1620.11/809.44	c cleaning 76006 clauses out of 152012 with flag 7463451/3003988
1681.93/840.31	c cleaning 76998 clauses out of 154007 with flag 7669978/3081989
1749.73/874.20	c cleaning 78006 clauses out of 156011 with flag 7853705/3160991
1767.53/883.13	c And the winner is solver0
1769.03/884.76	c Got one! Elapsed wall clock time (in seconds):884.625
1769.03/884.76	o -2259586
1769.57/885.07	c And the winner is solver0
1769.85/885.26	c Got one! Elapsed wall clock time (in seconds):885.127
1769.85/885.26	o -2264180
1769.85/885.27	c And the winner is solver0
1769.93/885.76	c Got one! Elapsed wall clock time (in seconds):885.629
1769.93/885.76	o -2297969
1769.93/885.77	c And the winner is solver0
1770.11/886.26	c Got one! Elapsed wall clock time (in seconds):886.132
1770.11/886.26	o -2344215
1770.37/886.47	c And the winner is solver0
1770.61/886.77	c Got one! Elapsed wall clock time (in seconds):886.634
1770.61/886.77	o -2353194
1770.61/886.78	c And the winner is solver0
1770.70/887.27	c Got one! Elapsed wall clock time (in seconds):887.136
1770.70/887.27	o -2362376
1771.15/887.60	c And the winner is solver0
1771.46/887.77	c Got one! Elapsed wall clock time (in seconds):887.638
1771.46/887.77	o -2362658
1771.75/887.98	c And the winner is solver0
1772.01/888.27	c Got one! Elapsed wall clock time (in seconds):888.141
1772.01/888.27	o -2363002
1772.06/888.35	c And the winner is solver0
1772.23/888.77	c Got one! Elapsed wall clock time (in seconds):888.643
1772.23/888.77	o -2368221
1772.23/888.78	c And the winner is solver0
1772.31/889.28	c Got one! Elapsed wall clock time (in seconds):889.145
1772.31/889.28	o -2414467
1779.17/892.60	c cleaning 61476 clauses out of 122965 with flag 10388/3205951
1782.44/894.23	c cleaning 33743 clauses out of 67489 with flag 23462/3211951
1784.64/895.36	c cleaning 20374 clauses out of 40748 with flag 37997/3218953
1786.44/896.22	c cleaning 14184 clauses out of 28374 with flag 54836/3226953
1788.13/897.03	c cleaning 11591 clauses out of 23190 with flag 73904/3235953
1789.73/897.84	c cleaning 10793 clauses out of 21597 with flag 94675/3245951
1791.75/898.86	c cleaning 10897 clauses out of 21805 with flag 117829/3256952
1793.82/899.84	c cleaning 11451 clauses out of 22909 with flag 142785/3268953
1796.00/901.00	c cleaning 12226 clauses out of 24457 with flag 169666/3281952
1798.57/902.26	c cleaning 13112 clauses out of 26230 with flag 199020/3295951
1800.01/902.90	c >>>>>>>>>> Solver number 0 (14 answers) <<<<<<<<<<<<<<<<<<
1800.01/902.90	c starts		: 14607
1800.01/902.90	c conflicts		: 3303724
1800.01/902.90	c decisions		: 4332609
1800.01/902.90	c propagations		: 153197896
1800.01/902.90	c inspects		: 14413120022
1800.01/902.90	c shortcuts		: 0
1800.01/902.90	c learnt literals	: 0
1800.01/902.90	c learnt binary clauses	: 0
1800.01/902.90	c learnt ternary clauses	: 0
1800.01/902.90	c learnt constraints	: 3303724
1800.01/902.90	c ignored constraints	: 0
1800.01/902.90	c root simplifications	: 0
1800.01/902.90	c removed literals (reason simplification)	: 5107813
1800.01/902.90	c reason swapping (by a shorter reason)	: 0
1800.01/902.90	c Calls to reduceDB	: 87
1800.01/902.90	c Number of update (reduction) of LBD	: 187025
1800.01/902.90	c Imported unit clauses	: 0
1800.01/902.90	c number of reductions to clauses (during analyze)	: 0
1800.01/902.90	c number of learned constraints concerned by reduction	: 0
1800.01/902.90	c number of learning phase by resolution	: 0
1800.01/902.90	c number of learning phase by cutting planes	: 0
1800.01/902.90	c speed (assignments/second)	: 170562.33571181248
1800.01/902.90	c non guided choices	0
1800.01/902.91	c learnt constraints type 
1800.01/902.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20891
1800.01/902.92	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.01/902.92	c starts		: 33
1800.01/902.92	c conflicts		: 2612
1800.01/902.92	c decisions		: 6055
1800.01/902.92	c propagations		: 96701
1800.01/902.92	c inspects		: 26488026
1800.01/902.92	c shortcuts		: 0
1800.01/902.92	c learnt literals	: 0
1800.01/902.92	c learnt binary clauses	: 0
1800.01/902.92	c learnt ternary clauses	: 0
1800.01/902.92	c learnt constraints	: 2608
1800.01/902.92	c ignored constraints	: 0
1800.01/902.92	c root simplifications	: 0
1800.01/902.92	c removed literals (reason simplification)	: 0
1800.01/902.92	c reason swapping (by a shorter reason)	: 0
1800.01/902.92	c Calls to reduceDB	: 0
1800.01/902.92	c Number of update (reduction) of LBD	: 0
1800.01/902.92	c Imported unit clauses	: 0
1800.01/902.92	c number of reductions to clauses (during analyze)	: 0
1800.01/902.92	c number of learned constraints concerned by reduction	: 0
1800.01/902.92	c number of learning phase by resolution	: 0
1800.01/902.92	c number of learning phase by cutting planes	: 0
1800.01/902.92	c speed (assignments/second)	: 7091.075749798342
1800.01/902.92	c non guided choices	0
1800.01/902.92	c learnt constraints type 
1800.01/902.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2608
1800.01/902.92	s SATISFIABLE
1800.01/902.92	c Found 16 solution(s)
1800.01/902.92	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 
1800.01/902.92	c objective function=-2414467
1800.01/902.92	c Total wall clock time (in seconds): 902.786

Verifier Data

OK	-2414467

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-4118047-1467218896/watcher-4118047-1467218896 -o /tmp/evaluation-result-4118047-1467218896/solver-4118047-1467218896 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6738 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118047-1467218896.opb 

pid=10395
running on 8 cores: 4-7,12-15

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.64 3.20 2.91 4/284 10398
/proc/meminfo: memFree=27172712/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=9292 CPUtime=0 cores=4-7,12-15
/proc/10398/stat : 10398 (java) D 10395 10398 6721 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 2842370 9515008 182 33554432000 1073741824 1073778376 140734471920304 140734471911336 216808636085 0 0 4096 0 18446744072100756772 0 0 17 12 0 0 0 0 0
/proc/10398/statm: 2323 182 140 9 0 71 0

[startup+0.100726 s]
/proc/loadavg: 3.64 3.20 2.91 4/284 10398
/proc/meminfo: memFree=27172712/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 4099 0 1 0 6 2 0 0 20 0 23 0 2842370 10133950464 4719 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2474109 4719 2046 9 0 2464786 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9896436

[startup+0.200268 s]
/proc/loadavg: 3.64 3.20 2.91 4/284 10398
/proc/meminfo: memFree=27172712/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=10029564 CPUtime=0.2 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 4657 0 1 0 18 2 0 0 20 0 25 0 2842370 10270273536 7303 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2507391 7303 2174 9 0 2498068 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10029564

[startup+0.30027 s]
/proc/loadavg: 3.64 3.20 2.91 4/284 10398
/proc/meminfo: memFree=27172712/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 4698 0 1 0 18 2 0 0 20 0 24 0 2842370 10406596608 7334 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2540673 7334 2190 9 0 2531350 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10162692

[startup+0.700202 s]
/proc/loadavg: 3.64 3.20 2.91 4/284 10398
/proc/meminfo: memFree=27172712/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 4698 0 1 0 18 2 0 0 20 0 24 0 2842370 10406596608 7334 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2540673 7334 2190 9 0 2531350 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10162692

[startup+1.50092 s]
/proc/loadavg: 3.64 3.20 2.91 3/308 10428
/proc/meminfo: memFree=27147756/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=10162692 CPUtime=0.26 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 4793 0 1 0 23 3 0 0 20 0 24 0 2842370 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2540673 9428 2212 9 0 2531350 0
[pid=10398/tid=10400] ppid=10395 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/10398/task/10400/stat : 10400 (java) S 10395 10398 6721 0 -1 4202560 2499 0 1 0 14 2 0 0 20 0 24 0 2842372 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983253967736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10401] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10401/stat : 10401 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983097948456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10402] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10402/stat : 10402 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983096895656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10403] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10403/stat : 10403 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983095843368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10404] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10404/stat : 10404 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983094790568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10405] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10405/stat : 10405 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983093738280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10406] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10406/stat : 10406 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983092685480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10407] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10407/stat : 10407 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983091633192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10408] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10408/stat : 10408 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983090580392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10409] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10409/stat : 10409 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983089527080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10410] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10410/stat : 10410 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983088474280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10411] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10411/stat : 10411 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983087421992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10412] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10412/stat : 10412 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983086369192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10413] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10413/stat : 10413 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983085316904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10414] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10414/stat : 10414 (java) S 10395 10398 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 2842375 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983067642472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10415] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10415/stat : 10415 (java) S 10395 10398 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 2842375 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983066589048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10416] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10416/stat : 10416 (java) S 10395 10398 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 2842375 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983065536136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10417] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10417/stat : 10417 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842378 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983064484112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10418] ppid=10395 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/10398/task/10418/stat : 10418 (java) S 10395 10398 6721 0 -1 4202560 397 0 0 0 2 0 0 0 20 0 24 0 2842378 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983063431224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10419] ppid=10395 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/10398/task/10419/stat : 10419 (java) S 10395 10398 6721 0 -1 4202560 538 0 0 0 2 0 0 0 20 0 24 0 2842378 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983062378936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10420] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10420/stat : 10420 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842378 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983061326328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10421] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10421/stat : 10421 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842378 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983060274248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10425] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10425/stat : 10425 (java) S 10395 10398 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 2842391 10406596608 9428 33554432000 1073741824 1073778376 140733389768832 139983056061352 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10162692

[startup+3.10095 s]
/proc/loadavg: 3.83 3.25 2.93 7/311 10434
/proc/meminfo: memFree=27085396/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=10162692 CPUtime=4.29 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 27100 0 1 0 416 13 0 0 20 0 24 0 2842370 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2540673 45751 2279 9 0 2531350 0
[pid=10398/tid=10400] ppid=10395 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/10398/task/10400/stat : 10400 (java) S 10395 10398 6721 0 -1 4202560 2499 0 1 0 15 2 0 0 20 0 24 0 2842372 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983253967736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10401] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10401/stat : 10401 (java) S 10395 10398 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983097948456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10402] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10402/stat : 10402 (java) S 10395 10398 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983096895656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10403] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10403/stat : 10403 (java) S 10395 10398 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983095843368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10404] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10404/stat : 10404 (java) S 10395 10398 6721 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983094790568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10405] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10405/stat : 10405 (java) S 10395 10398 6721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983093738280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10406] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10406/stat : 10406 (java) S 10395 10398 6721 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983092685480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10407] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10407/stat : 10407 (java) S 10395 10398 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983091633192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10408] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10408/stat : 10408 (java) S 10395 10398 6721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983090580392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10409] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10409/stat : 10409 (java) S 10395 10398 6721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983089527080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10410] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10410/stat : 10410 (java) S 10395 10398 6721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983088474280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10411] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10411/stat : 10411 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983087421992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10412] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10412/stat : 10412 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983086369192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10413] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10413/stat : 10413 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 2842373 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983085316904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10414] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10414/stat : 10414 (java) S 10395 10398 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 2842375 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983067642472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10415] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10415/stat : 10415 (java) S 10395 10398 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 2842375 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983066589048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10416] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10416/stat : 10416 (java) S 10395 10398 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 2842375 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983065536136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10417] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10417/stat : 10417 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842378 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983064484112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10418] ppid=10395 vsize=10162692 CPUtime=1 cores=4-7,12-15
/proc/10398/task/10418/stat : 10418 (java) S 10395 10398 6721 0 -1 4202560 12091 0 0 0 98 2 0 0 20 0 24 0 2842378 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983063431224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10419] ppid=10395 vsize=10162692 CPUtime=0.99 cores=4-7,12-15
/proc/10398/task/10419/stat : 10419 (java) S 10395 10398 6721 0 -1 4202560 11019 0 0 0 98 1 0 0 20 0 24 0 2842378 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983062378936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10420] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10420/stat : 10420 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842378 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983061326328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10421] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10421/stat : 10421 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2842378 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983060274248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10434] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10434/stat : 10434 (java) S 10395 10398 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 2842541 10406596608 45751 33554432000 1073741824 1073778376 140733389768832 139983057113896 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 10162692

[startup+6.30121 s]
/proc/loadavg: 3.83 3.25 2.93 5/311 10443
/proc/meminfo: memFree=26954520/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=10162692 CPUtime=9.24 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 27684 0 1 0 874 50 0 0 20 0 27 0 2842370 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2540673 87120 2280 9 0 2531350 0
[pid=10398/tid=10400] ppid=10395 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/10398/task/10400/stat : 10400 (java) S 10395 10398 6721 0 -1 4202560 2500 0 1 0 15 2 0 0 20 0 27 0 2842372 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983253967736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10401] ppid=10395 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/10398/task/10401/stat : 10401 (java) S 10395 10398 6721 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 27 0 2842373 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983097948456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10402] ppid=10395 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/10398/task/10402/stat : 10402 (java) S 10395 10398 6721 0 -1 4202560 31 0 0 0 2 3 0 0 20 0 27 0 2842373 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983096895656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10403] ppid=10395 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/10398/task/10403/stat : 10403 (java) S 10395 10398 6721 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 27 0 2842373 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983095843368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10404] ppid=10395 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/10398/task/10404/stat : 10404 (java) S 10395 10398 6721 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 27 0 2842373 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983094790568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10405] ppid=10395 vsize=10162692 CPUtime=0.08 cores=4-7,12-15
/proc/10398/task/10405/stat : 10405 (java) S 10395 10398 6721 0 -1 4202560 39 0 0 0 4 4 0 0 20 0 27 0 2842373 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983093738280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10406] ppid=10395 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/10398/task/10406/stat : 10406 (java) S 10395 10398 6721 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 27 0 2842373 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983092685480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10407] ppid=10395 vsize=10162692 CPUtime=0.07 cores=4-7,12-15
/proc/10398/task/10407/stat : 10407 (java) S 10395 10398 6721 0 -1 4202560 45 0 0 0 3 4 0 0 20 0 27 0 2842373 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983091633192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10408] ppid=10395 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/10398/task/10408/stat : 10408 (java) S 10395 10398 6721 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 27 0 2842373 10406596608 87120 33554432000 1073741824 1073778376 140733389768832 139983090580392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10409] ppid=10395 vsize=10162692 CPUtime=0.06 cores=4-7,12-15

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

/proc/10398/task/10414/stat : 10414 (java) S 10395 10398 6721 0 -1 4202560 1550 0 0 0 63 2 0 0 20 0 27 0 2842375 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983067642472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10415] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10415/stat : 10415 (java) S 10395 10398 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2842375 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983066589048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10416] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10416/stat : 10416 (java) S 10395 10398 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2842375 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983065536136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10417] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10417/stat : 10417 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2842378 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983064484112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10418] ppid=10395 vsize=10162692 CPUtime=1.1 cores=4-7,12-15
/proc/10398/task/10418/stat : 10418 (java) S 10395 10398 6721 0 -1 4202560 12111 0 0 0 108 2 0 0 20 0 27 0 2842378 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983063431224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10419] ppid=10395 vsize=10162692 CPUtime=1.14 cores=4-7,12-15
/proc/10398/task/10419/stat : 10419 (java) S 10395 10398 6721 0 -1 4202560 11040 0 0 0 113 1 0 0 20 0 27 0 2842378 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983062378936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10420] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10420/stat : 10420 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2842378 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983061326328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10421] ppid=10395 vsize=10162692 CPUtime=0.38 cores=4-7,12-15
/proc/10398/task/10421/stat : 10421 (java) S 10395 10398 6721 0 -1 4202560 51 0 0 0 18 20 0 0 20 0 27 0 2842378 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983060274248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10443] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10443/stat : 10443 (java) S 10395 10398 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2842842 10406596608 794550 33554432000 1073741824 1073778376 140733389768832 139983056061608 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1765.08
Current children cumulated vsize (KiB) 10162692
#
############




Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.901 s]
/proc/loadavg: 3.92 4.09 3.63 5/311 11074
/proc/meminfo: memFree=23700504/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=10162692 CPUtime=1796.06 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 38910 0 1 0 179142 464 0 0 20 0 27 0 2842370 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2540673 630005 2288 9 0 2531350 0
[pid=10398/tid=10400] ppid=10395 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/10398/task/10400/stat : 10400 (java) S 10395 10398 6721 0 -1 4202560 2503 0 1 0 20 4 0 0 20 0 27 0 2842372 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983253967736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10401] ppid=10395 vsize=10162692 CPUtime=0.72 cores=4-7,12-15
/proc/10398/task/10401/stat : 10401 (java) S 10395 10398 6721 0 -1 4202560 342 0 0 0 44 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983097948456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10402] ppid=10395 vsize=10162692 CPUtime=0.59 cores=4-7,12-15
/proc/10398/task/10402/stat : 10402 (java) S 10395 10398 6721 0 -1 4202560 600 0 0 0 34 25 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983096895656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10403] ppid=10395 vsize=10162692 CPUtime=0.64 cores=4-7,12-15
/proc/10398/task/10403/stat : 10403 (java) S 10395 10398 6721 0 -1 4202560 374 0 0 0 38 26 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983095843368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10404] ppid=10395 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/10398/task/10404/stat : 10404 (java) S 10395 10398 6721 0 -1 4202560 421 0 0 0 35 26 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983094790568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10405] ppid=10395 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/10398/task/10405/stat : 10405 (java) S 10395 10398 6721 0 -1 4202560 481 0 0 0 42 29 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983093738280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10406] ppid=10395 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/10398/task/10406/stat : 10406 (java) S 10395 10398 6721 0 -1 4202560 429 0 0 0 45 26 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983092685480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10407] ppid=10395 vsize=10162692 CPUtime=0.53 cores=4-7,12-15
/proc/10398/task/10407/stat : 10407 (java) S 10395 10398 6721 0 -1 4202560 275 0 0 0 30 23 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983091633192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10408] ppid=10395 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/10398/task/10408/stat : 10408 (java) S 10395 10398 6721 0 -1 4202560 460 0 0 0 42 29 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983090580392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10409] ppid=10395 vsize=10162692 CPUtime=0.69 cores=4-7,12-15
/proc/10398/task/10409/stat : 10409 (java) S 10395 10398 6721 0 -1 4202560 383 0 0 0 41 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983089527080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10410] ppid=10395 vsize=10162692 CPUtime=0.67 cores=4-7,12-15
/proc/10398/task/10410/stat : 10410 (java) S 10395 10398 6721 0 -1 4202560 557 0 0 0 39 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983088474280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10411] ppid=10395 vsize=10162692 CPUtime=0.56 cores=4-7,12-15
/proc/10398/task/10411/stat : 10411 (java) S 10395 10398 6721 0 -1 4202560 551 0 0 0 34 22 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983087421992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10412] ppid=10395 vsize=10162692 CPUtime=0.75 cores=4-7,12-15
/proc/10398/task/10412/stat : 10412 (java) S 10395 10398 6721 0 -1 4202560 540 0 0 0 47 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983086369192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10413] ppid=10395 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/10398/task/10413/stat : 10413 (java) S 10395 10398 6721 0 -1 4202560 539 0 0 0 37 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983085316904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10414] ppid=10395 vsize=10162692 CPUtime=0.66 cores=4-7,12-15
/proc/10398/task/10414/stat : 10414 (java) S 10395 10398 6721 0 -1 4202560 1552 0 0 0 63 3 0 0 20 0 27 0 2842375 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983067642472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10415] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10415/stat : 10415 (java) S 10395 10398 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2842375 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983066589048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10416] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10416/stat : 10416 (java) S 10395 10398 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 27 0 2842375 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983065536136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10417] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10417/stat : 10417 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983064484112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10418] ppid=10395 vsize=10162692 CPUtime=1.24 cores=4-7,12-15
/proc/10398/task/10418/stat : 10418 (java) S 10395 10398 6721 0 -1 4202560 13832 0 0 0 122 2 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983063431224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10419] ppid=10395 vsize=10162692 CPUtime=1.16 cores=4-7,12-15
/proc/10398/task/10419/stat : 10419 (java) S 10395 10398 6721 0 -1 4202560 11040 0 0 0 115 1 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983062378936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10420] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10420/stat : 10420 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983061326328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10421] ppid=10395 vsize=10162692 CPUtime=0.38 cores=4-7,12-15
/proc/10398/task/10421/stat : 10421 (java) S 10395 10398 6721 0 -1 4202560 53 0 0 0 18 20 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983060274248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10443] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10443/stat : 10443 (java) S 10395 10398 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2842842 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983056061608 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=11072] ppid=10395 vsize=10162692 CPUtime=13.47 cores=4-7,12-15
/proc/10398/task/11072/stat : 11072 (java) R 10395 10398 6721 0 -1 4202560 4 0 0 0 1347 0 0 0 20 0 27 0 2931299 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983057114304 139983126035207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=11073] ppid=10395 vsize=10162692 CPUtime=13.47 cores=4-7,12-15
/proc/10398/task/11073/stat : 11073 (java) R 10395 10398 6721 0 -1 4202560 6 0 0 0 1347 0 0 0 20 0 27 0 2931299 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983059218440 139983125962500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=11074] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/11074/stat : 11074 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2931299 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983058166696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 10162692

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 10398 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+902.901 s]
/proc/loadavg: 3.92 4.09 3.63 5/311 11074
/proc/meminfo: memFree=23700504/32872528 swapFree=8828/8828
[pid=10398] ppid=10395 vsize=10162692 CPUtime=1796.06 cores=4-7,12-15
/proc/10398/stat : 10398 (java) S 10395 10398 6721 0 -1 4202496 38910 0 1 0 179142 464 0 0 20 0 27 0 2842370 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 140733389759968 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10398/statm: 2540673 630005 2288 9 0 2531350 0
[pid=10398/tid=10400] ppid=10395 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/10398/task/10400/stat : 10400 (java) S 10395 10398 6721 0 -1 4202560 2503 0 1 0 20 4 0 0 20 0 27 0 2842372 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983253967736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10401] ppid=10395 vsize=10162692 CPUtime=0.72 cores=4-7,12-15
/proc/10398/task/10401/stat : 10401 (java) S 10395 10398 6721 0 -1 4202560 342 0 0 0 44 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983097948456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10402] ppid=10395 vsize=10162692 CPUtime=0.59 cores=4-7,12-15
/proc/10398/task/10402/stat : 10402 (java) S 10395 10398 6721 0 -1 4202560 600 0 0 0 34 25 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983096895656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10403] ppid=10395 vsize=10162692 CPUtime=0.64 cores=4-7,12-15
/proc/10398/task/10403/stat : 10403 (java) S 10395 10398 6721 0 -1 4202560 374 0 0 0 38 26 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983095843368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10404] ppid=10395 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/10398/task/10404/stat : 10404 (java) S 10395 10398 6721 0 -1 4202560 421 0 0 0 35 26 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983094790568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=10405] ppid=10395 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/10398/task/10405/stat : 10405 (java) S 10395 10398 6721 0 -1 4202560 481 0 0 0 42 29 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983093738280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10406] ppid=10395 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/10398/task/10406/stat : 10406 (java) S 10395 10398 6721 0 -1 4202560 429 0 0 0 45 26 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983092685480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10407] ppid=10395 vsize=10162692 CPUtime=0.53 cores=4-7,12-15
/proc/10398/task/10407/stat : 10407 (java) S 10395 10398 6721 0 -1 4202560 275 0 0 0 30 23 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983091633192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10408] ppid=10395 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/10398/task/10408/stat : 10408 (java) S 10395 10398 6721 0 -1 4202560 460 0 0 0 42 29 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983090580392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10409] ppid=10395 vsize=10162692 CPUtime=0.69 cores=4-7,12-15
/proc/10398/task/10409/stat : 10409 (java) S 10395 10398 6721 0 -1 4202560 383 0 0 0 41 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983089527080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10410] ppid=10395 vsize=10162692 CPUtime=0.67 cores=4-7,12-15
/proc/10398/task/10410/stat : 10410 (java) S 10395 10398 6721 0 -1 4202560 557 0 0 0 39 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983088474280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10411] ppid=10395 vsize=10162692 CPUtime=0.56 cores=4-7,12-15
/proc/10398/task/10411/stat : 10411 (java) S 10395 10398 6721 0 -1 4202560 551 0 0 0 34 22 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983087421992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10412] ppid=10395 vsize=10162692 CPUtime=0.75 cores=4-7,12-15
/proc/10398/task/10412/stat : 10412 (java) S 10395 10398 6721 0 -1 4202560 540 0 0 0 47 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983086369192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10413] ppid=10395 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/10398/task/10413/stat : 10413 (java) S 10395 10398 6721 0 -1 4202560 539 0 0 0 37 28 0 0 20 0 27 0 2842373 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983085316904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10398/tid=10414] ppid=10395 vsize=10162692 CPUtime=0.66 cores=4-7,12-15
/proc/10398/task/10414/stat : 10414 (java) S 10395 10398 6721 0 -1 4202560 1552 0 0 0 63 3 0 0 20 0 27 0 2842375 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983067642472 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10415] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10415/stat : 10415 (java) S 10395 10398 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2842375 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983066589048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10416] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10416/stat : 10416 (java) S 10395 10398 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 27 0 2842375 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983065536136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10398/tid=10417] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10417/stat : 10417 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983064484112 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10398/tid=10418] ppid=10395 vsize=10162692 CPUtime=1.24 cores=4-7,12-15
/proc/10398/task/10418/stat : 10418 (java) S 10395 10398 6721 0 -1 4202560 13832 0 0 0 122 2 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983063431224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=10419] ppid=10395 vsize=10162692 CPUtime=1.16 cores=4-7,12-15
/proc/10398/task/10419/stat : 10419 (java) S 10395 10398 6721 0 -1 4202560 11040 0 0 0 115 1 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983062378936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=10420] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10420/stat : 10420 (java) S 10395 10398 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983061326328 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10398/tid=10421] ppid=10395 vsize=10162692 CPUtime=0.38 cores=4-7,12-15
/proc/10398/task/10421/stat : 10421 (java) S 10395 10398 6721 0 -1 4202560 53 0 0 0 18 20 0 0 20 0 27 0 2842378 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983060274248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10398/tid=10443] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/10443/stat : 10443 (java) S 10395 10398 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2842842 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983056061608 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10398/tid=11072] ppid=10395 vsize=10162692 CPUtime=13.47 cores=4-7,12-15
/proc/10398/task/11072/stat : 11072 (java) R 10395 10398 6721 0 -1 4202560 4 0 0 0 1347 0 0 0 20 0 27 0 2931299 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983057114304 139983126035207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10398/tid=11073] ppid=10395 vsize=10162692 CPUtime=13.47 cores=4-7,12-15
/proc/10398/task/11073/stat : 11073 (java) R 10395 10398 6721 0 -1 4202560 6 0 0 0 1347 0 0 0 20 0 27 0 2931299 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983059218440 139983125962500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10398/tid=11074] ppid=10395 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/10398/task/11074/stat : 11074 (java) S 10395 10398 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2931299 10406596608 630005 33554432000 1073741824 1073778376 140733389768832 139983058166696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 10162692

Child status: 143

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

Real time (s): 902.944
CPU time (s): 1800.18
CPU user time (s): 1795.56
CPU system time (s): 4.62125
CPU usage (%): 199.368
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.33
system time used= 4.90125
maximum resident set size= 3178556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38966
page faults= 1
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22755
involuntary context switches= 5671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0345 second user time and 7.68583 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 18:48:16
IDJOB=4118047
IDBENCH=111437
IDSOLVER=2543
FILE ID=node132/4118047-1467218896
RUNJOBID= node132-1467209088-6738
PBS_JOBID= 19997577
Free space on /tmp= 71536 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_3g-0244-0244.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118047-1467218896/watcher-4118047-1467218896 -o /tmp/evaluation-result-4118047-1467218896/solver-4118047-1467218896 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6738 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118047-1467218896.opb

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

MD5SUM BENCH= 5ea244b3798527a25429a85548c08b0c
RANDOM SEED=928413522

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27173372 kB
Buffers:           99964 kB
Cached:          3842284 kB
SwapCached:            0 kB
Active:          1082324 kB
Inactive:        3841440 kB
Active(anon):     983036 kB
Inactive(anon):      892 kB
Active(file):      99288 kB
Inactive(file):  3840548 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               504 kB
Writeback:            48 kB
AnonPages:        989628 kB
Mapped:            22244 kB
Shmem:               216 kB
Slab:             631292 kB
SReclaimable:      71916 kB
SUnreclaim:       559376 kB
KernelStack:        2384 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1904520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    899072 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= 71536 MiB
End job on node132 at 2016-06-29 19:03:19