Trace number 4394541

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.67820 153.179 21.7034

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10a.xml
MD5SUMb58690ea851c8aad9573a552336d280c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67514
Best CPU time to get the best result obtained on this benchmark30.4709
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size35
Distribution of domain sizes[{"size":10,"count":10},{"size":35,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394541-1568421888.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394541-1568421888.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.38/0.61	c solve instance...
1.84/0.71	o 91588 
1.84/0.78	o 85390 
1.84/0.79	o 84475 
2.39/0.81	o 83214 
2.39/0.84	o 81343 
2.39/0.89	o 80430 
3.09/0.93	o 78548 
3.09/0.95	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (947/950)
3.09/0.95		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.09/0.95		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.09/0.95		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.09/0.95		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.09/0.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.09/0.95	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (947/950)
3.09/0.95		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.09/0.95		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.09/0.95		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.09/0.95		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.09/0.95		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.09/0.95		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.09/0.95		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.09/0.95		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.09/0.95		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.09/0.95		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.09/0.95		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.09/0.95		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.09/0.95		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.09/0.95		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.09/0.95		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.09/0.95		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.09/0.95	o 77638 
3.09/1.00	o 77116 
3.76/1.03	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (839/843)
3.76/1.03		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.76/1.03		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.76/1.03		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.76/1.03		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.76/1.03		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.76/1.03	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (839/843)
3.76/1.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.76/1.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.76/1.03		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.76/1.03		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.76/1.03		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.76/1.03		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.76/1.03		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.76/1.03		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.76/1.03		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.76/1.03		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.76/1.03		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.76/1.03		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.76/1.03		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.76/1.03		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.76/1.03		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.76/1.03		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.76/1.03	o 75714 
3.76/1.10	o 75046 
3.76/1.11	o 70116 
22.40/3.45	o 69011 
41.28/6.06	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (742/745)
41.28/6.06		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
41.28/6.06		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
41.28/6.06		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
41.28/6.06		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
41.28/6.06		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
41.28/6.06	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (742/745)
41.28/6.06		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
41.28/6.06		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
41.28/6.06		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
41.28/6.06		at org.chocosolver.solver.Solver.repair(Solver.java:443)
41.28/6.06		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
41.28/6.06		at org.chocosolver.solver.Solver.solve(Solver.java:262)
41.28/6.06		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
41.28/6.06		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
41.28/6.06		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
41.28/6.06		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
41.28/6.06		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
41.28/6.06		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
41.28/6.06		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
41.28/6.06		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
41.28/6.06		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
41.28/6.06		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
41.28/6.06	o 68681 
45.90/6.66	java.util.concurrent.ExecutionException: java.lang.NullPointerException
45.90/6.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
45.90/6.66		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
45.90/6.66		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
45.90/6.66		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
45.90/6.66		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
45.90/6.66	Caused by: java.lang.NullPointerException
45.90/6.66		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
45.90/6.66		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
45.90/6.66		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
45.90/6.66		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
45.90/6.66		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
45.90/6.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
45.90/6.66		... 4 more
45.90/6.66	Caused by: java.lang.NullPointerException
45.90/6.66		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
45.90/6.66		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
45.90/6.66		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
45.90/6.66		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
45.90/6.66		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
45.90/6.66		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
45.90/6.66		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
45.90/6.66		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
45.90/6.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
45.90/6.66		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
45.90/6.66		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
45.90/6.66		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
45.90/6.66		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
45.90/6.66		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
45.90/6.66		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
45.90/6.66		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
45.90/6.66		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
45.90/6.66		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
45.90/6.66	Caused by: java.lang.NullPointerException
45.90/6.66		at org.chocosolver.sat.SatSolver.propagateClauses(SatSolver.java:399)
45.90/6.66		at org.chocosolver.sat.SatSolver.propagate(SatSolver.java:385)
45.90/6.66		at org.chocosolver.sat.SatSolver.propagateOneLiteral(SatSolver.java:301)
45.90/6.66		at org.chocosolver.sat.PropNogoods.VariableBound(PropNogoods.java:404)
45.90/6.66		at org.chocosolver.sat.PropNogoods.doVariableBound(PropNogoods.java:182)
45.90/6.66		at org.chocosolver.sat.PropNogoods.propagate(PropNogoods.java:159)
45.90/6.66		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:212)
45.90/6.66		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
45.90/6.66		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
45.90/6.66		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
45.90/6.66		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
45.90/6.66		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
45.90/6.66		at org.chocosolver.solver.Solver.solve(Solver.java:262)
45.90/6.66		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
45.90/6.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
45.90/6.66		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
45.90/6.66		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
45.90/6.66		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
45.90/6.66		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
45.90/6.66		... 4 more
45.90/6.66	o 67914 
152.60/21.67	java.util.concurrent.ExecutionException: java.lang.NullPointerException
152.60/21.67		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
152.60/21.67		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
152.60/21.67		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
152.60/21.67		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
152.60/21.67		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
152.60/21.67	Caused by: java.lang.NullPointerException
152.60/21.67		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
152.60/21.67		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
152.60/21.67		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
152.60/21.67		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
152.60/21.67		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
152.60/21.67		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
152.60/21.67		... 4 more
152.60/21.67	Caused by: java.lang.NullPointerException
152.60/21.67		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
152.60/21.67		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
152.60/21.67		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
152.60/21.67		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
152.60/21.67		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
152.60/21.67		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
152.60/21.67		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
152.60/21.67		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
152.60/21.67		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
152.60/21.67		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
152.60/21.67		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
152.60/21.67		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
152.60/21.67		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
152.60/21.67		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
152.60/21.67		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
152.60/21.67		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
152.60/21.67		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
152.60/21.67		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
152.60/21.67	Caused by: java.lang.NullPointerException
152.60/21.67	o 67820 
152.60/21.68	s OPTIMUM FOUND
152.60/21.68	v <instantiation>
152.60/21.68	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] 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][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9] </list>
152.60/21.68	v 	<values>2 9 7 3 5 8 0 1 6 4 0 84 35 1 12 95 63 85 9 36 26 39 21 4 89 36 91 35 18 61 25 79 18 86 91 82 82 6 11 26 76 41 40 59 69 10 0 57 45 21 6 56 75 44 56 </values>
152.60/21.68	v </instantiation>

Verifier Data

OK	67820

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394541-1568421888/watcher-4394541-1568421888 -o /tmp/evaluation-result-4394541-1568421888/solver-4394541-1568421888 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1527740803 HOME/instance-4394541-1568421888.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=29681, runsolver pid=29678
Current StackSize limit: 8192 KiB


[startup+0.100152 s]*
/proc/loadavg: 6.52 8.04 7.78 2/212 29702
/proc/meminfo: memFree=27060176/32770624 swapFree=67021420/67108860
[pid=29681] ppid=29678 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29681/stat : 29681 (xcsp3-exec) S 29678 29681 26425 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418461452 115843072 363 33554432000 4194304 5098028 140735979254656 140735979252760 140617347674748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23977984 140735979262837 140735979263081 140735979263081 140735979265994 0
/proc/29681/statm: 28282 363 304 221 0 87 0
[pid=29683] ppid=29681 vsize=28227388 memory=29028 CPUtime=0.12 cores=0-7
/proc/29683/stat : 29683 (java) S 29681 29681 26425 0 -1 1077944320 5688 0 0 0 11 1 0 0 20 0 20 0 418461453 28904845312 7257 33554432000 4194304 4196468 140734864608448 140734864590992 139898313502455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
/proc/29683/statm: 7056847 7257 3133 1 0 7019032 0
[pid=29683/tid=29684] ppid=29681 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/29683/task/29684/stat : 29684 (java) R 29681 29681 26425 0 -1 4202560 3598 0 0 0 8 0 0 0 20 0 20 0 418461453 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898317734768 139898297582942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29685] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29685/stat : 29685 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898233355024 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29686] ppid=29681 vsize=28227388 memory=140177064142464 CPUtime=0 cores=0-7
/proc/29683/task/29686/stat : 29686 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898232302480 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29687] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29687/stat : 29687 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898231249936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29688] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29688/stat : 29688 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898230197392 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29689] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29689/stat : 29689 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898229143824 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29690] ppid=29681 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29683/task/29690/stat : 29690 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898228091280 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29691] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29691/stat : 29691 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898227038736 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29692] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29692/stat : 29692 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 7257 33554432000 4194304 4196468 140734864608448 139898225986192 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29693] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29693/stat : 29693 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461455 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897697561072 139898313513602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29694] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29694/stat : 29694 (java) S 29681 29681 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418461456 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897696507296 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29695] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29695/stat : 29695 (java) S 29681 29681 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418461456 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897695454704 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29696] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29696/stat : 29696 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461458 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897694403280 139898313521051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29697] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29697/stat : 29697 (java) S 29681 29681 26425 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 20 0 418461458 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897693349872 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29698] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29698/stat : 29698 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461458 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897692297328 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29699] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29699/stat : 29699 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418461458 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897691244784 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29700] ppid=29681 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/29683/task/29700/stat : 29700 (java) R 29681 29681 26425 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 20 0 418461458 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897690192240 139898298643424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29701] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29701/stat : 29701 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418461459 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897689139936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29702] ppid=29681 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29683/task/29702/stat : 29702 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461459 28904845312 7257 33554432000 4194304 4196468 140734864608448 139897419590576 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30480 KiB

[startup+0.210453 s]*
/proc/loadavg: 6.52 8.04 7.78 2/212 29702
/proc/meminfo: memFree=27046872/32770624 swapFree=67021420/67108860
[pid=29681] ppid=29678 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29681/stat : 29681 (xcsp3-exec) S 29678 29681 26425 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418461452 115843072 363 33554432000 4194304 5098028 140735979254656 140735979252760 140617347674748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23977984 140735979262837 140735979263081 140735979263081 140735979265994 0
/proc/29681/statm: 28282 363 304 221 0 87 0
[pid=29683] ppid=29681 vsize=28227388 memory=41008 CPUtime=0.34 cores=0-7
/proc/29683/stat : 29683 (java) S 29681 29681 26425 0 -1 1077944320 9514 0 0 0 31 3 0 0 20 0 20 0 418461453 28904845312 10252 33554432000 4194304 4196468 140734864608448 140734864590992 139898313502455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
/proc/29683/statm: 7056847 10252 3269 1 0 7019032 0
[pid=29683/tid=29684] ppid=29681 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/29683/task/29684/stat : 29684 (java) R 29681 29681 26425 0 -1 4202560 6630 0 0 0 18 2 0 0 20 0 20 0 418461453 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898317736384 139898297582942 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29685] ppid=29681 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/29683/task/29685/stat : 29685 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898233355024 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29686] ppid=29681 vsize=28227388 memory=140177067247026 CPUtime=0 cores=0-7
/proc/29683/task/29686/stat : 29686 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898232302480 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29687] ppid=29681 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29683/task/29687/stat : 29687 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898231249936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29688] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29688/stat : 29688 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898230197392 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29689] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29689/stat : 29689 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898229143824 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29690] ppid=29681 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29683/task/29690/stat : 29690 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898228091280 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29691] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29691/stat : 29691 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898227038736 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29692] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29692/stat : 29692 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28904845312 10252 33554432000 4194304 4196468 140734864608448 139898225986192 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29693] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29693/stat : 29693 (java) S 29681 29681 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418461455 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897697561072 139898313513602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29694] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29694/stat : 29694 (java) S 29681 29681 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418461456 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897696507296 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29695] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29695/stat : 29695 (java) S 29681 29681 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418461456 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897695454704 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29696] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29696/stat : 29696 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461458 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897694403280 139898313521051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29697] ppid=29681 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29683/task/29697/stat : 29697 (java) S 29681 29681 26425 0 -1 1077944384 711 0 0 0 1 0 0 0 20 0 20 0 418461458 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897693349872 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29698] ppid=29681 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29683/task/29698/stat : 29698 (java) S 29681 29681 26425 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 418461458 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897692297328 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29699] ppid=29681 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/29683/task/29699/stat : 29699 (java) S 29681 29681 26425 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 20 0 418461458 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897691244784 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29700] ppid=29681 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/29683/task/29700/stat : 29700 (java) S 29681 29681 26425 0 -1 1077944384 743 0 0 0 8 0 0 0 20 0 20 0 418461458 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897690192240 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29701] ppid=29681 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29701/stat : 29701 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418461459 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897689139936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29702] ppid=29681 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29683/task/29702/stat : 29702 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461459 28904845312 10252 33554432000 4194304 4196468 140734864608448 139897419590576 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42460 KiB

[startup+0.310206 s]*
/proc/loadavg: 6.52 8.04 7.78 3/212 29702
/proc/meminfo: memFree=27039548/32770624 swapFree=67021420/67108860
[pid=29681] ppid=29678 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29681/stat : 29681 (xcsp3-exec) S 29678 29681 26425 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418461452 115843072 363 33554432000 4194304 5098028 140735979254656 140735979252760 140617347674748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23977984 140735979262837 140735979263081 140735979263081 140735979265994 0
/proc/29681/statm: 28282 363 304 221 0 87 0
[pid=29683] ppid=29681 vsize=28231644 memory=50628 CPUtime=0.53 cores=0-7
/proc/29683/stat : 29683 (java) S 29681 29681 26425 0 -1 1077944320 10955 0 0 0 49 4 0 0 20 0 20 0 418461453 28909203456 12651 33554432000 4194304 4196468 140734864608448 140734864590992 139898313502455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
/proc/29683/statm: 7057911 12651 3369 1 0 7019032 0
[pid=29683/tid=29684] ppid=29681 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/29683/task/29684/stat : 29684 (java) R 29681 29681 26425 0 -1 4202560 7826 0 0 0 27 3 0 0 20 0 20 0 418461453 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898317733568 139898297582942 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29685] ppid=29681 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29685/stat : 29685 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898233355024 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29686] ppid=29681 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29686/stat : 29686 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898232302480 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29687] ppid=29681 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29687/stat : 29687 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898231249936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29688] ppid=29681 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29688/stat : 29688 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418461454 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898230197392 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29689] ppid=29681 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/29683/task/29689/stat : 29689 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898229143824 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29690] ppid=29681 vsize=28231644 memory=140176928109487 CPUtime=0 cores=0-7
/proc/29683/task/29690/stat : 29690 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898228091280 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29691] ppid=29681 vsize=28231644 memory=140176928111792 CPUtime=0 cores=0-7
/proc/29683/task/29691/stat : 29691 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461454 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898227038736 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29692] ppid=29681 vsize=28231644 memory=140176928114096 CPUtime=0 cores=0-7
/proc/29683/task/29692/stat : 29692 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418461454 28909203456 12657 33554432000 4194304 4196468 140734864608448 139898225986192 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29693] ppid=29681 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29693/stat : 29693 (java) S 29681 29681 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418461455 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897697561072 139898313513602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29694] ppid=29681 vsize=28231644 memory=280353856235152 CPUtime=0 cores=0-7
/proc/29683/task/29694/stat : 29694 (java) S 29681 29681 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418461456 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897696507296 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29695] ppid=29681 vsize=28231644 memory=280353856242064 CPUtime=0 cores=0-7
/proc/29683/task/29695/stat : 29695 (java) S 29681 29681 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418461456 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897695454704 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29696] ppid=29681 vsize=28231644 memory=280353856183344 CPUtime=0 cores=0-7
/proc/29683/task/29696/stat : 29696 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461458 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897694403280 139898313521051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29697] ppid=29681 vsize=28231644 memory=280353856255888 CPUtime=0.03 cores=0-7
/proc/29683/task/29697/stat : 29697 (java) S 29681 29681 26425 0 -1 1077944384 732 0 0 0 3 0 0 0 20 0 20 0 418461458 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897693349872 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29698] ppid=29681 vsize=28231644 memory=280353856262800 CPUtime=0.03 cores=0-7
/proc/29683/task/29698/stat : 29698 (java) S 29681 29681 26425 0 -1 1077944384 157 0 0 0 3 0 0 0 20 0 20 0 418461458 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897692297328 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29699] ppid=29681 vsize=28231644 memory=280353856260496 CPUtime=0.02 cores=0-7
/proc/29683/task/29699/stat : 29699 (java) S 29681 29681 26425 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 20 0 418461458 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897691244784 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29700] ppid=29681 vsize=28231644 memory=280353856276656 CPUtime=0.12 cores=0-7
/proc/29683/task/29700/stat : 29700 (java) S 29681 29681 26425 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 20 0 418461458 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897690192240 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29701] ppid=29681 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29701/stat : 29701 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418461459 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897689139936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29702] ppid=29681 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/29683/task/29702/stat : 29702 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418461459 28909203456 12657 33554432000 4194304 4196468 140734864608448 139897419590576 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 52080 KiB

[startup+0.701399 s]
/proc/loadavg: 6.52 8.04 7.78 5/212 29702
/proc/meminfo: memFree=27022864/32770624 swapFree=67021420/67108860
[pid=29681] ppid=29678 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29681/stat : 29681 (xcsp3-exec) S 29678 29681 26425 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418461452 115843072 363 33554432000 4194304 5098028 140735979254656 140735979252760 140617347674748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23977984 140735979262837 140735979263081 140735979263081 140735979265994 0
/proc/29681/statm: 28282 363 304 221 0 87 0
[pid=29683] ppid=29681 vsize=28766280 memory=99516 CPUtime=1.84 cores=0-7
/proc/29683/stat : 29683 (java) S 29681 29681 26425 0 -1 1077944320 15772 0 0 0 178 6 0 0 20 0 28 0 418461453 29456670720 24879 33554432000 4194304 4196468 140734864608448 140734864590992 139898313502455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
/proc/29683/statm: 7191570 24879 3448 1 0 7152672 0
[pid=29683/tid=29684] ppid=29681 vsize=28766280 memory=280353856634544 CPUtime=0.61 cores=0-7
/proc/29683/task/29684/stat : 29684 (java) S 29681 29681 26425 0 -1 1077944384 9334 0 0 0 57 4 0 0 20 0 28 0 418461453 29456670720 24879 33554432000 4194304 4196468 140734864608448 139898317743232 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29685] ppid=29681 vsize=28766280 memory=140176928318320 CPUtime=0 cores=0-7
/proc/29683/task/29685/stat : 29685 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418461454 29456670720 24879 33554432000 4194304 4196468 140734864608448 139898233355024 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29686] ppid=29681 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29686/stat : 29686 (java) S 29681 29681 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418461454 29456670720 24879 33554432000 4194304 4196468 140734864608448 139898232302480 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29687] ppid=29681 vsize=28766280 memory=1224 CPUtime=0 cores=0-7
/proc/29683/task/29687/stat : 29687 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418461454 29456670720 24879 33554432000 4194304 4196468 140734864608448 139898231249936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0

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

[pid=29683/tid=29829] ppid=29681 vsize=28968020 memory=6228593078112905829 CPUtime=13.73 cores=0-7
/proc/29683/task/29829/stat : 29829 (java) R 29681 29681 26425 0 -1 4202560 784 0 0 0 1370 3 0 0 20 0 29 0 418462119 29663252480 377253 33554432000 4194304 4196468 140734864608448 139897400098664 139897918391513 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29830] ppid=29681 vsize=28968020 memory=6228593078112905829 CPUtime=0.05 cores=0-7
/proc/29683/task/29830/stat : 29830 (java) S 29681 29681 26425 0 -1 1077944384 17 0 0 0 5 0 0 0 20 0 29 0 418462119 29663252480 377253 33554432000 4194304 4196468 140734864608448 139897409569872 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29831] ppid=29681 vsize=28968020 memory=6228593078112905829 CPUtime=13.8 cores=0-7
/proc/29683/task/29831/stat : 29831 (java) R 29681 29681 26425 0 -1 4202560 586 0 0 0 1379 1 0 0 20 0 29 0 418462119 29663252480 377253 33554432000 4194304 4196468 140734864608448 139897406406424 139897911719757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29832] ppid=29681 vsize=28968020 memory=6228593078112905829 CPUtime=0 cores=0-7
/proc/29683/task/29832/stat : 29832 (java) S 29681 29681 26425 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 29 0 418462121 29663252480 377253 33554432000 4194304 4196468 140734864608448 139897397998928 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
Current children cumulated CPU time: 146.94 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1510464 KiB

[startup+21.2012 s]
/proc/loadavg: 7.03 8.07 7.80 8/221 29832
/proc/meminfo: memFree=25526124/32770624 swapFree=67021420/67108860
[pid=29681] ppid=29678 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29681/stat : 29681 (xcsp3-exec) S 29678 29681 26425 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418461452 115843072 363 33554432000 4194304 5098028 140735979254656 140735979252760 140617347674748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23977984 140735979262837 140735979263081 140735979263081 140735979265994 0
/proc/29681/statm: 28282 363 304 221 0 87 0
[pid=29683] ppid=29681 vsize=28968020 memory=1617572 CPUtime=149.81 cores=0-7
/proc/29683/stat : 29683 (java) S 29681 29681 26425 0 -1 1077944320 75452 0 0 0 14814 167 0 0 20 0 29 0 418461453 29663252480 404393 33554432000 4194304 4196468 140734864608448 140734864590992 139898313502455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
/proc/29683/statm: 7242005 404393 3529 1 0 7203107 0
[pid=29683/tid=29684] ppid=29681 vsize=28968020 memory=0 CPUtime=0.63 cores=0-7
/proc/29683/task/29684/stat : 29684 (java) S 29681 29681 26425 0 -1 1077944384 9549 0 0 0 59 4 0 0 20 0 29 0 418461453 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898317743232 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29685] ppid=29681 vsize=28968020 memory=7007714619125944400 CPUtime=0.26 cores=0-7
/proc/29683/task/29685/stat : 29685 (java) S 29681 29681 26425 0 -1 1077944384 510 0 0 0 13 13 0 0 20 0 29 0 418461454 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898233355024 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29686] ppid=29681 vsize=28968020 memory=7228928657774891088 CPUtime=0.27 cores=0-7
/proc/29683/task/29686/stat : 29686 (java) S 29681 29681 26425 0 -1 1077944384 427 0 0 0 15 12 0 0 20 0 29 0 418461454 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898232302480 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29687] ppid=29681 vsize=28968020 memory=288230574492221466 CPUtime=0.26 cores=0-7
/proc/29683/task/29687/stat : 29687 (java) S 29681 29681 26425 0 -1 1077944384 459 0 0 0 14 12 0 0 20 0 29 0 418461454 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898231249936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29688] ppid=29681 vsize=28968020 memory=288230583166042426 CPUtime=0.26 cores=0-7
/proc/29683/task/29688/stat : 29688 (java) S 29681 29681 26425 0 -1 1077944384 800 0 0 0 13 13 0 0 20 0 29 0 418461454 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898230197392 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29689] ppid=29681 vsize=28968020 memory=15816698942982814 CPUtime=0.24 cores=0-7
/proc/29683/task/29689/stat : 29689 (java) S 29681 29681 26425 0 -1 1077944384 918 0 0 0 12 12 0 0 20 0 29 0 418461454 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898229143824 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29690] ppid=29681 vsize=28968020 memory=2 CPUtime=0.27 cores=0-7
/proc/29683/task/29690/stat : 29690 (java) S 29681 29681 26425 0 -1 1077944384 531 0 0 0 12 15 0 0 20 0 29 0 418461454 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898228091280 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29691] ppid=29681 vsize=28968020 memory=0 CPUtime=0.26 cores=0-7
/proc/29683/task/29691/stat : 29691 (java) S 29681 29681 26425 0 -1 1077944384 405 0 0 0 12 14 0 0 20 0 29 0 418461454 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898227038736 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29692] ppid=29681 vsize=28968020 memory=0 CPUtime=0.24 cores=0-7
/proc/29683/task/29692/stat : 29692 (java) S 29681 29681 26425 0 -1 1077944384 362 0 0 0 12 12 0 0 20 0 29 0 418461454 29663252480 404393 33554432000 4194304 4196468 140734864608448 139898225986192 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29693] ppid=29681 vsize=28968020 memory=0 CPUtime=0.02 cores=0-7
/proc/29683/task/29693/stat : 29693 (java) S 29681 29681 26425 0 -1 1077944384 1652 0 0 0 2 0 0 0 20 0 29 0 418461455 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897697561072 139898313513602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29694] ppid=29681 vsize=28968020 memory=328 CPUtime=0 cores=0-7
/proc/29683/task/29694/stat : 29694 (java) S 29681 29681 26425 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 29 0 418461456 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897696507360 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29695] ppid=29681 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/29683/task/29695/stat : 29695 (java) S 29681 29681 26425 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 29 0 418461456 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897695454720 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29696] ppid=29681 vsize=28968020 memory=6082203004674469463 CPUtime=0 cores=0-7
/proc/29683/task/29696/stat : 29696 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418461458 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897694403280 139898313521051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29697] ppid=29681 vsize=28968020 memory=7305792226031330664 CPUtime=3.33 cores=0-7
/proc/29683/task/29697/stat : 29697 (java) S 29681 29681 26425 0 -1 1077944384 11658 0 0 0 331 2 0 0 20 0 29 0 418461458 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897693349872 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29698] ppid=29681 vsize=28968020 memory=5937245568813526639 CPUtime=3.04 cores=0-7
/proc/29683/task/29698/stat : 29698 (java) S 29681 29681 26425 0 -1 1077944384 10151 0 0 0 302 2 0 0 20 0 29 0 418461458 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897692297328 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29699] ppid=29681 vsize=28968020 memory=7800344859672538726 CPUtime=3.84 cores=0-7
/proc/29683/task/29699/stat : 29699 (java) S 29681 29681 26425 0 -1 1077944384 9874 0 0 0 381 3 0 0 20 0 29 0 418461458 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897691244784 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29700] ppid=29681 vsize=28968020 memory=6081883974418197350 CPUtime=1.09 cores=0-7
/proc/29683/task/29700/stat : 29700 (java) S 29681 29681 26425 0 -1 1077944384 9731 0 0 0 107 2 0 0 20 0 29 0 418461458 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897690192240 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29701] ppid=29681 vsize=28968020 memory=62564 CPUtime=0 cores=0-7
/proc/29683/task/29701/stat : 29701 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 418461459 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897689139936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29702] ppid=29681 vsize=28968020 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/29683/task/29702/stat : 29702 (java) S 29681 29681 26425 0 -1 1077944384 1793 0 0 0 0 1 0 0 20 0 29 0 418461459 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897419590576 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29822] ppid=29681 vsize=28968020 memory=7378987879145756264 CPUtime=14.69 cores=0-7
/proc/29683/task/29822/stat : 29822 (java) R 29681 29681 26425 0 -1 4202560 424 0 0 0 1469 0 0 0 20 0 29 0 418462059 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897403248744 139897914252323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29825] ppid=29681 vsize=28968020 memory=6081663131496179304 CPUtime=14.23 cores=0-7
/proc/29683/task/29825/stat : 29825 (java) R 29681 29681 26425 0 -1 4202560 754 0 0 0 1423 0 0 0 20 0 29 0 418462119 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897405352576 139897911719488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29826] ppid=29681 vsize=28968020 memory=5860704123725310038 CPUtime=14.25 cores=0-7
/proc/29683/task/29826/stat : 29826 (java) R 29681 29681 26425 0 -1 4202560 398 0 0 0 1425 0 0 0 20 0 29 0 418462119 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897407459024 139897911720410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29827] ppid=29681 vsize=28968020 memory=7883944108235712103 CPUtime=14.21 cores=0-7
/proc/29683/task/29827/stat : 29827 (java) R 29681 29681 26425 0 -1 4202560 6338 0 0 0 1398 23 0 0 20 0 29 0 418462119 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897404301352 139897917305908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29828] ppid=29681 vsize=28968020 memory=5787495379064864864 CPUtime=14.27 cores=0-7
/proc/29683/task/29828/stat : 29828 (java) R 29681 29681 26425 0 -1 4202560 1844 0 0 0 1424 3 0 0 20 0 29 0 418462119 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897399045440 139897918422668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29829] ppid=29681 vsize=28968020 memory=7649399367051786546 CPUtime=14.12 cores=0-7
/proc/29683/task/29829/stat : 29829 (java) R 29681 29681 26425 0 -1 4202560 815 0 0 0 1409 3 0 0 20 0 29 0 418462119 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897400098152 139897911719885 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29830] ppid=29681 vsize=28968020 memory=0 CPUtime=0.05 cores=0-7
/proc/29683/task/29830/stat : 29830 (java) S 29681 29681 26425 0 -1 1077944384 17 0 0 0 5 0 0 0 20 0 29 0 418462119 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897409569872 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29831] ppid=29681 vsize=28968020 memory=3472323898181171409 CPUtime=14.2 cores=0-7
/proc/29683/task/29831/stat : 29831 (java) R 29681 29681 26425 0 -1 4202560 614 0 0 0 1419 1 0 0 20 0 29 0 418462119 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897406406632 139897911719796 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29832] ppid=29681 vsize=28968020 memory=54852 CPUtime=0 cores=0-7
/proc/29683/task/29832/stat : 29832 (java) S 29681 29681 26425 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 29 0 418462121 29663252480 404393 33554432000 4194304 4196468 140734864608448 139897397998928 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
Current children cumulated CPU time: 149.81 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1619024 KiB

[startup+21.6012 s]
/proc/loadavg: 7.03 8.07 7.80 8/221 29832
/proc/meminfo: memFree=25526124/32770624 swapFree=67021420/67108860
[pid=29681] ppid=29678 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29681/stat : 29681 (xcsp3-exec) S 29678 29681 26425 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418461452 115843072 363 33554432000 4194304 5098028 140735979254656 140735979252760 140617347674748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23977984 140735979262837 140735979263081 140735979263081 140735979265994 0
/proc/29681/statm: 28282 363 304 221 0 87 0
[pid=29683] ppid=29681 vsize=28968020 memory=1724092 CPUtime=152.6 cores=0-7
/proc/29683/stat : 29683 (java) S 29681 29681 26425 0 -1 1077944320 75646 0 0 0 15091 169 0 0 20 0 29 0 418461453 29663252480 431023 33554432000 4194304 4196468 140734864608448 140734864590992 139898313502455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
/proc/29683/statm: 7242005 431023 3529 1 0 7203107 0
[pid=29683/tid=29684] ppid=29681 vsize=28968020 memory=1452 CPUtime=0.63 cores=0-7
/proc/29683/task/29684/stat : 29684 (java) S 29681 29681 26425 0 -1 1077944384 9549 0 0 0 59 4 0 0 20 0 29 0 418461453 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898317743232 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29685] ppid=29681 vsize=28968020 memory=1492608 CPUtime=0.26 cores=0-7
/proc/29683/task/29685/stat : 29685 (java) S 29681 29681 26425 0 -1 1077944384 510 0 0 0 13 13 0 0 20 0 29 0 418461454 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898233355024 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29686] ppid=29681 vsize=28968020 memory=8836 CPUtime=0.27 cores=0-7
/proc/29683/task/29686/stat : 29686 (java) S 29681 29681 26425 0 -1 1077944384 427 0 0 0 15 12 0 0 20 0 29 0 418461454 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898232302480 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29687] ppid=29681 vsize=28968020 memory=11044 CPUtime=0.26 cores=0-7
/proc/29683/task/29687/stat : 29687 (java) S 29681 29681 26425 0 -1 1077944384 459 0 0 0 14 12 0 0 20 0 29 0 418461454 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898231249936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29688] ppid=29681 vsize=28968020 memory=1452 CPUtime=0.26 cores=0-7
/proc/29683/task/29688/stat : 29688 (java) S 29681 29681 26425 0 -1 1077944384 800 0 0 0 13 13 0 0 20 0 29 0 418461454 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898230197392 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29689] ppid=29681 vsize=28968020 memory=1492600 CPUtime=0.24 cores=0-7
/proc/29683/task/29689/stat : 29689 (java) S 29681 29681 26425 0 -1 1077944384 918 0 0 0 12 12 0 0 20 0 29 0 418461454 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898229143824 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29690] ppid=29681 vsize=28968020 memory=7432 CPUtime=0.27 cores=0-7
/proc/29683/task/29690/stat : 29690 (java) S 29681 29681 26425 0 -1 1077944384 531 0 0 0 12 15 0 0 20 0 29 0 418461454 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898228091280 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29691] ppid=29681 vsize=28968020 memory=860 CPUtime=0.26 cores=0-7
/proc/29683/task/29691/stat : 29691 (java) S 29681 29681 26425 0 -1 1077944384 405 0 0 0 12 14 0 0 20 0 29 0 418461454 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898227038736 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29692] ppid=29681 vsize=28968020 memory=776 CPUtime=0.24 cores=0-7
/proc/29683/task/29692/stat : 29692 (java) S 29681 29681 26425 0 -1 1077944384 362 0 0 0 12 12 0 0 20 0 29 0 418461454 29663252480 431023 33554432000 4194304 4196468 140734864608448 139898225986192 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29693] ppid=29681 vsize=28968020 memory=1612 CPUtime=0.03 cores=0-7
/proc/29683/task/29693/stat : 29693 (java) S 29681 29681 26425 0 -1 1077944384 1714 0 0 0 3 0 0 0 20 0 29 0 418461455 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897697561072 139898313513602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29694] ppid=29681 vsize=28968020 memory=1224 CPUtime=0 cores=0-7
/proc/29683/task/29694/stat : 29694 (java) S 29681 29681 26425 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 29 0 418461456 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897696507360 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29695] ppid=29681 vsize=28968020 memory=3824 CPUtime=0 cores=0-7
/proc/29683/task/29695/stat : 29695 (java) S 29681 29681 26425 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 29 0 418461456 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897695454720 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29696] ppid=29681 vsize=28968020 memory=1296 CPUtime=0 cores=0-7
/proc/29683/task/29696/stat : 29696 (java) S 29681 29681 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418461458 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897694403280 139898313521051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29697] ppid=29681 vsize=28968020 memory=2184 CPUtime=3.33 cores=0-7
/proc/29683/task/29697/stat : 29697 (java) S 29681 29681 26425 0 -1 1077944384 11658 0 0 0 331 2 0 0 20 0 29 0 418461458 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897693349872 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29698] ppid=29681 vsize=28968020 memory=1844 CPUtime=3.04 cores=0-7
/proc/29683/task/29698/stat : 29698 (java) S 29681 29681 26425 0 -1 1077944384 10151 0 0 0 302 2 0 0 20 0 29 0 418461458 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897692297328 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29699] ppid=29681 vsize=28968020 memory=4964 CPUtime=3.84 cores=0-7
/proc/29683/task/29699/stat : 29699 (java) S 29681 29681 26425 0 -1 1077944384 9874 0 0 0 381 3 0 0 20 0 29 0 418461458 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897691244784 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29700] ppid=29681 vsize=28968020 memory=10092 CPUtime=1.09 cores=0-7
/proc/29683/task/29700/stat : 29700 (java) S 29681 29681 26425 0 -1 1077944384 9731 0 0 0 107 2 0 0 20 0 29 0 418461458 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897690192240 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29701] ppid=29681 vsize=28968020 memory=1908 CPUtime=0 cores=0-7
/proc/29683/task/29701/stat : 29701 (java) S 29681 29681 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 418461459 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897689139936 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29702] ppid=29681 vsize=28968020 memory=1360 CPUtime=0.01 cores=0-7
/proc/29683/task/29702/stat : 29702 (java) S 29681 29681 26425 0 -1 1077944384 1793 0 0 0 0 1 0 0 20 0 29 0 418461459 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897419590576 139898313513602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29822] ppid=29681 vsize=28968020 memory=7432 CPUtime=15.09 cores=0-7
/proc/29683/task/29822/stat : 29822 (java) R 29681 29681 26425 0 -1 4202560 432 0 0 0 1509 0 0 0 20 0 29 0 418462059 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897403248112 139897914252084 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29825] ppid=29681 vsize=28968020 memory=860 CPUtime=14.63 cores=0-7
/proc/29683/task/29825/stat : 29825 (java) R 29681 29681 26425 0 -1 4202560 756 0 0 0 1463 0 0 0 20 0 29 0 418462119 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897405353768 139897911242436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29826] ppid=29681 vsize=28968020 memory=776 CPUtime=14.65 cores=0-7
/proc/29683/task/29826/stat : 29826 (java) R 29681 29681 26425 0 -1 4202560 400 0 0 0 1465 0 0 0 20 0 29 0 418462119 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897407460264 139897911868103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29827] ppid=29681 vsize=28968020 memory=1612 CPUtime=14.6 cores=0-7
/proc/29683/task/29827/stat : 29827 (java) R 29681 29681 26425 0 -1 4202560 6422 0 0 0 1436 24 0 0 20 0 29 0 418462119 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897404300920 139897915483754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29828] ppid=29681 vsize=28968020 memory=1224 CPUtime=14.66 cores=0-7
/proc/29683/task/29828/stat : 29828 (java) R 29681 29681 26425 0 -1 4202560 1859 0 0 0 1463 3 0 0 20 0 29 0 418462119 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897399045784 139897912100067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29829] ppid=29681 vsize=28968020 memory=3824 CPUtime=14.52 cores=0-7
/proc/29683/task/29829/stat : 29829 (java) R 29681 29681 26425 0 -1 4202560 834 0 0 0 1449 3 0 0 20 0 29 0 418462119 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897400098712 139897916482780 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29830] ppid=29681 vsize=28968020 memory=1384 CPUtime=0.05 cores=0-7
/proc/29683/task/29830/stat : 29830 (java) S 29681 29681 26425 0 -1 1077944384 17 0 0 0 5 0 0 0 20 0 29 0 418462119 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897409569872 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29831] ppid=29681 vsize=28968020 memory=15080 CPUtime=14.6 cores=0-7
/proc/29683/task/29831/stat : 29831 (java) R 29681 29681 26425 0 -1 4202560 616 0 0 0 1459 1 0 0 20 0 29 0 418462119 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897406407208 139897911720117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
[pid=29683/tid=29832] ppid=29681 vsize=28968020 memory=9708 CPUtime=0 cores=0-7
/proc/29683/task/29832/stat : 29832 (java) S 29681 29681 26425 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 29 0 418462121 29663252480 431023 33554432000 4194304 4196468 140734864608448 139897397998928 139898313512661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24203264 140734864614378 140734864614550 140734864614550 140734864617423 0
Current children cumulated CPU time: 152.6 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1725544 KiB

[startup+21.7014 s]
/proc/loadavg: 7.03 8.07 7.80 8/221 29832
/proc/meminfo: memFree=25526124/32770624 swapFree=67021420/67108860
[pid=29681] ppid=29678 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29681/stat : 29681 (xcsp3-exec) S 29678 29681 26425 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418461452 115843072 363 33554432000 4194304 5098028 140735979254656 140735979252760 140617347674748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23977984 140735979262837 140735979263081 140735979263081 140735979265994 0
/proc/29681/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 21.7034
CPU time (s): 153.179
CPU user time (s): 151.458
CPU system time (s): 1.72145
CPU usage (%): 705.787
Max. virtual memory (cumulated for all children) (KiB): 29081148
Max. memory (cumulated for all children) (KiB): 1725544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.458
system time used= 1.72145
maximum resident set size= 1775320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7603
involuntary context switches= 1637


# summary of solver processes directly reported to runsolver:
#   pid: 29681
#   total CPU time (s): 153.179
#   total CPU user time (s): 151.458
#   total CPU system time (s): 1.72145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.197414 second user time and 0.309754 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 02:44:09
IDJOB=4394541
IDBENCH=123062
IDSOLVER=2843
FILE ID=node150/4394541-1568421888
RUNJOBID= node150-1568416728-26452
PBS_JOBID= 21702251
Free space on /tmp= 59360 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10a.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-4394541-1568421888/watcher-4394541-1568421888 -o /tmp/evaluation-result-4394541-1568421888/solver-4394541-1568421888 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1527740803 HOME/instance-4394541-1568421888.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=1527740803

node150.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.79
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.79
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.79
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.79
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:        27075020 kB
MemAvailable:   31827884 kB
Buffers:          201784 kB
Cached:          4760308 kB
SwapCached:        13532 kB
Active:          1140356 kB
Inactive:        3869728 kB
Active(anon):      12060 kB
Inactive(anon):    61076 kB
Active(file):    1128296 kB
Inactive(file):  3808652 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021420 kB
Dirty:             25912 kB
Writeback:             0 kB
AnonPages:        199336 kB
Mapped:            39576 kB
Shmem:             16756 kB
Slab:             274712 kB
SReclaimable:     244376 kB
SUnreclaim:        30336 kB
KernelStack:        3888 kB
PageTables:         5940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59332 MiB
End job on node150 at 2019-09-14 02:44:31