Trace number 4262892

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05OPT1 533.88898 527.10303

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

7.57/3.43	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.57/3.43	c This is free software under the dual EPL/GNU LGPL licenses.
7.57/3.43	c See www.sat4j.org for details.
7.57/3.43	c That software uses the Rhino library from the Mozilla project.
7.57/3.43	c version CUSTOM.v20170705
7.57/3.43	c java.runtime.name	Java(TM) SE Runtime Environment
7.57/3.43	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.57/3.43	c java.vm.version	25.131-b11
7.57/3.43	c java.vm.vendor	Oracle Corporation
7.57/3.43	c sun.arch.data.model	64
7.57/3.43	c java.version		1.8.0_131
7.57/3.43	c os.name		Linux
7.57/3.43	c os.version		3.10.0-514.16.1.el7.x86_64
7.57/3.43	c os.arch		amd64
7.57/3.43	c Free memory 		499604488
7.57/3.43	c Max memory 		7247757312
7.57/3.43	c Total memory 		504889344
7.57/3.43	c Number of processors 	4
7.57/3.43	c c --- Begin Solver configuration ---
7.57/3.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.57/3.43	c Learn all clauses as in MiniSAT
7.57/3.43	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.57/3.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.57/3.43	c No reason simplification
7.57/3.43	c Glucose 2.1 dynamic restart strategy
7.57/3.43	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
7.57/3.43	c timeout=2147483s
7.57/3.43	c DB Simplification allowed=false
7.57/3.43	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.57/3.43	c --- End Solver configuration ---
7.57/3.43	c constraints type 
7.57/3.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 2942
7.57/3.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2845056
7.57/3.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1787366
7.57/3.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 2940
7.57/3.43	c 4638304 constraints processed.
236.96/230.74	o 3
327.33/320.70	o 2
367.83/361.17	o 1
533.86/527.07	c starts		: 3017
533.86/527.07	c conflicts		: 527046
533.86/527.07	c decisions		: 133667412
533.86/527.07	c propagations		: 1308042925
533.86/527.07	c inspects		: 2212260922
533.86/527.07	c shortcuts		: 0
533.86/527.07	c learnt literals	: 12000
533.86/527.07	c learnt binary clauses	: 10241
533.86/527.07	c learnt ternary clauses	: 6928
533.86/527.07	c learnt constraints	: 515045
533.86/527.07	c ignored constraints	: 0
533.86/527.07	c root simplifications	: 0
533.86/527.07	c removed literals (reason simplification)	: 0
533.86/527.07	c reason swapping (by a shorter reason)	: 0
533.86/527.07	c Calls to reduceDB	: 44
533.86/527.07	c Number of update (reduction) of LBD	: 210424
533.86/527.07	c Imported unit clauses	: 0
533.86/527.07	c number of reductions to clauses (during analyze)	: 0
533.86/527.07	c number of learned constraints concerned by reduction	: 0
533.86/527.07	c number of learning phase by resolution	: 0
533.86/527.07	c number of learning phase by cutting planes	: 0
533.86/527.07	c number of rounding to 1 operations	: 0
533.86/527.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
533.86/527.07	c number of reductions of the coefficients by power 2 	: 0
533.86/527.07	c number of right shift for reduction by power 2 	: 0
533.86/527.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
533.86/527.07	c speed (assignments/second)	: 2498181.6679972042
533.86/527.07	c non guided choices	116245160
533.86/527.07	c learnt constraints type 
533.86/527.07	s OPTIMUM FOUND
533.86/527.08	v <instantiation type="optimum" cost="1">
533.86/527.08	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>
533.86/527.08	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>
533.86/527.08	v </instantiation>
533.86/527.08	

Verifier Data

OK	1

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5746 MiB free)
  memory of node 1: 16384 MiB (14257 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262892-1502635475/watcher-4262892-1502635475 -o /tmp/evaluation-result-4262892-1502635475/solver-4262892-1502635475 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262892-1502635475.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15002, runsolver pid=14999

[startup+0.100085 s]*
/proc/loadavg: 7.86 6.57 4.38 7/216 15017
/proc/meminfo: memFree=20465612/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10555400 memory=29544 CPUtime=0.13 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 6430 0 0 0 12 1 0 0 20 0 15 0 96628553 10808729600 7386 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2638850 7386 2811 1 0 2627263 0
[pid=15002/tid=15004] ppid=14999 vsize=10555400 memory=-7254947784588945530 CPUtime=0.09 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) R 14999 15002 6338 0 -1 4202560 4225 0 0 0 9 0 0 0 20 0 15 0 96628553 10808729600 7386 33554432000 4194304 4196468 140723711710080 140509758884352 140509754688669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10555400 memory=5793855440058558905 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808729600 7386 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10555400 memory=140189048665728 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808729600 7386 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808729600 7386 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96628554 10808729600 7386 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96628555 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15010] ppid=14999 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96628556 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508856816416 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15011] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96628556 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508855764080 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15012] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508854712400 140509754685339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15013] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15013/stat : 15013 (java) R 14999 15002 6338 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 96628558 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508853660272 140509754677890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15014] ppid=14999 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15014/stat : 15014 (java) R 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508852607472 140509754677890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15015] ppid=14999 vsize=10555400 memory=140189048665728 CPUtime=0.02 cores=1,3,5,7
/proc/15002/task/15015/stat : 15015 (java) R 14999 15002 6338 0 -1 1077944384 406 0 0 0 2 0 0 0 20 0 15 0 96628558 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508851555184 140509754677890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15016] ppid=14999 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508850502624 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15017] ppid=14999 vsize=10555400 memory=140189048665728 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628558 10808729600 7386 33554432000 4194304 4196468 140723711710080 140508244470192 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29544 KiB

[startup+0.210646 s]*
/proc/loadavg: 7.86 6.57 4.38 8/216 15017
/proc/meminfo: memFree=20456440/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10555400 memory=38940 CPUtime=0.33 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 7831 0 0 0 32 1 0 0 20 0 15 0 96628553 10808729600 9735 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2638850 9735 2995 1 0 2627263 0
[pid=15002/tid=15004] ppid=14999 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) R 14999 15002 6338 0 -1 4202560 4602 0 0 0 20 0 0 0 20 0 15 0 96628553 10808729600 9801 33554432000 4194304 4196468 140723711710080 140509758890768 140509754688090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10555400 memory=4211973915253456266 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808729600 9801 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10555400 memory=140189048665728 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808729600 9801 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808729600 9801 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96628554 10808729600 9801 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10555400 memory=140189048665728 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96628555 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15010] ppid=14999 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96628556 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508856816416 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15011] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96628556 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508855764080 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15012] ppid=14999 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508854712400 140509754685339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15013] ppid=14999 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15002/task/15013/stat : 15013 (java) R 14999 15002 6338 0 -1 1077944384 606 0 0 0 2 0 0 0 20 0 15 0 96628558 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508853660272 140509754677890 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15014] ppid=14999 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15002/task/15014/stat : 15014 (java) R 14999 15002 6338 0 -1 4202560 270 0 0 0 2 0 0 0 20 0 15 0 96628558 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508852596944 140509732261632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15015] ppid=14999 vsize=10555400 memory=140189048665728 CPUtime=0.07 cores=1,3,5,7
/proc/15002/task/15015/stat : 15015 (java) R 14999 15002 6338 0 -1 4202560 997 0 0 0 7 0 0 0 20 0 15 0 96628558 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508851550944 140509746903870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15016] ppid=14999 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508850502624 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15017] ppid=14999 vsize=10555400 memory=140189048665728 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628558 10808729600 9801 33554432000 4194304 4196468 140723711710080 140508244470192 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38940 KiB

[startup+0.315272 s]*
/proc/loadavg: 7.86 6.57 4.38 8/216 15017
/proc/meminfo: memFree=20449492/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10555476 memory=45972 CPUtime=0.55 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 8582 0 0 0 54 1 0 0 20 0 15 0 96628553 10808807424 11493 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2638869 11493 3033 1 0 2627263 0
[pid=15002/tid=15004] ppid=14999 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) R 14999 15002 6338 0 -1 4202560 5063 0 0 0 30 0 0 0 20 0 15 0 96628553 10808807424 11493 33554432000 4194304 4196468 140723711710080 140509758904208 140509391131361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10555476 memory=4211973915253456266 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808807424 11493 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10555476 memory=140189048668085 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808807424 11493 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10555476 memory=140188940616402 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628554 10808807424 11493 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10555476 memory=140188940619215 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96628554 10808807424 11493 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10555476 memory=140189048672093 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96628555 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15010] ppid=14999 vsize=10555476 memory=140188940628399 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96628556 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508856816416 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15011] ppid=14999 vsize=10555476 memory=280377881247632 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96628556 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508855764080 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15012] ppid=14999 vsize=10555476 memory=280377881245328 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508854712400 140509754685339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15013] ppid=14999 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 6338 0 -1 1077944384 635 0 0 0 4 0 0 0 20 0 15 0 96628558 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508853660272 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15014] ppid=14999 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 6338 0 -1 1077944384 314 0 0 0 4 0 0 0 20 0 15 0 96628558 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508852607472 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15015] ppid=14999 vsize=10555476 memory=140189048665728 CPUtime=0.14 cores=1,3,5,7
/proc/15002/task/15015/stat : 15015 (java) R 14999 15002 6338 0 -1 4202560 1201 0 0 0 14 0 0 0 20 0 15 0 96628558 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508851555184 140509733786293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15016] ppid=14999 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508850502624 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15017] ppid=14999 vsize=10555476 memory=140189048665728 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628558 10808807424 11493 33554432000 4194304 4196468 140723711710080 140508244470192 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45972 KiB

[startup+0.701534 s]
/proc/loadavg: 7.86 6.57 4.38 8/216 15017
/proc/meminfo: memFree=20396252/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10555476 memory=330836 CPUtime=1.76 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 11538 0 0 0 167 9 0 0 20 0 15 0 96628553 10808807424 82709 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2638869 82709 3113 1 0 2627263 0
[pid=15002/tid=15004] ppid=14999 vsize=10555476 memory=1952 CPUtime=0.64 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) R 14999 15002 6338 0 -1 4202560 5594 0 0 0 60 4 0 0 20 0 15 0 96628553 10808807424 82709 33554432000 4194304 4196468 140723711710080 140509758903104 140509391235684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10555476 memory=5796 CPUtime=0.01 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 96628554 10808807424 82709 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10555476 memory=4616 CPUtime=0.01 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 96628554 10808807424 82709 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10555476 memory=7523356985603351872 CPUtime=0.01 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 96628554 10808807424 82709 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10555476 memory=7881696724453321575 CPUtime=0.01 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 15 0 96628554 10808807424 82709 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10555476 memory=7440066780423278672 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96628555 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15010] ppid=14999 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96628556 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508856816416 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15011] ppid=14999 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96628556 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508855764080 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15012] ppid=14999 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508854712400 140509754685339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15013] ppid=14999 vsize=10555476 memory=71 CPUtime=0.33 cores=1,3,5,7
/proc/15002/task/15013/stat : 15013 (java) R 14999 15002 6338 0 -1 4202560 1375 0 0 0 33 0 0 0 20 0 15 0 96628558 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508853651536 140509733913154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15014] ppid=14999 vsize=10555476 memory=3 CPUtime=0.32 cores=1,3,5,7
/proc/15002/task/15014/stat : 15014 (java) R 14999 15002 6338 0 -1 4202560 1109 0 0 0 32 0 0 0 20 0 15 0 96628558 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508852598304 140509733882672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15015] ppid=14999 vsize=10555476 memory=6050 CPUtime=0.33 cores=1,3,5,7
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 6338 0 -1 1077944384 1794 0 0 0 33 0 0 0 20 0 15 0 96628558 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508851555184 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15016] ppid=14999 vsize=10555476 memory=280377881431536 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96628558 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508850502624 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15017] ppid=14999 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96628558 10808807424 82709 33554432000 4194304 4196468 140723711710080 140508244470192 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 330836 KiB

[startup+1.50135 s]
/proc/loadavg: 7.86 6.57 4.38 8/216 15017
/proc/meminfo: memFree=20153236/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10555476 memory=400464 CPUtime=4.26 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 19198 0 0 0 415 11 0 0 20 0 15 0 96628553 10808807424 100116 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2638869 100116 3142 1 0 2627263 0
[pid=15002/tid=15004] ppid=14999 vsize=10555476 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) R 14999 15002 6338 0 -1 4202560 5597 0 0 0 133 4 0 0 20 0 15 0 96628553 10808807424 100116 33554432000 4194304 4196468 140723711710080 140509758898560 140509395878362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10555476 memory=-6508643224792490598 CPUtime=0.04 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 76 0 0 0 3 1 0 0 20 0 15 0 96628554 10808807424 100116 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10555476 memory=-5935602824819121961 CPUtime=0.05 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 113 0 0 0 4 1 0 0 20 0 15 0 96628554 10808807424 100116 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10555476 memory=-1161699032755887712 CPUtime=0.06 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 130 0 0 0 5 1 0 0 20 0 15 0 96628554 10808807424 100116 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10555476 memory=-6305713901654467968 CPUtime=0.05 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 91 0 0 0 4 1 0 0 20 0 15 0 96628554 10808807424 100116 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10555476 memory=-6305709486310122624 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 96628555 10808807424 100116 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0

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

[startup+524.801 s]
/proc/loadavg: 1.96 4.18 4.24 2/194 15072
/proc/meminfo: memFree=28003116/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10624088 memory=908172 CPUtime=531.76 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 53713 0 0 0 53114 62 0 0 20 0 16 0 96628553 10879066112 227043 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2656022 227043 3158 1 0 2644416 0
[pid=15002/tid=15004] ppid=14999 vsize=10624088 memory=2372 CPUtime=524.42 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) R 14999 15002 6338 0 -1 4202560 17631 0 0 0 52432 10 0 0 20 0 16 0 96628553 10879066112 227043 33554432000 4194304 4196468 140723711710080 140509758902768 140509396986511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10624088 memory=7451038807092259179 CPUtime=0.31 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 278 0 0 0 24 7 0 0 20 0 16 0 96628554 10879066112 227043 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10624088 memory=4096 CPUtime=0.34 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 449 0 0 0 28 6 0 0 20 0 16 0 96628554 10879066112 227043 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10624088 memory=28424 CPUtime=0.35 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 370 0 0 0 27 8 0 0 20 0 16 0 96628554 10879066112 227043 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10624088 memory=904076 CPUtime=0.35 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 294 0 0 0 27 8 0 0 20 0 16 0 96628554 10879066112 227043 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10624088 memory=4096 CPUtime=0.02 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 1782 0 0 0 1 1 0 0 20 0 16 0 96628555 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15010] ppid=14999 vsize=10624088 memory=28424 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96628556 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508856816480 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15011] ppid=14999 vsize=10624088 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96628556 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508855764080 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15012] ppid=14999 vsize=10624088 memory=56 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96628558 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508854712400 140509754685339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15013] ppid=14999 vsize=10624088 memory=6944656592455359580 CPUtime=2.27 cores=1,3,5,7
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 6338 0 -1 1077944384 13710 0 0 0 226 1 0 0 20 0 16 0 96628558 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508853660272 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15014] ppid=14999 vsize=10624088 memory=-4695052241013923951 CPUtime=2.75 cores=1,3,5,7
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 6338 0 -1 1077944384 11493 0 0 0 274 1 0 0 20 0 16 0 96628558 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508852607472 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15015] ppid=14999 vsize=10624088 memory=906124 CPUtime=0.55 cores=1,3,5,7
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 6338 0 -1 1077944384 5287 0 0 0 55 0 0 0 20 0 16 0 96628558 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508851555184 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15016] ppid=14999 vsize=10624088 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96628558 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508850502624 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15017] ppid=14999 vsize=10624088 memory=16792 CPUtime=0.3 cores=1,3,5,7
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 6338 0 -1 1077944384 1040 0 0 0 10 20 0 0 20 0 16 0 96628558 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508244470192 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15018] ppid=14999 vsize=10624088 memory=908172 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96628901 10879066112 227043 33554432000 4194304 4196468 140723711710080 140508243415728 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
Current children cumulated CPU time: 531.76 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 908172 KiB

[startup+526.401 s]
/proc/loadavg: 1.96 4.18 4.24 2/194 15072
/proc/meminfo: memFree=28001068/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10624088 memory=910220 CPUtime=533.36 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 53715 0 0 0 53274 62 0 0 20 0 16 0 96628553 10879066112 227555 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2656022 227555 3158 1 0 2644416 0
[pid=15002/tid=15004] ppid=14999 vsize=10624088 memory=932 CPUtime=526.02 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) R 14999 15002 6338 0 -1 4202560 17633 0 0 0 52592 10 0 0 20 0 16 0 96628553 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509758902768 140509396986873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10624088 memory=6791534058613427641 CPUtime=0.31 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 278 0 0 0 24 7 0 0 20 0 16 0 96628554 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10624088 memory=2808 CPUtime=0.34 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 449 0 0 0 28 6 0 0 20 0 16 0 96628554 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10624088 memory=1160 CPUtime=0.35 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 370 0 0 0 27 8 0 0 20 0 16 0 96628554 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10624088 memory=3148 CPUtime=0.35 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 294 0 0 0 27 8 0 0 20 0 16 0 96628554 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10624088 memory=910220 CPUtime=0.02 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 1782 0 0 0 1 1 0 0 20 0 16 0 96628555 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15010] ppid=14999 vsize=10624088 memory=910220 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96628556 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508856816480 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15011] ppid=14999 vsize=10624088 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96628556 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508855764080 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15012] ppid=14999 vsize=10624088 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508854712400 140509754685339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15013] ppid=14999 vsize=10624088 memory=6508 CPUtime=2.27 cores=1,3,5,7
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 6338 0 -1 1077944384 13710 0 0 0 226 1 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508853660272 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15014] ppid=14999 vsize=10624088 memory=840 CPUtime=2.75 cores=1,3,5,7
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 6338 0 -1 1077944384 11493 0 0 0 274 1 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508852607472 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15015] ppid=14999 vsize=10624088 memory=1692 CPUtime=0.55 cores=1,3,5,7
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 6338 0 -1 1077944384 5287 0 0 0 55 0 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508851555184 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15016] ppid=14999 vsize=10624088 memory=916 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508850502624 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15017] ppid=14999 vsize=10624088 memory=-7003737579269690708 CPUtime=0.3 cores=1,3,5,7
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 6338 0 -1 1077944384 1040 0 0 0 10 20 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508244470192 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15018] ppid=14999 vsize=10624088 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96628901 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508243415728 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
Current children cumulated CPU time: 533.36 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 910220 KiB

[startup+526.801 s]
/proc/loadavg: 1.96 4.18 4.24 2/194 15072
/proc/meminfo: memFree=28001068/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10624088 memory=910220 CPUtime=533.76 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 53776 0 0 0 53314 62 0 0 20 0 16 0 96628553 10879066112 227555 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2656022 227555 3158 1 0 2644416 0
[pid=15002/tid=15004] ppid=14999 vsize=10624088 memory=1160 CPUtime=526.42 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) R 14999 15002 6338 0 -1 4202560 17694 0 0 0 52632 10 0 0 20 0 16 0 96628553 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509758902768 140509396259136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10624088 memory=3152 CPUtime=0.31 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 278 0 0 0 24 7 0 0 20 0 16 0 96628554 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10624088 memory=908172 CPUtime=0.34 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 449 0 0 0 28 6 0 0 20 0 16 0 96628554 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10624088 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 370 0 0 0 27 8 0 0 20 0 16 0 96628554 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10624088 memory=4044 CPUtime=0.35 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 294 0 0 0 27 8 0 0 20 0 16 0 96628554 10879066112 227555 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10624088 memory=1792 CPUtime=0.02 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 1782 0 0 0 1 1 0 0 20 0 16 0 96628555 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15010] ppid=14999 vsize=10624088 memory=636 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96628556 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508856816480 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15011] ppid=14999 vsize=10624088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96628556 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508855764080 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15012] ppid=14999 vsize=10624088 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508854712400 140509754685339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15013] ppid=14999 vsize=10624088 memory=4616 CPUtime=2.27 cores=1,3,5,7
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 6338 0 -1 1077944384 13710 0 0 0 226 1 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508853660272 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15014] ppid=14999 vsize=10624088 memory=8584 CPUtime=2.75 cores=1,3,5,7
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 6338 0 -1 1077944384 11493 0 0 0 274 1 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508852607472 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15015] ppid=14999 vsize=10624088 memory=792 CPUtime=0.55 cores=1,3,5,7
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 6338 0 -1 1077944384 5287 0 0 0 55 0 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508851555184 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15016] ppid=14999 vsize=10624088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508850502624 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15017] ppid=14999 vsize=10624088 memory=1716 CPUtime=0.3 cores=1,3,5,7
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 6338 0 -1 1077944384 1040 0 0 0 10 20 0 0 20 0 16 0 96628558 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508244470192 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15018] ppid=14999 vsize=10624088 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15018/stat : 15018 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96628901 10879066112 227555 33554432000 4194304 4196468 140723711710080 140508243415728 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
Current children cumulated CPU time: 533.76 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 910220 KiB

[startup+527.001 s]*
/proc/loadavg: 1.96 4.18 4.24 1/194 15074
/proc/meminfo: memFree=27996972/32770624 swapFree=67108860/67108860
[pid=15002] ppid=14999 vsize=10757216 memory=914368 CPUtime=533.86 cores=1,3,5,7
/proc/15002/stat : 15002 (java) S 14999 15002 6338 0 -1 1077944320 55458 0 0 0 53324 62 0 0 20 0 16 0 96628553 11015389184 228592 33554432000 4194304 4196468 140723711710080 140723711692624 140509754666743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
/proc/15002/statm: 2689304 228592 3160 1 0 2677698 0
[pid=15002/tid=15004] ppid=14999 vsize=10757216 memory=960 CPUtime=526.49 cores=1,3,5,7
/proc/15002/task/15004/stat : 15004 (java) S 14999 15002 6338 0 -1 1077944384 18142 0 0 0 52639 10 0 0 20 0 16 0 96628553 11015389184 228592 33554432000 4194304 4196468 140723711710080 140509758907424 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15005] ppid=14999 vsize=10757216 memory=-7003737579269690708 CPUtime=0.31 cores=1,3,5,7
/proc/15002/task/15005/stat : 15005 (java) S 14999 15002 6338 0 -1 1077944384 278 0 0 0 24 7 0 0 20 0 16 0 96628554 11015389184 228592 33554432000 4194304 4196468 140723711710080 140509722225552 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15006] ppid=14999 vsize=10757216 memory=288230621803970871 CPUtime=0.34 cores=1,3,5,7
/proc/15002/task/15006/stat : 15006 (java) S 14999 15002 6338 0 -1 1077944384 449 0 0 0 28 6 0 0 20 0 16 0 96628554 11015389184 228592 33554432000 4194304 4196468 140723711710080 140509360614160 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15007] ppid=14999 vsize=10757216 memory=16099256251451951 CPUtime=0.35 cores=1,3,5,7
/proc/15002/task/15007/stat : 15007 (java) S 14999 15002 6338 0 -1 1077944384 370 0 0 0 27 8 0 0 20 0 16 0 96628554 11015389184 228592 33554432000 4194304 4196468 140723711710080 140509359561872 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15008] ppid=14999 vsize=10757216 memory=3832 CPUtime=0.35 cores=1,3,5,7
/proc/15002/task/15008/stat : 15008 (java) S 14999 15002 6338 0 -1 1077944384 294 0 0 0 27 8 0 0 20 0 16 0 96628554 11015389184 228592 33554432000 4194304 4196468 140723711710080 140509358509072 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15009] ppid=14999 vsize=10757216 memory=2808 CPUtime=0.02 cores=1,3,5,7
/proc/15002/task/15009/stat : 15009 (java) S 14999 15002 6338 0 -1 1077944384 1782 0 0 0 1 1 0 0 20 0 16 0 96628555 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508857870448 140509754677890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15010] ppid=14999 vsize=10757216 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15010/stat : 15010 (java) S 14999 15002 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96628556 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508856816480 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15011] ppid=14999 vsize=10757216 memory=3152 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15011/stat : 15011 (java) S 14999 15002 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96628556 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508855764080 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15012] ppid=14999 vsize=10757216 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15012/stat : 15012 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96628558 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508854712400 140509754685339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15013] ppid=14999 vsize=10757216 memory=6791534058613427641 CPUtime=2.28 cores=1,3,5,7
/proc/15002/task/15013/stat : 15013 (java) S 14999 15002 6338 0 -1 1077944384 14083 0 0 0 227 1 0 0 20 0 16 0 96628558 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508853660272 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15014] ppid=14999 vsize=10757216 memory=-7003737579269690708 CPUtime=2.76 cores=1,3,5,7
/proc/15002/task/15014/stat : 15014 (java) S 14999 15002 6338 0 -1 1077944384 11705 0 0 0 275 1 0 0 20 0 16 0 96628558 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508852607472 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15015] ppid=14999 vsize=10757216 memory=6508 CPUtime=0.55 cores=1,3,5,7
/proc/15002/task/15015/stat : 15015 (java) S 14999 15002 6338 0 -1 1077944384 5827 0 0 0 55 0 0 0 20 0 16 0 96628558 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508851555184 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15016] ppid=14999 vsize=10757216 memory=840 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15016/stat : 15016 (java) S 14999 15002 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96628558 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508850502624 140509754676949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15017] ppid=14999 vsize=10757216 memory=1692 CPUtime=0.3 cores=1,3,5,7
/proc/15002/task/15017/stat : 15017 (java) S 14999 15002 6338 0 -1 1077944384 1040 0 0 0 10 20 0 0 20 0 16 0 96628558 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508244470192 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
[pid=15002/tid=15073] ppid=14999 vsize=10757216 memory=916 CPUtime=0 cores=1,3,5,7
/proc/15002/task/15073/stat : 15073 (java) S 14999 15002 6338 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 96681240 11015389184 228592 33554432000 4194304 4196468 140723711710080 140508240266512 140509754677890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140723711714438 140723711714591 140723711714591 140723711717327 0
Current children cumulated CPU time: 533.86 s
Current children cumulated vsize: 10757216 KiB
Current children cumulated memory: 914368 KiB

Child status: 0
Real time (s): 527.103
CPU time (s): 533.889
CPU user time (s): 533.258
CPU system time (s): 0.631211
CPU usage (%): 101.287
Max. virtual memory (cumulated for all children) (KiB): 10757216
Max. memory (cumulated for all children) (KiB): 914368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 533.258
system time used= 0.631211
maximum resident set size= 917156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14095
involuntary context switches= 225


# summary of solver processes directly reported to runsolver:
#   pid: 15002
#   total CPU time (s): 533.889
#   total CPU user time (s): 533.258
#   total CPU system time (s): 0.631211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.25528 second user time and 5.19247 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 16:30:17
IDJOB=4262892
IDBENCH=138389
IDSOLVER=2651
FILE ID=node148/4262892-1502635475
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61532 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-4262892-1502635475/watcher-4262892-1502635475 -o /tmp/evaluation-result-4262892-1502635475/solver-4262892-1502635475 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262892-1502635475.xml

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

MD5SUM BENCH= 2828df901a099a1524aa78ac7640e6c0
RANDOM SEED=1470181174

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.19
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.19
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.19
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	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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.19
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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:        20484024 kB
MemAvailable:   23662996 kB
Buffers:          201540 kB
Cached:          3265276 kB
SwapCached:            0 kB
Active:          9140136 kB
Inactive:        2693580 kB
Active(anon):    8317132 kB
Inactive(anon):    76916 kB
Active(file):     823004 kB
Inactive(file):  2616664 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:       8372100 kB
Mapped:            55444 kB
Shmem:             25224 kB
Slab:             137416 kB
SReclaimable:     110276 kB
SUnreclaim:        27140 kB
KernelStack:        3568 kB
PageTables:        21588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8228864 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= 61616 MiB
End job on node148 at 2017-08-13 16:39:04