Trace number 4249861

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)OPT1 40.8272 6.37425

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

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249861-1500695981.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4249861-1500695981.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
33.19/5.35	c solve instance...
36.78/5.88	o 22 
36.78/5.89	o 5 
37.45/5.91	o 4 
40.55/6.31	o 1 
40.55/6.32	FAILURE >> TableBin(AC3bit+rm) ([PropBinAC3bitrm(x[15], drd[32][15])]) (FALSE)
40.55/6.33	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: The current solution does not satisfy the checker.
40.55/6.33	
40.55/6.33	##################################################
40.55/6.33	
40.55/6.33	##################################################
40.55/6.33	FAILURE >> TableBin(AC3bit+rm) ([PropBinAC3bitrm(x[15], drd[32][15])])
40.55/6.33	
40.55/6.33	==================================================
40.55/6.33	Path[1]: ROOT
40.55/6.33	MINIMIZE SUM = 1
40.55/6.33	Model[instance-4249861-1500695981.xml_8], 1 Solutions, MINIMIZE SUM = 1, Resolution time 0.950s, 8 Nodes (8.4 n/s), 0 Backtracks, 0 Fails, 1 Restarts##################################################
40.55/6.33	
40.55/6.33		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
40.55/6.33		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
40.55/6.33		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:184)
40.55/6.33		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
40.55/6.33		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
40.55/6.33	Caused by: org.chocosolver.solver.exception.SolverException: The current solution does not satisfy the checker.
40.55/6.33	
40.55/6.33	##################################################
40.55/6.33	
40.55/6.33	##################################################
40.55/6.33	FAILURE >> TableBin(AC3bit+rm) ([PropBinAC3bitrm(x[15], drd[32][15])])
40.55/6.33	
40.55/6.33	==================================================
40.55/6.33	Path[1]: ROOT
40.55/6.33	MINIMIZE SUM = 1
40.55/6.33	Model[instance-4249861-1500695981.xml_8], 1 Solutions, MINIMIZE SUM = 1, Resolution time 0.950s, 8 Nodes (8.4 n/s), 0 Backtracks, 0 Fails, 1 Restarts##################################################
40.55/6.33	
40.55/6.33		at org.chocosolver.solver.Solver.validate(Solver.java:462)
40.55/6.33		at org.chocosolver.solver.Solver.searchLoop(Solver.java:305)
40.55/6.33		at org.chocosolver.solver.Solver.solve(Solver.java:264)
40.55/6.33		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
40.55/6.33		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
40.55/6.33		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
40.55/6.33		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
40.55/6.33		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
40.55/6.33		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
40.55/6.33		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
40.55/6.33		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
40.55/6.33		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
40.55/6.33		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
40.55/6.34	s OPTIMUM FOUND
40.55/6.34	v <instantiation>
40.55/6.34	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>
40.55/6.34	v 	<values>0 4 7 19 50 52 54 63 70 72 86 89 95 98 107 112 123 143 193 237 238 289 301 312 350 353 375 439 520 540 605 375 371 368 356 325 323 321 312 305 303 289 286 280 277 268 263 252 232 182 138 137 86 74 63 25 22 0 64 145 165 230 375 371 368 356 325 323 321 312 305 303 289 286 280 277 268 263 252 232 182 138 137 86 74 63 25 22 0 64 145 165 230 123 119 116 104 73 71 69 60 53 51 37 34 28 25 16 11 0 20 70 114 115 166 178 189 227 230 252 316 397 417 482 123 119 116 104 73 71 69 60 53 51 37 34 28 25 16 11 0 20 70 114 115 166 178 189 227 230 252 316 397 417 482 540 536 533 521 490 488 486 477 470 468 454 451 445 442 433 428 417 397 347 303 302 251 239 228 190 187 165 101 20 0 65 540 536 533 521 490 488 486 477 470 468 454 451 445 442 433 428 417 397 347 303 302 251 239 228 190 187 165 101 20 0 65 4 0 3 15 46 48 50 59 66 68 82 85 91 94 103 108 119 139 189 233 234 285 297 308 346 349 371 435 516 536 601 605 601 598 586 555 553 551 542 535 533 519 516 510 507 498 493 482 462 412 368 367 316 304 293 255 252 230 166 85 65 0 605 601 598 586 555 553 551 542 535 533 519 516 510 507 498 493 482 462 412 368 367 316 304 293 255 252 230 166 85 65 0 0 4 7 19 50 52 54 63 70 72 86 89 95 98 107 112 123 143 193 237 238 289 301 312 350 353 375 439 520 540 605 54 50 47 35 4 2 0 9 16 18 32 35 41 44 53 58 69 89 139 183 184 235 247 258 296 299 321 385 466 486 551 50 46 43 31 0 2 4 13 20 22 36 39 45 48 57 62 73 93 143 187 188 239 251 262 300 303 325 389 470 490 555 98 94 91 79 48 46 44 35 28 26 12 9 3 0 9 14 25 45 95 139 140 191 203 214 252 255 277 341 422 442 507 98 94 91 79 48 46 44 35 28 26 12 9 3 0 9 14 25 45 95 139 140 191 203 214 252 255 277 341 422 442 507 312 308 305 293 262 260 258 249 242 240 226 223 217 214 205 200 189 169 119 75 74 23 11 0 38 41 63 127 208 228 293 312 308 305 293 262 260 258 249 242 240 226 223 217 214 205 200 189 169 119 75 74 23 11 0 38 41 63 127 208 228 293 89 85 82 70 39 37 35 26 19 17 3 0 6 9 18 23 34 54 104 148 149 200 212 223 261 264 286 350 431 451 516 301 297 294 282 251 249 247 238 231 229 215 212 206 203 194 189 178 158 108 64 63 12 0 11 49 52 74 138 219 239 304 52 48 45 33 2 0 2 11 18 20 34 37 43 46 55 60 71 91 141 185 186 237 249 260 298 301 323 387 468 488 553 52 48 45 33 2 0 2 11 18 20 34 37 43 46 55 60 71 91 141 185 186 237 249 260 298 301 323 387 468 488 553 440 436 433 421 390 388 386 377 370 368 354 351 345 342 333 328 317 297 247 203 202 151 139 128 90 87 65 1 80 100 165 439 435 432 420 389 387 385 376 369 367 353 350 344 341 332 327 316 296 246 202 201 150 138 127 89 86 64 0 81 101 166 7 3 0 12 43 45 47 56 63 65 79 82 88 91 100 105 116 136 186 230 231 282 294 305 343 346 368 432 513 533 598 7 3 0 12 43 45 47 56 63 65 79 82 88 91 100 105 116 136 186 230 231 282 294 305 343 346 368 432 513 533 598 72 68 65 53 22 20 18 9 2 0 14 17 23 26 35 40 51 71 121 165 166 217 229 240 278 281 303 367 448 468 533 107 103 100 88 57 55 53 44 37 35 21 18 12 9 0 5 16 36 86 130 131 182 194 205 243 246 268 332 413 433 498 107 103 100 88 57 55 53 44 37 35 21 18 12 9 0 5 16 36 86 130 131 182 194 205 243 246 268 332 413 433 498 143 139 136 124 93 91 89 80 73 71 57 54 48 45 36 31 20 0 50 94 95 146 158 169 207 210 232 296 377 397 462 143 139 136 124 93 91 89 80 73 71 57 54 48 45 36 31 20 0 50 94 95 146 158 169 207 210 232 296 377 397 462 86 82 79 67 36 34 32 23 16 14 0 3 9 12 21 26 37 57 107 151 152 203 215 226 264 267 289 353 434 454 519 95 91 88 76 45 43 41 32 25 23 9 6 0 3 12 17 28 48 98 142 143 194 206 217 255 258 280 344 425 445 510 520 516 513 501 470 468 466 457 450 448 434 431 425 422 413 408 397 377 327 283 282 231 219 208 170 167 145 81 0 20 85 112 108 105 93 62 60 58 49 42 40 26 23 17 14 5 0 11 31 81 125 126 177 189 200 238 241 263 327 408 428 493 70 66 63 51 20 18 16 7 0 2 16 19 25 28 37 42 53 73 123 167 168 219 231 242 280 283 305 369 450 470 535 19 15 12 0 31 33 35 44 51 53 67 70 76 79 88 93 104 124 174 218 219 270 282 293 331 334 356 420 501 521 586 19 15 12 0 31 33 35 44 51 53 67 70 76 79 88 93 104 124 174 218 219 270 282 293 331 334 356 420 501 521 586 237 233 230 218 187 185 183 174 167 165 151 148 142 139 130 125 114 94 44 0 1 52 64 75 113 116 138 202 283 303 368 238 234 231 219 188 186 184 175 168 166 152 149 143 140 131 126 115 95 45 1 0 51 63 74 112 115 137 201 282 302 367 353 349 346 334 303 301 299 290 283 281 267 264 258 255 246 241 230 210 160 116 115 64 52 41 3 0 22 86 167 187 252 350 346 343 331 300 298 296 287 280 278 264 261 255 252 243 238 227 207 157 113 112 61 49 38 0 3 25 89 170 190 255 63 59 56 44 13 11 9 0 7 9 23 26 32 35 44 49 60 80 130 174 175 226 238 249 287 290 312 376 457 477 542 193 189 186 174 143 141 139 130 123 121 107 104 98 95 86 81 70 50 0 44 45 96 108 119 157 160 182 246 327 347 412 193 189 186 174 143 141 139 130 123 121 107 104 98 95 86 81 70 50 0 44 45 96 108 119 157 160 182 246 327 347 412 289 285 282 270 239 237 235 226 219 217 203 200 194 191 182 177 166 146 96 52 51 0 12 23 61 64 86 150 231 251 316 289 285 282 270 239 237 235 226 219 217 203 200 194 191 182 177 166 146 96 52 51 0 12 23 61 64 86 150 231 251 316 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
40.55/6.34	v </instantiation>

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249861-1500695981/watcher-4249861-1500695981 -o /tmp/evaluation-result-4249861-1500695981/solver-4249861-1500695981 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8602 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 313251094 HOME/instance-4249861-1500695981.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 13.13 14.22 13.96 4/262 4791
/proc/meminfo: memFree=31797704/32770624 swapFree=5884/293028
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0

[startup+0.100128 s]
/proc/loadavg: 13.13 14.22 13.96 4/262 4791
/proc/meminfo: memFree=31797704/32770624 swapFree=5884/293028
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20035 s]
/proc/loadavg: 13.13 14.22 13.96 4/262 4791
/proc/meminfo: memFree=31797704/32770624 swapFree=5884/293028
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300245 s]
/proc/loadavg: 13.13 14.22 13.96 4/262 4791
/proc/meminfo: memFree=31797704/32770624 swapFree=5884/293028
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700162 s]
/proc/loadavg: 13.13 14.22 13.96 4/262 4791
/proc/meminfo: memFree=31797704/32770624 swapFree=5884/293028
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50169 s]
/proc/loadavg: 13.44 14.27 13.98 9/260 4902
/proc/meminfo: memFree=31488688/32770624 swapFree=5884/293380
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0
[pid=4792] ppid=4791 vsize=13269256 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/4792/stat : 4792 (java) S 4791 4791 8571 0 -1 1077944320 16060 0 0 0 422 160 0 0 20 0 20 0 4865916 13587718144 143431 33554432000 4194304 4196468 140736071670192 140736071652736 140192855641847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
/proc/4792/statm: 3317314 143431 3246 1 0 3304547 0
[pid=4792/tid=4793] ppid=4791 vsize=13269256 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4793/stat : 4793 (java) S 4791 4791 8571 0 -1 1077944384 6503 0 0 0 101 6 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192859878352 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4795] ppid=4791 vsize=13269256 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4795/stat : 4795 (java) D 4791 4791 8571 0 -1 4202560 162 0 0 0 8 19 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192774122528 140192848745449 0 4 0 16800975 18446744071582151416 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4796] ppid=4791 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4796/stat : 4796 (java) D 4791 4791 8571 0 -1 4202560 140 0 0 0 9 19 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192773070040 140192848745449 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4797] ppid=4791 vsize=13269256 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4797/stat : 4797 (java) D 4791 4791 8571 0 -1 4202560 125 0 0 0 8 17 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192772017240 140192840669730 0 4 0 16800975 18446744071582151416 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4798] ppid=4791 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4798/stat : 4798 (java) D 4791 4791 8571 0 -1 4202560 146 0 0 0 9 19 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192770964440 140192848745449 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4799] ppid=4791 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4799/stat : 4799 (java) D 4791 4791 8571 0 -1 4202560 131 0 0 0 10 18 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192769911640 140192840669730 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4800] ppid=4791 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4800/stat : 4800 (java) D 4791 4791 8571 0 -1 4202560 113 0 0 0 8 16 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192768858840 140192848745459 0 4 0 16800975 18446744071582151416 0 0 -1 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4801] ppid=4791 vsize=13269256 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4801/stat : 4801 (java) D 4791 4791 8571 0 -1 4202560 131 0 0 0 9 18 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192767806040 140192834836039 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4802] ppid=4791 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4802/stat : 4802 (java) D 4791 4791 8571 0 -1 4202560 173 0 0 0 9 19 0 0 20 0 20 0 4865917 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192766753240 140192848745459 0 4 0 16800975 18446744071582151416 0 0 -1 14 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4803] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4803/stat : 4803 (java) S 4791 4791 8571 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4865920 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192317949344 140192855652053 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4804] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4804/stat : 4804 (java) S 4791 4791 8571 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4865920 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192316896864 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4805] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4805/stat : 4805 (java) S 4791 4791 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4865921 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192315843968 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4806] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4806/stat : 4806 (java) S 4791 4791 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865924 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192314792272 140192855660443 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4807] ppid=4791 vsize=13269256 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4807/stat : 4807 (java) S 4791 4791 8571 0 -1 1077944384 1216 0 0 0 56 0 0 0 20 0 20 0 4865924 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192313730912 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4808] ppid=4791 vsize=13269256 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4808/stat : 4808 (java) S 4791 4791 8571 0 -1 1077944384 1964 0 0 0 69 0 0 0 20 0 20 0 4865924 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192312678112 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4809] ppid=4791 vsize=13269256 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4809/stat : 4809 (java) D 4791 4791 8571 0 -1 4202560 1434 0 0 0 60 0 0 0 20 0 20 0 4865924 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192311620056 140192848358999 0 4 0 16800975 18446744071582151463 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4810] ppid=4791 vsize=13269256 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4810/stat : 4810 (java) S 4791 4791 8571 0 -1 1077944384 2442 0 0 0 58 1 0 0 20 0 20 0 4865924 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192310581232 140192855652994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4811] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4811/stat : 4811 (java) S 4791 4791 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4865925 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192309529696 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4812] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4812/stat : 4812 (java) D 4791 4791 8571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4865925 13587718144 143431 33554432000 4194304 4196468 140736071670192 140192308476896 140192840497934 0 4 0 16800975 18446744072100666501 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 13278768

[startup+3.1012 s]
/proc/loadavg: 13.44 14.27 13.98 12/283 4954
/proc/meminfo: memFree=30962088/32770624 swapFree=5884/293472
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0
[pid=4792] ppid=4791 vsize=13269256 CPUtime=17.36 cores=0,2,4,6,8,10,12,14
/proc/4792/stat : 4792 (java) S 4791 4791 8571 0 -1 1077944320 53386 0 0 0 1372 364 0 0 20 0 20 0 4865916 13587718144 278568 33554432000 4194304 4196468 140736071670192 140736071652736 140192855641847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
/proc/4792/statm: 3317314 278568 3274 1 0 3304547 0
[pid=4792/tid=4793] ppid=4791 vsize=13269256 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4793/stat : 4793 (java) S 4791 4791 8571 0 -1 1077944384 6801 0 0 0 114 6 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192859878416 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4795] ppid=4791 vsize=13269256 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4795/stat : 4795 (java) R 4791 4791 8571 0 -1 4202560 3847 0 0 0 116 47 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192774122760 140192840631405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4796] ppid=4791 vsize=13269256 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4796/stat : 4796 (java) R 4791 4791 8571 0 -1 4202560 5642 0 0 0 121 42 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192773069960 140192848270055 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4797] ppid=4791 vsize=13269256 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4797/stat : 4797 (java) R 4791 4791 8571 0 -1 4202560 4258 0 0 0 115 41 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192772017160 140192841400664 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4798] ppid=4791 vsize=13269256 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4798/stat : 4798 (java) R 4791 4791 8571 0 -1 4202560 3867 0 0 0 120 43 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192770964360 140192848270055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4799] ppid=4791 vsize=13269256 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4799/stat : 4799 (java) R 4791 4791 8571 0 -1 4202560 4495 0 0 0 115 42 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192769911560 140192848270055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4800] ppid=4791 vsize=13269256 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4800/stat : 4800 (java) R 4791 4791 8571 0 -1 4202560 3932 0 0 0 117 43 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192768858760 140192848270055 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4801] ppid=4791 vsize=13269256 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4801/stat : 4801 (java) R 4791 4791 8571 0 -1 4202560 3797 0 0 0 117 43 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192767805960 140192848270055 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4802] ppid=4791 vsize=13269256 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4802/stat : 4802 (java) R 4791 4791 8571 0 -1 4202560 6234 0 0 0 119 49 0 0 20 0 20 0 4865917 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192766753160 140192848270055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4803] ppid=4791 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4803/stat : 4803 (java) S 4791 4791 8571 0 -1 1077944384 1285 0 0 0 2 0 0 0 20 0 20 0 4865920 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192317949376 140192855652053 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4804] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4804/stat : 4804 (java) S 4791 4791 8571 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4865920 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192316896864 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4805] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4805/stat : 4805 (java) S 4791 4791 8571 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4865921 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192315843968 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4806] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4806/stat : 4806 (java) S 4791 4791 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4865924 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192314792272 140192855660443 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4807] ppid=4791 vsize=13269256 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4807/stat : 4807 (java) S 4791 4791 8571 0 -1 1077944384 1228 0 0 0 64 0 0 0 20 0 20 0 4865924 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192313730912 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4808] ppid=4791 vsize=13269256 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4808/stat : 4808 (java) S 4791 4791 8571 0 -1 1077944384 2323 0 0 0 96 0 0 0 20 0 20 0 4865924 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192312671824 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4809] ppid=4791 vsize=13269256 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4809/stat : 4809 (java) S 4791 4791 8571 0 -1 1077944384 1899 0 0 0 86 1 0 0 20 0 20 0 4865924 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192311625312 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4810] ppid=4791 vsize=13269256 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4810/stat : 4810 (java) S 4791 4791 8571 0 -1 1077944384 2479 0 0 0 62 1 0 0 20 0 20 0 4865924 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192310581232 140192855652994 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4811] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4811/stat : 4811 (java) S 4791 4791 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4865925 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192309529696 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4812] ppid=4791 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4812/stat : 4812 (java) S 4791 4791 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4865925 13587718144 278568 33554432000 4194304 4196468 140736071670192 140192308476976 140192855652994 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 11 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
Current children cumulated CPU time (s) 17.36
Current children cumulated vsize (KiB) 13278768

[startup+6.3022 s]
/proc/loadavg: 13.44 14.27 13.98 23/299 5206
/proc/meminfo: memFree=29992496/32770624 swapFree=5884/293480
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0
[pid=4792] ppid=4791 vsize=14134588 CPUtime=40.55 cores=0,2,4,6,8,10,12,14
/proc/4792/stat : 4792 (java) S 4791 4791 8571 0 -1 1077944320 70973 0 0 0 3273 782 0 0 20 0 21 0 4865916 14473818112 509915 33554432000 4194304 4196468 140736071670192 140736071652736 140192855641847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
/proc/4792/statm: 3533647 509915 3279 1 0 3520880 0
[pid=4792/tid=4793] ppid=4791 vsize=14134588 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4793/stat : 4793 (java) S 4791 4791 8571 0 -1 1077944384 8583 0 0 0 155 9 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192859882624 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4795] ppid=4791 vsize=14134588 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4795/stat : 4795 (java) R 4791 4791 8571 0 -1 4202560 4299 0 0 0 284 99 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192774122840 140192840669730 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4796] ppid=4791 vsize=14134588 CPUtime=3.81 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4796/stat : 4796 (java) R 4791 4791 8571 0 -1 4202560 6528 0 0 0 287 94 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192773070040 140192848747529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4797] ppid=4791 vsize=14134588 CPUtime=3.72 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4797/stat : 4797 (java) R 4791 4791 8571 0 -1 4202560 4653 0 0 0 280 92 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192772017240 140192837289360 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4798] ppid=4791 vsize=14134588 CPUtime=3.8 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4798/stat : 4798 (java) R 4791 4791 8571 0 -1 4202560 4283 0 0 0 285 95 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192770964128 140192848747529 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4799] ppid=4791 vsize=14134588 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4799/stat : 4799 (java) R 4791 4791 8571 0 -1 4202560 5016 0 0 0 278 90 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192769911640 140192840669694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4800] ppid=4791 vsize=14134588 CPUtime=3.79 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4800/stat : 4800 (java) R 4791 4791 8571 0 -1 4202560 4526 0 0 0 285 94 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192768858840 140192848748413 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4801] ppid=4791 vsize=14134588 CPUtime=3.76 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4801/stat : 4801 (java) R 4791 4791 8571 0 -1 4202560 4245 0 0 0 280 96 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192767806040 140192840669730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4802] ppid=4791 vsize=14134588 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4802/stat : 4802 (java) R 4791 4791 8571 0 -1 4202560 6961 0 0 0 282 101 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192766753240 140192834836042 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4803] ppid=4791 vsize=14134588 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4803/stat : 4803 (java) S 4791 4791 8571 0 -1 1077944384 4143 0 0 0 5 1 0 0 20 0 21 0 4865920 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192317949344 140192855652053 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4804] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4804/stat : 4804 (java) S 4791 4791 8571 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 4865920 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192316896864 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4805] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4805/stat : 4805 (java) S 4791 4791 8571 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 4865921 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192315843968 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4806] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4806/stat : 4806 (java) S 4791 4791 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192314792272 140192855660443 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4807] ppid=4791 vsize=14134588 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4807/stat : 4807 (java) S 4791 4791 8571 0 -1 1077944384 3064 0 0 0 144 0 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192313728240 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4808] ppid=4791 vsize=14134588 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4808/stat : 4808 (java) S 4791 4791 8571 0 -1 1077944384 5099 0 0 0 179 1 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192312666640 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4809] ppid=4791 vsize=14134588 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4809/stat : 4809 (java) S 4791 4791 8571 0 -1 1077944384 4022 0 0 0 182 1 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192311619024 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4810] ppid=4791 vsize=14134588 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4810/stat : 4810 (java) S 4791 4791 8571 0 -1 1077944384 3273 0 0 0 82 1 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192310581232 140192855652994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4811] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4811/stat : 4811 (java) S 4791 4791 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4865925 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192309529696 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4812] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4812/stat : 4812 (java) S 4791 4791 8571 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 21 0 4865925 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192308476976 140192855652994 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 11 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
Current children cumulated CPU time (s) 40.55
Current children cumulated vsize (KiB) 14144100

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 4792 sig 9
??? kill 4791 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.3022 s]
/proc/loadavg: 13.44 14.27 13.98 23/299 5206
/proc/meminfo: memFree=29992496/32770624 swapFree=5884/293480
[pid=4791] ppid=4788 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4791/stat : 4791 (xcsp3-exec) S 4788 4791 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4865916 9740288 346 33554432000 4194304 5098028 140722780582448 140722780580552 140476415701628 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 32722944 140722780591247 140722780591456 140722780591456 140722780594155 0
/proc/4791/statm: 2378 346 289 221 0 87 0
[pid=4792] ppid=4791 vsize=14134588 CPUtime=40.55 cores=0,2,4,6,8,10,12,14
/proc/4792/stat : 4792 (java) S 4791 4791 8571 0 -1 1077944320 70973 0 0 0 3273 782 0 0 20 0 21 0 4865916 14473818112 509915 33554432000 4194304 4196468 140736071670192 140736071652736 140192855641847 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
/proc/4792/statm: 3533647 509915 3279 1 0 3520880 0
[pid=4792/tid=4793] ppid=4791 vsize=14134588 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4793/stat : 4793 (java) S 4791 4791 8571 0 -1 1077944384 8583 0 0 0 155 9 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192859882624 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4795] ppid=4791 vsize=14134588 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4795/stat : 4795 (java) R 4791 4791 8571 0 -1 4202560 4299 0 0 0 284 99 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192774122840 140192840669730 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4796] ppid=4791 vsize=14134588 CPUtime=3.81 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4796/stat : 4796 (java) R 4791 4791 8571 0 -1 4202560 6528 0 0 0 287 94 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192773070040 140192848747529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4797] ppid=4791 vsize=14134588 CPUtime=3.72 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4797/stat : 4797 (java) R 4791 4791 8571 0 -1 4202560 4653 0 0 0 280 92 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192772017240 140192837289360 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4798] ppid=4791 vsize=14134588 CPUtime=3.8 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4798/stat : 4798 (java) R 4791 4791 8571 0 -1 4202560 4283 0 0 0 285 95 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192770964128 140192848747529 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4799] ppid=4791 vsize=14134588 CPUtime=3.68 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4799/stat : 4799 (java) R 4791 4791 8571 0 -1 4202560 5016 0 0 0 278 90 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192769911640 140192840669694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4800] ppid=4791 vsize=14134588 CPUtime=3.79 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4800/stat : 4800 (java) R 4791 4791 8571 0 -1 4202560 4526 0 0 0 285 94 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192768858840 140192848748413 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4801] ppid=4791 vsize=14134588 CPUtime=3.76 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4801/stat : 4801 (java) R 4791 4791 8571 0 -1 4202560 4245 0 0 0 280 96 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192767806040 140192840669730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4802] ppid=4791 vsize=14134588 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4802/stat : 4802 (java) R 4791 4791 8571 0 -1 4202560 6961 0 0 0 282 101 0 0 20 0 21 0 4865917 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192766753240 140192834836042 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4803] ppid=4791 vsize=14134588 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4803/stat : 4803 (java) S 4791 4791 8571 0 -1 1077944384 4143 0 0 0 5 1 0 0 20 0 21 0 4865920 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192317949344 140192855652053 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4804] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4804/stat : 4804 (java) S 4791 4791 8571 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 4865920 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192316896864 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4805] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4805/stat : 4805 (java) S 4791 4791 8571 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 4865921 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192315843968 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4806] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4806/stat : 4806 (java) S 4791 4791 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192314792272 140192855660443 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4807] ppid=4791 vsize=14134588 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4807/stat : 4807 (java) S 4791 4791 8571 0 -1 1077944384 3064 0 0 0 144 0 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192313728240 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4808] ppid=4791 vsize=14134588 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4808/stat : 4808 (java) S 4791 4791 8571 0 -1 1077944384 5099 0 0 0 179 1 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192312666640 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4809] ppid=4791 vsize=14134588 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4809/stat : 4809 (java) S 4791 4791 8571 0 -1 1077944384 4022 0 0 0 182 1 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192311619024 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4810] ppid=4791 vsize=14134588 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4810/stat : 4810 (java) S 4791 4791 8571 0 -1 1077944384 3273 0 0 0 82 1 0 0 20 0 21 0 4865924 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192310581232 140192855652994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4811] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4811/stat : 4811 (java) S 4791 4791 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4865925 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192309529696 140192855652053 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
[pid=4792/tid=4812] ppid=4791 vsize=14134588 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4792/task/4812/stat : 4812 (java) S 4791 4791 8571 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 21 0 4865925 14473818112 509915 33554432000 4194304 4196468 140736071670192 140192308476976 140192855652994 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 11 0 0 6293624 6294260 27054080 140736071677116 140736071677292 140736071677292 140736071679951 0
Current children cumulated CPU time (s) 40.55
Current children cumulated vsize (KiB) 14144100

Child status: 0
Real time (s): 6.37425
CPU time (s): 40.8272
CPU user time (s): 32.9689
CPU system time (s): 7.85837
CPU usage (%): 640.503
Max. virtual memory (cumulated for all children) (KiB): 14144100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.9689
system time used= 7.85837
maximum resident set size= 2042944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72957
page faults= 0
swaps= 0
block input operations= 48
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5492
involuntary context switches= 2963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064124 second user time and 0.083463 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 05:59:41
IDJOB=4249861
IDBENCH=138389
IDSOLVER=2626
FILE ID=node126/4249861-1500695981
RUNJOBID= node126-1500683384-8602
PBS_JOBID= 20623339
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff15.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249861-1500695981/watcher-4249861-1500695981 -o /tmp/evaluation-result-4249861-1500695981/solver-4249861-1500695981 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8602 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 313251094 HOME/instance-4249861-1500695981.xml

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

MD5SUM BENCH= 2828df901a099a1524aa78ac7640e6c0
RANDOM SEED=313251094

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31799816 kB
MemAvailable:   31972084 kB
Buffers:          117420 kB
Cached:           337024 kB
SwapCached:            0 kB
Active:           240972 kB
Inactive:         301684 kB
Active(anon):      91136 kB
Inactive(anon):     8656 kB
Active(file):     149836 kB
Inactive(file):   293028 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15944 kB
Writeback:             0 kB
AnonPages:        100528 kB
Mapped:            41160 kB
Shmem:              8840 kB
Slab:             124608 kB
SReclaimable:      90476 kB
SUnreclaim:        34132 kB
KernelStack:        4464 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1247940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61968 MiB
End job on node126 at 2017-07-22 05:59:48