Trace number 4243482

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
R1: sat4j-CSP 2017-07-05OPT0 71.186 44.6645

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-02-350-100.xml
MD5SUM2b8f29373db6f74e5fecedb039cde62c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.07961
Satisfiable
(Un)Satisfiability was proved
Number of variables701
Number of constraints4
Number of domains2
Minimum domain size2
Maximum domain size351
Distribution of domain sizes[{"size":2,"count":700},{"size":351,"count":1}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":700}]
Minimum constraint arity350
Maximum constraint arity701
Distribution of constraint arities[{"arity":350,"count":2},{"arity":700,"count":1},{"arity":701,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":3}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

32.10/7.76	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
32.10/7.76	c This is free software under the dual EPL/GNU LGPL licenses.
32.10/7.76	c See www.sat4j.org for details.
32.10/7.76	c That software uses the Rhino library from the Mozilla project.
32.10/7.76	c version CUSTOM.v20170705
32.10/7.76	c java.runtime.name	Java(TM) SE Runtime Environment
32.10/7.76	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
32.10/7.76	c java.vm.version	25.131-b11
32.10/7.76	c java.vm.vendor	Oracle Corporation
32.10/7.76	c sun.arch.data.model	64
32.10/7.76	c java.version		1.8.0_131
32.10/7.76	c os.name		Linux
32.10/7.76	c os.version		3.10.0-514.16.1.el7.x86_64
32.10/7.76	c os.arch		amd64
32.10/7.76	c Free memory 		499604488
32.10/7.76	c Max memory 		7247757312
32.10/7.76	c Total memory 		504889344
32.10/7.76	c Number of processors 	8
32.10/7.76	c c --- Begin Solver configuration ---
32.10/7.76	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
32.10/7.76	c Learn all clauses as in MiniSAT
32.10/7.76	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
32.10/7.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
32.10/7.76	c No reason simplification
32.10/7.76	c Glucose 2.1 dynamic restart strategy
32.10/7.76	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
32.10/7.76	c timeout=2147483s
32.10/7.76	c DB Simplification allowed=false
32.10/7.76	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
32.10/7.76	c --- End Solver configuration ---
32.10/7.76	c constraints type 
32.10/7.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 1402
32.10/7.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 702
32.10/7.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991521
32.10/7.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 706
32.10/7.76	c 994331 constraints processed.
54.80/28.63	o 24
61.96/35.72	o 23
62.56/36.12	o 11
67.67/41.12	o 10
68.40/41.83	o 9
69.24/42.68	o 8
69.89/43.23	o 3
70.19/43.56	o 2
70.60/43.99	o 1
71.10/44.41	o 0
71.13/44.62	c starts		: 37
71.13/44.62	c conflicts		: 8666
71.13/44.62	c decisions		: 5492107
71.13/44.62	c propagations		: 138281278
71.13/44.62	c inspects		: 163978274
71.13/44.62	c shortcuts		: 0
71.13/44.62	c learnt literals	: 93
71.13/44.62	c learnt binary clauses	: 2571
71.13/44.62	c learnt ternary clauses	: 3824
71.13/44.62	c learnt constraints	: 8573
71.13/44.62	c ignored constraints	: 0
71.13/44.62	c root simplifications	: 0
71.13/44.62	c removed literals (reason simplification)	: 0
71.13/44.62	c reason swapping (by a shorter reason)	: 0
71.13/44.62	c Calls to reduceDB	: 1
71.13/44.62	c Number of update (reduction) of LBD	: 635
71.13/44.62	c Imported unit clauses	: 0
71.13/44.62	c number of reductions to clauses (during analyze)	: 0
71.13/44.62	c number of learned constraints concerned by reduction	: 0
71.13/44.62	c number of learning phase by resolution	: 0
71.13/44.62	c number of learning phase by cutting planes	: 0
71.13/44.62	c number of rounding to 1 operations	: 0
71.13/44.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
71.13/44.62	c number of reductions of the coefficients by power 2 	: 0
71.13/44.62	c number of right shift for reduction by power 2 	: 0
71.13/44.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
71.13/44.62	c speed (assignments/second)	: 3756316.4642925053
71.13/44.62	c non guided choices	5386609
71.13/44.62	c learnt constraints type 
71.13/44.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2571
71.13/44.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3458
71.13/44.62	s OPTIMUM FOUND
71.13/44.63	v <instantiation type="optimum" cost="0">
71.13/44.63	v 	<list> z x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[0][27] x[0][28] x[0][29] x[0][30] x[0][31] x[0][32] x[0][33] x[0][34] x[0][35] x[0][36] x[0][37] x[0][38] x[0][39] x[0][40] x[0][41] x[0][42] x[0][43] x[0][44] x[0][45] x[0][46] x[0][47] x[0][48] x[0][49] x[0][50] x[0][51] x[0][52] x[0][53] x[0][54] x[0][55] x[0][56] x[0][57] x[0][58] x[0][59] x[0][60] x[0][61] x[0][62] x[0][63] x[0][64] x[0][65] x[0][66] x[0][67] x[0][68] x[0][69] x[0][70] x[0][71] x[0][72] x[0][73] x[0][74] x[0][75] x[0][76] x[0][77] x[0][78] x[0][79] x[0][80] x[0][81] x[0][82] x[0][83] x[0][84] x[0][85] x[0][86] x[0][87] x[0][88] x[0][89] x[0][90] x[0][91] x[0][92] x[0][93] x[0][94] x[0][95] x[0][96] x[0][97] x[0][98] x[0][99] x[0][100] x[0][101] x[0][102] x[0][103] x[0][104] x[0][105] x[0][106] x[0][107] x[0][108] x[0][109] x[0][110] x[0][111] x[0][112] x[0][113] x[0][114] x[0][115] x[0][116] x[0][117] x[0][118] x[0][119] x[0][120] x[0][121] x[0][122] x[0][123] x[0][124] x[0][125] x[0][126] x[0][127] x[0][128] x[0][129] x[0][130] x[0][131] x[0][132] x[0][133] x[0][134] x[0][135] x[0][136] x[0][137] x[0][138] x[0][139] x[0][140] x[0][141] x[0][142] x[0][143] x[0][144] x[0][145] x[0][146] x[0][147] x[0][148] x[0][149] x[0][150] x[0][151] x[0][152] x[0][153] x[0][154] x[0][155] x[0][156] x[0][157] x[0][158] x[0][159] x[0][160] x[0][161] x[0][162] x[0][163] x[0][164] x[0][165] x[0][166] x[0][167] x[0][168] x[0][169] x[0][170] x[0][171] x[0][172] x[0][173] x[0][174] x[0][175] x[0][176] x[0][177] x[0][178] x[0][179] x[0][180] x[0][181] x[0][182] x[0][183] x[0][184] x[0][185] x[0][186] x[0][187] x[0][188] x[0][189] x[0][190] x[0][191] x[0][192] x[0][193] x[0][194] x[0][195] x[0][196] x[0][197] x[0][198] x[0][199] x[0][200] x[0][201] x[0][202] x[0][203] x[0][204] x[0][205] x[0][206] x[0][207] x[0][208] x[0][209] x[0][210] x[0][211] x[0][212] x[0][213] x[0][214] x[0][215] x[0][216] x[0][217] x[0][218] x[0][219] x[0][220] x[0][221] x[0][222] x[0][223] x[0][224] x[0][225] x[0][226] x[0][227] x[0][228] x[0][229] x[0][230] x[0][231] x[0][232] x[0][233] x[0][234] x[0][235] x[0][236] x[0][237] x[0][238] x[0][239] x[0][240] x[0][241] x[0][242] x[0][243] x[0][244] x[0][245] x[0][246] x[0][247] x[0][248] x[0][249] x[0][250] x[0][251] x[0][252] x[0][253] x[0][254] x[0][255] x[0][256] x[0][257] x[0][258] x[0][259] x[0][260] x[0][261] x[0][262] x[0][263] x[0][264] x[0][265] x[0][266] x[0][267] x[0][268] x[0][269] x[0][270] x[0][271] x[0][272] x[0][273] x[0][274] x[0][275] x[0][276] x[0][277] x[0][278] x[0][279] x[0][280] x[0][281] x[0][282] x[0][283] x[0][284] x[0][285] x[0][286] x[0][287] x[0][288] x[0][289] x[0][290] x[0][291] x[0][292] x[0][293] x[0][294] x[0][295] x[0][296] x[0][297] x[0][298] x[0][299] x[0][300] x[0][301] x[0][302] x[0][303] x[0][304] x[0][305] x[0][306] x[0][307] x[0][308] x[0][309] x[0][310] x[0][311] x[0][312] x[0][313] x[0][314] x[0][315] x[0][316] x[0][317] x[0][318] x[0][319] x[0][320] x[0][321] x[0][322] x[0][323] x[0][324] x[0][325] x[0][326] x[0][327] x[0][328] x[0][329] x[0][330] x[0][331] x[0][332] x[0][333] x[0][334] x[0][335] x[0][336] x[0][337] x[0][338] x[0][339] x[0][340] x[0][341] x[0][342] x[0][343] x[0][344] x[0][345] x[0][346] x[0][347] x[0][348] x[0][349] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[1][27] x[1][28] x[1][29] x[1][30] x[1][31] x[1][32] x[1][33] x[1][34] x[1][35] x[1][36] x[1][37] x[1][38] x[1][39] x[1][40] x[1][41] x[1][42] x[1][43] x[1][44] x[1][45] x[1][46] x[1][47] x[1][48] x[1][49] x[1][50] x[1][51] x[1][52] x[1][53] x[1][54] x[1][55] x[1][56] x[1][57] x[1][58] x[1][59] x[1][60] x[1][61] x[1][62] x[1][63] x[1][64] x[1][65] x[1][66] x[1][67] x[1][68] x[1][69] x[1][70] x[1][71] x[1][72] x[1][73] x[1][74] x[1][75] x[1][76] x[1][77] x[1][78] x[1][79] x[1][80] x[1][81] x[1][82] x[1][83] x[1][84] x[1][85] x[1][86] x[1][87] x[1][88] x[1][89] x[1][90] x[1][91] x[1][92] x[1][93] x[1][94] x[1][95] x[1][96] x[1][97] x[1][98] x[1][99] x[1][100] x[1][101] x[1][102] x[1][103] x[1][104] x[1][105] x[1][106] x[1][107] x[1][108] x[1][109] x[1][110] x[1][111] x[1][112] x[1][113] x[1][114] x[1][115] x[1][116] x[1][117] x[1][118] x[1][119] x[1][120] x[1][121] x[1][122] x[1][123] x[1][124] x[1][125] x[1][126] x[1][127] x[1][128] x[1][129] x[1][130] x[1][131] x[1][132] x[1][133] x[1][134] x[1][135] x[1][136] x[1][137] x[1][138] x[1][139] x[1][140] x[1][141] x[1][142] x[1][143] x[1][144] x[1][145] x[1][146] x[1][147] x[1][148] x[1][149] x[1][150] x[1][151] x[1][152] x[1][153] x[1][154] x[1][155] x[1][156] x[1][157] x[1][158] x[1][159] x[1][160] x[1][161] x[1][162] x[1][163] x[1][164] x[1][165] x[1][166] x[1][167] x[1][168] x[1][169] x[1][170] x[1][171] x[1][172] x[1][173] x[1][174] x[1][175] x[1][176] x[1][177] x[1][178] x[1][179] x[1][180] x[1][181] x[1][182] x[1][183] x[1][184] x[1][185] x[1][186] x[1][187] x[1][188] x[1][189] x[1][190] x[1][191] x[1][192] x[1][193] x[1][194] x[1][195] x[1][196] x[1][197] x[1][198] x[1][199] x[1][200] x[1][201] x[1][202] x[1][203] x[1][204] x[1][205] x[1][206] x[1][207] x[1][208] x[1][209] x[1][210] x[1][211] x[1][212] x[1][213] x[1][214] x[1][215] x[1][216] x[1][217] x[1][218] x[1][219] x[1][220] x[1][221] x[1][222] x[1][223] x[1][224] x[1][225] x[1][226] x[1][227] x[1][228] x[1][229] x[1][230] x[1][231] x[1][232] x[1][233] x[1][234] x[1][235] x[1][236] x[1][237] x[1][238] x[1][239] x[1][240] x[1][241] x[1][242] x[1][243] x[1][244] x[1][245] x[1][246] x[1][247] x[1][248] x[1][249] x[1][250] x[1][251] x[1][252] x[1][253] x[1][254] x[1][255] x[1][256] x[1][257] x[1][258] x[1][259] x[1][260] x[1][261] x[1][262] x[1][263] x[1][264] x[1][265] x[1][266] x[1][267] x[1][268] x[1][269] x[1][270] x[1][271] x[1][272] x[1][273] x[1][274] x[1][275] x[1][276] x[1][277] x[1][278] x[1][279] x[1][280] x[1][281] x[1][282] x[1][283] x[1][284] x[1][285] x[1][286] x[1][287] x[1][288] x[1][289] x[1][290] x[1][291] x[1][292] x[1][293] x[1][294] x[1][295] x[1][296] x[1][297] x[1][298] x[1][299] x[1][300] x[1][301] x[1][302] x[1][303] x[1][304] x[1][305] x[1][306] x[1][307] x[1][308] x[1][309] x[1][310] x[1][311] x[1][312] x[1][313] x[1][314] x[1][315] x[1][316] x[1][317] x[1][318] x[1][319] x[1][320] x[1][321] x[1][322] x[1][323] x[1][324] x[1][325] x[1][326] x[1][327] x[1][328] x[1][329] x[1][330] x[1][331] x[1][332] x[1][333] x[1][334] x[1][335] x[1][336] x[1][337] x[1][338] x[1][339] x[1][340] x[1][341] x[1][342] x[1][343] x[1][344] x[1][345] x[1][346] x[1][347] x[1][348] x[1][349] </list>
71.13/44.63	v 	<values> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
71.13/44.63	v </instantiation>
71.13/44.63	

Verifier Data

OK	0

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-4243482-1500672975/watcher-4243482-1500672975 -o /tmp/evaluation-result-4243482-1500672975/solver-4243482-1500672975 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500670246-12513 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243482-1500672975.xml 

pid=13016
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.06 3.45 3.41 3/262 13019
/proc/meminfo: memFree=31596804/32770624 swapFree=5760/208124
[pid=13019] ppid=13016 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 2078 0 0 0 0 0 0 0 20 0 2 0 2563739 8550137856 2329 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2087436 2329 1197 1 0 2076347 0
[pid=13019/tid=13020] ppid=13016 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) R 13016 13019 9821 0 -1 4202560 875 0 0 0 0 0 0 0 20 0 2 0 2563739 8550137856 2395 33554432000 4194304 4196468 140726920210912 140215776081240 140215764129696 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0

[startup+0.100113 s]
/proc/loadavg: 2.06 3.45 3.41 3/262 13019
/proc/meminfo: memFree=31596804/32770624 swapFree=5760/208124
[pid=13019] ppid=13016 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 5009 0 0 0 8 2 0 0 20 0 20 0 2563739 11162169344 6656 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2725139 6656 2665 1 0 2713552 0
[pid=13019/tid=13020] ppid=13016 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) R 13016 13019 9821 0 -1 4202560 3092 0 0 0 7 1 0 0 20 0 20 0 2563739 11162169344 6656 33554432000 4194304 4196468 140726920210912 140215776080432 140215771862173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200436 s]
/proc/loadavg: 2.06 3.45 3.41 3/262 13019
/proc/meminfo: memFree=31596804/32770624 swapFree=5760/208124
[pid=13019] ppid=13016 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 7111 0 0 0 23 3 0 0 20 0 20 0 2563739 11162169344 8876 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2725139 8876 2823 1 0 2713552 0
[pid=13019/tid=13020] ppid=13016 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) R 13016 13019 9821 0 -1 4202560 4805 0 0 0 16 2 0 0 20 0 20 0 2563739 11162169344 8876 33554432000 4194304 4196468 140726920210912 140215776061520 140215771862173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.30035 s]
/proc/loadavg: 2.06 3.45 3.41 3/262 13019
/proc/meminfo: memFree=31596804/32770624 swapFree=5760/208124
[pid=13019] ppid=13016 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 8491 0 0 0 39 4 0 0 20 0 20 0 2563739 11162169344 11121 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2725139 11121 2989 1 0 2713552 0
[pid=13019/tid=13020] ppid=13016 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) R 13016 13019 9821 0 -1 4202560 5471 0 0 0 25 3 0 0 20 0 20 0 2563739 11162169344 11121 33554432000 4194304 4196468 140726920210912 140215776073360 140215754360831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700253 s]
/proc/loadavg: 2.06 3.45 3.41 3/262 13019
/proc/meminfo: memFree=31596804/32770624 swapFree=5760/208124
[pid=13019] ppid=13016 vsize=10900632 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 12604 0 0 0 180 30 0 0 20 0 20 0 2563739 11162247168 58120 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2725158 58120 3089 1 0 2713552 0
[pid=13019/tid=13020] ppid=13016 vsize=10900632 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) S 13016 13019 9821 0 -1 1077944384 6027 0 0 0 55 5 0 0 20 0 20 0 2563739 11162247168 58120 33554432000 4194304 4196468 140726920210912 140215775883312 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10900632

[startup+1.50107 s]
/proc/loadavg: 2.06 3.45 3.41 3/282 13039
/proc/meminfo: memFree=31167080/32770624 swapFree=5760/208080
[pid=13019] ppid=13016 vsize=10900632 CPUtime=5.2 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 17439 0 0 0 413 107 0 0 20 0 20 0 2563739 11162247168 184524 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2725158 184524 3124 1 0 2713552 0
[pid=13019/tid=13020] ppid=13016 vsize=10900632 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) S 13016 13019 9821 0 -1 1077944384 6459 0 0 0 106 10 0 0 20 0 20 0 2563739 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215776026656 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13022] ppid=13016 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13022/stat : 13022 (java) R 13016 13019 9821 0 -1 4202560 150 0 0 0 17 12 0 0 20 0 20 0 2563740 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215724461016 140215753466015 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13023] ppid=13016 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13023/stat : 13023 (java) R 13016 13019 9821 0 -1 4202560 131 0 0 0 16 12 0 0 20 0 20 0 2563740 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215723408472 140215756867666 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13024] ppid=13016 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13024/stat : 13024 (java) R 13016 13019 9821 0 -1 4202560 125 0 0 0 13 11 0 0 20 0 20 0 2563740 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215722355616 140215756868121 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13025] ppid=13016 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13025/stat : 13025 (java) R 13016 13019 9821 0 -1 4202560 129 0 0 0 14 10 0 0 20 0 20 0 2563740 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215721303384 140215756868103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13026] ppid=13016 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13026/stat : 13026 (java) R 13016 13019 9821 0 -1 4202560 322 0 0 0 14 11 0 0 20 0 20 0 2563740 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215720249816 140215756868121 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13027] ppid=13016 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13027/stat : 13027 (java) R 13016 13019 9821 0 -1 4202560 122 0 0 0 12 11 0 0 20 0 20 0 2563740 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215719197272 140215756868130 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13028] ppid=13016 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13028/stat : 13028 (java) R 13016 13019 9821 0 -1 4202560 123 0 0 0 15 13 0 0 20 0 20 0 2563740 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215718144728 140215756865592 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13029] ppid=13016 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13029/stat : 13029 (java) R 13016 13019 9821 0 -1 4202560 131 0 0 0 16 10 0 0 20 0 20 0 2563740 11162247168 184524 33554432000 4194304 4196468 140726920210912 140215371619160 140215756868139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13030] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13030/stat : 13030 (java) S 13016 13019 9821 0 -1 1077944384 508 0 0 0 0 0 0 0 20 0 20 0 2563742 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214589711392 140215771850453 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13031] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13031/stat : 13031 (java) S 13016 13019 9821 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2563743 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214588659168 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13032] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13032/stat : 13032 (java) S 13016 13019 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2563743 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214587606528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13033] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13033/stat : 13033 (java) S 13016 13019 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2563747 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214586555088 140215771858843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13034] ppid=13016 vsize=10900632 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13034/stat : 13034 (java) R 13016 13019 9821 0 -1 4202560 2542 0 0 0 55 0 0 0 20 0 20 0 2563747 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214585482136 140215755337027 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13035] ppid=13016 vsize=10900632 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13035/stat : 13035 (java) R 13016 13019 9821 0 -1 4202560 2649 0 0 0 61 1 0 0 20 0 20 0 2563747 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214584435160 140215751087340 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13036] ppid=13016 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13036/stat : 13036 (java) S 13016 13019 9821 0 -1 1077944384 1851 0 0 0 45 0 0 0 20 0 20 0 2563747 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214583396592 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13037] ppid=13016 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13037/stat : 13037 (java) S 13016 13019 9821 0 -1 1077944384 835 0 0 0 23 0 0 0 20 0 20 0 2563747 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214582344048 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13038] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13038/stat : 13038 (java) S 13016 13019 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2563747 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214581291744 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13039] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13039/stat : 13039 (java) S 13016 13019 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2563748 11162247168 184524 33554432000 4194304 4196468 140726920210912 140214580239280 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 10900632

[startup+3.10077 s]
/proc/loadavg: 2.06 3.45 3.41 3/282 13039
/proc/meminfo: memFree=30857772/32770624 swapFree=5760/208080
[pid=13019] ppid=13016 vsize=10900632 CPUtime=7.36 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 21209 0 0 0 623 113 0 0 20 0 20 0 2563739 11162247168 230927 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2725158 230927 3124 1 0 2713552 0
[pid=13019/tid=13020] ppid=13016 vsize=10900632 CPUtime=2.75 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) R 13016 13019 9821 0 -1 4202560 8073 0 0 0 261 14 0 0 20 0 20 0 2563739 11162247168 230927 33554432000 4194304 4196468 140726920210912 140215776071216 140215400577923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13022] ppid=13016 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13022/stat : 13022 (java) S 13016 13019 9821 0 -1 1077944384 153 0 0 0 18 12 0 0 20 0 20 0 2563740 11162247168 230927 33554432000 4194304 4196468 140726920210912 140215724460816 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13023] ppid=13016 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13023/stat : 13023 (java) S 13016 13019 9821 0 -1 1077944384 133 0 0 0 17 12 0 0 20 0 20 0 2563740 11162247168 231439 33554432000 4194304 4196468 140726920210912 140215723408272 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13024] ppid=13016 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13024/stat : 13024 (java) S 13016 13019 9821 0 -1 1077944384 128 0 0 0 14 11 0 0 20 0 20 0 2563740 11162247168 231439 33554432000 4194304 4196468 140726920210912 140215722355728 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13025] ppid=13016 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13025/stat : 13025 (java) S 13016 13019 9821 0 -1 1077944384 132 0 0 0 14 11 0 0 20 0 20 0 2563740 11162247168 231439 33554432000 4194304 4196468 140726920210912 140215721303184 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13026] ppid=13016 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13026/stat : 13026 (java) S 13016 13019 9821 0 -1 1077944384 324 0 0 0 14 11 0 0 20 0 20 0 2563740 11162247168 231439 33554432000 4194304 4196468 140726920210912 140215720249616 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13027] ppid=13016 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13027/stat : 13027 (java) S 13016 13019 9821 0 -1 1077944384 124 0 0 0 13 11 0 0 20 0 20 0 2563740 11162247168 231439 33554432000 4194304 4196468 140726920210912 140215719197072 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13028] ppid=13016 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13028/stat : 13028 (java) S 13016 13019 9821 0 -1 1077944384 126 0 0 0 15 13 0 0 20 0 20 0 2563740 11162247168 231439 33554432000 4194304 4196468 140726920210912 140215718144528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13029] ppid=13016 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13029/stat : 13029 (java) S 13016 13019 9821 0 -1 1077944384 134 0 0 0 17 10 0 0 20 0 20 0 2563740 11162247168 231439 33554432000 4194304 4196468 140726920210912 140215371618960 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13030] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13030/stat : 13030 (java) S 13016 13019 9821 0 -1 1077944384 514 0 0 0 0 0 0 0 20 0 20 0 2563742 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214589712880 140215771851394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13031] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13031/stat : 13031 (java) S 13016 13019 9821 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2563743 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214588659168 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13032] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13032/stat : 13032 (java) S 13016 13019 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2563743 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214587606528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13033] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13033/stat : 13033 (java) S 13016 13019 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2563747 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214586555088 140215771858843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13034] ppid=13016 vsize=10900632 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13034/stat : 13034 (java) S 13016 13019 9821 0 -1 1077944384 3967 0 0 0 88 0 0 0 20 0 20 0 2563747 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214585501680 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13035] ppid=13016 vsize=10900632 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13035/stat : 13035 (java) S 13016 13019 9821 0 -1 1077944384 3326 0 0 0 76 1 0 0 20 0 20 0 2563747 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214584449136 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13036] ppid=13016 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13036/stat : 13036 (java) S 13016 13019 9821 0 -1 1077944384 1851 0 0 0 46 0 0 0 20 0 20 0 2563747 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214583396592 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13037] ppid=13016 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13037/stat : 13037 (java) S 13016 13019 9821 0 -1 1077944384 835 0 0 0 23 0 0 0 20 0 20 0 2563747 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214582344048 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13038] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13038/stat : 13038 (java) S 13016 13019 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2563747 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214581291744 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13039] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13039/stat : 13039 (java) S 13016 13019 9821 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2563748 11162247168 231439 33554432000 4194304 4196468 140726920210912 140214580239280 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 10900632

[startup+6.30101 s]
/proc/loadavg: 1.97 3.41 3.40 10/282 13039
/proc/meminfo: memFree=29799668/32770624 swapFree=5760/208092
[pid=13019] ppid=13016 vsize=10900632 CPUtime=28.13 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 77171 0 0 0 2428 385 0 0 20 0 20 0 2563739 11162247168 451922 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2725158 451922 3137 1 0 2713552 0
[pid=13019/tid=13020] ppid=13016 vsize=10900632 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) S 13016 13019 9821 0 -1 1077944384 8373 0 0 0 321 18 0 0 20 0 20 0 2563739 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215776073104 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13022] ppid=13016 vsize=10900632 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13022/stat : 13022 (java) R 13016 13019 9821 0 -1 4202560 6243 0 0 0 232 45 0 0 20 0 20 0 2563740 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215724460936 140215756540897 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13023] ppid=13016 vsize=10900632 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13023/stat : 13023 (java) R 13016 13019 9821 0 -1 4202560 6212 0 0 0 237 45 0 0 20 0 20 0 2563740 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215723408392 140215764936992 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13024] ppid=13016 vsize=10900632 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13024/stat : 13024 (java) R 13016 13019 9821 0 -1 4202560 6579 0 0 0 233 44 0 0 20 0 20 0 2563740 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215722355848 140215764943884 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13025] ppid=13016 vsize=10900632 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13025/stat : 13025 (java) R 13016 13019 9821 0 -1 4202560 7260 0 0 0 232 45 0 0 20 0 20 0 2563740 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215721303304 140215756540972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13026] ppid=13016 vsize=10900632 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13026/stat : 13026 (java) R 13016 13019 9821 0 -1 4202560 6869 0 0 0 233 45 0 0 20 0 20 0 2563740 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215720249736 140215756540924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13027] ppid=13016 vsize=10900632 CPUtime=2.75 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13027/stat : 13027 (java) R 13016 13019 9821 0 -1 4202560 6949 0 0 0 231 44 0 0 20 0 20 0 2563740 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215719197192 140215756540987 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13028] ppid=13016 vsize=10900632 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13028/stat : 13028 (java) R 13016 13019 9821 0 -1 4202560 7009 0 0 0 233 47 0 0 20 0 20 0 2563740 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215718144648 140215756540870 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13029] ppid=13016 vsize=10900632 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13029/stat : 13029 (java) R 13016 13019 9821 0 -1 4202560 6251 0 0 0 235 43 0 0 20 0 20 0 2563740 11162247168 451922 33554432000 4194304 4196468 140726920210912 140215371619080 140215764943884 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13030] ppid=13016 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13030/stat : 13030 (java) S 13016 13019 9821 0 -1 1077944384 3300 0 0 0 1 0 0 0 20 0 20 0 2563742 11162247168 451922 33554432000 4194304 4196468 140726920210912 140214589711424 140215771850453 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13031] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13031/stat : 13031 (java) S 13016 13019 9821 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2563743 11162247168 451922 33554432000 4194304 4196468 140726920210912 140214588659168 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13032] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13032/stat : 13032 (java) S 13016 13019 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2563743 11162247168 451922 33554432000 4194304 4196468 140726920210912 140214587606528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13033] ppid=13016 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=13019/tid=13031] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13031/stat : 13031 (java) S 13016 13019 9821 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2563743 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214588659168 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13032] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13032/stat : 13032 (java) S 13016 13019 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2563743 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214587606528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13033] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13033/stat : 13033 (java) S 13016 13019 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214586555088 140215771858843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13034] ppid=13016 vsize=10967196 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13034/stat : 13034 (java) S 13016 13019 9821 0 -1 1077944384 9130 0 0 0 183 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214585501680 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13035] ppid=13016 vsize=10967196 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13035/stat : 13035 (java) S 13016 13019 9821 0 -1 1077944384 9529 0 0 0 157 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214584449136 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13036] ppid=13016 vsize=10967196 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13036/stat : 13036 (java) S 13016 13019 9821 0 -1 1077944384 8523 0 0 0 145 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214583396592 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13037] ppid=13016 vsize=10967196 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13037/stat : 13037 (java) S 13016 13019 9821 0 -1 1077944384 2516 0 0 0 38 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214582344048 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13038] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13038/stat : 13038 (java) S 13016 13019 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214581291744 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13039] ppid=13016 vsize=10967196 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13039/stat : 13039 (java) S 13016 13019 9821 0 -1 1077944384 1667 0 0 0 1 1 0 0 20 0 21 0 2563748 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214580239280 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13040] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13040/stat : 13040 (java) S 13016 13019 9821 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2564519 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214579185072 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 69.89
Current children cumulated vsize (KiB) 10967196

[startup+44.0007 s]
/proc/loadavg: 2.24 3.30 3.37 5/283 13040
/proc/meminfo: memFree=29703396/32770624 swapFree=5760/208120
[pid=13019] ppid=13016 vsize=10967196 CPUtime=70.71 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 110801 0 0 0 6681 390 0 0 20 0 21 0 2563739 11230408704 451519 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2741799 451519 3169 1 0 2730193 0
[pid=13019/tid=13020] ppid=13016 vsize=10967196 CPUtime=40.67 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) R 13016 13019 9821 0 -1 4202560 16442 0 0 0 4048 19 0 0 20 0 21 0 2563739 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215776076240 140215757908366 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13022] ppid=13016 vsize=10967196 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13022/stat : 13022 (java) S 13016 13019 9821 0 -1 1077944384 6375 0 0 0 259 45 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215724460816 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13023] ppid=13016 vsize=10967196 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13023/stat : 13023 (java) S 13016 13019 9821 0 -1 1077944384 6735 0 0 0 264 45 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215723408272 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13024] ppid=13016 vsize=10967196 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13024/stat : 13024 (java) S 13016 13019 9821 0 -1 1077944384 7353 0 0 0 260 44 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215722355728 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13025] ppid=13016 vsize=10967196 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13025/stat : 13025 (java) S 13016 13019 9821 0 -1 1077944384 7668 0 0 0 259 45 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215721303184 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13026] ppid=13016 vsize=10967196 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13026/stat : 13026 (java) S 13016 13019 9821 0 -1 1077944384 7489 0 0 0 261 45 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215720249616 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13027] ppid=13016 vsize=10967196 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13027/stat : 13027 (java) S 13016 13019 9821 0 -1 1077944384 7497 0 0 0 258 44 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215719197072 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13028] ppid=13016 vsize=10967196 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13028/stat : 13028 (java) S 13016 13019 9821 0 -1 1077944384 7596 0 0 0 261 47 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215718144528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13029] ppid=13016 vsize=10967196 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13029/stat : 13029 (java) S 13016 13019 9821 0 -1 1077944384 6644 0 0 0 263 43 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215371618960 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13030] ppid=13016 vsize=10967196 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13030/stat : 13030 (java) S 13016 13019 9821 0 -1 1077944384 4214 0 0 0 13 0 0 0 20 0 21 0 2563742 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214589712880 140215771851394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13031] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13031/stat : 13031 (java) S 13016 13019 9821 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2563743 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214588659168 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13032] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13032/stat : 13032 (java) S 13016 13019 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2563743 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214587606528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13033] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13033/stat : 13033 (java) S 13016 13019 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214586555088 140215771858843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13034] ppid=13016 vsize=10967196 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13034/stat : 13034 (java) S 13016 13019 9821 0 -1 1077944384 9130 0 0 0 183 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214585501680 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13035] ppid=13016 vsize=10967196 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13035/stat : 13035 (java) S 13016 13019 9821 0 -1 1077944384 9540 0 0 0 158 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214584449136 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13036] ppid=13016 vsize=10967196 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13036/stat : 13036 (java) S 13016 13019 9821 0 -1 1077944384 8523 0 0 0 145 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214583396592 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13037] ppid=13016 vsize=10967196 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13037/stat : 13037 (java) S 13016 13019 9821 0 -1 1077944384 2540 0 0 0 39 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214582344048 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13038] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13038/stat : 13038 (java) S 13016 13019 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214581291744 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13039] ppid=13016 vsize=10967196 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13039/stat : 13039 (java) S 13016 13019 9821 0 -1 1077944384 1667 0 0 0 1 1 0 0 20 0 21 0 2563748 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214580239280 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13040] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13040/stat : 13040 (java) S 13016 13019 9821 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2564519 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214579185072 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 70.71
Current children cumulated vsize (KiB) 10967196

[startup+44.4008 s]
/proc/loadavg: 2.24 3.30 3.37 5/283 13040
/proc/meminfo: memFree=29703396/32770624 swapFree=5760/208120
[pid=13019] ppid=13016 vsize=10967196 CPUtime=71.1 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 110810 0 0 0 6720 390 0 0 20 0 21 0 2563739 11230408704 451519 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2741799 451519 3169 1 0 2730193 0
[pid=13019/tid=13020] ppid=13016 vsize=10967196 CPUtime=41.06 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) R 13016 13019 9821 0 -1 4202560 16450 0 0 0 4087 19 0 0 20 0 21 0 2563739 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215776076904 140215403383505 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13022] ppid=13016 vsize=10967196 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13022/stat : 13022 (java) S 13016 13019 9821 0 -1 1077944384 6375 0 0 0 259 45 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215724460816 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13023] ppid=13016 vsize=10967196 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13023/stat : 13023 (java) S 13016 13019 9821 0 -1 1077944384 6735 0 0 0 264 45 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215723408272 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13024] ppid=13016 vsize=10967196 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13024/stat : 13024 (java) S 13016 13019 9821 0 -1 1077944384 7353 0 0 0 260 44 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215722355728 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13025] ppid=13016 vsize=10967196 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13025/stat : 13025 (java) S 13016 13019 9821 0 -1 1077944384 7668 0 0 0 259 45 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215721303184 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13026] ppid=13016 vsize=10967196 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13026/stat : 13026 (java) S 13016 13019 9821 0 -1 1077944384 7489 0 0 0 261 45 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215720249616 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13027] ppid=13016 vsize=10967196 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13027/stat : 13027 (java) S 13016 13019 9821 0 -1 1077944384 7497 0 0 0 258 44 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215719197072 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13028] ppid=13016 vsize=10967196 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13028/stat : 13028 (java) S 13016 13019 9821 0 -1 1077944384 7596 0 0 0 261 47 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215718144528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13029] ppid=13016 vsize=10967196 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13029/stat : 13029 (java) S 13016 13019 9821 0 -1 1077944384 6644 0 0 0 263 43 0 0 20 0 21 0 2563740 11230408704 451519 33554432000 4194304 4196468 140726920210912 140215371618960 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13030] ppid=13016 vsize=10967196 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13030/stat : 13030 (java) S 13016 13019 9821 0 -1 1077944384 4214 0 0 0 13 0 0 0 20 0 21 0 2563742 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214589712880 140215771851394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13031] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13031/stat : 13031 (java) S 13016 13019 9821 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2563743 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214588659168 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13032] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13032/stat : 13032 (java) S 13016 13019 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2563743 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214587606528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13033] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13033/stat : 13033 (java) S 13016 13019 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214586555088 140215771858843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13034] ppid=13016 vsize=10967196 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13034/stat : 13034 (java) S 13016 13019 9821 0 -1 1077944384 9130 0 0 0 183 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214585501680 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13035] ppid=13016 vsize=10967196 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13035/stat : 13035 (java) S 13016 13019 9821 0 -1 1077944384 9540 0 0 0 158 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214584449136 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13036] ppid=13016 vsize=10967196 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13036/stat : 13036 (java) S 13016 13019 9821 0 -1 1077944384 8523 0 0 0 145 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214583396592 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13037] ppid=13016 vsize=10967196 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13037/stat : 13037 (java) S 13016 13019 9821 0 -1 1077944384 2540 0 0 0 39 1 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214582344048 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13038] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13038/stat : 13038 (java) S 13016 13019 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2563747 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214581291744 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13039] ppid=13016 vsize=10967196 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13039/stat : 13039 (java) S 13016 13019 9821 0 -1 1077944384 1667 0 0 0 1 1 0 0 20 0 21 0 2563748 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214580239280 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13040] ppid=13016 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13040/stat : 13040 (java) S 13016 13019 9821 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2564519 11230408704 451519 33554432000 4194304 4196468 140726920210912 140214579185072 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 71.1
Current children cumulated vsize (KiB) 10967196

[startup+44.6012 s]
/proc/loadavg: 2.24 3.30 3.37 5/283 13040
/proc/meminfo: memFree=29703396/32770624 swapFree=5760/208120
[pid=13019] ppid=13016 vsize=11100324 CPUtime=71.13 cores=0,2,4,6,8,10,12,14
/proc/13019/stat : 13019 (java) S 13016 13019 9821 0 -1 1077944320 111311 0 0 0 6723 390 0 0 20 0 21 0 2563739 11366731776 451551 33554432000 4194304 4196468 140726920210912 140726920193456 140215771840247 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
/proc/13019/statm: 2775081 451551 3171 1 0 2763475 0
[pid=13019/tid=13020] ppid=13016 vsize=11100324 CPUtime=41.08 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13020/stat : 13020 (java) S 13016 13019 9821 0 -1 1077944384 16604 0 0 0 4089 19 0 0 20 0 21 0 2563739 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215776080928 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13022] ppid=13016 vsize=11100324 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13022/stat : 13022 (java) S 13016 13019 9821 0 -1 1077944384 6375 0 0 0 259 45 0 0 20 0 21 0 2563740 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215724460816 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13023] ppid=13016 vsize=11100324 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13023/stat : 13023 (java) S 13016 13019 9821 0 -1 1077944384 6735 0 0 0 264 45 0 0 20 0 21 0 2563740 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215723408272 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13024] ppid=13016 vsize=11100324 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13024/stat : 13024 (java) S 13016 13019 9821 0 -1 1077944384 7353 0 0 0 260 44 0 0 20 0 21 0 2563740 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215722355728 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13025] ppid=13016 vsize=11100324 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13025/stat : 13025 (java) S 13016 13019 9821 0 -1 1077944384 7668 0 0 0 259 45 0 0 20 0 21 0 2563740 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215721303184 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13026] ppid=13016 vsize=11100324 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13026/stat : 13026 (java) S 13016 13019 9821 0 -1 1077944384 7489 0 0 0 261 45 0 0 20 0 21 0 2563740 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215720249616 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13027] ppid=13016 vsize=11100324 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13027/stat : 13027 (java) S 13016 13019 9821 0 -1 1077944384 7497 0 0 0 258 44 0 0 20 0 21 0 2563740 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215719197072 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13028] ppid=13016 vsize=11100324 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13028/stat : 13028 (java) S 13016 13019 9821 0 -1 1077944384 7596 0 0 0 261 47 0 0 20 0 21 0 2563740 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215718144528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13029] ppid=13016 vsize=11100324 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13029/stat : 13029 (java) S 13016 13019 9821 0 -1 1077944384 6644 0 0 0 263 43 0 0 20 0 21 0 2563740 11366731776 451551 33554432000 4194304 4196468 140726920210912 140215371618960 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13030] ppid=13016 vsize=11100324 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13030/stat : 13030 (java) S 13016 13019 9821 0 -1 1077944384 4214 0 0 0 13 0 0 0 20 0 21 0 2563742 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214589712880 140215771851394 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13031] ppid=13016 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13031/stat : 13031 (java) S 13016 13019 9821 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2563743 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214588659168 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13032] ppid=13016 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13032/stat : 13032 (java) S 13016 13019 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2563743 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214587606528 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13033] ppid=13016 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13033/stat : 13033 (java) S 13016 13019 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2563747 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214586555088 140215771858843 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13034] ppid=13016 vsize=11100324 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13034/stat : 13034 (java) S 13016 13019 9821 0 -1 1077944384 9191 0 0 0 184 1 0 0 20 0 21 0 2563747 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214585501680 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13035] ppid=13016 vsize=11100324 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13035/stat : 13035 (java) S 13016 13019 9821 0 -1 1077944384 9582 0 0 0 158 1 0 0 20 0 21 0 2563747 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214584449136 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13036] ppid=13016 vsize=11100324 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13036/stat : 13036 (java) S 13016 13019 9821 0 -1 1077944384 8551 0 0 0 146 1 0 0 20 0 21 0 2563747 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214583396592 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13037] ppid=13016 vsize=11100324 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13037/stat : 13037 (java) S 13016 13019 9821 0 -1 1077944384 2655 0 0 0 39 1 0 0 20 0 21 0 2563747 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214582344048 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13038] ppid=13016 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13038/stat : 13038 (java) S 13016 13019 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2563747 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214581291744 140215771850453 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
[pid=13019/tid=13039] ppid=13016 vsize=11100324 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/13019/task/13039/stat : 13039 (java) S 13016 13019 9821 0 -1 1077944384 1667 0 0 0 1 1 0 0 20 0 21 0 2563748 11366731776 451551 33554432000 4194304 4196468 140726920210912 140214580239280 140215771851394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13885440 140726920217771 140726920217924 140726920217924 140726920220623 0
Current children cumulated CPU time (s) 71.13
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 44.6645
CPU time (s): 71.186
CPU user time (s): 67.2611
CPU system time (s): 3.92493
CPU usage (%): 159.379
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.2611
system time used= 3.92493
maximum resident set size= 1812932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5451
involuntary context switches= 4012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.30639 second user time and 0.348374 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-21 23:36:15
IDJOB=4243482
IDBENCH=122956
IDSOLVER=2623
FILE ID=node143/4243482-1500672975
RUNJOBID= node143-1500670246-12513
PBS_JOBID= 20623278
Free space on /tmp= 61988 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-02-350-100.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243482-1500672975/watcher-4243482-1500672975 -o /tmp/evaluation-result-4243482-1500672975/solver-4243482-1500672975 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500670246-12513 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243482-1500672975.xml

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

MD5SUM BENCH= 2b8f29373db6f74e5fecedb039cde62c
RANDOM SEED=132821487

node143.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2133.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1733.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        31597756 kB
MemAvailable:   31652764 kB
Buffers:           70920 kB
Cached:           283476 kB
SwapCached:            0 kB
Active:           560036 kB
Inactive:         216860 kB
Active(anon):     425708 kB
Inactive(anon):     8736 kB
Active(file):     134328 kB
Inactive(file):   208124 kB
Unevictable:        5760 kB
Mlocked:            5760 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1764 kB
Writeback:             0 kB
AnonPages:        451520 kB
Mapped:            42376 kB
Shmem:              8852 kB
Slab:              89132 kB
SReclaimable:      56784 kB
SUnreclaim:        32348 kB
KernelStack:        4912 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1355748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    358400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61988 MiB
End job on node143 at 2017-07-21 23:36:59