Trace number 4393764

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
choco-solver 2019-06-14 parallelOPT307 16.2821 2.69556

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff87.xml
MD5SUM60c761b657be0d86f100d87a8dc157a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1.78174
Satisfiable
(Un)Satisfiability was proved
Number of variables247
Number of constraints241
Number of domains20
Minimum domain size18
Maximum domain size19
Distribution of domain sizes[{"size":18,"count":16},{"size":19,"count":231}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":240},{"degree":31,"count":7}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":210},{"arity":7,"count":1},{"arity":8,"count":30}]
Number of extensional constraints210
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":210},{"type":"ordered","count":1},{"type":"minimum","count":30}]
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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393764-1568441908.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393764-1568441908.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.89/0.93	c solve instance...
4.32/1.14	o 2680 
4.32/1.14	o 531 
4.95/1.24	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (217/228)
4.95/1.24		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.95/1.24		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.95/1.24		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.95/1.24		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.95/1.24		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.95/1.24	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (217/228)
4.95/1.24		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.95/1.24		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.95/1.24		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.95/1.24		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.95/1.24		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.95/1.24		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.95/1.24		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.95/1.24		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.95/1.24		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.95/1.24		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.95/1.24		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.95/1.24		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.95/1.24		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.95/1.24		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.95/1.24		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.95/1.24		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.95/1.24	o 445 
4.95/1.26	o 412 
6.42/1.42	o 334 
8.74/1.70	o 327 
8.74/1.78	o 316 
8.74/1.78	o 314 
13.41/2.32	o 311 
14.99/2.55	o 309 
14.99/2.55	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (527/537)
14.99/2.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
14.99/2.55		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
14.99/2.55		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
14.99/2.55		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
14.99/2.55		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
14.99/2.55	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (527/537)
14.99/2.55		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
14.99/2.55		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
14.99/2.55		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
14.99/2.55		at org.chocosolver.solver.Solver.repair(Solver.java:443)
14.99/2.55		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
14.99/2.55		at org.chocosolver.solver.Solver.solve(Solver.java:262)
14.99/2.55		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
14.99/2.55		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
14.99/2.55		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
14.99/2.55		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
14.99/2.55		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
14.99/2.55		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
14.99/2.55		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
14.99/2.55		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
14.99/2.55		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
14.99/2.55		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
14.99/2.55	o 307 
15.72/2.67	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Weak explanation found. Try to backjump to :d_9: dr[2]\2
15.72/2.67	{drd[11][3] = {37,55,84,124,143,146...,210}=[2,3], x[0] = 158=[205,205]∪[242,242]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[450,450]∪[485,485]∪[510,510], dr[25] = 0=[135,135]∪[149,149]∪[174,174]∪[227,227]∪[263,263]∪[265,265]∪[292,292]∪[327,327]∪[352,352], dr[1] = {0,1,9}=[182,182]∪[219,219]∪[221,222]∪[309,309]∪[362,362]∪[398,398]∪[400,400]∪[427,427]∪[462,462]∪[487,487], x[1] = 187=[9,9]∪[242,242]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[450,450]∪[485,485]∪[510,510], drd[26][1] = {47,87,109,173,181,182}=[37,37]∪[39,40], dr[6] = 25=[0,0]∪[60,60]∪[87,87]∪[89,89]∪[125,125]∪[178,178]∪[265,266]∪[268,268]∪[305,305]∪[323,323]∪[352,352]∪[392,392]∪[414,414]∪[478,478]∪[486,487]∪[501,501], drd[2][2] = {39,57,86,126,148,212...,220}=[88,88]∪[141,141]∪[177,177]∪[179,179]∪[206,206]∪[221,221]∪[235,235]∪[241,241]∪[266,266], dr[27] = {0,8,9}=[173,173]∪[210,210]∪[212,213]∪[300,300]∪[353,353]∪[389,389]∪[391,391]∪[418,418]∪[453,453]∪[478,478], dr[19] = 0=[27,27]∪[29,29]∪[35,35]∪[60,60]∪[65,65]∪[118,118]∪[205,206]∪[208,208]∪[245,245]∪[263,263]∪[292,292]∪[332,332]∪[354,354]∪[418,418]∪[426,427]∪[441,441], dr[9] = 0=[164,164]∪[178,178]∪[198,198]∪[234,234]∪[236,236]∪[263,263]∪[298,298]∪[323,323], dr[23] = 0=[36,36]∪[38,38]∪[53,53]∪[65,65]∪[100,100]∪[125,125]∪[140,141]∪[143,143]∪[180,180]∪[198,198]∪[227,227]∪[267,267]∪[289,289]∪[353,353]∪[361,362]∪[376,376], dr[13] = {0,1,8}=[181,181]∪[218,218]∪[220,221]∪[308,308]∪[361,361]∪[397,397]∪[399,399]∪[426,426]∪[461,461]∪[486,486], drd[3][4] = {40,58,87,127,140,149...,176}=[0,1], dr[26] = 47=[173,173]∪[180,182]∪[196,196]∪[216,216]∪[218,218]∪[245,245]∪[280,280]∪[305,305], drd[3][1] = {40,58,87,127,149,213...,222}=[0,1]∪[3,3], drd[11][2] = {37,55,84,124,146,210...,218}=[2,3], dr[16] = {0,1,8}=[181,181]∪[218,218]∪[220,221]∪[308,308]∪[361,361]∪[397,397]∪[399,399]∪[426,426]∪[461,461]∪[486,486], dr[24] = 0=[135,135]∪[149,149]∪[174,174]∪[227,227]∪[263,263]∪[265,265]∪[292,292]∪[327,327]∪[352,352], dr[14] = 0=[25,25]∪[35,35]∪[62,62]∪[64,64]∪[100,100]∪[153,153]∪[240,241]∪[243,243]∪[280,280]∪[298,298]∪[327,327]∪[367,367]∪[389,389]∪[453,453]∪[461,462]∪[476,476], x[6] = 485=[9,9]∪[23,24]∪[32,32]∪[96,96]∪[118,118]∪[158,158]∪[187,187]∪[205,205]∪[242,242]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[450,450]∪[510,510], drd[3][3] = {40,58,87,127,140,149...,213}=[0,1], dr[29] = 0=[27,27]∪[29,29]∪[35,35]∪[60,60]∪[65,65]∪[118,118]∪[205,206]∪[208,208]∪[245,245]∪[263,263]∪[292,292]∪[332,332]∪[354,354]∪[418,418]∪[426,427]∪[441,441], dr[7] = 2=[0,0]∪[38,38]∪[62,62]∪[87,87]∪[91,91]∪[178,179]∪[181,181]∪[218,218]∪[236,236]∪[265,265]∪[305,305]∪[327,327]∪[391,391]∪[399,400]∪[414,414], dr[0] = {0,1,9}=[182,182]∪[219,219]∪[221,222]∪[309,309]∪[362,362]∪[398,398]∪[400,400]∪[427,427]∪[462,462]∪[487,487], drd[26][3] = {47,87,109,173,180}=[39,40], dr[15] = 0=[178,178]∪[196,196]∪[233,233]∪[235,236]∪[323,323]∪[376,376]∪[412,412]∪[414,414]∪[441,441]∪[476,476]∪[501,501], dr[22] = 0=[100,100]∪[125,125]\xe2\x88\xaa[140,141]∪[143,143]∪[180,180]∪[198,198]∪[227,227]∪[267,267]∪[289,289]∪[353,353]∪[361,362]∪[376,376], drd[26][4] = {47,87,109,180,216}=[39,40], dr[3] = 40=[0,1]∪[176,176]∪[178,178]∪[205,205]∪[213,213]∪[221,222]∪[236,236]∪[240,240]∪[265,265], drd[26][0] = {47,87,109,173,181,182...,196}=[0,0]∪[37,37]∪[39,40], x[5] = 450=[9,9]∪[23,24]∪[32,32]∪[96,96]∪[118,118]∪[158,158]∪[187,187]∪[205,205]∪[242,242]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[485,485]∪[510,510], dr[17] = 0=[109,109]∪[146,146]∪[148,149]∪[236,236]∪[289,289]∪[325,325]∪[327,327]∪[354,354]∪[389,389]∪[414,414], dr[10] = 0=[164,164]∪[178,178]∪[198,198]∪[234,234]∪[236,236]∪[263,263]∪[298,298]∪[323,323], dr[11] = 37=[179,179]∪[181,181]∪[208,208]∪[210,210]∪[218,219]∪[233,233]∪[243,243]∪[268,268], dr[21] = 0=[22,22]∪[40,40]∪[69,69]∪[86,87]∪[94,95]∪[109,109]∪[124,124]∪[126,127]∪[214,214]∪[267,267]∪[303,303]∪[305,305]∪[332,332]∪[367,367]∪[392,392], x[4] = 421=[9,9]∪[23,24]∪[32,32]∪[244,245]∪[332,332]∪[423,423]∪[450,450]∪[485,485]∪[510,510], drd[3][2] = {40,58,87,127,149,213...,221}=[0,1], drd[11][4] = {37,55,84,124,143,146...,179}=[2,3], dr[20] = 0=[109,109]∪[124,124]∪[126,127]∪[214,214]∪[267,267]∪[303,303]∪[305,305]∪[332,332]∪[367,367]∪[392,392], x[2] = 205=[9,9]∪[23,23]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[450,450]∪[485,485]∪[510,510], SUM = [296,306]=[0,137]∪[307,12038], drd[2][4] = {39,57,86,126,141,148...,177}=[88,88]∪[179,179]∪[206,206]∪[212,212]∪[220,221]∪[235,235]∪[241,241]∪[266,266], dr[2] = 39=[0,2]∪[177,177]∪[179,179]∪[206,206]∪[212,212]∪[220,221]∪[235,235]∪[241,241]∪[266,266], drd[11][1] = {37,55,84,124,146,210...,219}=[0,0]∪[2,3], dr[8] = 0=[36,36]∪[64,64]∪[89,89]∪[176,177]∪[179,179]∪[216,216]∪[234,234]∪[263,263]∪[303,303]∪[325,325]∪[389,389]∪[397,398]∪[412,412], drd[2][3] = {39,57,86,126,141,148...,212}=[88,88]∪[177,177]∪[179,179]∪[206,206]∪[220,221]∪[235,235]∪[241,241]∪[266,266], dr[18] = 0=[109,109]∪[146,146]∪[148,149]∪[236,236]∪[289,289]∪[325,325]∪[327,327]∪[354,354]∪[389,389]∪[414,414], dr[12] = {0,1,8}=[181,181]∪[218,218]∪[220,221]∪[308,308]∪[361,361]∪[397,397]∪[399,399]∪[426,426]∪[461,461]∪[486,486], dr[4] = 53=[0,0]∪[127,127]∪[145,145]∪[153,153]∪[174,174]∪[178,178]∪[214,214]∪[236,236]∪[300,300]∪[308,309]∪[323,323], x[3] = 385=[9,9]∪[23,24]∪[244,245]∪[332,332]∪[421,421]∪[423,423]∪[450,450]∪[485,485]∪[510,510], dr[5] = 53=[0,0]∪[127,127]∪[145,145]∪[153,153]∪[174,174]∪[178,178]∪[214,214]∪[236,236]∪[300,300]∪[308,309]∪[323,323], drd[8][4] = 0=[2,2], drd[26][2] = {47,87,109,173,181}=[39,40], drd[20][2] = {0,22,40,69,86,87...,94}=[95,95]∪[109,109]∪[126,127]∪[214,214]∪[267,267]∪[303,303]∪[305,305]∪[332,332]∪[367,367]∪[392,392]}
15.72/2.67		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
15.72/2.67		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
15.72/2.67		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
15.72/2.67		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
15.72/2.67		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
15.72/2.67	Caused by: org.chocosolver.solver.exception.SolverException: Weak explanation found. Try to backjump to :d_9: dr[2]\2
15.72/2.67	{drd[11][3] = {37,55,84,124,143,146...,210}=[2,3], x[0] = 158=[205,205]∪[242,242]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[450,450]∪[485,485]∪[510,510], dr[25] = 0=[135,135]∪[149,149]∪[174,174]∪[227,227]∪[263,263]∪[265,265]∪[292,292]∪[327,327]∪[352,352], dr[1] = {0,1,9}=[182,182]∪[219,219]∪[221,222]∪[309,309]∪[362,362]∪[398,398]∪[400,400]∪[427,427]∪[462,462]∪[487,487], x[1] = 187=[9,9]∪[242,242]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[450,450]∪[485,485]∪[510,510], drd[26][1] = {47,87,109,173,181,182}=[37,37]∪[39,40], dr[6] = 25=[0,0]∪[60,60]∪[87,87]∪[89,89]∪[125,125]∪[178,178]∪[265,266]∪[268,268]∪[305,305]∪[323,323]∪[352,352]∪[392,392]∪[414,414]∪[478,478]∪[486,487]∪[501,501], drd[2][2] = {39,57,86,126,148,212...,220}=[88,88]∪[141,141]∪[177,177]∪[179,179]∪[206,206]∪[221,221]∪[235,235]∪[241,241]∪[266,266], dr[27] = {0,8,9}=[173,173]∪[210,210]∪[212,213]∪[300,300]∪[353,353]∪[389,389]∪[391,391]∪[418,418]∪[453,453]∪[478,478], dr[19] = 0=[27,27]∪[29,29]∪[35,35]∪[60,60]∪[65,65]∪[118,118]∪[205,206]∪[208,208]∪[245,245]∪[263,263]∪[292,292]∪[332,332]∪[354,354]∪[418,418]∪[426,427]∪[441,441], dr[9] = 0=[164,164]∪[178,178]∪[198,198]∪[234,234]∪[236,236]∪[263,263]∪[298,298]∪[323,323], dr[23] = 0=[36,36]∪[38,38]∪[53,53]∪[65,65]∪[100,100]∪[125,125]∪[140,141]∪[143,143]∪[180,180]∪[198,198]∪[227,227]∪[267,267]∪[289,289]∪[353,353]∪[361,362]∪[376,376], dr[13] = {0,1,8}=[181,181]∪[218,218]∪[220,221]∪[308,308]∪[361,361]∪[397,397]∪[399,399]∪[426,426]∪[461,461]∪[486,486], drd[3][4] = {40,58,87,127,140,149...,176}=[0,1], dr[26] = 47=[173,173]∪[180,182]∪[196,196]∪[216,216]∪[218,218]∪[245,245]∪[280,280]∪[305,305], drd[3][1] = {40,58,87,127,149,213...,222}=[0,1]∪[3,3], drd[11][2] = {37,55,84,124,146,210...,218}=[2,3], dr[16] = {0,1,8}=[181,181]∪[218,218]∪[220,221]∪[308,308]∪[361,361]∪[397,397]∪[399,399]∪[426,426]∪[461,461]∪[486,486], dr[24] = 0=[135,135]∪[149,149]∪[174,174]∪[227,227]∪[263,263]∪[265,265]∪[292,292]∪[327,327]∪[352,352], dr[14] = 0=[25,25]∪[35,35]∪[62,62]∪[64,64]∪[100,100]∪[153,153]∪[240,241]∪[243,243]∪[280,280]∪[298,298]∪[327,327]∪[367,367]∪[389,389]∪[453,453]∪[461,462]∪[476,476], x[6] = 485=[9,9]∪[23,24]∪[32,32]∪[96,96]∪[118,118]∪[158,158]∪[187,187]∪[205,205]∪[242,242]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[450,450]∪[510,510], drd[3][3] = {40,58,87,127,140,149...,213}=[0,1], dr[29] = 0=[27,27]∪[29,29]∪[35,35]∪[60,60]∪[65,65]∪[118,118]∪[205,206]∪[208,208]∪[245,245]∪[263,263]∪[292,292]∪[332,332]∪[354,354]∪[418,418]∪[426,427]∪[441,441], dr[7] = 2=[0,0]∪[38,38]∪[62,62]∪[87,87]∪[91,91]∪[178,179]∪[181,181]∪[218,218]∪[236,236]∪[265,265]∪[305,305]∪[327,327]∪[391,391]∪[399,400]∪[414,414], dr[0] = {0,1,9}=[182,182]∪[219,219]∪[221,222]∪[309,309]∪[362,362]∪[398,398]∪[400,400]∪[427,427]∪[462,462]∪[487,487], drd[26][3] = {47,87,109,173,180}=[39,40], dr[15] = 0=[178,178]∪[196,196]∪[233,233]∪[235,236]∪[323,323]∪[376,376]∪[412,412]∪[414,414]∪[441,441]∪[476,476]∪[501,501], dr[22] = 0=[100,100]∪[125,125]∪[140,141]∪[143,143]∪[180,180]∪[198,198]∪[227,227]∪[267,267]∪[289,289]∪[353,353]∪[361,362]∪[376,376], drd[26][4] = {47,87,109,180,216}=[39,40], dr[3] = 40=[0,1]∪[176,176]∪[178,178]∪[205,205]∪[213,213]∪[221,222]∪[236,236]∪[240,240]∪[265,265], drd[26][0] = {47,87,109,173,181,182...,196}=[0,0]∪[37,37]∪[39,40], x[5] = 450=[9,9]∪[23,24]∪[32,32]∪[96,96]∪[118,118]∪[158,158]∪[187,187]∪[205,205]∪[242,242]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[485,485]∪[510,510], dr[17] = 0=[109,109]∪[146,146]∪[148,149]∪[236,236]∪[289,289]∪[325,325]∪[327,327]∪[354,354]∪[389,389]∪[414,414], dr[10] = 0=[164,164]∪[178,178]∪[198,198]∪[234,234]∪[236,236]∪[263,263]∪[298,298]∪[323,323], dr[11] = 37=[179,179]∪[181,181]∪[208,208]∪[210,210]∪[218,219]∪[233,233]∪[243,243]∪[268,268], dr[21] = 0=[22,22]∪[40,40]∪[69,69]∪[86,87]∪[94,95]∪[109,109]∪[124,124]∪[126,127]∪[214,214]∪[267,267]∪[303,303]∪[305,305]∪[332,332]∪[367,367]∪[392,392], x[4] = 421=[9,9]∪[23,24]∪[32,32]∪[244,245]∪[332,332]∪[423,423]∪[450,450]∪[485,485]∪[510,510], drd[3][2] = {40,58,87,127,149,213...,221}=[0,1], drd[11][4] = {37,55,84,124,143,146...,179}=[2,3], dr[20] = 0=[109,109]∪[124,124]∪[126,127]∪[214,214]∪[267,267]∪[303,303]∪[305,305]∪[332,332]∪[367,367]∪[392,392], x[2] = 205=[9,9]∪[23,23]∪[244,245]∪[332,332]∪[385,385]∪[421,421]∪[423,423]∪[450,450]∪[485,485]∪[510,510], SUM = [296,306]=[0,137]∪[307,12038], drd[2][4] = {39,57,86,126,141,148...,177}=[88,88]∪[179,179]∪[206,206]∪[212,212]∪[220,221]∪[235,235]∪[241,241]∪[266,266], dr[2] = 39=[0,2]∪[177,177]∪[179,179]∪[206,206]∪[212,212]∪[220,221]∪[235,235]∪[241,241]∪[266,266], drd[11][1] = {37,55,84,124,146,210...,219}=[0,0]∪[2,3], dr[8] = 0=[36,36]∪[64,64]∪[89,89]∪[176,177]∪[179,179]∪[216,216]∪[234,234]∪[263,263]∪[303,303]∪[325,325]∪[389,389]∪[397,398]∪[412,412], drd[2][3] = {39,57,86,126,141,148...,212}=[88,88]∪[177,177]∪[179,179]∪[206,206]∪[220,221]∪[235,235]∪[241,241]∪[266,266], dr[18] = 0=[109,109]∪[146,146]∪[148,149]∪[236,236]∪[289,289]∪[325,325]∪[327,327]∪[354,354]∪[389,389]∪[414,414], dr[12] = {0,1,8}=[181,181]∪[218,218]∪[220,221]∪[308,308]∪[361,361]∪[397,397]∪[399,399]∪[426,426]∪[461,461]∪[486,486], dr[4] = 53=[0,0]∪[127,127]∪[145,145]∪[153,153]∪[174,174]∪[178,178]∪[214,214]∪[236,236]∪[300,300]∪[308,309]∪[323,323], x[3] = 385=[9,9]∪[23,24]∪[244,245]∪[332,332]∪[421,421]∪[423,423]∪[450,450]∪[485,485]∪[510,510], dr[5] = 53=[0,0]∪[127,127]∪[145,145]∪[153,153]∪[174,174]∪[178,178]∪[214,214]∪[236,236]∪[300,300]∪[308,309]∪[323,323], drd[8][4] = 0=[2,2], drd[26][2] = {47,87,109,173,181}=[39,40], drd[20][2] = {0,22,40,69,86,87...,94}=[95,95]∪[109,109]∪[126,127]∪[214,214]∪[267,267]∪[303,303]∪[305,305]∪[332,332]∪[367,367]∪[392,392]}
15.72/2.67		at org.chocosolver.solver.learn.ExplanationForSignedClause.stop(ExplanationForSignedClause.java:288)
15.72/2.67		at org.chocosolver.solver.learn.ExplanationForSignedClause.loop(ExplanationForSignedClause.java:193)
15.72/2.67		at org.chocosolver.solver.learn.ExplanationForSignedClause.learnSignedClause(ExplanationForSignedClause.java:171)
15.72/2.67		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.onFailure(LearnSignedClauses.java:97)
15.72/2.67		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.record(LearnSignedClauses.java:80)
15.72/2.67		at org.chocosolver.solver.Solver.repair(Solver.java:433)
15.72/2.67		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
15.72/2.67		at org.chocosolver.solver.Solver.solve(Solver.java:262)
15.72/2.67		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
15.72/2.67		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
15.72/2.67		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
15.72/2.67		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
15.72/2.67		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
15.72/2.67		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
15.72/2.67		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
15.72/2.67		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
15.72/2.67		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
15.72/2.67		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
15.72/2.67	s OPTIMUM FOUND
15.72/2.67	v <instantiation>
15.72/2.67	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[0][5] drd[0][6] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[1][5] drd[1][6] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[2][5] drd[2][6] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[3][5] drd[3][6] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[4][5] drd[4][6] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[5][5] drd[5][6] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[6][5] drd[6][6] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[7][5] drd[7][6] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[8][5] drd[8][6] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[9][5] drd[9][6] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[10][5] drd[10][6] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[11][5] drd[11][6] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[12][5] drd[12][6] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[13][5] drd[13][6] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[14][5] drd[14][6] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[15][5] drd[15][6] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[16][5] drd[16][6] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[17][5] drd[17][6] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[18][5] drd[18][6] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[19][5] drd[19][6] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[20][5] drd[20][6] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[21][5] drd[21][6] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[22][5] drd[22][6] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[23][5] drd[23][6] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[24][5] drd[24][6] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[25][5] drd[25][6] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[26][5] drd[26][6] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[27][5] drd[27][6] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[28][5] drd[28][6] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] drd[29][5] drd[29][6] 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] </list>
15.72/2.67	v 	<values>24 96 187 244 332 385 450 1 73 164 221 309 362 427 1 73 164 221 309 362 427 220 148 57 0 88 141 206 221 149 58 1 87 140 205 308 236 145 88 0 53 118 308 236 145 88 0 53 118 486 414 323 266 178 125 60 399 327 236 179 91 38 27 397 325 234 177 89 36 29 163 91 0 57 145 198 263 163 91 0 57 145 198 263 218 146 55 2 90 143 208 0 72 163 220 308 361 426 0 72 163 220 308 361 426 461 389 298 241 153 100 35 15 87 178 235 323 376 441 0 72 163 220 308 361 426 72 0 91 148 236 289 354 72 0 91 148 236 289 354 426 354 263 206 118 65 0 94 22 69 126 214 267 332 94 22 69 126 214 267 332 361 289 198 141 53 0 65 361 289 198 141 53 0 65 134 62 29 86 174 227 292 134 62 29 86 174 227 292 181 109 18 39 127 180 245 8 64 155 212 300 353 418 8 64 155 212 300 353 418 426 354 263 206 118 65 0 1 1 0 1 0 0 60 27 29 0 0 2 0 0 35 15 0 0 0 0 22 22 0 0 29 29 18 8 8 0 </values>
15.72/2.67	v </instantiation>

Verifier Data

OK	307

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 (10761 MiB free)
  memory of node 1: 16384 MiB (15295 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393764-1568441908/watcher-4393764-1568441908 -o /tmp/evaluation-result-4393764-1568441908/solver-4393764-1568441908 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 486245191 HOME/instance-4393764-1568441908.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21577, runsolver pid=21574

[startup+0.100158 s]*
/proc/loadavg: 8.37 8.28 7.94 3/210 21598
/proc/meminfo: memFree=26665356/32770624 swapFree=66977616/67108860
[pid=21577] ppid=21574 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21577/stat : 21577 (xcsp3-exec) S 21574 21577 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420448051 115843072 364 33554432000 4194304 5098028 140723366914496 140723366912600 140247434777212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11227136 140723366916982 140723366917225 140723366917225 140723366920138 0
/proc/21577/statm: 28282 364 305 221 0 87 0
[pid=21579] ppid=21577 vsize=28227388 memory=28880 CPUtime=0.13 cores=0-7
/proc/21579/stat : 21579 (java) S 21577 21577 18566 0 -1 1077944320 5714 0 0 0 12 1 0 0 20 0 20 0 420448052 28904845312 7220 33554432000 4194304 4196468 140727534621680 140727534604224 139964052676343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
/proc/21579/statm: 7056847 7220 3117 1 0 7019032 0
[pid=21579/tid=21580] ppid=21577 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/21579/task/21580/stat : 21580 (java) R 21577 21577 18566 0 -1 4202560 3597 0 0 0 8 0 0 0 20 0 20 0 420448052 28904845312 7220 33554432000 4194304 4196468 140727534621680 139964056908432 139964044913470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21581] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21581/stat : 21581 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 7220 33554432000 4194304 4196468 140727534621680 139964005296912 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21582] ppid=21577 vsize=28227388 memory=3906504214817343136 CPUtime=0 cores=0-7
/proc/21579/task/21582/stat : 21582 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 7220 33554432000 4194304 4196468 140727534621680 139964004244368 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21583] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21583/stat : 21583 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 7220 33554432000 4194304 4196468 140727534621680 139964003191824 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21584] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21584/stat : 21584 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 7220 33554432000 4194304 4196468 140727534621680 139964002139280 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21585] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21585/stat : 21585 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 7220 33554432000 4194304 4196468 140727534621680 139964001085712 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21586] ppid=21577 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21579/task/21586/stat : 21586 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 7220 33554432000 4194304 4196468 140727534621680 139964000033168 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21587] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21587/stat : 21587 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 7220 33554432000 4194304 4196468 140727534621680 139963998980624 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21588] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21588/stat : 21588 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 7220 33554432000 4194304 4196468 140727534621680 139963997928080 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21589] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21589/stat : 21589 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448054 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962247866864 139964052687490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21590] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21590/stat : 21590 (java) S 21577 21577 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420448055 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962179642784 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21591] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21591/stat : 21591 (java) S 21577 21577 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420448055 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962178590192 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21592] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21592/stat : 21592 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448057 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962177538768 139964052694939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21593] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21593/stat : 21593 (java) S 21577 21577 18566 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 420448057 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962176485360 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21594] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21594/stat : 21594 (java) R 21577 21577 18566 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 20 0 420448057 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962175432816 139964036112081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21595] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21595/stat : 21595 (java) S 21577 21577 18566 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 420448057 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962174380272 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21596] ppid=21577 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21579/task/21596/stat : 21596 (java) R 21577 21577 18566 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 20 0 420448057 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962173327728 139964052688278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21597] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21597/stat : 21597 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420448058 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962172275424 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21598] ppid=21577 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21579/task/21598/stat : 21598 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448058 28904845312 7220 33554432000 4194304 4196468 140727534621680 139962171222960 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30336 KiB

[startup+0.210251 s]*
/proc/loadavg: 8.37 8.28 7.94 3/210 21598
/proc/meminfo: memFree=26654624/32770624 swapFree=66977616/67108860
[pid=21577] ppid=21574 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21577/stat : 21577 (xcsp3-exec) S 21574 21577 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420448051 115843072 364 33554432000 4194304 5098028 140723366914496 140723366912600 140247434777212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11227136 140723366916982 140723366917225 140723366917225 140723366920138 0
/proc/21577/statm: 28282 364 305 221 0 87 0
[pid=21579] ppid=21577 vsize=28227388 memory=40684 CPUtime=0.34 cores=0-7
/proc/21579/stat : 21579 (java) S 21577 21577 18566 0 -1 1077944320 9403 0 0 0 31 3 0 0 20 0 20 0 420448052 28904845312 10171 33554432000 4194304 4196468 140727534621680 140727534604224 139964052676343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
/proc/21579/statm: 7056847 10171 3297 1 0 7019032 0
[pid=21579/tid=21580] ppid=21577 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/21579/task/21580/stat : 21580 (java) R 21577 21577 18566 0 -1 4202560 6617 0 0 0 18 2 0 0 20 0 20 0 420448052 28904845312 10171 33554432000 4194304 4196468 140727534621680 139964056906064 139964052688278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21581] ppid=21577 vsize=28227388 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/21579/task/21581/stat : 21581 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 10171 33554432000 4194304 4196468 140727534621680 139964005296912 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21582] ppid=21577 vsize=28227388 memory=140370619566004 CPUtime=0 cores=0-7
/proc/21579/task/21582/stat : 21582 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 10171 33554432000 4194304 4196468 140727534621680 139964004244368 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21583] ppid=21577 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21579/task/21583/stat : 21583 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 10171 33554432000 4194304 4196468 140727534621680 139964003191824 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21584] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21584/stat : 21584 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 10171 33554432000 4194304 4196468 140727534621680 139964002139280 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21585] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21585/stat : 21585 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 10171 33554432000 4194304 4196468 140727534621680 139964001085712 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21586] ppid=21577 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21579/task/21586/stat : 21586 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 10171 33554432000 4194304 4196468 140727534621680 139964000033168 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21587] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21587/stat : 21587 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 10171 33554432000 4194304 4196468 140727534621680 139963998980624 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21588] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21588/stat : 21588 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420448053 28904845312 10171 33554432000 4194304 4196468 140727534621680 139963997928080 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21589] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21589/stat : 21589 (java) S 21577 21577 18566 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420448054 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962247866864 139964052687490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21590] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21590/stat : 21590 (java) S 21577 21577 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420448055 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962179642784 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21591] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21591/stat : 21591 (java) S 21577 21577 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420448055 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962178590192 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21592] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21592/stat : 21592 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448057 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962177538768 139964052694939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21593] ppid=21577 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21579/task/21593/stat : 21593 (java) S 21577 21577 18566 0 -1 1077944384 403 0 0 0 1 0 0 0 20 0 20 0 420448057 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962176485360 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21594] ppid=21577 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21579/task/21594/stat : 21594 (java) S 21577 21577 18566 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 20 0 420448057 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962175432816 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21595] ppid=21577 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/21579/task/21595/stat : 21595 (java) S 21577 21577 18566 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 20 0 420448057 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962174380272 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21596] ppid=21577 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/21579/task/21596/stat : 21596 (java) S 21577 21577 18566 0 -1 1077944384 799 0 0 0 8 0 0 0 20 0 20 0 420448057 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962173327728 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21597] ppid=21577 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21597/stat : 21597 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420448058 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962172275424 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21598] ppid=21577 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21579/task/21598/stat : 21598 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448058 28904845312 10171 33554432000 4194304 4196468 140727534621680 139962171222960 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42140 KiB

[startup+0.309696 s]*
/proc/loadavg: 7.78 8.16 7.90 4/210 21598
/proc/meminfo: memFree=26646248/32770624 swapFree=66977616/67108860
[pid=21577] ppid=21574 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21577/stat : 21577 (xcsp3-exec) S 21574 21577 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420448051 115843072 364 33554432000 4194304 5098028 140723366914496 140723366912600 140247434777212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11227136 140723366916982 140723366917225 140723366917225 140723366920138 0
/proc/21577/statm: 28282 364 305 221 0 87 0
[pid=21579] ppid=21577 vsize=28231644 memory=49644 CPUtime=0.52 cores=0-7
/proc/21579/stat : 21579 (java) S 21577 21577 18566 0 -1 1077944320 10853 0 0 0 49 3 0 0 20 0 20 0 420448052 28909203456 12411 33554432000 4194304 4196468 140727534621680 140727534604224 139964052676343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
/proc/21579/statm: 7057911 12411 3336 1 0 7019032 0
[pid=21579/tid=21580] ppid=21577 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/21579/task/21580/stat : 21580 (java) R 21577 21577 18566 0 -1 4202560 7789 0 0 0 27 2 0 0 20 0 20 0 420448052 28909203456 12411 33554432000 4194304 4196468 140727534621680 139964056908672 139964036756830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21581] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21581/stat : 21581 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28909203456 12411 33554432000 4194304 4196468 140727534621680 139964005296912 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21582] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21582/stat : 21582 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28909203456 12411 33554432000 4194304 4196468 140727534621680 139964004244368 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21583] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21583/stat : 21583 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28909203456 12411 33554432000 4194304 4196468 140727534621680 139964003191824 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21584] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21584/stat : 21584 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28909203456 12411 33554432000 4194304 4196468 140727534621680 139964002139280 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21585] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21585/stat : 21585 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28909203456 12411 33554432000 4194304 4196468 140727534621680 139964001085712 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21586] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21586/stat : 21586 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28909203456 12411 33554432000 4194304 4196468 140727534621680 139964000033168 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21587] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21587/stat : 21587 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28909203456 12411 33554432000 4194304 4196468 140727534621680 139963998980624 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21588] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21588/stat : 21588 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420448053 28909203456 12411 33554432000 4194304 4196468 140727534621680 139963997928080 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21589] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21589/stat : 21589 (java) S 21577 21577 18566 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420448054 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962247866864 139964052687490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21590] ppid=21577 vsize=28231644 memory=280740940160384 CPUtime=0 cores=0-7
/proc/21579/task/21590/stat : 21590 (java) S 21577 21577 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420448055 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962179642784 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21591] ppid=21577 vsize=28231644 memory=280740940164992 CPUtime=0 cores=0-7
/proc/21579/task/21591/stat : 21591 (java) S 21577 21577 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420448055 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962178590192 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21592] ppid=21577 vsize=28231644 memory=280740940169600 CPUtime=0 cores=0-7
/proc/21579/task/21592/stat : 21592 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448057 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962177538768 139964052694939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21593] ppid=21577 vsize=28231644 memory=280740940174208 CPUtime=0.04 cores=0-7
/proc/21579/task/21593/stat : 21593 (java) R 21577 21577 18566 0 -1 4202560 528 0 0 0 4 0 0 0 20 0 20 0 420448057 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962176475744 139964034199233 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21594] ppid=21577 vsize=28231644 memory=280740940178816 CPUtime=0.03 cores=0-7
/proc/21579/task/21594/stat : 21594 (java) S 21577 21577 18566 0 -1 1077944384 131 0 0 0 3 0 0 0 20 0 20 0 420448057 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962175432816 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21595] ppid=21577 vsize=28231644 memory=280740940183424 CPUtime=0.01 cores=0-7
/proc/21579/task/21595/stat : 21595 (java) S 21577 21577 18566 0 -1 1077944384 166 0 0 0 1 0 0 0 20 0 20 0 420448057 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962174380272 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21596] ppid=21577 vsize=28231644 memory=280740940188032 CPUtime=0.12 cores=0-7
/proc/21579/task/21596/stat : 21596 (java) S 21577 21577 18566 0 -1 1077944384 930 0 0 0 12 0 0 0 20 0 20 0 420448057 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962173327728 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21597] ppid=21577 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21597/stat : 21597 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420448058 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962172275424 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21598] ppid=21577 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/21579/task/21598/stat : 21598 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448058 28909203456 12411 33554432000 4194304 4196468 140727534621680 139962171222960 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51100 KiB

[startup+0.70105 s]
/proc/loadavg: 7.78 8.16 7.90 5/210 21598
/proc/meminfo: memFree=26629748/32770624 swapFree=66977616/67108860
[pid=21577] ppid=21574 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21577/stat : 21577 (xcsp3-exec) S 21574 21577 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420448051 115843072 364 33554432000 4194304 5098028 140723366914496 140723366912600 140247434777212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11227136 140723366916982 140723366917225 140723366917225 140723366920138 0
/proc/21577/statm: 28282 364 305 221 0 87 0
[pid=21579] ppid=21577 vsize=28233768 memory=142872 CPUtime=1.82 cores=0-7
/proc/21579/stat : 21579 (java) S 21577 21577 18566 0 -1 1077944320 16121 0 0 0 175 7 0 0 20 0 20 0 420448052 28911378432 35718 33554432000 4194304 4196468 140727534621680 140727534604224 139964052676343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
/proc/21579/statm: 7058442 35718 3457 1 0 7019544 0
[pid=21579/tid=21580] ppid=21577 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/21579/task/21580/stat : 21580 (java) R 21577 21577 18566 0 -1 4202560 9216 0 0 0 63 5 0 0 20 0 20 0 420448052 28911378432 35718 33554432000 4194304 4196468 140727534621680 139964056914272 139963677308423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21581] ppid=21577 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21581/stat : 21581 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28911378432 35718 33554432000 4194304 4196468 140727534621680 139964005296912 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21582] ppid=21577 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21582/stat : 21582 (java) S 21577 21577 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420448053 28911378432 35718 33554432000 4194304 4196468 140727534621680 139964004244368 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21583] ppid=21577 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/21579/task/21583/stat : 21583 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420448053 28911378432 35718 33554432000 4194304 4196468 140727534621680 139964003191824 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0

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

# the end of solver process 21577 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.7547 s, system=0.527415 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60115 s]
/proc/loadavg: 7.78 8.16 7.90 10/218 21606
/proc/meminfo: memFree=26408036/32770624 swapFree=66977616/67108860
[pid=21577] ppid=21574 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21577/stat : 21577 (xcsp3-exec) S 21574 21577 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420448051 115843072 364 33554432000 4194304 5098028 140723366914496 140723366912600 140247434777212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11227136 140723366916982 140723366917225 140723366917225 140723366920138 0
/proc/21577/statm: 28282 364 305 221 0 87 0
[pid=21579] ppid=21577 vsize=28770180 memory=408444 CPUtime=7.97 cores=0-7
/proc/21579/stat : 21579 (java) S 21577 21577 18566 0 -1 1077944320 26795 0 0 0 752 45 0 0 20 0 28 0 420448052 29460664320 102111 33554432000 4194304 4196468 140727534621680 140727534604224 139964052676343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
/proc/21579/statm: 7192545 102111 3515 1 0 7153647 0
[pid=21579/tid=21580] ppid=21577 vsize=28770180 memory=7679937539659563795 CPUtime=0.86 cores=0-7
/proc/21579/task/21580/stat : 21580 (java) S 21577 21577 18566 0 -1 1077944384 9427 0 0 0 80 6 0 0 20 0 28 0 420448052 29460664320 102111 33554432000 4194304 4196468 140727534621680 139964056917120 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21581] ppid=21577 vsize=28770180 memory=-7173504570860347296 CPUtime=0.08 cores=0-7
/proc/21579/task/21581/stat : 21581 (java) S 21577 21577 18566 0 -1 1077944384 104 0 0 0 5 3 0 0 20 0 28 0 420448053 29460664320 102111 33554432000 4194304 4196468 140727534621680 139964005296912 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21582] ppid=21577 vsize=28770180 memory=-7522837583129502606 CPUtime=0.09 cores=0-7
/proc/21579/task/21582/stat : 21582 (java) S 21577 21577 18566 0 -1 1077944384 129 0 0 0 6 3 0 0 20 0 28 0 420448053 29460664320 102111 33554432000 4194304 4196468 140727534621680 139964004244368 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21583] ppid=21577 vsize=28770180 memory=6944656592455362618 CPUtime=0.11 cores=0-7
/proc/21579/task/21583/stat : 21583 (java) S 21577 21577 18566 0 -1 1077944384 103 0 0 0 7 4 0 0 20 0 28 0 420448053 29460664320 102111 33554432000 4194304 4196468 140727534621680 139964003191824 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21584] ppid=21577 vsize=28770180 memory=7588684550706915689 CPUtime=0.11 cores=0-7
/proc/21579/task/21584/stat : 21584 (java) S 21577 21577 18566 0 -1 1077944384 88 0 0 0 7 4 0 0 20 0 28 0 420448053 29460664320 102111 33554432000 4194304 4196468 140727534621680 139964002139280 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21585] ppid=21577 vsize=28770180 memory=7452159321410984034 CPUtime=0.13 cores=0-7
/proc/21579/task/21585/stat : 21585 (java) S 21577 21577 18566 0 -1 1077944384 143 0 0 0 8 5 0 0 20 0 28 0 420448053 29460664320 102111 33554432000 4194304 4196468 140727534621680 139964001085712 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21586] ppid=21577 vsize=28770180 memory=0 CPUtime=0.11 cores=0-7
/proc/21579/task/21586/stat : 21586 (java) S 21577 21577 18566 0 -1 1077944384 116 0 0 0 8 3 0 0 20 0 28 0 420448053 29460664320 102111 33554432000 4194304 4196468 140727534621680 139964000033168 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21587] ppid=21577 vsize=28770180 memory=0 CPUtime=0.11 cores=0-7
/proc/21579/task/21587/stat : 21587 (java) S 21577 21577 18566 0 -1 1077944384 86 0 0 0 7 4 0 0 20 0 28 0 420448053 29460664320 102111 33554432000 4194304 4196468 140727534621680 139963998980624 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21588] ppid=21577 vsize=28770180 memory=4580 CPUtime=0.11 cores=0-7
/proc/21579/task/21588/stat : 21588 (java) S 21577 21577 18566 0 -1 1077944384 113 0 0 0 8 3 0 0 20 0 28 0 420448053 29460664320 102111 33554432000 4194304 4196468 140727534621680 139963997928080 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21589] ppid=21577 vsize=28770180 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21589/stat : 21589 (java) S 21577 21577 18566 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 420448054 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962247866864 139964052687490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21590] ppid=21577 vsize=28770180 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21590/stat : 21590 (java) S 21577 21577 18566 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 420448055 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962179642848 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21591] ppid=21577 vsize=28770180 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21591/stat : 21591 (java) S 21577 21577 18566 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420448055 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962178590208 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21592] ppid=21577 vsize=28770180 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21592/stat : 21592 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420448057 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962177538768 139964052694939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21593] ppid=21577 vsize=28770180 memory=0 CPUtime=0.86 cores=0-7
/proc/21579/task/21593/stat : 21593 (java) R 21577 21577 18566 0 -1 4202560 3227 0 0 0 85 1 0 0 20 0 28 0 420448057 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962176466376 139964044965725 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21594] ppid=21577 vsize=28770180 memory=0 CPUtime=0.85 cores=0-7
/proc/21579/task/21594/stat : 21594 (java) R 21577 21577 18566 0 -1 4202560 4197 0 0 0 85 0 0 0 20 0 28 0 420448057 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962175418488 139964034223080 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21595] ppid=21577 vsize=28770180 memory=0 CPUtime=0.7 cores=0-7
/proc/21579/task/21595/stat : 21595 (java) R 21577 21577 18566 0 -1 4202560 2761 0 0 0 70 0 0 0 20 0 28 0 420448057 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962174364760 139964037780869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21596] ppid=21577 vsize=28770180 memory=0 CPUtime=0.72 cores=0-7
/proc/21579/task/21596/stat : 21596 (java) R 21577 21577 18566 0 -1 4202560 3605 0 0 0 71 1 0 0 20 0 28 0 420448057 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962173324664 139964031480762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21597] ppid=21577 vsize=28770180 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21597/stat : 21597 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420448058 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962172275424 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21598] ppid=21577 vsize=28770180 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21598/stat : 21598 (java) R 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420448058 29460664320 102111 33554432000 4194304 4196468 140727534621680 139962171222960 139964052687490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 28883308 KiB
Current children cumulated memory: 409900 KiB

[startup+2.40129 s]
/proc/loadavg: 7.78 8.16 7.90 13/218 21670
/proc/meminfo: memFree=26278220/32770624 swapFree=66977616/67108860
[pid=21577] ppid=21574 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21577/stat : 21577 (xcsp3-exec) S 21574 21577 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420448051 115843072 364 33554432000 4194304 5098028 140723366914496 140723366912600 140247434777212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11227136 140723366916982 140723366917225 140723366917225 140723366920138 0
/proc/21577/statm: 28282 364 305 221 0 87 0
[pid=21579] ppid=21577 vsize=28768328 memory=430408 CPUtime=14.18 cores=0-7
/proc/21579/stat : 21579 (java) S 21577 21577 18566 0 -1 1077944320 31896 0 0 0 1368 50 0 0 20 0 28 0 420448052 29458767872 107602 33554432000 4194304 4196468 140727534621680 140727534604224 139964052676343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
/proc/21579/statm: 7192082 107602 3516 1 0 7153184 0
[pid=21579/tid=21580] ppid=21577 vsize=28768328 memory=0 CPUtime=0.86 cores=0-7
/proc/21579/task/21580/stat : 21580 (java) S 21577 21577 18566 0 -1 1077944384 9429 0 0 0 80 6 0 0 20 0 28 0 420448052 29458767872 107602 33554432000 4194304 4196468 140727534621680 139964056917120 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21581] ppid=21577 vsize=28768328 memory=6791534058613427641 CPUtime=0.08 cores=0-7
/proc/21579/task/21581/stat : 21581 (java) S 21577 21577 18566 0 -1 1077944384 104 0 0 0 5 3 0 0 20 0 28 0 420448053 29458767872 107602 33554432000 4194304 4196468 140727534621680 139964005296912 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21582] ppid=21577 vsize=28768328 memory=0 CPUtime=0.09 cores=0-7
/proc/21579/task/21582/stat : 21582 (java) S 21577 21577 18566 0 -1 1077944384 129 0 0 0 6 3 0 0 20 0 28 0 420448053 29458767872 107602 33554432000 4194304 4196468 140727534621680 139964004244368 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21583] ppid=21577 vsize=28768328 memory=5931329028008465232 CPUtime=0.11 cores=0-7
/proc/21579/task/21583/stat : 21583 (java) S 21577 21577 18566 0 -1 1077944384 103 0 0 0 7 4 0 0 20 0 28 0 420448053 29458767872 107602 33554432000 4194304 4196468 140727534621680 139964003191824 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21584] ppid=21577 vsize=28768328 memory=288230604707987820 CPUtime=0.11 cores=0-7
/proc/21579/task/21584/stat : 21584 (java) S 21577 21577 18566 0 -1 1077944384 88 0 0 0 7 4 0 0 20 0 28 0 420448053 29458767872 107602 33554432000 4194304 4196468 140727534621680 139964002139280 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21585] ppid=21577 vsize=28768328 memory=0 CPUtime=0.13 cores=0-7
/proc/21579/task/21585/stat : 21585 (java) S 21577 21577 18566 0 -1 1077944384 143 0 0 0 8 5 0 0 20 0 28 0 420448053 29458767872 107602 33554432000 4194304 4196468 140727534621680 139964001085712 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21586] ppid=21577 vsize=28768328 memory=140370470302448 CPUtime=0.11 cores=0-7
/proc/21579/task/21586/stat : 21586 (java) S 21577 21577 18566 0 -1 1077944384 116 0 0 0 8 3 0 0 20 0 28 0 420448053 29458767872 107602 33554432000 4194304 4196468 140727534621680 139964000033168 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21587] ppid=21577 vsize=28768328 memory=0 CPUtime=0.11 cores=0-7
/proc/21579/task/21587/stat : 21587 (java) S 21577 21577 18566 0 -1 1077944384 86 0 0 0 7 4 0 0 20 0 28 0 420448053 29458767872 107602 33554432000 4194304 4196468 140727534621680 139963998980624 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21588] ppid=21577 vsize=28768328 memory=0 CPUtime=0.11 cores=0-7
/proc/21579/task/21588/stat : 21588 (java) S 21577 21577 18566 0 -1 1077944384 113 0 0 0 8 3 0 0 20 0 28 0 420448053 29458767872 107602 33554432000 4194304 4196468 140727534621680 139963997928080 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21589] ppid=21577 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/21579/task/21589/stat : 21589 (java) S 21577 21577 18566 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 420448054 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962247866864 139964052687490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21590] ppid=21577 vsize=28768328 memory=291260 CPUtime=0 cores=0-7
/proc/21579/task/21590/stat : 21590 (java) S 21577 21577 18566 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 420448055 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962179642848 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21591] ppid=21577 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21591/stat : 21591 (java) S 21577 21577 18566 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420448055 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962178590208 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21592] ppid=21577 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/21579/task/21592/stat : 21592 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420448057 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962177538768 139964052694939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21593] ppid=21577 vsize=28768328 memory=0 CPUtime=1.36 cores=0-7
/proc/21579/task/21593/stat : 21593 (java) R 21577 21577 18566 0 -1 4202560 4686 0 0 0 135 1 0 0 20 0 28 0 420448057 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962176471904 139964034200602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21594] ppid=21577 vsize=28768328 memory=0 CPUtime=1.54 cores=0-7
/proc/21579/task/21594/stat : 21594 (java) R 21577 21577 18566 0 -1 4202560 5164 0 0 0 153 1 0 0 20 0 28 0 420448057 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962175425304 139964037581694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21595] ppid=21577 vsize=28768328 memory=0 CPUtime=1.15 cores=0-7
/proc/21579/task/21595/stat : 21595 (java) R 21577 21577 18566 0 -1 4202560 3852 0 0 0 115 0 0 0 20 0 28 0 420448057 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962174365232 139964031923125 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21596] ppid=21577 vsize=28768328 memory=0 CPUtime=0.89 cores=0-7
/proc/21579/task/21596/stat : 21596 (java) R 21577 21577 18566 0 -1 1077944384 4352 0 0 0 88 1 0 0 20 0 28 0 420448057 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962173327728 139964052687490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21597] ppid=21577 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21597/stat : 21597 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420448058 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962172275424 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21598] ppid=21577 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21598/stat : 21598 (java) R 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420448058 29458767872 107602 33554432000 4194304 4196468 140727534621680 139962171222960 139964052687490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
Current children cumulated CPU time: 14.18 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 431864 KiB

[startup+2.60129 s]
/proc/loadavg: 7.78 8.16 7.90 13/218 21670
/proc/meminfo: memFree=26278220/32770624 swapFree=66977616/67108860
[pid=21577] ppid=21574 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21577/stat : 21577 (xcsp3-exec) S 21574 21577 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420448051 115843072 364 33554432000 4194304 5098028 140723366914496 140723366912600 140247434777212 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11227136 140723366916982 140723366917225 140723366917225 140723366920138 0
/proc/21577/statm: 28282 364 305 221 0 87 0
[pid=21579] ppid=21577 vsize=28768328 memory=445228 CPUtime=15.72 cores=0-7
/proc/21579/stat : 21579 (java) S 21577 21577 18566 0 -1 1077944320 32219 0 0 0 1521 51 0 0 20 0 28 0 420448052 29458767872 111307 33554432000 4194304 4196468 140727534621680 140727534604224 139964052676343 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
/proc/21579/statm: 7192082 111307 3516 1 0 7153184 0
[pid=21579/tid=21580] ppid=21577 vsize=28768328 memory=7084843178240009318 CPUtime=0.87 cores=0-7
/proc/21579/task/21580/stat : 21580 (java) S 21577 21577 18566 0 -1 1077944384 9429 0 0 0 81 6 0 0 20 0 28 0 420448052 29458767872 111307 33554432000 4194304 4196468 140727534621680 139964056917120 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21581] ppid=21577 vsize=28768328 memory=0 CPUtime=0.08 cores=0-7
/proc/21579/task/21581/stat : 21581 (java) S 21577 21577 18566 0 -1 1077944384 104 0 0 0 5 3 0 0 20 0 28 0 420448053 29458767872 111307 33554432000 4194304 4196468 140727534621680 139964005296912 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21582] ppid=21577 vsize=28768328 memory=6944656592455097440 CPUtime=0.09 cores=0-7
/proc/21579/task/21582/stat : 21582 (java) S 21577 21577 18566 0 -1 1077944384 129 0 0 0 6 3 0 0 20 0 28 0 420448053 29458767872 111307 33554432000 4194304 4196468 140727534621680 139964004244368 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21583] ppid=21577 vsize=28768328 memory=0 CPUtime=0.11 cores=0-7
/proc/21579/task/21583/stat : 21583 (java) S 21577 21577 18566 0 -1 1077944384 103 0 0 0 7 4 0 0 20 0 28 0 420448053 29458767872 111307 33554432000 4194304 4196468 140727534621680 139964003191824 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21584] ppid=21577 vsize=28768328 memory=0 CPUtime=0.11 cores=0-7
/proc/21579/task/21584/stat : 21584 (java) S 21577 21577 18566 0 -1 1077944384 88 0 0 0 7 4 0 0 20 0 28 0 420448053 29458767872 111307 33554432000 4194304 4196468 140727534621680 139964002139280 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21585] ppid=21577 vsize=28768328 memory=13646 CPUtime=0.13 cores=0-7
/proc/21579/task/21585/stat : 21585 (java) S 21577 21577 18566 0 -1 1077944384 143 0 0 0 8 5 0 0 20 0 28 0 420448053 29458767872 111307 33554432000 4194304 4196468 140727534621680 139964001085712 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21586] ppid=21577 vsize=28768328 memory=6791534058613427641 CPUtime=0.11 cores=0-7
/proc/21579/task/21586/stat : 21586 (java) S 21577 21577 18566 0 -1 1077944384 116 0 0 0 8 3 0 0 20 0 28 0 420448053 29458767872 111307 33554432000 4194304 4196468 140727534621680 139964000033168 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21587] ppid=21577 vsize=28768328 memory=6296683638408171875 CPUtime=0.11 cores=0-7
/proc/21579/task/21587/stat : 21587 (java) S 21577 21577 18566 0 -1 1077944384 86 0 0 0 7 4 0 0 20 0 28 0 420448053 29458767872 111307 33554432000 4194304 4196468 140727534621680 139963998980624 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21588] ppid=21577 vsize=28768328 memory=0 CPUtime=0.11 cores=0-7
/proc/21579/task/21588/stat : 21588 (java) S 21577 21577 18566 0 -1 1077944384 113 0 0 0 8 3 0 0 20 0 28 0 420448053 29458767872 111307 33554432000 4194304 4196468 140727534621680 139963997928080 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21589] ppid=21577 vsize=28768328 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/21579/task/21589/stat : 21589 (java) S 21577 21577 18566 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 28 0 420448054 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962247866864 139964052687490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21590] ppid=21577 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/21579/task/21590/stat : 21590 (java) S 21577 21577 18566 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 420448055 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962179642848 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21591] ppid=21577 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/21579/task/21591/stat : 21591 (java) S 21577 21577 18566 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420448055 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962178590208 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21592] ppid=21577 vsize=28768328 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/21579/task/21592/stat : 21592 (java) S 21577 21577 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420448057 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962177538768 139964052694939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21593] ppid=21577 vsize=28768328 memory=9023629670928638048 CPUtime=1.51 cores=0-7
/proc/21579/task/21593/stat : 21593 (java) R 21577 21577 18566 0 -1 4202560 4786 0 0 0 150 1 0 0 20 0 28 0 420448057 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962176471584 139964034220066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21594] ppid=21577 vsize=28768328 memory=-3535359994705172875 CPUtime=1.72 cores=0-7
/proc/21579/task/21594/stat : 21594 (java) S 21577 21577 18566 0 -1 1077944384 5186 0 0 0 171 1 0 0 20 0 28 0 420448057 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962175419600 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21595] ppid=21577 vsize=28768328 memory=-2127768718887900958 CPUtime=1.33 cores=0-7
/proc/21579/task/21595/stat : 21595 (java) R 21577 21577 18566 0 -1 4202560 3888 0 0 0 133 0 0 0 20 0 28 0 420448057 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962174361840 139964034248764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21596] ppid=21577 vsize=28768328 memory=-3967418655009478193 CPUtime=0.9 cores=0-7
/proc/21579/task/21596/stat : 21596 (java) S 21577 21577 18566 0 -1 1077944384 4361 0 0 0 89 1 0 0 20 0 28 0 420448057 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962173327824 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21597] ppid=21577 vsize=28768328 memory=-7674914008656224160 CPUtime=0 cores=0-7
/proc/21579/task/21597/stat : 21597 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420448058 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962172275424 139964052686549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
[pid=21579/tid=21598] ppid=21577 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/21579/task/21598/stat : 21598 (java) S 21577 21577 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420448058 29458767872 111307 33554432000 4194304 4196468 140727534621680 139962171222960 139964052687490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140727534629866 140727534630038 140727534630038 140727534632911 0
Current children cumulated CPU time: 15.72 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 446684 KiB

Child status: 0
Real time (s): 2.69556
CPU time (s): 16.2821
CPU user time (s): 15.7547
CPU system time (s): 0.527415
CPU usage (%): 604.034
Max. virtual memory (cumulated for all children) (KiB): 28883308
Max. memory (cumulated for all children) (KiB): 446684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7547
system time used= 0.527415
maximum resident set size= 449016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4339
involuntary context switches= 377


# summary of solver processes directly reported to runsolver:
#   pid: 21577
#   total CPU time (s): 16.2821
#   total CPU user time (s): 15.7547
#   total CPU system time (s): 0.527415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028327 second user time and 0.08307 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-14 07:08:11
IDJOB=4393764
IDBENCH=138367
IDSOLVER=2841
FILE ID=node104/4393764-1568441908
RUNJOBID= node104-1568434335-18593
PBS_JOBID= 21702325
Free space on /tmp= 59012 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff87.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393764-1568441908/watcher-4393764-1568441908 -o /tmp/evaluation-result-4393764-1568441908/solver-4393764-1568441908 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 486245191 HOME/instance-4393764-1568441908.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 60c761b657be0d86f100d87a8dc157a6
RANDOM SEED=486245191

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26681632 kB
MemAvailable:   31832752 kB
Buffers:          186732 kB
Cached:          5217860 kB
SwapCached:        31688 kB
Active:          1778852 kB
Inactive:        3663456 kB
Active(anon):       4976 kB
Inactive(anon):    74136 kB
Active(file):    1773876 kB
Inactive(file):  3589320 kB
Unevictable:      107792 kB
Mlocked:          107792 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             26196 kB
Writeback:             0 kB
AnonPages:        114832 kB
Mapped:            44120 kB
Shmem:             32780 kB
Slab:             238392 kB
SReclaimable:     207520 kB
SUnreclaim:        30872 kB
KernelStack:        3552 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58988 MiB
End job on node104 at 2019-09-14 07:08:14