Trace number 4394032

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 parallelWrong Opt.681 4283.23 618.512

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark616
Best CPU time to get the best result obtained on this benchmark1735.1
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4394032-1568418219.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394032-1568418219.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.53/0.97	c solve instance...
250.06/32.15	o 722 
294.10/37.76	o 720 
480.07/61.13	o 717 
508.47/64.74	o 715 
681.25/86.49	o 714 
704.95/89.41	o 712 
764.66/96.98	o 711 
765.84/97.19	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (259/367)
765.84/97.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
765.84/97.19		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
765.84/97.19		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
765.84/97.19		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
765.84/97.19		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
765.84/97.19	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (259/367)
765.84/97.19		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
765.84/97.19		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
765.84/97.19		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
765.84/97.19		at org.chocosolver.solver.Solver.repair(Solver.java:443)
765.84/97.19		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
765.84/97.19		at org.chocosolver.solver.Solver.solve(Solver.java:262)
765.84/97.19		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
765.84/97.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
765.84/97.19		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
765.84/97.19		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
765.84/97.19		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
765.84/97.19		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
765.84/97.19		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
765.84/97.19		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
765.84/97.19		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
765.84/97.19		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
765.84/97.19	o 710 
995.16/125.93	o 709 
995.92/126.08	o 708 
1021.94/129.36	o 707 
1116.32/141.50	o 706 
1247.83/158.09	o 702 
1257.94/159.33	o 701 
1305.48/165.46	o 700 
1450.85/183.76	o 699 
1456.14/184.43	o 698 
1680.62/212.71	o 697 
1694.85/214.53	o 696 
1739.49/220.13	o 695 
1763.63/223.98	o 694 
1883.53/268.05	o 693 
1934.92/274.55	o 692 
2185.71/306.14	o 691 
2187.99/306.43	o 690 
2366.01/328.83	o 689 
2604.88/358.97	o 688 
2952.47/412.46	o 687 
2993.12/417.63	o 686 
3645.95/531.35	o 685 
3887.57/561.84	o 684 
3967.09/573.23	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (166/190)
3967.09/573.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3967.09/573.23		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3967.09/573.23		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3967.09/573.23		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3967.09/573.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3967.09/573.23	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (166/190)
3967.09/573.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3967.09/573.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3967.09/573.23		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3967.09/573.23		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3967.09/573.23		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3967.09/573.23		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3967.09/573.23		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3967.09/573.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3967.09/573.23		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3967.09/573.23		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3967.09/573.23		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3967.09/573.23		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3967.09/573.24		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3967.09/573.24		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3967.09/573.24		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3967.09/573.24		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3967.09/573.24	o 683 
3980.40/575.17	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3980.40/575.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3980.40/575.17		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3980.40/575.17		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3980.40/575.17		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3980.40/575.17		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3980.40/575.17	Caused by: java.lang.NullPointerException
3980.40/575.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3980.40/575.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3980.40/575.17		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3980.40/575.17		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3980.40/575.17		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3980.40/575.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3980.40/575.17		... 4 more
3980.40/575.17	Caused by: java.lang.NullPointerException
3980.40/575.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3980.40/575.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3980.40/575.17		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3980.40/575.17		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3980.40/575.17		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3980.40/575.17		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3980.40/575.17		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3980.40/575.17		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3980.40/575.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3980.40/575.17		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3980.40/575.17		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3980.40/575.17		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3980.40/575.17		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3980.40/575.17		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3980.40/575.17		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3980.40/575.17		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3980.40/575.17		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3980.40/575.17		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3980.40/575.17	Caused by: java.lang.NullPointerException
3980.40/575.17		at org.chocosolver.solver.constraints.Propagator.doFinePropagation(Propagator.java:923)
3980.40/575.17		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:172)
3980.40/575.17		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
3980.40/575.17		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
3980.40/575.17		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
3980.40/575.17		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
3980.40/575.17		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
3980.40/575.17		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
3980.40/575.17		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
3980.40/575.17		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
3980.40/575.17		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
3980.40/575.17		at org.chocosolver.solver.Solver.extend(Solver.java:421)
3980.40/575.17		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
3980.40/575.17		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3980.40/575.17		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3980.40/575.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3980.40/575.17		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3980.40/575.17		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3980.40/575.17		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3980.40/575.17		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3980.40/575.17		... 4 more
3980.40/575.17	o 682 
4282.52/618.49	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (23/35)
4282.52/618.49		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4282.52/618.49		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4282.52/618.49		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4282.52/618.49		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4282.52/618.49		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4282.52/618.49	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (23/35)
4282.52/618.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4282.52/618.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4282.52/618.49		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4282.52/618.49		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4282.52/618.49		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4282.52/618.49		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4282.52/618.49		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4282.52/618.49		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4282.52/618.49		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4282.52/618.49		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4282.52/618.49		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4282.52/618.49		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4282.52/618.49		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4282.52/618.49		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4282.52/618.49		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4282.52/618.49		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4282.52/618.50	o 681 
4283.21/618.50	s OPTIMUM FOUND
4283.21/618.50	v <instantiation>
4283.21/618.50	v 	<list>s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] e[0] e[1] e[2] e[3] e[4] e[5] e[6] e[7] e[8] e[9] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[0][7] w[0][8] w[0][9] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[1][7] w[1][8] w[1][9] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[2][7] w[2][8] w[2][9] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[3][7] w[3][8] w[3][9] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[4][7] w[4][8] w[4][9] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[5][7] w[5][8] w[5][9] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] w[6][7] w[6][8] w[6][9] w[7][0] w[7][1] w[7][2] w[7][3] w[7][4] w[7][5] w[7][6] w[7][7] w[7][8] w[7][9] w[8][0] w[8][1] w[8][2] w[8][3] w[8][4] w[8][5] w[8][6] w[8][7] w[8][8] w[8][9] w[9][0] w[9][1] w[9][2] w[9][3] w[9][4] w[9][5] w[9][6] w[9][7] w[9][8] w[9][9] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[0][7] sd[0][8] sd[0][9] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[1][7] sd[1][8] sd[1][9] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[2][7] sd[2][8] sd[2][9] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[3][7] sd[3][8] sd[3][9] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[4][7] sd[4][8] sd[4][9] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[5][7] sd[5][8] sd[5][9] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6] sd[6][7] sd[6][8] sd[6][9] sd[7][0] sd[7][1] sd[7][2] sd[7][3] sd[7][4] sd[7][5] sd[7][6] sd[7][7] sd[7][8] sd[7][9] sd[8][0] sd[8][1] sd[8][2] sd[8][3] sd[8][4] sd[8][5] sd[8][6] sd[8][7] sd[8][8] sd[8][9] sd[9][0] sd[9][1] sd[9][2] sd[9][3] sd[9][4] sd[9][5] sd[9][6] sd[9][7] sd[9][8] sd[9][9] </list>
4283.21/618.50	v 	<values>48 145 159 246 342 366 384 471 567 587 25 41 105 248 259 316 409 515 562 583 1 22 156 201 234 311 370 462 499 603 7 52 108 162 252 293 397 436 462 539 3 71 186 277 327 396 473 539 645 677 80 182 270 331 402 447 495 591 605 645 19 29 30 110 156 252 361 385 541 625 0 17 155 253 323 398 465 487 544 593 41 133 228 249 320 385 485 520 542 651 0 24 79 82 153 255 386 485 578 654 651 681 680 603 680 681 681 642 681 681 97 14 72 84 19 18 81 70 20 64 16 64 54 10 52 43 78 11 20 98 21 88 45 30 77 59 88 36 68 77 41 19 34 56 3 19 37 26 77 64 61 62 90 42 66 77 63 48 31 3 99 77 60 71 34 38 65 13 40 36 2 1 70 45 89 71 22 61 84 56 5 38 97 38 71 2 20 53 48 49 92 92 21 70 65 99 35 22 83 30 22 54 3 71 95 82 83 93 74 27 0 7 6 4 9 5 1 2 8 3 2 8 6 3 0 1 4 5 9 7 4 9 2 7 6 0 3 5 8 1 0 4 5 8 9 7 6 2 3 1 7 4 1 2 6 8 0 3 5 9 1 0 3 4 2 7 9 8 5 6 6 4 5 9 3 8 1 7 2 0 0 3 9 7 8 2 1 4 5 6 2 4 8 5 7 9 1 6 0 3 2 1 6 3 5 9 0 7 4 8 48 384 471 587 246 366 159 145 567 342 259 316 25 248 409 515 105 583 41 562 311 603 156 370 1 462 234 201 499 22 7 539 436 462 52 108 397 293 162 252 473 186 277 539 71 645 327 3 396 677 182 80 402 270 331 605 645 447 591 495 625 361 541 156 29 30 19 385 252 110 0 465 398 17 487 544 593 253 323 155 542 485 41 651 133 249 520 320 228 385 386 24 0 82 578 153 79 485 654 255 </values>
4283.21/618.50	v </instantiation>

Verifier Data

OK	681

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394032-1568418219/watcher-4394032-1568418219 -o /tmp/evaluation-result-4394032-1568418219/solver-4394032-1568418219 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568416728-17745 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 916148090 HOME/instance-4394032-1568418219.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
solver pid=19095, runsolver pid=19092
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 5.19 2.41 1.57 2/215 19116
/proc/meminfo: memFree=31453184/32770624 swapFree=67004100/67108860
[pid=19095] ppid=19092 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19095/stat : 19095 (xcsp3-exec) S 19092 19095 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418061501 115843072 363 33554432000 4194304 5098028 140724037484752 140724037482856 140140619018876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24137728 140724037489526 140724037489769 140724037489769 140724037492682 0
/proc/19095/statm: 28282 363 304 221 0 87 0
[pid=19097] ppid=19095 vsize=28227388 memory=30184 CPUtime=0.12 cores=0-7
/proc/19097/stat : 19097 (java) S 19095 19095 17718 0 -1 1077944320 5444 0 0 0 11 1 0 0 20 0 20 0 418061501 28904845312 7546 33554432000 4194304 4196468 140726013563584 140726013546128 140187371765495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
/proc/19097/statm: 7056847 7546 3152 1 0 7019032 0
[pid=19097/tid=19098] ppid=19095 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19097/task/19098/stat : 19098 (java) R 19095 19095 17718 0 -1 4202560 3394 0 0 0 8 1 0 0 20 0 20 0 418061501 28904845312 7546 33554432000 4194304 4196468 140726013563584 140187375998768 140187371777430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19099] ppid=19095 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19097/task/19099/stat : 19099 (java) S 19095 19095 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186923052048 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19100] ppid=19095 vsize=28227388 memory=140096995620480 CPUtime=0 cores=0-7
/proc/19097/task/19100/stat : 19100 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186921999504 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19101] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19101/stat : 19101 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186920946448 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19102] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19102/stat : 19102 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186919893904 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19103] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19103/stat : 19103 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186918840848 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19104] ppid=19095 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19097/task/19104/stat : 19104 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186917788304 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19105] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19105/stat : 19105 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186916735248 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19106] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19106/stat : 19106 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186915682704 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19107] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19107/stat : 19107 (java) S 19095 19095 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418061504 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186622360304 140187371776642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19108] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19108/stat : 19108 (java) S 19095 19095 17718 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418061504 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186621306528 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19109] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19109/stat : 19109 (java) S 19095 19095 17718 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418061504 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186620253424 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19110] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19110/stat : 19110 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186619202000 140187371784091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19111] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19111/stat : 19111 (java) S 19095 19095 17718 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186618149104 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19112] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19112/stat : 19112 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186617096560 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19113] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19113/stat : 19113 (java) R 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186616043504 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19114] ppid=19095 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19097/task/19114/stat : 19114 (java) R 19095 19095 17718 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 20 0 418061507 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186614988768 140187371775701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19115] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19115/stat : 19115 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186613939168 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19116] ppid=19095 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19097/task/19116/stat : 19116 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 7546 33554432000 4194304 4196468 140726013563584 140186612886704 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31636 KiB

[startup+0.21066 s]*
/proc/loadavg: 5.19 2.41 1.57 3/215 19116
/proc/meminfo: memFree=31440076/32770624 swapFree=67004100/67108860
[pid=19095] ppid=19092 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19095/stat : 19095 (xcsp3-exec) S 19092 19095 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418061501 115843072 363 33554432000 4194304 5098028 140724037484752 140724037482856 140140619018876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24137728 140724037489526 140724037489769 140724037489769 140724037492682 0
/proc/19095/statm: 28282 363 304 221 0 87 0
[pid=19097] ppid=19095 vsize=28227388 memory=41468 CPUtime=0.34 cores=0-7
/proc/19097/stat : 19097 (java) S 19095 19095 17718 0 -1 1077944320 9079 0 0 0 31 3 0 0 20 0 20 0 418061501 28904845312 10367 33554432000 4194304 4196468 140726013563584 140726013546128 140187371765495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
/proc/19097/statm: 7056847 10367 3275 1 0 7019032 0
[pid=19097/tid=19098] ppid=19095 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19097/task/19098/stat : 19098 (java) R 19095 19095 17718 0 -1 4202560 6217 0 0 0 18 2 0 0 20 0 20 0 418061501 28904845312 10367 33554432000 4194304 4196468 140726013563584 140187375999376 140187371787421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19099] ppid=19095 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/19097/task/19099/stat : 19099 (java) S 19095 19095 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186923052048 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19100] ppid=19095 vsize=28227388 memory=140096995638074 CPUtime=0 cores=0-7
/proc/19097/task/19100/stat : 19100 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186921999504 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19101] ppid=19095 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19097/task/19101/stat : 19101 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186920946448 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19102] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19102/stat : 19102 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186919893904 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19103] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19103/stat : 19103 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186918840848 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19104] ppid=19095 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19097/task/19104/stat : 19104 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186917788304 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19105] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19105/stat : 19105 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186916735248 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19106] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19106/stat : 19106 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186915682704 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19107] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19107/stat : 19107 (java) S 19095 19095 17718 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418061504 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186622360304 140187371776642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19108] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19108/stat : 19108 (java) S 19095 19095 17718 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418061504 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186621306528 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19109] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19109/stat : 19109 (java) S 19095 19095 17718 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418061504 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186620253424 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19110] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19110/stat : 19110 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186619202000 140187371784091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19111] ppid=19095 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19097/task/19111/stat : 19111 (java) S 19095 19095 17718 0 -1 1077944384 455 0 0 0 1 0 0 0 20 0 20 0 418061507 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186618149104 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19112] ppid=19095 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19097/task/19112/stat : 19112 (java) S 19095 19095 17718 0 -1 1077944384 283 0 0 0 2 0 0 0 20 0 20 0 418061507 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186617096560 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19113] ppid=19095 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19097/task/19113/stat : 19113 (java) S 19095 19095 17718 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186616043504 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19114] ppid=19095 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/19097/task/19114/stat : 19114 (java) S 19095 19095 17718 0 -1 1077944384 743 0 0 0 8 0 0 0 20 0 20 0 418061507 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186614990960 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19115] ppid=19095 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19115/stat : 19115 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186613939168 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19116] ppid=19095 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19097/task/19116/stat : 19116 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061507 28904845312 10367 33554432000 4194304 4196468 140726013563584 140186612886704 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42920 KiB

[startup+0.311143 s]*
/proc/loadavg: 5.19 2.41 1.57 3/215 19116
/proc/meminfo: memFree=31433412/32770624 swapFree=67004100/67108860
[pid=19095] ppid=19092 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19095/stat : 19095 (xcsp3-exec) S 19092 19095 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418061501 115843072 363 33554432000 4194304 5098028 140724037484752 140724037482856 140140619018876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24137728 140724037489526 140724037489769 140724037489769 140724037492682 0
/proc/19095/statm: 28282 363 304 221 0 87 0
[pid=19097] ppid=19095 vsize=28231644 memory=50008 CPUtime=0.53 cores=0-7
/proc/19097/stat : 19097 (java) S 19095 19095 17718 0 -1 1077944320 10426 0 0 0 49 4 0 0 20 0 20 0 418061501 28909203456 12502 33554432000 4194304 4196468 140726013563584 140726013546128 140187371765495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
/proc/19097/statm: 7057911 12502 3327 1 0 7019032 0
[pid=19097/tid=19098] ppid=19095 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/19097/task/19098/stat : 19098 (java) R 19095 19095 17718 0 -1 4202560 7362 0 0 0 27 3 0 0 20 0 20 0 418061501 28909203456 12567 33554432000 4194304 4196468 140726013563584 140187375996608 140187355845982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19099] ppid=19095 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19099/stat : 19099 (java) S 19095 19095 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418061502 28909203456 12567 33554432000 4194304 4196468 140726013563584 140186923052048 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19100] ppid=19095 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19100/stat : 19100 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28909203456 12567 33554432000 4194304 4196468 140726013563584 140186921999504 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19101] ppid=19095 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19101/stat : 19101 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28909203456 12567 33554432000 4194304 4196468 140726013563584 140186920946448 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19102] ppid=19095 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19102/stat : 19102 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28909203456 12567 33554432000 4194304 4196468 140726013563584 140186919893904 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19103] ppid=19095 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/19097/task/19103/stat : 19103 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28909203456 12567 33554432000 4194304 4196468 140726013563584 140186918840848 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19104] ppid=19095 vsize=28231644 memory=140096867234735 CPUtime=0 cores=0-7
/proc/19097/task/19104/stat : 19104 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28909203456 12567 33554432000 4194304 4196468 140726013563584 140186917788304 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19105] ppid=19095 vsize=28231644 memory=140096867237040 CPUtime=0 cores=0-7
/proc/19097/task/19105/stat : 19105 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418061502 28909203456 12567 33554432000 4194304 4196468 140726013563584 140186916735248 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19106] ppid=19095 vsize=28231644 memory=140096867239344 CPUtime=0 cores=0-7
/proc/19097/task/19106/stat : 19106 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28909203456 12567 33554432000 4194304 4196468 140726013563584 140186915682704 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19107] ppid=19095 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19107/stat : 19107 (java) S 19095 19095 17718 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418061504 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186622360304 140187371776642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19108] ppid=19095 vsize=28231644 memory=280193734485648 CPUtime=0 cores=0-7
/proc/19097/task/19108/stat : 19108 (java) S 19095 19095 17718 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418061504 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186621306528 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19109] ppid=19095 vsize=28231644 memory=280193734492560 CPUtime=0 cores=0-7
/proc/19097/task/19109/stat : 19109 (java) S 19095 19095 17718 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418061504 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186620253424 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19110] ppid=19095 vsize=28231644 memory=280193734433840 CPUtime=0 cores=0-7
/proc/19097/task/19110/stat : 19110 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061507 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186619202000 140187371784091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19111] ppid=19095 vsize=28231644 memory=280193734506384 CPUtime=0.03 cores=0-7
/proc/19097/task/19111/stat : 19111 (java) S 19095 19095 17718 0 -1 1077944384 461 0 0 0 3 0 0 0 20 0 20 0 418061507 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186618149104 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19112] ppid=19095 vsize=28231644 memory=280193734513296 CPUtime=0.04 cores=0-7
/proc/19097/task/19112/stat : 19112 (java) R 19095 19095 17718 0 -1 4202560 382 0 0 0 4 0 0 0 20 0 20 0 418061507 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186617086672 140187353310068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19113] ppid=19095 vsize=28231644 memory=280193734510992 CPUtime=0.01 cores=0-7
/proc/19097/task/19113/stat : 19113 (java) S 19095 19095 17718 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 20 0 418061507 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186616043504 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19114] ppid=19095 vsize=28231644 memory=280193734527152 CPUtime=0.12 cores=0-7
/proc/19097/task/19114/stat : 19114 (java) S 19095 19095 17718 0 -1 1077944384 822 0 0 0 12 0 0 0 20 0 20 0 418061507 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186614990960 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19115] ppid=19095 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19115/stat : 19115 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418061507 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186613939168 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19116] ppid=19095 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19097/task/19116/stat : 19116 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061507 28909203456 12573 33554432000 4194304 4196468 140726013563584 140186612886704 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51460 KiB

[startup+0.701018 s]
/proc/loadavg: 5.19 2.41 1.57 4/215 19116
/proc/meminfo: memFree=31421780/32770624 swapFree=67004100/67108860
[pid=19095] ppid=19092 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19095/stat : 19095 (xcsp3-exec) S 19092 19095 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418061501 115843072 363 33554432000 4194304 5098028 140724037484752 140724037482856 140140619018876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24137728 140724037489526 140724037489769 140724037489769 140724037492682 0
/proc/19095/statm: 28282 363 304 221 0 87 0
[pid=19097] ppid=19095 vsize=28233768 memory=84876 CPUtime=1.59 cores=0-7
/proc/19097/stat : 19097 (java) S 19095 19095 17718 0 -1 1077944320 14910 0 0 0 152 7 0 0 20 0 20 0 418061501 28911378432 21219 33554432000 4194304 4196468 140726013563584 140726013546128 140187371765495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
/proc/19097/statm: 7058442 21219 3450 1 0 7019544 0
[pid=19097/tid=19098] ppid=19095 vsize=28233768 memory=280193734885040 CPUtime=0.67 cores=0-7
/proc/19097/task/19098/stat : 19098 (java) R 19095 19095 17718 0 -1 4202560 8920 0 0 0 64 3 0 0 20 0 20 0 418061501 28911378432 21219 33554432000 4194304 4196468 140726013563584 140187376004160 140187009007777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19099] ppid=19095 vsize=28233768 memory=140096867443568 CPUtime=0 cores=0-7
/proc/19097/task/19099/stat : 19099 (java) S 19095 19095 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418061502 28911378432 21219 33554432000 4194304 4196468 140726013563584 140186923052048 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19100] ppid=19095 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19097/task/19100/stat : 19100 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28911378432 21219 33554432000 4194304 4196468 140726013563584 140186921999504 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19101] ppid=19095 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/19097/task/19101/stat : 19101 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061502 28911378432 21219 33554432000 4194304 4196468 140726013563584 140186920946448 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0

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

[pid=19097/tid=19106] ppid=19095 vsize=28901456 memory=728 CPUtime=2.88 cores=0-7
/proc/19097/task/19106/stat : 19106 (java) S 19095 19095 17718 0 -1 1077944384 12005 0 0 0 267 21 0 0 20 0 28 0 418061502 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186915682704 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19107] ppid=19095 vsize=28901456 memory=3924 CPUtime=1.15 cores=0-7
/proc/19097/task/19107/stat : 19107 (java) S 19095 19095 17718 0 -1 1077944384 48099 0 0 0 78 37 0 0 20 0 28 0 418061504 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186622360304 140187371776642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19108] ppid=19095 vsize=28901456 memory=2832 CPUtime=0 cores=0-7
/proc/19097/task/19108/stat : 19108 (java) S 19095 19095 17718 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 28 0 418061504 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186621306592 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19109] ppid=19095 vsize=28901456 memory=1212 CPUtime=0 cores=0-7
/proc/19097/task/19109/stat : 19109 (java) S 19095 19095 17718 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 28 0 418061504 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186620253440 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19110] ppid=19095 vsize=28901456 memory=1452 CPUtime=0 cores=0-7
/proc/19097/task/19110/stat : 19110 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418061507 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186619202000 140187371784091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19111] ppid=19095 vsize=28901456 memory=627948 CPUtime=7.7 cores=0-7
/proc/19097/task/19111/stat : 19111 (java) S 19095 19095 17718 0 -1 1077944384 49041 0 0 0 760 10 0 0 20 0 28 0 418061507 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186618149104 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19112] ppid=19095 vsize=28901456 memory=1452 CPUtime=7.67 cores=0-7
/proc/19097/task/19112/stat : 19112 (java) S 19095 19095 17718 0 -1 1077944384 56858 0 0 0 758 9 0 0 20 0 28 0 418061507 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186617096560 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19113] ppid=19095 vsize=28901456 memory=1452 CPUtime=8.89 cores=0-7
/proc/19097/task/19113/stat : 19113 (java) S 19095 19095 17718 0 -1 1077944384 55460 0 0 0 878 11 0 0 20 0 28 0 418061507 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186616043504 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19114] ppid=19095 vsize=28901456 memory=635640 CPUtime=1.67 cores=0-7
/proc/19097/task/19114/stat : 19114 (java) S 19095 19095 17718 0 -1 1077944384 45671 0 0 0 158 9 0 0 20 0 28 0 418061507 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186614990960 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19115] ppid=19095 vsize=28901456 memory=12024 CPUtime=0 cores=0-7
/proc/19097/task/19115/stat : 19115 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418061507 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186613939168 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19116] ppid=19095 vsize=28901456 memory=2116 CPUtime=0.21 cores=0-7
/proc/19097/task/19116/stat : 19116 (java) S 19095 19095 17718 0 -1 1077944384 6491 0 0 0 8 13 0 0 20 0 28 0 418061507 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186612886704 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19427] ppid=19095 vsize=28901456 memory=1452 CPUtime=42.63 cores=0-7
/proc/19097/task/19427/stat : 19427 (java) R 19095 19095 17718 0 -1 4202560 720 0 0 0 4263 0 0 0 20 0 28 0 418119018 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186593156952 140187023538726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19428] ppid=19095 vsize=28901456 memory=620252 CPUtime=42.61 cores=0-7
/proc/19097/task/19428/stat : 19428 (java) R 19095 19095 17718 0 -1 4202560 822 0 0 0 4261 0 0 0 20 0 28 0 418119018 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186599473344 140187023018569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19429] ppid=19095 vsize=28901456 memory=1564 CPUtime=42.59 cores=0-7
/proc/19097/task/19429/stat : 19429 (java) R 19095 19095 17718 0 -1 4202560 1043 0 0 0 4258 1 0 0 20 0 28 0 418119018 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186524571568 140187014927256 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19430] ppid=19095 vsize=28901456 memory=928 CPUtime=42.62 cores=0-7
/proc/19097/task/19430/stat : 19430 (java) R 19095 19095 17718 0 -1 4202560 2800 0 0 0 4261 1 0 0 20 0 28 0 418119018 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186594209944 140187016707325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19431] ppid=19095 vsize=28901456 memory=1744 CPUtime=42.57 cores=0-7
/proc/19097/task/19431/stat : 19431 (java) R 19095 19095 17718 0 -1 4202560 1638 0 0 0 4256 1 0 0 20 0 28 0 418119018 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186601578536 140187020708927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19432] ppid=19095 vsize=28901456 memory=792 CPUtime=42.61 cores=0-7
/proc/19097/task/19432/stat : 19432 (java) R 19095 19095 17718 0 -1 4202560 976 0 0 0 4261 0 0 0 20 0 28 0 418119018 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186597367400 140187016714760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19433] ppid=19095 vsize=28901456 memory=1440 CPUtime=42.62 cores=0-7
/proc/19097/task/19433/stat : 19433 (java) R 19095 19095 17718 0 -1 4202560 729 0 0 0 4262 0 0 0 20 0 28 0 418119018 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186598421656 140187021308747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19434] ppid=19095 vsize=28901456 memory=1984 CPUtime=0 cores=0-7
/proc/19097/task/19434/stat : 19434 (java) S 19095 19095 17718 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418119019 29595090944 155063 33554432000 4194304 4196468 140726013563584 140186596320896 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
Current children cumulated CPU time: 4279.83 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 621704 KiB

[startup+618.401 s]
/proc/loadavg: 6.66 6.42 4.31 8/225 19437
/proc/meminfo: memFree=30862044/32770624 swapFree=67004100/67108860
[pid=19095] ppid=19092 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19095/stat : 19095 (xcsp3-exec) S 19092 19095 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418061501 115843072 363 33554432000 4194304 5098028 140724037484752 140724037482856 140140619018876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24137728 140724037489526 140724037489769 140724037489769 140724037492682 0
/proc/19095/statm: 28282 363 304 221 0 87 0
[pid=19097] ppid=19095 vsize=28901456 memory=619780 CPUtime=4282.52 cores=0-7
/proc/19097/stat : 19097 (java) S 19095 19095 17718 0 -1 1077944320 629542 0 0 0 427743 509 0 0 20 0 28 0 418061501 29595090944 154945 33554432000 4194304 4196468 140726013563584 140726013546128 140187371765495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
/proc/19097/statm: 7225364 154945 3564 1 0 7186466 0
[pid=19097/tid=19098] ppid=19095 vsize=28901456 memory=1452 CPUtime=1.02 cores=0-7
/proc/19097/task/19098/stat : 19098 (java) S 19095 19095 17718 0 -1 1077944384 12489 0 0 0 96 6 0 0 20 0 28 0 418061501 29595090944 154945 33554432000 4194304 4196468 140726013563584 140187376006272 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19099] ppid=19095 vsize=28901456 memory=6791534058613427641 CPUtime=2.96 cores=0-7
/proc/19097/task/19099/stat : 19099 (java) S 19095 19095 17718 0 -1 1077944384 10466 0 0 0 276 20 0 0 20 0 28 0 418061502 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186923052048 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19100] ppid=19095 vsize=28901456 memory=620764 CPUtime=3.08 cores=0-7
/proc/19097/task/19100/stat : 19100 (java) S 19095 19095 17718 0 -1 1077944384 15376 0 0 0 286 22 0 0 20 0 28 0 418061502 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186921999504 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19101] ppid=19095 vsize=28901456 memory=784 CPUtime=3.02 cores=0-7
/proc/19097/task/19101/stat : 19101 (java) S 19095 19095 17718 0 -1 1077944384 14004 0 0 0 281 21 0 0 20 0 28 0 418061502 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186920946448 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19102] ppid=19095 vsize=28901456 memory=8252 CPUtime=3.01 cores=0-7
/proc/19097/task/19102/stat : 19102 (java) S 19095 19095 17718 0 -1 1077944384 14041 0 0 0 278 23 0 0 20 0 28 0 418061502 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186919893904 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19103] ppid=19095 vsize=28901456 memory=1452 CPUtime=3.02 cores=0-7
/proc/19097/task/19103/stat : 19103 (java) S 19095 19095 17718 0 -1 1077944384 11746 0 0 0 281 21 0 0 20 0 28 0 418061502 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186918840848 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19104] ppid=19095 vsize=28901456 memory=620252 CPUtime=2.99 cores=0-7
/proc/19097/task/19104/stat : 19104 (java) S 19095 19095 17718 0 -1 1077944384 9399 0 0 0 278 21 0 0 20 0 28 0 418061502 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186917788304 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19105] ppid=19095 vsize=28901456 memory=1804 CPUtime=2.99 cores=0-7
/proc/19097/task/19105/stat : 19105 (java) S 19095 19095 17718 0 -1 1077944384 11765 0 0 0 279 20 0 0 20 0 28 0 418061502 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186916735248 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19106] ppid=19095 vsize=28901456 memory=920 CPUtime=2.99 cores=0-7
/proc/19097/task/19106/stat : 19106 (java) S 19095 19095 17718 0 -1 1077944384 12019 0 0 0 278 21 0 0 20 0 28 0 418061502 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186915682704 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19107] ppid=19095 vsize=28901456 memory=1984 CPUtime=1.17 cores=0-7
/proc/19097/task/19107/stat : 19107 (java) S 19095 19095 17718 0 -1 1077944384 52453 0 0 0 79 38 0 0 20 0 28 0 418061504 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186622360304 140187371776642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19108] ppid=19095 vsize=28901456 memory=2376 CPUtime=0 cores=0-7
/proc/19097/task/19108/stat : 19108 (java) S 19095 19095 17718 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 28 0 418061504 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186621306592 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19109] ppid=19095 vsize=28901456 memory=1768 CPUtime=0 cores=0-7
/proc/19097/task/19109/stat : 19109 (java) S 19095 19095 17718 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 28 0 418061504 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186620253440 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19110] ppid=19095 vsize=28901456 memory=111628 CPUtime=0 cores=0-7
/proc/19097/task/19110/stat : 19110 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418061507 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186619202000 140187371784091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19111] ppid=19095 vsize=28901456 memory=4432 CPUtime=7.7 cores=0-7
/proc/19097/task/19111/stat : 19111 (java) S 19095 19095 17718 0 -1 1077944384 49041 0 0 0 760 10 0 0 20 0 28 0 418061507 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186618149104 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19112] ppid=19095 vsize=28901456 memory=4104 CPUtime=7.67 cores=0-7
/proc/19097/task/19112/stat : 19112 (java) S 19095 19095 17718 0 -1 1077944384 56858 0 0 0 758 9 0 0 20 0 28 0 418061507 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186617096560 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19113] ppid=19095 vsize=28901456 memory=1412 CPUtime=8.89 cores=0-7
/proc/19097/task/19113/stat : 19113 (java) S 19095 19095 17718 0 -1 1077944384 55460 0 0 0 878 11 0 0 20 0 28 0 418061507 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186616043504 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19114] ppid=19095 vsize=28901456 memory=4280 CPUtime=1.67 cores=0-7
/proc/19097/task/19114/stat : 19114 (java) S 19095 19095 17718 0 -1 1077944384 45671 0 0 0 158 9 0 0 20 0 28 0 418061507 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186614990960 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19115] ppid=19095 vsize=28901456 memory=1412 CPUtime=0 cores=0-7
/proc/19097/task/19115/stat : 19115 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418061507 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186613939168 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19116] ppid=19095 vsize=28901456 memory=4204 CPUtime=0.21 cores=0-7
/proc/19097/task/19116/stat : 19116 (java) S 19095 19095 17718 0 -1 1077944384 6491 0 0 0 8 13 0 0 20 0 28 0 418061507 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186612886704 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19427] ppid=19095 vsize=28901456 memory=1452 CPUtime=42.89 cores=0-7
/proc/19097/task/19427/stat : 19427 (java) R 19095 19095 17718 0 -1 4202560 720 0 0 0 4289 0 0 0 20 0 28 0 418119018 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186593156848 140187016714939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19428] ppid=19095 vsize=28901456 memory=664920 CPUtime=42.87 cores=0-7
/proc/19097/task/19428/stat : 19428 (java) R 19095 19095 17718 0 -1 4202560 824 0 0 0 4287 0 0 0 20 0 28 0 418119018 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186599474016 140187016403357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19429] ppid=19095 vsize=28901456 memory=626408 CPUtime=42.85 cores=0-7
/proc/19097/task/19429/stat : 19429 (java) R 19095 19095 17718 0 -1 4202560 1046 0 0 0 4284 1 0 0 20 0 28 0 418119018 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186524569040 140187020708648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19430] ppid=19095 vsize=28901456 memory=6791534058613427641 CPUtime=42.88 cores=0-7
/proc/19097/task/19430/stat : 19430 (java) R 19095 19095 17718 0 -1 4202560 2800 0 0 0 4287 1 0 0 20 0 28 0 418119018 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186594212544 140187019717797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19431] ppid=19095 vsize=28901456 memory=636668 CPUtime=42.83 cores=0-7
/proc/19097/task/19431/stat : 19431 (java) R 19095 19095 17718 0 -1 4202560 1640 0 0 0 4282 1 0 0 20 0 28 0 418119018 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186601577872 140187019936736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19432] ppid=19095 vsize=28901456 memory=5928 CPUtime=42.87 cores=0-7
/proc/19097/task/19432/stat : 19432 (java) R 19095 19095 17718 0 -1 4202560 980 0 0 0 4287 0 0 0 20 0 28 0 418119018 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186597367536 140187022722851 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19433] ppid=19095 vsize=28901456 memory=619740 CPUtime=42.87 cores=0-7
/proc/19097/task/19433/stat : 19433 (java) R 19095 19095 17718 0 -1 4202560 729 0 0 0 4287 0 0 0 20 0 28 0 418119018 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186598421656 140187014549705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19434] ppid=19095 vsize=28901456 memory=3280 CPUtime=0 cores=0-7
/proc/19097/task/19434/stat : 19434 (java) S 19095 19095 17718 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418119019 29595090944 154945 33554432000 4194304 4196468 140726013563584 140186596320896 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
Current children cumulated CPU time: 4282.52 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 621232 KiB

[startup+618.501 s]
/proc/loadavg: 6.66 6.42 4.31 8/225 19437
/proc/meminfo: memFree=30862044/32770624 swapFree=67004100/67108860
[pid=19095] ppid=19092 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19095/stat : 19095 (xcsp3-exec) S 19092 19095 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418061501 115843072 363 33554432000 4194304 5098028 140724037484752 140724037482856 140140619018876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24137728 140724037489526 140724037489769 140724037489769 140724037492682 0
/proc/19095/statm: 28282 363 304 221 0 87 0
[pid=19097] ppid=19095 vsize=28901456 memory=619368 CPUtime=4283.21 cores=0-7
/proc/19097/stat : 19097 (java) S 19095 19095 17718 0 -1 1077944320 629899 0 0 0 427812 509 0 0 20 0 26 0 418061501 29595090944 154826 33554432000 4194304 4196468 140726013563584 140726013546128 140187371765495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
/proc/19097/statm: 7225364 154826 3564 1 0 7186466 0
[pid=19097/tid=19098] ppid=19095 vsize=28901456 memory=620252 CPUtime=1.02 cores=0-7
/proc/19097/task/19098/stat : 19098 (java) S 19095 19095 17718 0 -1 1077944384 12528 0 0 0 96 6 0 0 20 0 26 0 418061501 29595090944 154858 33554432000 4194304 4196468 140726013563584 140187376005312 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19099] ppid=19095 vsize=28901456 memory=1452 CPUtime=2.96 cores=0-7
/proc/19097/task/19099/stat : 19099 (java) S 19095 19095 17718 0 -1 1077944384 10466 0 0 0 276 20 0 0 20 0 25 0 418061502 29595090944 154842 33554432000 4194304 4196468 140726013563584 140186923052048 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19100] ppid=19095 vsize=28901456 memory=622304 CPUtime=3.08 cores=0-7
/proc/19097/task/19100/stat : 19100 (java) S 19095 19095 17718 0 -1 1077944384 15376 0 0 0 286 22 0 0 20 0 20 0 418061502 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186921999504 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19101] ppid=19095 vsize=28901456 memory=1452 CPUtime=3.02 cores=0-7
/proc/19097/task/19101/stat : 19101 (java) S 19095 19095 17718 0 -1 1077944384 14004 0 0 0 281 21 0 0 20 0 20 0 418061502 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186920946448 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19102] ppid=19095 vsize=28901456 memory=625380 CPUtime=3.01 cores=0-7
/proc/19097/task/19102/stat : 19102 (java) S 19095 19095 17718 0 -1 1077944384 14041 0 0 0 278 23 0 0 20 0 20 0 418061502 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186919893904 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19103] ppid=19095 vsize=28901456 memory=633588 CPUtime=3.02 cores=0-7
/proc/19097/task/19103/stat : 19103 (java) S 19095 19095 17718 0 -1 1077944384 11746 0 0 0 281 21 0 0 20 0 20 0 418061502 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186918840848 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19104] ppid=19095 vsize=28901456 memory=639232 CPUtime=2.99 cores=0-7
/proc/19097/task/19104/stat : 19104 (java) S 19095 19095 17718 0 -1 1077944384 9399 0 0 0 278 21 0 0 20 0 20 0 418061502 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186917788304 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19105] ppid=19095 vsize=28901456 memory=670176 CPUtime=2.99 cores=0-7
/proc/19097/task/19105/stat : 19105 (java) S 19095 19095 17718 0 -1 1077944384 11765 0 0 0 279 20 0 0 20 0 20 0 418061502 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186916735248 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19106] ppid=19095 vsize=28901456 memory=696268 CPUtime=2.99 cores=0-7
/proc/19097/task/19106/stat : 19106 (java) S 19095 19095 17718 0 -1 1077944384 12019 0 0 0 278 21 0 0 20 0 20 0 418061502 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186915682704 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19107] ppid=19095 vsize=28901456 memory=620252 CPUtime=1.17 cores=0-7
/proc/19097/task/19107/stat : 19107 (java) R 19095 19095 17718 0 -1 1077944384 52456 0 0 0 79 38 0 0 20 0 20 0 418061504 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186622360304 140187371776642 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19108] ppid=19095 vsize=28901456 memory=619780 CPUtime=0 cores=0-7
/proc/19097/task/19108/stat : 19108 (java) S 19095 19095 17718 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 20 0 418061504 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186621306592 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19109] ppid=19095 vsize=28901456 memory=1452 CPUtime=0 cores=0-7
/proc/19097/task/19109/stat : 19109 (java) S 19095 19095 17718 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 20 0 418061504 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186620253440 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19110] ppid=19095 vsize=28901456 memory=2376 CPUtime=0 cores=0-7
/proc/19097/task/19110/stat : 19110 (java) S 19095 19095 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418061507 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186619202000 140187371784091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19111] ppid=19095 vsize=28901456 memory=664920 CPUtime=7.7 cores=0-7
/proc/19097/task/19111/stat : 19111 (java) S 19095 19095 17718 0 -1 1077944384 49043 0 0 0 760 10 0 0 20 0 20 0 418061507 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186618149104 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19112] ppid=19095 vsize=28901456 memory=620764 CPUtime=7.67 cores=0-7
/proc/19097/task/19112/stat : 19112 (java) S 19095 19095 17718 0 -1 1077944384 56860 0 0 0 758 9 0 0 20 0 20 0 418061507 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186617096560 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19113] ppid=19095 vsize=28901456 memory=1452 CPUtime=8.89 cores=0-7
/proc/19097/task/19113/stat : 19113 (java) S 19095 19095 17718 0 -1 1077944384 55462 0 0 0 878 11 0 0 20 0 20 0 418061507 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186616043504 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19114] ppid=19095 vsize=28901456 memory=40264 CPUtime=1.67 cores=0-7
/proc/19097/task/19114/stat : 19114 (java) R 19095 19095 17718 0 -1 4202560 45709 0 0 0 158 9 0 0 20 0 20 0 418061507 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186614990880 140187355845982 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19115] ppid=19095 vsize=28901456 memory=988 CPUtime=0 cores=0-7
/proc/19097/task/19115/stat : 19115 (java) S 19095 19095 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418061507 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186613939168 140187371775701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
[pid=19097/tid=19116] ppid=19095 vsize=28901456 memory=6791534058613427641 CPUtime=0.21 cores=0-7
/proc/19097/task/19116/stat : 19116 (java) S 19095 19095 17718 0 -1 1077944384 6491 0 0 0 8 13 0 0 20 0 20 0 418061507 29595090944 154826 33554432000 4194304 4196468 140726013563584 140186612886704 140187371776642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24264704 140726013572074 140726013572246 140726013572246 140726013575119 0
Current children cumulated CPU time: 4283.21 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 620820 KiB

Child status: 0
Real time (s): 618.512
CPU time (s): 4283.23
CPU user time (s): 4278.13
CPU system time (s): 5.10595
CPU usage (%): 692.505
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 1107572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4278.13
system time used= 5.10595
maximum resident set size= 1106168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 630520
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50653
involuntary context switches= 51920


# summary of solver processes directly reported to runsolver:
#   pid: 19095
#   total CPU time (s): 4283.23
#   total CPU user time (s): 4278.13
#   total CPU system time (s): 5.10595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45913 second user time and 7.06544 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-14 01:42:59
IDJOB=4394032
IDBENCH=115840
IDSOLVER=2841
FILE ID=node133/4394032-1568418219
RUNJOBID= node133-1568416728-17745
PBS_JOBID= 21702258
Free space on /tmp= 59416 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-6.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-4394032-1568418219/watcher-4394032-1568418219 -o /tmp/evaluation-result-4394032-1568418219/solver-4394032-1568418219 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568416728-17745 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 916148090 HOME/instance-4394032-1568418219.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=916148090

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
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:        31470236 kB
MemAvailable:   31894244 kB
Buffers:          193472 kB
Cached:           511484 kB
SwapCached:         3372 kB
Active:           400980 kB
Inactive:         308540 kB
Active(anon):      28244 kB
Inactive(anon):    16024 kB
Active(file):     372736 kB
Inactive(file):   292516 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004100 kB
Dirty:             26108 kB
Writeback:            12 kB
AnonPages:        113756 kB
Mapped:            44220 kB
Shmem:             31476 kB
Slab:             178776 kB
SReclaimable:     149180 kB
SUnreclaim:        29596 kB
KernelStack:        3440 kB
PageTables:         6088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497804 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59392 MiB
End job on node133 at 2019-09-14 01:53:18