Trace number 4244196

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-05OPT1 527.246 517.464

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff15.xml
MD5SUM2828df901a099a1524aa78ac7640e6c0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.224263
Satisfiable
(Un)Satisfiability was proved
Number of variables1471
Number of constraints1441
Number of domains32
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":32},{"size":31,"count":320},{"size":32,"count":1119}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":1440},{"degree":46,"count":31}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":1395},{"arity":31,"count":1},{"arity":32,"count":45}]
Number of extensional constraints1395
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1395},{"type":"ordered","count":1},{"type":"minimum","count":45}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

10.91/3.61	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
10.91/3.61	c This is free software under the dual EPL/GNU LGPL licenses.
10.91/3.61	c See www.sat4j.org for details.
10.91/3.61	c That software uses the Rhino library from the Mozilla project.
10.91/3.61	c version CUSTOM.v20170705
10.91/3.61	c java.runtime.name	Java(TM) SE Runtime Environment
10.91/3.61	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
10.91/3.61	c java.vm.version	25.131-b11
10.91/3.61	c java.vm.vendor	Oracle Corporation
10.91/3.61	c sun.arch.data.model	64
10.91/3.61	c java.version		1.8.0_131
10.91/3.61	c os.name		Linux
10.91/3.61	c os.version		3.10.0-514.16.1.el7.x86_64
10.91/3.61	c os.arch		amd64
10.91/3.61	c Free memory 		499604488
10.91/3.61	c Max memory 		7247757312
10.91/3.61	c Total memory 		504889344
10.91/3.61	c Number of processors 	8
10.91/3.61	c c --- Begin Solver configuration ---
10.91/3.61	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
10.91/3.61	c Learn all clauses as in MiniSAT
10.91/3.61	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
10.91/3.61	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
10.91/3.61	c No reason simplification
10.91/3.61	c Glucose 2.1 dynamic restart strategy
10.91/3.61	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
10.91/3.61	c timeout=2147483s
10.91/3.61	c DB Simplification allowed=false
10.91/3.61	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
10.91/3.61	c --- End Solver configuration ---
10.91/3.61	c constraints type 
10.91/3.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 2942
10.91/3.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2845056
10.91/3.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1787366
10.91/3.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 2940
10.91/3.61	c 4638304 constraints processed.
230.33/220.92	o 3
320.61/310.92	o 2
360.83/351.01	o 1
527.19/517.42	c starts		: 3017
527.19/517.42	c conflicts		: 527046
527.19/517.42	c decisions		: 133667412
527.19/517.42	c propagations		: 1308042925
527.19/517.43	c inspects		: 2212260922
527.19/517.43	c shortcuts		: 0
527.19/517.43	c learnt literals	: 12000
527.19/517.43	c learnt binary clauses	: 10241
527.19/517.43	c learnt ternary clauses	: 6928
527.19/517.43	c learnt constraints	: 515045
527.19/517.43	c ignored constraints	: 0
527.19/517.43	c root simplifications	: 0
527.19/517.43	c removed literals (reason simplification)	: 0
527.19/517.43	c reason swapping (by a shorter reason)	: 0
527.19/517.43	c Calls to reduceDB	: 44
527.19/517.43	c Number of update (reduction) of LBD	: 210424
527.19/517.43	c Imported unit clauses	: 0
527.19/517.43	c number of reductions to clauses (during analyze)	: 0
527.19/517.43	c number of learned constraints concerned by reduction	: 0
527.19/517.43	c number of learning phase by resolution	: 0
527.19/517.43	c number of learning phase by cutting planes	: 0
527.19/517.43	c number of rounding to 1 operations	: 0
527.19/517.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
527.19/517.43	c number of reductions of the coefficients by power 2 	: 0
527.19/517.43	c number of right shift for reduction by power 2 	: 0
527.19/517.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
527.19/517.43	c speed (assignments/second)	: 2545959.929696441
527.19/517.43	c non guided choices	116245160
527.19/517.43	c learnt constraints type 
527.19/517.43	s OPTIMUM FOUND
527.19/517.43	v <instantiation type="optimum" cost="1">
527.19/517.43	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[0][5] drd[0][6] drd[0][7] drd[0][8] drd[0][9] drd[0][10] drd[0][11] drd[0][12] drd[0][13] drd[0][14] drd[0][15] drd[0][16] drd[0][17] drd[0][18] drd[0][19] drd[0][20] drd[0][21] drd[0][22] drd[0][23] drd[0][24] drd[0][25] drd[0][26] drd[0][27] drd[0][28] drd[0][29] drd[0][30] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[1][5] drd[1][6] drd[1][7] drd[1][8] drd[1][9] drd[1][10] drd[1][11] drd[1][12] drd[1][13] drd[1][14] drd[1][15] drd[1][16] drd[1][17] drd[1][18] drd[1][19] drd[1][20] drd[1][21] drd[1][22] drd[1][23] drd[1][24] drd[1][25] drd[1][26] drd[1][27] drd[1][28] drd[1][29] drd[1][30] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[2][5] drd[2][6] drd[2][7] drd[2][8] drd[2][9] drd[2][10] drd[2][11] drd[2][12] drd[2][13] drd[2][14] drd[2][15] drd[2][16] drd[2][17] drd[2][18] drd[2][19] drd[2][20] drd[2][21] drd[2][22] drd[2][23] drd[2][24] drd[2][25] drd[2][26] drd[2][27] drd[2][28] drd[2][29] drd[2][30] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[3][5] drd[3][6] drd[3][7] drd[3][8] drd[3][9] drd[3][10] drd[3][11] drd[3][12] drd[3][13] drd[3][14] drd[3][15] drd[3][16] drd[3][17] drd[3][18] drd[3][19] drd[3][20] drd[3][21] drd[3][22] drd[3][23] drd[3][24] drd[3][25] drd[3][26] drd[3][27] drd[3][28] drd[3][29] drd[3][30] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[4][5] drd[4][6] drd[4][7] drd[4][8] drd[4][9] drd[4][10] drd[4][11] drd[4][12] drd[4][13] drd[4][14] drd[4][15] drd[4][16] drd[4][17] drd[4][18] drd[4][19] drd[4][20] drd[4][21] drd[4][22] drd[4][23] drd[4][24] drd[4][25] drd[4][26] drd[4][27] drd[4][28] drd[4][29] drd[4][30] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[5][5] drd[5][6] drd[5][7] drd[5][8] drd[5][9] drd[5][10] drd[5][11] drd[5][12] drd[5][13] drd[5][14] drd[5][15] drd[5][16] drd[5][17] drd[5][18] drd[5][19] drd[5][20] drd[5][21] drd[5][22] drd[5][23] drd[5][24] drd[5][25] drd[5][26] drd[5][27] drd[5][28] drd[5][29] drd[5][30] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[6][5] drd[6][6] drd[6][7] drd[6][8] drd[6][9] drd[6][10] drd[6][11] drd[6][12] drd[6][13] drd[6][14] drd[6][15] drd[6][16] drd[6][17] drd[6][18] drd[6][19] drd[6][20] drd[6][21] drd[6][22] drd[6][23] drd[6][24] drd[6][25] drd[6][26] drd[6][27] drd[6][28] drd[6][29] drd[6][30] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[7][5] drd[7][6] drd[7][7] drd[7][8] drd[7][9] drd[7][10] drd[7][11] drd[7][12] drd[7][13] drd[7][14] drd[7][15] drd[7][16] drd[7][17] drd[7][18] drd[7][19] drd[7][20] drd[7][21] drd[7][22] drd[7][23] drd[7][24] drd[7][25] drd[7][26] drd[7][27] drd[7][28] drd[7][29] drd[7][30] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[8][5] drd[8][6] drd[8][7] drd[8][8] drd[8][9] drd[8][10] drd[8][11] drd[8][12] drd[8][13] drd[8][14] drd[8][15] drd[8][16] drd[8][17] drd[8][18] drd[8][19] drd[8][20] drd[8][21] drd[8][22] drd[8][23] drd[8][24] drd[8][25] drd[8][26] drd[8][27] drd[8][28] drd[8][29] drd[8][30] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[9][5] drd[9][6] drd[9][7] drd[9][8] drd[9][9] drd[9][10] drd[9][11] drd[9][12] drd[9][13] drd[9][14] drd[9][15] drd[9][16] drd[9][17] drd[9][18] drd[9][19] drd[9][20] drd[9][21] drd[9][22] drd[9][23] drd[9][24] drd[9][25] drd[9][26] drd[9][27] drd[9][28] drd[9][29] drd[9][30] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[10][5] drd[10][6] drd[10][7] drd[10][8] drd[10][9] drd[10][10] drd[10][11] drd[10][12] drd[10][13] drd[10][14] drd[10][15] drd[10][16] drd[10][17] drd[10][18] drd[10][19] drd[10][20] drd[10][21] drd[10][22] drd[10][23] drd[10][24] drd[10][25] drd[10][26] drd[10][27] drd[10][28] drd[10][29] drd[10][30] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[11][5] drd[11][6] drd[11][7] drd[11][8] drd[11][9] drd[11][10] drd[11][11] drd[11][12] drd[11][13] drd[11][14] drd[11][15] drd[11][16] drd[11][17] drd[11][18] drd[11][19] drd[11][20] drd[11][21] drd[11][22] drd[11][23] drd[11][24] drd[11][25] drd[11][26] drd[11][27] drd[11][28] drd[11][29] drd[11][30] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[12][5] drd[12][6] drd[12][7] drd[12][8] drd[12][9] drd[12][10] drd[12][11] drd[12][12] drd[12][13] drd[12][14] drd[12][15] drd[12][16] drd[12][17] drd[12][18] drd[12][19] drd[12][20] drd[12][21] drd[12][22] drd[12][23] drd[12][24] drd[12][25] drd[12][26] drd[12][27] drd[12][28] drd[12][29] drd[12][30] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[13][5] drd[13][6] drd[13][7] drd[13][8] drd[13][9] drd[13][10] drd[13][11] drd[13][12] drd[13][13] drd[13][14] drd[13][15] drd[13][16] drd[13][17] drd[13][18] drd[13][19] drd[13][20] drd[13][21] drd[13][22] drd[13][23] drd[13][24] drd[13][25] drd[13][26] drd[13][27] drd[13][28] drd[13][29] drd[13][30] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[14][5] drd[14][6] drd[14][7] drd[14][8] drd[14][9] drd[14][10] drd[14][11] drd[14][12] drd[14][13] drd[14][14] drd[14][15] drd[14][16] drd[14][17] drd[14][18] drd[14][19] drd[14][20] drd[14][21] drd[14][22] drd[14][23] drd[14][24] drd[14][25] drd[14][26] drd[14][27] drd[14][28] drd[14][29] drd[14][30] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[15][5] drd[15][6] drd[15][7] drd[15][8] drd[15][9] drd[15][10] drd[15][11] drd[15][12] drd[15][13] drd[15][14] drd[15][15] drd[15][16] drd[15][17] drd[15][18] drd[15][19] drd[15][20] drd[15][21] drd[15][22] drd[15][23] drd[15][24] drd[15][25] drd[15][26] drd[15][27] drd[15][28] drd[15][29] drd[15][30] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[16][5] drd[16][6] drd[16][7] drd[16][8] drd[16][9] drd[16][10] drd[16][11] drd[16][12] drd[16][13] drd[16][14] drd[16][15] drd[16][16] drd[16][17] drd[16][18] drd[16][19] drd[16][20] drd[16][21] drd[16][22] drd[16][23] drd[16][24] drd[16][25] drd[16][26] drd[16][27] drd[16][28] drd[16][29] drd[16][30] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[17][5] drd[17][6] drd[17][7] drd[17][8] drd[17][9] drd[17][10] drd[17][11] drd[17][12] drd[17][13] drd[17][14] drd[17][15] drd[17][16] drd[17][17] drd[17][18] drd[17][19] drd[17][20] drd[17][21] drd[17][22] drd[17][23] drd[17][24] drd[17][25] drd[17][26] drd[17][27] drd[17][28] drd[17][29] drd[17][30] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[18][5] drd[18][6] drd[18][7] drd[18][8] drd[18][9] drd[18][10] drd[18][11] drd[18][12] drd[18][13] drd[18][14] drd[18][15] drd[18][16] drd[18][17] drd[18][18] drd[18][19] drd[18][20] drd[18][21] drd[18][22] drd[18][23] drd[18][24] drd[18][25] drd[18][26] drd[18][27] drd[18][28] drd[18][29] drd[18][30] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[19][5] drd[19][6] drd[19][7] drd[19][8] drd[19][9] drd[19][10] drd[19][11] drd[19][12] drd[19][13] drd[19][14] drd[19][15] drd[19][16] drd[19][17] drd[19][18] drd[19][19] drd[19][20] drd[19][21] drd[19][22] drd[19][23] drd[19][24] drd[19][25] drd[19][26] drd[19][27] drd[19][28] drd[19][29] drd[19][30] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[20][5] drd[20][6] drd[20][7] drd[20][8] drd[20][9] drd[20][10] drd[20][11] drd[20][12] drd[20][13] drd[20][14] drd[20][15] drd[20][16] drd[20][17] drd[20][18] drd[20][19] drd[20][20] drd[20][21] drd[20][22] drd[20][23] drd[20][24] drd[20][25] drd[20][26] drd[20][27] drd[20][28] drd[20][29] drd[20][30] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[21][5] drd[21][6] drd[21][7] drd[21][8] drd[21][9] drd[21][10] drd[21][11] drd[21][12] drd[21][13] drd[21][14] drd[21][15] drd[21][16] drd[21][17] drd[21][18] drd[21][19] drd[21][20] drd[21][21] drd[21][22] drd[21][23] drd[21][24] drd[21][25] drd[21][26] drd[21][27] drd[21][28] drd[21][29] drd[21][30] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[22][5] drd[22][6] drd[22][7] drd[22][8] drd[22][9] drd[22][10] drd[22][11] drd[22][12] drd[22][13] drd[22][14] drd[22][15] drd[22][16] drd[22][17] drd[22][18] drd[22][19] drd[22][20] drd[22][21] drd[22][22] drd[22][23] drd[22][24] drd[22][25] drd[22][26] drd[22][27] drd[22][28] drd[22][29] drd[22][30] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[23][5] drd[23][6] drd[23][7] drd[23][8] drd[23][9] drd[23][10] drd[23][11] drd[23][12] drd[23][13] drd[23][14] drd[23][15] drd[23][16] drd[23][17] drd[23][18] drd[23][19] drd[23][20] drd[23][21] drd[23][22] drd[23][23] drd[23][24] drd[23][25] drd[23][26] drd[23][27] drd[23][28] drd[23][29] drd[23][30] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[24][5] drd[24][6] drd[24][7] drd[24][8] drd[24][9] drd[24][10] drd[24][11] drd[24][12] drd[24][13] drd[24][14] drd[24][15] drd[24][16] drd[24][17] drd[24][18] drd[24][19] drd[24][20] drd[24][21] drd[24][22] drd[24][23] drd[24][24] drd[24][25] drd[24][26] drd[24][27] drd[24][28] drd[24][29] drd[24][30] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[25][5] drd[25][6] drd[25][7] drd[25][8] drd[25][9] drd[25][10] drd[25][11] drd[25][12] drd[25][13] drd[25][14] drd[25][15] drd[25][16] drd[25][17] drd[25][18] drd[25][19] drd[25][20] drd[25][21] drd[25][22] drd[25][23] drd[25][24] drd[25][25] drd[25][26] drd[25][27] drd[25][28] drd[25][29] drd[25][30] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[26][5] drd[26][6] drd[26][7] drd[26][8] drd[26][9] drd[26][10] drd[26][11] drd[26][12] drd[26][13] drd[26][14] drd[26][15] drd[26][16] drd[26][17] drd[26][18] drd[26][19] drd[26][20] drd[26][21] drd[26][22] drd[26][23] drd[26][24] drd[26][25] drd[26][26] drd[26][27] drd[26][28] drd[26][29] drd[26][30] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[27][5] drd[27][6] drd[27][7] drd[27][8] drd[27][9] drd[27][10] drd[27][11] drd[27][12] drd[27][13] drd[27][14] drd[27][15] drd[27][16] drd[27][17] drd[27][18] drd[27][19] drd[27][20] drd[27][21] drd[27][22] drd[27][23] drd[27][24] drd[27][25] drd[27][26] drd[27][27] drd[27][28] drd[27][29] drd[27][30] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[28][5] drd[28][6] drd[28][7] drd[28][8] drd[28][9] drd[28][10] drd[28][11] drd[28][12] drd[28][13] drd[28][14] drd[28][15] drd[28][16] drd[28][17] drd[28][18] drd[28][19] drd[28][20] drd[28][21] drd[28][22] drd[28][23] drd[28][24] drd[28][25] drd[28][26] drd[28][27] drd[28][28] drd[28][29] drd[28][30] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] drd[29][5] drd[29][6] drd[29][7] drd[29][8] drd[29][9] drd[29][10] drd[29][11] drd[29][12] drd[29][13] drd[29][14] drd[29][15] drd[29][16] drd[29][17] drd[29][18] drd[29][19] drd[29][20] drd[29][21] drd[29][22] drd[29][23] drd[29][24] drd[29][25] drd[29][26] drd[29][27] drd[29][28] drd[29][29] drd[29][30] drd[30][0] drd[30][1] drd[30][2] drd[30][3] drd[30][4] drd[30][5] drd[30][6] drd[30][7] drd[30][8] drd[30][9] drd[30][10] drd[30][11] drd[30][12] drd[30][13] drd[30][14] drd[30][15] drd[30][16] drd[30][17] drd[30][18] drd[30][19] drd[30][20] drd[30][21] drd[30][22] drd[30][23] drd[30][24] drd[30][25] drd[30][26] drd[30][27] drd[30][28] drd[30][29] drd[30][30] drd[31][0] drd[31][1] drd[31][2] drd[31][3] drd[31][4] drd[31][5] drd[31][6] drd[31][7] drd[31][8] drd[31][9] drd[31][10] drd[31][11] drd[31][12] drd[31][13] drd[31][14] drd[31][15] drd[31][16] drd[31][17] drd[31][18] drd[31][19] drd[31][20] drd[31][21] drd[31][22] drd[31][23] drd[31][24] drd[31][25] drd[31][26] drd[31][27] drd[31][28] drd[31][29] drd[31][30] drd[32][0] drd[32][1] drd[32][2] drd[32][3] drd[32][4] drd[32][5] drd[32][6] drd[32][7] drd[32][8] drd[32][9] drd[32][10] drd[32][11] drd[32][12] drd[32][13] drd[32][14] drd[32][15] drd[32][16] drd[32][17] drd[32][18] drd[32][19] drd[32][20] drd[32][21] drd[32][22] drd[32][23] drd[32][24] drd[32][25] drd[32][26] drd[32][27] drd[32][28] drd[32][29] drd[32][30] drd[33][0] drd[33][1] drd[33][2] drd[33][3] drd[33][4] drd[33][5] drd[33][6] drd[33][7] drd[33][8] drd[33][9] drd[33][10] drd[33][11] drd[33][12] drd[33][13] drd[33][14] drd[33][15] drd[33][16] drd[33][17] drd[33][18] drd[33][19] drd[33][20] drd[33][21] drd[33][22] drd[33][23] drd[33][24] drd[33][25] drd[33][26] drd[33][27] drd[33][28] drd[33][29] drd[33][30] drd[34][0] drd[34][1] drd[34][2] drd[34][3] drd[34][4] drd[34][5] drd[34][6] drd[34][7] drd[34][8] drd[34][9] drd[34][10] drd[34][11] drd[34][12] drd[34][13] drd[34][14] drd[34][15] drd[34][16] drd[34][17] drd[34][18] drd[34][19] drd[34][20] drd[34][21] drd[34][22] drd[34][23] drd[34][24] drd[34][25] drd[34][26] drd[34][27] drd[34][28] drd[34][29] drd[34][30] drd[35][0] drd[35][1] drd[35][2] drd[35][3] drd[35][4] drd[35][5] drd[35][6] drd[35][7] drd[35][8] drd[35][9] drd[35][10] drd[35][11] drd[35][12] drd[35][13] drd[35][14] drd[35][15] drd[35][16] drd[35][17] drd[35][18] drd[35][19] drd[35][20] drd[35][21] drd[35][22] drd[35][23] drd[35][24] drd[35][25] drd[35][26] drd[35][27] drd[35][28] drd[35][29] drd[35][30] drd[36][0] drd[36][1] drd[36][2] drd[36][3] drd[36][4] drd[36][5] drd[36][6] drd[36][7] drd[36][8] drd[36][9] drd[36][10] drd[36][11] drd[36][12] drd[36][13] drd[36][14] drd[36][15] drd[36][16] drd[36][17] drd[36][18] drd[36][19] drd[36][20] drd[36][21] drd[36][22] drd[36][23] drd[36][24] drd[36][25] drd[36][26] drd[36][27] drd[36][28] drd[36][29] drd[36][30] drd[37][0] drd[37][1] drd[37][2] drd[37][3] drd[37][4] drd[37][5] drd[37][6] drd[37][7] drd[37][8] drd[37][9] drd[37][10] drd[37][11] drd[37][12] drd[37][13] drd[37][14] drd[37][15] drd[37][16] drd[37][17] drd[37][18] drd[37][19] drd[37][20] drd[37][21] drd[37][22] drd[37][23] drd[37][24] drd[37][25] drd[37][26] drd[37][27] drd[37][28] drd[37][29] drd[37][30] drd[38][0] drd[38][1] drd[38][2] drd[38][3] drd[38][4] drd[38][5] drd[38][6] drd[38][7] drd[38][8] drd[38][9] drd[38][10] drd[38][11] drd[38][12] drd[38][13] drd[38][14] drd[38][15] drd[38][16] drd[38][17] drd[38][18] drd[38][19] drd[38][20] drd[38][21] drd[38][22] drd[38][23] drd[38][24] drd[38][25] drd[38][26] drd[38][27] drd[38][28] drd[38][29] drd[38][30] drd[39][0] drd[39][1] drd[39][2] drd[39][3] drd[39][4] drd[39][5] drd[39][6] drd[39][7] drd[39][8] drd[39][9] drd[39][10] drd[39][11] drd[39][12] drd[39][13] drd[39][14] drd[39][15] drd[39][16] drd[39][17] drd[39][18] drd[39][19] drd[39][20] drd[39][21] drd[39][22] drd[39][23] drd[39][24] drd[39][25] drd[39][26] drd[39][27] drd[39][28] drd[39][29] drd[39][30] drd[40][0] drd[40][1] drd[40][2] drd[40][3] drd[40][4] drd[40][5] drd[40][6] drd[40][7] drd[40][8] drd[40][9] drd[40][10] drd[40][11] drd[40][12] drd[40][13] drd[40][14] drd[40][15] drd[40][16] drd[40][17] drd[40][18] drd[40][19] drd[40][20] drd[40][21] drd[40][22] drd[40][23] drd[40][24] drd[40][25] drd[40][26] drd[40][27] drd[40][28] drd[40][29] drd[40][30] drd[41][0] drd[41][1] drd[41][2] drd[41][3] drd[41][4] drd[41][5] drd[41][6] drd[41][7] drd[41][8] drd[41][9] drd[41][10] drd[41][11] drd[41][12] drd[41][13] drd[41][14] drd[41][15] drd[41][16] drd[41][17] drd[41][18] drd[41][19] drd[41][20] drd[41][21] drd[41][22] drd[41][23] drd[41][24] drd[41][25] drd[41][26] drd[41][27] drd[41][28] drd[41][29] drd[41][30] drd[42][0] drd[42][1] drd[42][2] drd[42][3] drd[42][4] drd[42][5] drd[42][6] drd[42][7] drd[42][8] drd[42][9] drd[42][10] drd[42][11] drd[42][12] drd[42][13] drd[42][14] drd[42][15] drd[42][16] drd[42][17] drd[42][18] drd[42][19] drd[42][20] drd[42][21] drd[42][22] drd[42][23] drd[42][24] drd[42][25] drd[42][26] drd[42][27] drd[42][28] drd[42][29] drd[42][30] drd[43][0] drd[43][1] drd[43][2] drd[43][3] drd[43][4] drd[43][5] drd[43][6] drd[43][7] drd[43][8] drd[43][9] drd[43][10] drd[43][11] drd[43][12] drd[43][13] drd[43][14] drd[43][15] drd[43][16] drd[43][17] drd[43][18] drd[43][19] drd[43][20] drd[43][21] drd[43][22] drd[43][23] drd[43][24] drd[43][25] drd[43][26] drd[43][27] drd[43][28] drd[43][29] drd[43][30] drd[44][0] drd[44][1] drd[44][2] drd[44][3] drd[44][4] drd[44][5] drd[44][6] drd[44][7] drd[44][8] drd[44][9] drd[44][10] drd[44][11] drd[44][12] drd[44][13] drd[44][14] drd[44][15] drd[44][16] drd[44][17] drd[44][18] drd[44][19] drd[44][20] drd[44][21] drd[44][22] drd[44][23] drd[44][24] drd[44][25] drd[44][26] drd[44][27] drd[44][28] drd[44][29] drd[44][30] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] </list>
527.19/517.44	v 	<values> 0 4 7 19 50 52 54 63 70 72 86 89 95 98 107 112 123 143 193 238 289 301 312 350 353 375 439 440 520 540 605 375 371 368 356 325 323 321 312 305 303 289 286 280 277 268 263 252 232 182 137 86 74 63 25 22 0 64 65 145 165 230 375 371 368 356 325 323 321 312 305 303 289 286 280 277 268 263 252 232 182 137 86 74 63 25 22 0 64 65 145 165 230 123 119 116 104 73 71 69 60 53 51 37 34 28 25 16 11 0 20 70 115 166 178 189 227 230 252 316 317 397 417 482 123 119 116 104 73 71 69 60 53 51 37 34 28 25 16 11 0 20 70 115 166 178 189 227 230 252 316 317 397 417 482 540 536 533 521 490 488 486 477 470 468 454 451 445 442 433 428 417 397 347 302 251 239 228 190 187 165 101 100 20 0 65 540 536 533 521 490 488 486 477 470 468 454 451 445 442 433 428 417 397 347 302 251 239 228 190 187 165 101 100 20 0 65 4 0 3 15 46 48 50 59 66 68 82 85 91 94 103 108 119 139 189 234 285 297 308 346 349 371 435 436 516 536 601 605 601 598 586 555 553 551 542 535 533 519 516 510 507 498 493 482 462 412 367 316 304 293 255 252 230 166 165 85 65 0 605 601 598 586 555 553 551 542 535 533 519 516 510 507 498 493 482 462 412 367 316 304 293 255 252 230 166 165 85 65 0 0 4 7 19 50 52 54 63 70 72 86 89 95 98 107 112 123 143 193 238 289 301 312 350 353 375 439 440 520 540 605 54 50 47 35 4 2 0 9 16 18 32 35 41 44 53 58 69 89 139 184 235 247 258 296 299 321 385 386 466 486 551 50 46 43 31 0 2 4 13 20 22 36 39 45 48 57 62 73 93 143 188 239 251 262 300 303 325 389 390 470 490 555 98 94 91 79 48 46 44 35 28 26 12 9 3 0 9 14 25 45 95 140 191 203 214 252 255 277 341 342 422 442 507 98 94 91 79 48 46 44 35 28 26 12 9 3 0 9 14 25 45 95 140 191 203 214 252 255 277 341 342 422 442 507 312 308 305 293 262 260 258 249 242 240 226 223 217 214 205 200 189 169 119 74 23 11 0 38 41 63 127 128 208 228 293 312 308 305 293 262 260 258 249 242 240 226 223 217 214 205 200 189 169 119 74 23 11 0 38 41 63 127 128 208 228 293 89 85 82 70 39 37 35 26 19 17 3 0 6 9 18 23 34 54 104 149 200 212 223 261 264 286 350 351 431 451 516 301 297 294 282 251 249 247 238 231 229 215 212 206 203 194 189 178 158 108 63 12 0 11 49 52 74 138 139 219 239 304 52 48 45 33 2 0 2 11 18 20 34 37 43 46 55 60 71 91 141 186 237 249 260 298 301 323 387 388 468 488 553 52 48 45 33 2 0 2 11 18 20 34 37 43 46 55 60 71 91 141 186 237 249 260 298 301 323 387 388 468 488 553 440 436 433 421 390 388 386 377 370 368 354 351 345 342 333 328 317 297 247 202 151 139 128 90 87 65 1 0 80 100 165 439 435 432 420 389 387 385 376 369 367 353 350 344 341 332 327 316 296 246 201 150 138 127 89 86 64 0 1 81 101 166 7 3 0 12 43 45 47 56 63 65 79 82 88 91 100 105 116 136 186 231 282 294 305 343 346 368 432 433 513 533 598 7 3 0 12 43 45 47 56 63 65 79 82 88 91 100 105 116 136 186 231 282 294 305 343 346 368 432 433 513 533 598 72 68 65 53 22 20 18 9 2 0 14 17 23 26 35 40 51 71 121 166 217 229 240 278 281 303 367 368 448 468 533 107 103 100 88 57 55 53 44 37 35 21 18 12 9 0 5 16 36 86 131 182 194 205 243 246 268 332 333 413 433 498 107 103 100 88 57 55 53 44 37 35 21 18 12 9 0 5 16 36 86 131 182 194 205 243 246 268 332 333 413 433 498 143 139 136 124 93 91 89 80 73 71 57 54 48 45 36 31 20 0 50 95 146 158 169 207 210 232 296 297 377 397 462 143 139 136 124 93 91 89 80 73 71 57 54 48 45 36 31 20 0 50 95 146 158 169 207 210 232 296 297 377 397 462 86 82 79 67 36 34 32 23 16 14 0 3 9 12 21 26 37 57 107 152 203 215 226 264 267 289 353 354 434 454 519 95 91 88 76 45 43 41 32 25 23 9 6 0 3 12 17 28 48 98 143 194 206 217 255 258 280 344 345 425 445 510 520 516 513 501 470 468 466 457 450 448 434 431 425 422 413 408 397 377 327 282 231 219 208 170 167 145 81 80 0 20 85 112 108 105 93 62 60 58 49 42 40 26 23 17 14 5 0 11 31 81 126 177 189 200 238 241 263 327 328 408 428 493 70 66 63 51 20 18 16 7 0 2 16 19 25 28 37 42 53 73 123 168 219 231 242 280 283 305 369 370 450 470 535 19 15 12 0 31 33 35 44 51 53 67 70 76 79 88 93 104 124 174 219 270 282 293 331 334 356 420 421 501 521 586 19 15 12 0 31 33 35 44 51 53 67 70 76 79 88 93 104 124 174 219 270 282 293 331 334 356 420 421 501 521 586 237 233 230 218 187 185 183 174 167 165 151 148 142 139 130 125 114 94 44 1 52 64 75 113 116 138 202 203 283 303 368 238 234 231 219 188 186 184 175 168 166 152 149 143 140 131 126 115 95 45 0 51 63 74 112 115 137 201 202 282 302 367 353 349 346 334 303 301 299 290 283 281 267 264 258 255 246 241 230 210 160 115 64 52 41 3 0 22 86 87 167 187 252 350 346 343 331 300 298 296 287 280 278 264 261 255 252 243 238 227 207 157 112 61 49 38 0 3 25 89 90 170 190 255 63 59 56 44 13 11 9 0 7 9 23 26 32 35 44 49 60 80 130 175 226 238 249 287 290 312 376 377 457 477 542 193 189 186 174 143 141 139 130 123 121 107 104 98 95 86 81 70 50 0 45 96 108 119 157 160 182 246 247 327 347 412 193 189 186 174 143 141 139 130 123 121 107 104 98 95 86 81 70 50 0 45 96 108 119 157 160 182 246 247 327 347 412 289 285 282 270 239 237 235 226 219 217 203 200 194 191 182 177 166 146 96 51 0 12 23 61 64 86 150 151 231 251 316 289 285 282 270 239 237 235 226 219 217 203 200 194 191 182 177 166 146 96 51 0 12 23 61 64 86 150 151 231 251 316 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 </values>
527.19/517.44	v </instantiation>
527.19/517.44	

Verifier Data

OK	1

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-4244196-1500681751/watcher-4244196-1500681751 -o /tmp/evaluation-result-4244196-1500681751/solver-4244196-1500681751 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500678414-14987 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244196-1500681751.xml 

pid=15939
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: 8.29 7.85 6.36 3/263 15942
/proc/meminfo: memFree=28821076/32770624 swapFree=6580/73960
[pid=15942] ppid=15939 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 1888 0 0 0 0 0 0 0 20 0 2 0 3440061 8550137856 1602 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2087436 1602 1188 1 0 2076347 0
[pid=15942/tid=15943] ppid=15939 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 684 0 0 0 0 0 0 0 20 0 2 0 3440062 8550137856 1734 33554432000 4194304 4196468 140722172711616 139949266049440 139949254096800 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0

[startup+0.10013 s]
/proc/loadavg: 8.29 7.85 6.36 3/263 15942
/proc/meminfo: memFree=28821076/32770624 swapFree=6580/73960
[pid=15942] ppid=15939 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 5129 0 0 0 8 1 0 0 20 0 20 0 3440061 11162169344 5690 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2725139 5690 2607 1 0 2713552 0
[pid=15942/tid=15943] ppid=15939 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 3199 0 0 0 7 1 0 0 20 0 20 0 3440062 11162169344 5690 33554432000 4194304 4196468 140722172711616 139949266049632 139949261829277 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200363 s]
/proc/loadavg: 8.29 7.85 6.36 3/263 15942
/proc/meminfo: memFree=28821076/32770624 swapFree=6580/73960
[pid=15942] ppid=15939 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 7309 0 0 0 23 3 0 0 20 0 20 0 3440061 11162169344 8181 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2725139 8181 2882 1 0 2713552 0
[pid=15942/tid=15943] ppid=15939 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 4910 0 0 0 16 1 0 0 20 0 20 0 3440062 11162169344 8181 33554432000 4194304 4196468 140722172711616 139949266043536 139949245887838 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300362 s]
/proc/loadavg: 8.29 7.85 6.36 3/263 15942
/proc/meminfo: memFree=28821076/32770624 swapFree=6580/73960
[pid=15942] ppid=15939 vsize=10900556 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 8914 0 0 0 46 3 0 0 20 0 20 0 3440061 11162169344 10781 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2725139 10781 3004 1 0 2713552 0
[pid=15942/tid=15943] ppid=15939 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 5325 0 0 0 26 2 0 0 20 0 20 0 3440062 11162169344 10781 33554432000 4194304 4196468 140722172711616 139949266028848 139949243648006 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10900556

[startup+0.700263 s]
/proc/loadavg: 8.29 7.85 6.36 3/263 15942
/proc/meminfo: memFree=28821076/32770624 swapFree=6580/73960
[pid=15942] ppid=15939 vsize=10900632 CPUtime=2.09 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 12784 0 0 0 192 17 0 0 20 0 20 0 3440061 11162247168 77915 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2725158 77915 3103 1 0 2713552 0
[pid=15942/tid=15943] ppid=15939 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 5908 0 0 0 59 6 0 0 20 0 20 0 3440062 11162247168 77915 33554432000 4194304 4196468 140722172711616 139949266042712 139949247875470 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 10900632

[startup+1.50113 s]
/proc/loadavg: 8.29 7.85 6.36 6/283 15962
/proc/meminfo: memFree=28481908/32770624 swapFree=6580/74332
[pid=15942] ppid=15939 vsize=10903280 CPUtime=5.63 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 23410 0 0 0 527 36 0 0 20 0 20 0 3440061 11164958720 103408 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2725820 103408 3141 1 0 2714214 0
[pid=15942/tid=15943] ppid=15939 vsize=10903280 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 6147 0 0 0 128 6 0 0 20 0 20 0 3440062 11164958720 103408 33554432000 4194304 4196468 140722172711616 139949266043624 139948902447718 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15945] ppid=15939 vsize=10903280 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15945/stat : 15945 (java) S 15939 15942 14955 0 -1 1077944384 45 0 0 0 6 3 0 0 20 0 20 0 3440063 11164958720 103408 33554432000 4194304 4196468 140722172711616 139949229365648 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15946] ppid=15939 vsize=10903280 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15946/stat : 15946 (java) S 15939 15942 14955 0 -1 1077944384 84 0 0 0 6 3 0 0 20 0 20 0 3440063 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948867381520 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15947] ppid=15939 vsize=10903280 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15947/stat : 15947 (java) S 15939 15942 14955 0 -1 1077944384 85 0 0 0 5 2 0 0 20 0 20 0 3440063 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948866329232 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15948] ppid=15939 vsize=10903280 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15948/stat : 15948 (java) S 15939 15942 14955 0 -1 1077944384 83 0 0 0 6 2 0 0 20 0 20 0 3440063 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948865276432 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15949] ppid=15939 vsize=10903280 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15949/stat : 15949 (java) S 15939 15942 14955 0 -1 1077944384 96 0 0 0 5 3 0 0 20 0 20 0 3440063 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948864224144 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15950] ppid=15939 vsize=10903280 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15950/stat : 15950 (java) S 15939 15942 14955 0 -1 1077944384 98 0 0 0 6 3 0 0 20 0 20 0 3440063 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948863171344 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15951] ppid=15939 vsize=10903280 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15951/stat : 15951 (java) S 15939 15942 14955 0 -1 1077944384 42 0 0 0 5 2 0 0 20 0 20 0 3440063 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948862119056 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15952] ppid=15939 vsize=10903280 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15952/stat : 15952 (java) S 15939 15942 14955 0 -1 1077944384 48 0 0 0 5 3 0 0 20 0 20 0 3440063 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948861066256 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15953] ppid=15939 vsize=10903280 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15953/stat : 15953 (java) S 15939 15942 14955 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 3440065 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948011251824 139949261818498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15954] ppid=15939 vsize=10903280 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15954/stat : 15954 (java) S 15939 15942 14955 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3440066 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948010197856 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15955] ppid=15939 vsize=10903280 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15955/stat : 15955 (java) S 15939 15942 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3440066 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948009145472 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15956] ppid=15939 vsize=10903280 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15956/stat : 15956 (java) S 15939 15942 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3440070 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948008093776 139949261825947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15957] ppid=15939 vsize=10903280 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15957/stat : 15957 (java) S 15939 15942 14955 0 -1 1077944384 3456 0 0 0 98 1 0 0 20 0 20 0 3440070 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948007041648 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15958] ppid=15939 vsize=10903280 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15958/stat : 15958 (java) R 15939 15942 14955 0 -1 4202560 3417 0 0 0 113 0 0 0 20 0 20 0 3440070 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948005974640 139949240223595 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15959] ppid=15939 vsize=10903280 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15959/stat : 15959 (java) R 15939 15942 14955 0 -1 4202560 5649 0 0 0 96 1 0 0 20 0 20 0 3440070 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948004922296 139949243327036 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15960] ppid=15939 vsize=10903280 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15960/stat : 15960 (java) S 15939 15942 14955 0 -1 1077944384 2584 0 0 0 40 0 0 0 20 0 20 0 3440070 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948003883760 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15961] ppid=15939 vsize=10903280 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15961/stat : 15961 (java) S 15939 15942 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440070 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948002830688 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15962] ppid=15939 vsize=10903280 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15962/stat : 15962 (java) S 15939 15942 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3440071 11164958720 103408 33554432000 4194304 4196468 140722172711616 139948001777968 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 10903280

[startup+3.1015 s]
/proc/loadavg: 7.94 7.78 6.35 10/283 15962
/proc/meminfo: memFree=28074188/32770624 swapFree=6580/74332
[pid=15942] ppid=15939 vsize=10900632 CPUtime=9.92 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 26383 0 0 0 857 135 0 0 20 0 20 0 3440061 11162247168 219817 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2725158 219817 3144 1 0 2713552 0
[pid=15942/tid=15943] ppid=15939 vsize=10900632 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) S 15939 15942 14955 0 -1 1077944384 6427 0 0 0 253 9 0 0 20 0 20 0 3440062 11162247168 219817 33554432000 4194304 4196468 140722172711616 139949266041840 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15945] ppid=15939 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15945/stat : 15945 (java) R 15939 15942 14955 0 -1 4202560 197 0 0 0 26 14 0 0 20 0 20 0 3440063 11162247168 219817 33554432000 4194304 4196468 140722172711616 139949229365848 139949254910978 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15946] ppid=15939 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15946/stat : 15946 (java) R 15939 15942 14955 0 -1 4202560 285 0 0 0 24 16 0 0 20 0 20 0 3440063 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948867381720 139949243433644 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15947] ppid=15939 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15947/stat : 15947 (java) R 15939 15942 14955 0 -1 4202560 252 0 0 0 24 15 0 0 20 0 20 0 3440063 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948866329432 139949246255566 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15948] ppid=15939 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15948/stat : 15948 (java) R 15939 15942 14955 0 -1 4202560 338 0 0 0 27 13 0 0 20 0 20 0 3440063 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948865276632 139949246255566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15949] ppid=15939 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15949/stat : 15949 (java) R 15939 15942 14955 0 -1 4202560 251 0 0 0 24 15 0 0 20 0 20 0 3440063 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948864224032 139949246829472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15950] ppid=15939 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15950/stat : 15950 (java) R 15939 15942 14955 0 -1 4202560 246 0 0 0 25 15 0 0 20 0 20 0 3440063 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948863171544 139949246255566 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15951] ppid=15939 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15951/stat : 15951 (java) R 15939 15942 14955 0 -1 4202560 199 0 0 0 23 14 0 0 20 0 20 0 3440063 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948862119256 139949246832732 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15952] ppid=15939 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15952/stat : 15952 (java) R 15939 15942 14955 0 -1 4202560 190 0 0 0 24 16 0 0 20 0 20 0 3440063 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948861066456 139949246255566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15953] ppid=15939 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15953/stat : 15953 (java) S 15939 15942 14955 0 -1 1077944384 543 0 0 0 0 0 0 0 20 0 20 0 3440065 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948011250336 139949261817557 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15954] ppid=15939 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15954/stat : 15954 (java) S 15939 15942 14955 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3440066 11162247168 219817 33554432000 4194304 4196468 140722172711616 139948010197856 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15955] ppid=15939 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15955/stat : 15955 (java) S 15939 15942 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3440066 11162247168 219851 33554432000 4194304 4196468 140722172711616 139948009145472 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15956] ppid=15939 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15956/stat : 15956 (java) S 15939 15942 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3440070 11162247168 219851 33554432000 4194304 4196468 140722172711616 139948008093776 139949261825947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15957] ppid=15939 vsize=10900632 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15957/stat : 15957 (java) S 15939 15942 14955 0 -1 1077944384 4262 0 0 0 116 1 0 0 20 0 20 0 3440070 11162247168 219851 33554432000 4194304 4196468 140722172711616 139948007041648 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15958] ppid=15939 vsize=10900632 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15958/stat : 15958 (java) S 15939 15942 14955 0 -1 1077944384 3444 0 0 0 121 0 0 0 20 0 20 0 3440070 11162247168 219851 33554432000 4194304 4196468 140722172711616 139948005988848 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15959] ppid=15939 vsize=10900632 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15959/stat : 15959 (java) S 15939 15942 14955 0 -1 1077944384 5784 0 0 0 122 1 0 0 20 0 20 0 3440070 11162247168 220363 33554432000 4194304 4196468 140722172711616 139948004936560 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15960] ppid=15939 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15960/stat : 15960 (java) S 15939 15942 14955 0 -1 1077944384 2599 0 0 0 41 1 0 0 20 0 20 0 3440070 11162247168 220363 33554432000 4194304 4196468 140722172711616 139948003883760 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15961] ppid=15939 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15961/stat : 15961 (java) S 15939 15942 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440070 11162247168 220363 33554432000 4194304 4196468 140722172711616 139948002830688 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15962] ppid=15939 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15962/stat : 15962 (java) S 15939 15942 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3440071 11162247168 220363 33554432000 4194304 4196468 140722172711616 139948001777968 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 9.92
Current children cumulated vsize (KiB) 10900632

[startup+6.30087 s]
/proc/loadavg: 7.94 7.78 6.35 3/284 15963
/proc/meminfo: memFree=27933304/32770624 swapFree=6580/74340
[pid=15942] ppid=15939 vsize=10967196 CPUtime=15.38 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 38658 0 0 0 1394 144 0 0 20 0 21 0 3440061 11230408704 225041 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2741799 225041 3158 1 0 2730193 0
[pid=15942/tid=15943] ppid=15939 vsize=10967196 CPUtime=5.77 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 7471 0 0 0 568 9 0 0 20 0 21 0 3440062 11230408704 225041 33554432000 4194304 4196468 140722172711616 139949266043424 139948903800707 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15945] ppid=15939 vsize=10967196 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15945/stat : 15945 (java) S 15939 15942 14955 0 -1 1077944384 203 0 0 0 29 14 0 0 20 0 21 0 3440063 11230408704 225041 33554432000 4194304 4196468 140722172711616 139949229365648 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15946] ppid=15939 vsize=10967196 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15946/stat : 15946 (java) S 15939 15942 14955 0 -1 1077944384 291 0 0 0 27 17 0 0 20 0 21 0 3440063 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948867381520 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15947] ppid=15939 vsize=10967196 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15947/stat : 15947 (java) S 15939 15942 14955 0 -1 1077944384 260 0 0 0 26 16 0 0 20 0 21 0 3440063 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948866329232 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15948] ppid=15939 vsize=10967196 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15948/stat : 15948 (java) S 15939 15942 14955 0 -1 1077944384 340 0 0 0 30 13 0 0 20 0 21 0 3440063 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948865276432 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15949] ppid=15939 vsize=10967196 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15949/stat : 15949 (java) S 15939 15942 14955 0 -1 1077944384 257 0 0 0 27 16 0 0 20 0 21 0 3440063 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948864224144 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15950] ppid=15939 vsize=10967196 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15950/stat : 15950 (java) S 15939 15942 14955 0 -1 1077944384 251 0 0 0 27 16 0 0 20 0 21 0 3440063 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948863171344 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15951] ppid=15939 vsize=10967196 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15951/stat : 15951 (java) S 15939 15942 14955 0 -1 1077944384 205 0 0 0 25 15 0 0 20 0 21 0 3440063 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948862119056 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15952] ppid=15939 vsize=10967196 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15952/stat : 15952 (java) S 15939 15942 14955 0 -1 1077944384 197 0 0 0 27 17 0 0 20 0 21 0 3440063 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948861066256 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15953] ppid=15939 vsize=10967196 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15953/stat : 15953 (java) S 15939 15942 14955 0 -1 1077944384 913 0 0 0 1 0 0 0 20 0 21 0 3440065 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948011251824 139949261818498 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15954] ppid=15939 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15954/stat : 15954 (java) S 15939 15942 14955 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3440066 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948010197856 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15955] ppid=15939 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15955/stat : 15955 (java) S 15939 15942 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3440066 11230408704 225041 33554432000 4194304 4196468 140722172711616 139948009145472 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15956] ppid=15939 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=15942/tid=15954] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15954/stat : 15954 (java) S 15939 15942 14955 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3440066 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948010197856 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15955] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15955/stat : 15955 (java) S 15939 15942 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3440066 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948009145472 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15956] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15956/stat : 15956 (java) S 15939 15942 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948008093776 139949261825947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15957] ppid=15939 vsize=10969244 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15957/stat : 15957 (java) S 15939 15942 14955 0 -1 1077944384 16656 0 0 0 219 2 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948007041648 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15958] ppid=15939 vsize=10969244 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15958/stat : 15958 (java) S 15939 15942 14955 0 -1 1077944384 8513 0 0 0 197 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948005988848 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15959] ppid=15939 vsize=10969244 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15959/stat : 15959 (java) S 15939 15942 14955 0 -1 1077944384 9137 0 0 0 203 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948004936560 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15960] ppid=15939 vsize=10969244 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15960/stat : 15960 (java) S 15939 15942 14955 0 -1 1077944384 5111 0 0 0 54 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948003883760 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15961] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15961/stat : 15961 (java) S 15939 15942 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948002830688 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15962] ppid=15939 vsize=10969244 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15962/stat : 15962 (java) S 15939 15942 14955 0 -1 1077944384 1295 0 0 0 17 15 0 0 20 0 21 0 3440071 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948001777968 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15963] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15963/stat : 15963 (java) S 15939 15942 14955 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3440427 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948000724016 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 525.14
Current children cumulated vsize (KiB) 10969244

[startup+516.801 s]
/proc/loadavg: 2.00 3.06 4.52 3/284 16068
/proc/meminfo: memFree=28417508/32770624 swapFree=6580/74976
[pid=15942] ppid=15939 vsize=10969244 CPUtime=526.74 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 64908 0 0 0 52518 156 0 0 20 0 21 0 3440061 11232505856 225229 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2742311 225229 3160 1 0 2730705 0
[pid=15942/tid=15943] ppid=15939 vsize=10969244 CPUtime=516.05 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 18926 0 0 0 51595 10 0 0 20 0 21 0 3440062 11232505856 225229 33554432000 4194304 4196468 140722172711616 139949266044152 139948904762120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15945] ppid=15939 vsize=10969244 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15945/stat : 15945 (java) S 15939 15942 14955 0 -1 1077944384 203 0 0 0 29 14 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139949229365648 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15946] ppid=15939 vsize=10969244 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15946/stat : 15946 (java) S 15939 15942 14955 0 -1 1077944384 291 0 0 0 27 17 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948867381520 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15947] ppid=15939 vsize=10969244 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15947/stat : 15947 (java) S 15939 15942 14955 0 -1 1077944384 260 0 0 0 26 16 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948866329232 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15948] ppid=15939 vsize=10969244 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15948/stat : 15948 (java) S 15939 15942 14955 0 -1 1077944384 340 0 0 0 30 13 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948865276432 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15949] ppid=15939 vsize=10969244 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15949/stat : 15949 (java) S 15939 15942 14955 0 -1 1077944384 257 0 0 0 27 16 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948864224144 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15950] ppid=15939 vsize=10969244 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15950/stat : 15950 (java) S 15939 15942 14955 0 -1 1077944384 251 0 0 0 27 16 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948863171344 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15951] ppid=15939 vsize=10969244 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15951/stat : 15951 (java) S 15939 15942 14955 0 -1 1077944384 205 0 0 0 25 15 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948862119056 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15952] ppid=15939 vsize=10969244 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15952/stat : 15952 (java) S 15939 15942 14955 0 -1 1077944384 197 0 0 0 27 17 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948861066256 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15953] ppid=15939 vsize=10969244 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15953/stat : 15953 (java) S 15939 15942 14955 0 -1 1077944384 1880 0 0 0 2 0 0 0 20 0 21 0 3440065 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948011251824 139949261818498 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15954] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15954/stat : 15954 (java) S 15939 15942 14955 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3440066 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948010197856 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15955] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15955/stat : 15955 (java) S 15939 15942 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3440066 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948009145472 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15956] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15956/stat : 15956 (java) S 15939 15942 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948008093776 139949261825947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15957] ppid=15939 vsize=10969244 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15957/stat : 15957 (java) S 15939 15942 14955 0 -1 1077944384 16656 0 0 0 219 2 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948007041648 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15958] ppid=15939 vsize=10969244 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15958/stat : 15958 (java) S 15939 15942 14955 0 -1 1077944384 8513 0 0 0 197 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948005988848 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15959] ppid=15939 vsize=10969244 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15959/stat : 15959 (java) S 15939 15942 14955 0 -1 1077944384 9137 0 0 0 203 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948004936560 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15960] ppid=15939 vsize=10969244 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15960/stat : 15960 (java) S 15939 15942 14955 0 -1 1077944384 5111 0 0 0 54 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948003883760 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15961] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15961/stat : 15961 (java) S 15939 15942 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948002830688 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15962] ppid=15939 vsize=10969244 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15962/stat : 15962 (java) S 15939 15942 14955 0 -1 1077944384 1295 0 0 0 17 15 0 0 20 0 21 0 3440071 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948001777968 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15963] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15963/stat : 15963 (java) S 15939 15942 14955 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3440427 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948000724016 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 526.74
Current children cumulated vsize (KiB) 10969244

[startup+517.201 s]
/proc/loadavg: 2.00 3.04 4.51 3/284 16068
/proc/meminfo: memFree=28417632/32770624 swapFree=6580/74976
[pid=15942] ppid=15939 vsize=10969244 CPUtime=527.16 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 66857 0 0 0 52560 156 0 0 20 0 21 0 3440061 11232505856 225229 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2742311 225229 3160 1 0 2730705 0
[pid=15942/tid=15943] ppid=15939 vsize=10969244 CPUtime=516.45 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) R 15939 15942 14955 0 -1 4202560 19323 0 0 0 51635 10 0 0 20 0 21 0 3440062 11232505856 225229 33554432000 4194304 4196468 140722172711616 139949266044552 139948904202149 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15945] ppid=15939 vsize=10969244 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15945/stat : 15945 (java) S 15939 15942 14955 0 -1 1077944384 203 0 0 0 29 14 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139949229365648 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15946] ppid=15939 vsize=10969244 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15946/stat : 15946 (java) S 15939 15942 14955 0 -1 1077944384 291 0 0 0 27 17 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948867381520 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15947] ppid=15939 vsize=10969244 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15947/stat : 15947 (java) S 15939 15942 14955 0 -1 1077944384 260 0 0 0 26 16 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948866329232 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15948] ppid=15939 vsize=10969244 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15948/stat : 15948 (java) S 15939 15942 14955 0 -1 1077944384 340 0 0 0 30 13 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948865276432 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15949] ppid=15939 vsize=10969244 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15949/stat : 15949 (java) S 15939 15942 14955 0 -1 1077944384 257 0 0 0 27 16 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948864224144 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15950] ppid=15939 vsize=10969244 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15950/stat : 15950 (java) S 15939 15942 14955 0 -1 1077944384 251 0 0 0 27 16 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948863171344 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15951] ppid=15939 vsize=10969244 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15951/stat : 15951 (java) S 15939 15942 14955 0 -1 1077944384 205 0 0 0 25 15 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948862119056 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15952] ppid=15939 vsize=10969244 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15952/stat : 15952 (java) S 15939 15942 14955 0 -1 1077944384 197 0 0 0 27 17 0 0 20 0 21 0 3440063 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948861066256 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15953] ppid=15939 vsize=10969244 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15953/stat : 15953 (java) S 15939 15942 14955 0 -1 1077944384 1880 0 0 0 2 0 0 0 20 0 21 0 3440065 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948011251824 139949261818498 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15954] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15954/stat : 15954 (java) S 15939 15942 14955 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3440066 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948010197856 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15955] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15955/stat : 15955 (java) S 15939 15942 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3440066 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948009145472 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15956] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15956/stat : 15956 (java) S 15939 15942 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948008093776 139949261825947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15957] ppid=15939 vsize=10969244 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15957/stat : 15957 (java) S 15939 15942 14955 0 -1 1077944384 16787 0 0 0 219 2 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948007041648 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15958] ppid=15939 vsize=10969244 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15958/stat : 15958 (java) S 15939 15942 14955 0 -1 1077944384 8993 0 0 0 197 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948005988848 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15959] ppid=15939 vsize=10969244 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15959/stat : 15959 (java) S 15939 15942 14955 0 -1 1077944384 9270 0 0 0 203 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948004936560 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15960] ppid=15939 vsize=10969244 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15960/stat : 15960 (java) S 15939 15942 14955 0 -1 1077944384 5919 0 0 0 54 1 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948003883760 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15961] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15961/stat : 15961 (java) S 15939 15942 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3440070 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948002830688 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15962] ppid=15939 vsize=10969244 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15962/stat : 15962 (java) S 15939 15942 14955 0 -1 1077944384 1295 0 0 0 17 15 0 0 20 0 21 0 3440071 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948001777968 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15963] ppid=15939 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15963/stat : 15963 (java) S 15939 15942 14955 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3440427 11232505856 225229 33554432000 4194304 4196468 140722172711616 139948000724016 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 527.16
Current children cumulated vsize (KiB) 10969244

[startup+517.401 s]
/proc/loadavg: 2.00 3.04 4.51 3/284 16068
/proc/meminfo: memFree=28417632/32770624 swapFree=6580/74976
[pid=15942] ppid=15939 vsize=11102372 CPUtime=527.19 cores=0,2,4,6,8,10,12,14
/proc/15942/stat : 15942 (java) S 15939 15942 14955 0 -1 1077944320 67146 0 0 0 52563 156 0 0 20 0 21 0 3440061 11368828928 226266 33554432000 4194304 4196468 140722172711616 140722172694160 139949261807351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
/proc/15942/statm: 2775593 226266 3162 1 0 2763987 0
[pid=15942/tid=15943] ppid=15939 vsize=11102372 CPUtime=516.48 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15943/stat : 15943 (java) S 15939 15942 14955 0 -1 1077944384 19476 0 0 0 51638 10 0 0 20 0 21 0 3440062 11368828928 226266 33554432000 4194304 4196468 140722172711616 139949266048032 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15945] ppid=15939 vsize=11102372 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15945/stat : 15945 (java) S 15939 15942 14955 0 -1 1077944384 203 0 0 0 29 14 0 0 20 0 21 0 3440063 11368828928 226266 33554432000 4194304 4196468 140722172711616 139949229365648 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15946] ppid=15939 vsize=11102372 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15946/stat : 15946 (java) S 15939 15942 14955 0 -1 1077944384 291 0 0 0 27 17 0 0 20 0 21 0 3440063 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948867381520 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15947] ppid=15939 vsize=11102372 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15947/stat : 15947 (java) S 15939 15942 14955 0 -1 1077944384 260 0 0 0 26 16 0 0 20 0 21 0 3440063 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948866329232 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15948] ppid=15939 vsize=11102372 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15948/stat : 15948 (java) S 15939 15942 14955 0 -1 1077944384 340 0 0 0 30 13 0 0 20 0 21 0 3440063 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948865276432 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15949] ppid=15939 vsize=11102372 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15949/stat : 15949 (java) S 15939 15942 14955 0 -1 1077944384 257 0 0 0 27 16 0 0 20 0 21 0 3440063 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948864224144 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15950] ppid=15939 vsize=11102372 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15950/stat : 15950 (java) S 15939 15942 14955 0 -1 1077944384 251 0 0 0 27 16 0 0 20 0 21 0 3440063 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948863171344 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15951] ppid=15939 vsize=11102372 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15951/stat : 15951 (java) S 15939 15942 14955 0 -1 1077944384 205 0 0 0 25 15 0 0 20 0 21 0 3440063 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948862119056 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15952] ppid=15939 vsize=11102372 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15952/stat : 15952 (java) S 15939 15942 14955 0 -1 1077944384 197 0 0 0 27 17 0 0 20 0 21 0 3440063 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948861066256 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15953] ppid=15939 vsize=11102372 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15953/stat : 15953 (java) S 15939 15942 14955 0 -1 1077944384 1880 0 0 0 2 0 0 0 20 0 21 0 3440065 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948011251824 139949261818498 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15954] ppid=15939 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15954/stat : 15954 (java) S 15939 15942 14955 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3440066 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948010197856 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15955] ppid=15939 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15955/stat : 15955 (java) S 15939 15942 14955 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3440066 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948009145472 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15956] ppid=15939 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15956/stat : 15956 (java) S 15939 15942 14955 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3440070 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948008093776 139949261825947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15957] ppid=15939 vsize=11102372 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15957/stat : 15957 (java) S 15939 15942 14955 0 -1 1077944384 16787 0 0 0 219 2 0 0 20 0 21 0 3440070 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948007041648 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15958] ppid=15939 vsize=11102372 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15958/stat : 15958 (java) S 15939 15942 14955 0 -1 1077944384 8993 0 0 0 197 1 0 0 20 0 21 0 3440070 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948005988848 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15959] ppid=15939 vsize=11102372 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15959/stat : 15959 (java) S 15939 15942 14955 0 -1 1077944384 9270 0 0 0 203 1 0 0 20 0 21 0 3440070 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948004936560 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15960] ppid=15939 vsize=11102372 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15960/stat : 15960 (java) S 15939 15942 14955 0 -1 1077944384 5929 0 0 0 54 1 0 0 20 0 21 0 3440070 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948003883760 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15961] ppid=15939 vsize=11102372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15961/stat : 15961 (java) S 15939 15942 14955 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3440070 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948002830688 139949261817557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
[pid=15942/tid=15962] ppid=15939 vsize=11102372 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15942/task/15962/stat : 15962 (java) S 15939 15942 14955 0 -1 1077944384 1295 0 0 0 17 15 0 0 20 0 21 0 3440071 11368828928 226266 33554432000 4194304 4196468 140722172711616 139948001777968 139949261818498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27959296 140722172720299 140722172720452 140722172720452 140722172723151 0
Current children cumulated CPU time (s) 527.19
Current children cumulated vsize (KiB) 11102372

Child status: 0
Real time (s): 517.464
CPU time (s): 527.246
CPU user time (s): 525.662
CPU system time (s): 1.58381
CPU usage (%): 101.89
Max. virtual memory (cumulated for all children) (KiB): 11102372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 525.662
system time used= 1.58381
maximum resident set size= 910148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14534
involuntary context switches= 27943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.12884 second user time and 4.17234 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-22 02:02:31
IDJOB=4244196
IDBENCH=138389
IDSOLVER=2623
FILE ID=node148/4244196-1500681751
RUNJOBID= node148-1500678414-14987
PBS_JOBID= 20623032
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244196-1500681751/watcher-4244196-1500681751 -o /tmp/evaluation-result-4244196-1500681751/solver-4244196-1500681751 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500678414-14987 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244196-1500681751.xml

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

MD5SUM BENCH= 2828df901a099a1524aa78ac7640e6c0
RANDOM SEED=765335709

node148.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.21
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		: 1600.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.21
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.21
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		: 2668.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.21
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.21
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		: 1600.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		: 1600.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.21
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		: 2667.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		: 1867.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.21
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		: 2668.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.21
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		: 2267.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:        28821860 kB
MemAvailable:   28761292 kB
Buffers:           56316 kB
Cached:           175796 kB
SwapCached:            0 kB
Active:          3401128 kB
Inactive:         135736 kB
Active(anon):    3254316 kB
Inactive(anon):    61776 kB
Active(file):     146812 kB
Inactive(file):    73960 kB
Unevictable:        6580 kB
Mlocked:            6580 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1508 kB
Writeback:             0 kB
AnonPages:       3367460 kB
Mapped:            42328 kB
Shmem:              8848 kB
Slab:              98108 kB
SReclaimable:      64508 kB
SUnreclaim:        33600 kB
KernelStack:        4944 kB
PageTables:        12232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4442532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3241984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62028 MiB
End job on node148 at 2017-07-22 02:11:08