Trace number 4394507

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.6018 20.2165 3.45541

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr18a.xml
MD5SUM7a8b402fb105147dc13a1900b7358194
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5549
Best CPU time to get the best result obtained on this benchmark12.9848
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints18
Number of domains2
Minimum domain size18
Maximum domain size75
Distribution of domain sizes[{"size":18,"count":18},{"size":75,"count":17}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":307},{"degree":2,"count":24},{"degree":3,"count":6},{"degree":4,"count":5}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":17},{"arity":18,"count":1}]
Number of extensional constraints17
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":17},{"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-4394507-1568421861.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394507-1568421861.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.05/0.59	c solve instance...
2.01/0.76	o 36171 
2.01/0.78	o 31735 
2.01/0.79	o 29760 
2.01/0.79	o 29656 
2.48/0.82	o 27935 
2.48/0.84	o 27385 
2.48/0.84	o 27385 
2.48/0.84	o 26759 
2.48/0.86	o 26028 
2.48/0.88	o 25989 
2.48/0.88	o 25148 
2.48/0.89	o 24870 
2.96/0.90	o 23868 
2.96/0.90	o 23587 
2.96/0.91	o 23455 
2.96/0.91	o 23359 
2.96/0.92	o 21603 
2.96/0.92	o 21393 
2.96/0.93	o 20783 
2.96/0.94	o 20642 
2.96/0.94	o 20064 
2.96/0.94	o 19946 
2.96/0.95	o 19473 
2.96/0.95	o 15781 
2.96/0.97	o 13758 
2.96/0.97	o 13748 
2.96/0.98	o 13498 
2.96/0.99	o 12688 
3.68/1.03	o 11642 
3.68/1.04	o 11076 
3.68/1.07	o 10766 
4.36/1.15	o 10716 
4.36/1.15	o 10685 
4.36/1.17	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (80/83)
4.36/1.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.36/1.17		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.36/1.17		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.36/1.17		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.36/1.17		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.36/1.17	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (80/83)
4.36/1.17		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.36/1.17		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.36/1.17		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.36/1.17		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.36/1.17		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.36/1.17		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.36/1.17		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.36/1.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.36/1.17		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.36/1.17		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.36/1.17		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.36/1.17		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.36/1.17		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.36/1.17		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.36/1.17		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.36/1.17		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.36/1.17	o 10415 
4.36/1.18	o 9475 
4.36/1.19	o 9317 
5.58/1.39	o 9308 
6.02/1.41	o 9199 
6.02/1.41	o 8994 
6.02/1.42	o 8942 
6.02/1.42	o 7909 
7.23/1.63	o 7692 
7.72/1.72	o 7250 
7.72/1.74	o 6859 
8.21/1.88	o 6848 
8.61/1.90	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (255/257)
8.61/1.90		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.61/1.90		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.61/1.90		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.61/1.90		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.61/1.90		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.61/1.90	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (255/257)
8.61/1.90		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.61/1.90		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.61/1.90		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.61/1.90		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.61/1.90		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.61/1.90		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.61/1.90		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.61/1.90		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.61/1.90		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.61/1.90		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.61/1.90		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.61/1.90		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.61/1.90		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.61/1.90		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.61/1.90		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.61/1.90		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.61/1.90	o 6797 
8.61/1.93	o 6691 
16.48/2.98	java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
16.48/2.98		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
16.48/2.98		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
16.48/2.98		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
16.48/2.98		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
16.48/2.98		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
16.48/2.98	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
16.48/2.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.48/2.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.48/2.98		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.48/2.98		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.48/2.98		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
16.48/2.98		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
16.48/2.98		... 4 more
16.48/2.98	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
16.48/2.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.48/2.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.48/2.98		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.48/2.98		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.48/2.98		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
16.48/2.98		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
16.48/2.98		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
16.48/2.98		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
16.48/2.98		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
16.48/2.98		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
16.48/2.98		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
16.48/2.98		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
16.48/2.98		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
16.48/2.98		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
16.48/2.98		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
16.48/2.98		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
16.48/2.98		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
16.48/2.98		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
16.48/2.98	Caused by: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
16.48/2.98		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:107)
16.48/2.98		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
16.48/2.98		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
16.48/2.98		at org.chocosolver.solver.Solver.restart(Solver.java:596)
16.48/2.98		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
16.48/2.98		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:84)
16.48/2.98		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
16.48/2.98		at org.chocosolver.solver.Solver.extend(Solver.java:421)
16.48/2.98		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
16.48/2.98		at org.chocosolver.solver.Solver.solve(Solver.java:262)
16.48/2.98		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
16.48/2.98		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
16.48/2.98		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
16.48/2.98		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
16.48/2.98		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
16.48/2.98		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
16.48/2.98		... 4 more
16.48/2.98	o 6646 
18.85/3.27	java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
18.85/3.27		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
18.85/3.27		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
18.85/3.27		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
18.85/3.27		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
18.85/3.27		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
18.85/3.27	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
18.85/3.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18.85/3.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18.85/3.27		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18.85/3.27		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18.85/3.27		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
18.85/3.27		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
18.85/3.27		... 4 more
18.85/3.27	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
18.85/3.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18.85/3.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18.85/3.27		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18.85/3.27		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18.85/3.27		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
18.85/3.27		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
18.85/3.27		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
18.85/3.27		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
18.85/3.27		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
18.85/3.27		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
18.85/3.27		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
18.85/3.27		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
18.85/3.27		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
18.85/3.27		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
18.85/3.27		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
18.85/3.27		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
18.85/3.27		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
18.85/3.27		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
18.85/3.27	Caused by: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
18.85/3.27		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:107)
18.85/3.27		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
18.85/3.27		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
18.85/3.27		at org.chocosolver.solver.Solver.restart(Solver.java:596)
18.85/3.27		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
18.85/3.27		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:96)
18.85/3.27		at org.chocosolver.solver.Solver.repair(Solver.java:438)
18.85/3.27		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
18.85/3.27		at org.chocosolver.solver.Solver.solve(Solver.java:262)
18.85/3.27		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
18.85/3.27		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
18.85/3.27		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
18.85/3.27		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
18.85/3.27		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
18.85/3.27		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
18.85/3.27		... 4 more
18.85/3.27	o 6331 
18.85/3.27	o 6018 
19.42/3.39	s OPTIMUM FOUND
19.42/3.39	v <instantiation>
19.42/3.39	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] d[0][1] d[0][2] d[0][3] d[2][4] d[2][5] d[3][6] d[3][7] d[5][8] d[6][9] d[7][10] d[8][11] d[8][12] d[10][13] d[10][14] d[12][15] d[14][16] d[15][17] </list>
19.42/3.39	v 	<values>2 5 12 3 14 15 9 4 0 11 7 6 16 13 8 1 17 10 3 1 2 27 11 12 12 1 95 1 1 2 16 4 17 16 12 </values>
19.42/3.39	v </instantiation>

Verifier Data

OK	6018

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394507-1568421861/watcher-4394507-1568421861 -o /tmp/evaluation-result-4394507-1568421861/solver-4394507-1568421861 -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 71178136 HOME/instance-4394507-1568421861.xml 

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

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

solver pid=28414, runsolver pid=28411

[startup+0.100147 s]*
/proc/loadavg: 7.52 8.33 7.86 3/212 28435
/proc/meminfo: memFree=27062640/32770624 swapFree=67021420/67108860
[pid=28414] ppid=28411 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28414/stat : 28414 (xcsp3-exec) S 28411 28414 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418458688 115843072 363 33554432000 4194304 5098028 140732274750528 140732274748632 139685533045372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18059264 140732274754423 140732274754665 140732274754665 140732274757578 0
/proc/28414/statm: 28282 363 304 221 0 87 0
[pid=28416] ppid=28414 vsize=28227388 memory=29064 CPUtime=0.12 cores=0-7
/proc/28416/stat : 28416 (java) S 28414 28414 26425 0 -1 1077944320 5706 0 0 0 11 1 0 0 20 0 20 0 418458688 28904845312 7266 33554432000 4194304 4196468 140721711027040 140721711009584 140618054328055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
/proc/28416/statm: 7056847 7266 3154 1 0 7019032 0
[pid=28416/tid=28417] ppid=28414 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28416/task/28417/stat : 28417 (java) R 28414 28414 26425 0 -1 4202560 3598 0 0 0 8 0 0 0 20 0 20 0 418458688 28904845312 7266 33554432000 4194304 4196468 140721711027040 140618058561184 140618038408468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28418] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28418/stat : 28418 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617974181008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28419] ppid=28414 vsize=28227388 memory=139725360244352 CPUtime=0 cores=0-7
/proc/28416/task/28419/stat : 28419 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617973128208 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28420] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28420/stat : 28420 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617972075408 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28421] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28421/stat : 28421 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617971022608 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28422] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28422/stat : 28422 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617969969808 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28423] ppid=28414 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28416/task/28423/stat : 28423 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617968917008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28424] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28424/stat : 28424 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617599539600 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28425] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28425/stat : 28425 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617598486800 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28426] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28426/stat : 28426 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458691 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617439075184 140618054339202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28427] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28427/stat : 28427 (java) S 28414 28414 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418458691 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617438021152 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28428] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28428/stat : 28428 (java) S 28414 28414 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418458691 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617436968304 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28429] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28429/stat : 28429 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617435916624 140618054346651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28430] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28430/stat : 28430 (java) R 28414 28414 26425 0 -1 4202560 436 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617434863984 140618033561980 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28431] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28431/stat : 28431 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617433811184 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28432] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28432/stat : 28432 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617432758384 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28433] ppid=28414 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/28416/task/28433/stat : 28433 (java) R 28414 28414 26425 0 -1 4202560 370 0 0 0 2 0 0 0 20 0 20 0 418458694 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617431705584 140618033273760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28434] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28434/stat : 28434 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617229266016 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28435] ppid=28414 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28416/task/28435/stat : 28435 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 7266 33554432000 4194304 4196468 140721711027040 140617228213296 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30516 KiB

[startup+0.210272 s]*
/proc/loadavg: 7.52 8.33 7.86 3/212 28435
/proc/meminfo: memFree=27049184/32770624 swapFree=67021420/67108860
[pid=28414] ppid=28411 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28414/stat : 28414 (xcsp3-exec) S 28411 28414 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418458688 115843072 363 33554432000 4194304 5098028 140732274750528 140732274748632 139685533045372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18059264 140732274754423 140732274754665 140732274754665 140732274757578 0
/proc/28414/statm: 28282 363 304 221 0 87 0
[pid=28416] ppid=28414 vsize=28227388 memory=41104 CPUtime=0.34 cores=0-7
/proc/28416/stat : 28416 (java) S 28414 28414 26425 0 -1 1077944320 9525 0 0 0 31 3 0 0 20 0 20 0 418458688 28904845312 10276 33554432000 4194304 4196468 140721711027040 140721711009584 140618054328055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
/proc/28416/statm: 7056847 10276 3308 1 0 7019032 0
[pid=28416/tid=28417] ppid=28414 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28416/task/28417/stat : 28417 (java) R 28414 28414 26425 0 -1 4202560 6631 0 0 0 18 1 0 0 20 0 20 0 418458688 28904845312 10276 33554432000 4194304 4196468 140721711027040 140618058565872 140618038408542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28418] ppid=28414 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/28416/task/28418/stat : 28418 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617974181008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28419] ppid=28414 vsize=28227388 memory=139725363348914 CPUtime=0 cores=0-7
/proc/28416/task/28419/stat : 28419 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617973128208 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28420] ppid=28414 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28416/task/28420/stat : 28420 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617972075408 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28421] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28421/stat : 28421 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617971022608 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28422] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28422/stat : 28422 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617969969808 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28423] ppid=28414 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28416/task/28423/stat : 28423 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617968917008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28424] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28424/stat : 28424 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617599539600 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28425] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28425/stat : 28425 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617598486800 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28426] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28426/stat : 28426 (java) S 28414 28414 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418458691 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617439075184 140618054339202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28427] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28427/stat : 28427 (java) S 28414 28414 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418458691 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617438021152 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28428] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28428/stat : 28428 (java) S 28414 28414 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418458691 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617436968304 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28429] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28429/stat : 28429 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617435916624 140618054346651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28430] ppid=28414 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28416/task/28430/stat : 28430 (java) S 28414 28414 26425 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 20 0 418458694 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617434863984 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28431] ppid=28414 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28416/task/28431/stat : 28431 (java) S 28414 28414 26425 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 418458694 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617433811184 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28432] ppid=28414 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/28416/task/28432/stat : 28432 (java) S 28414 28414 26425 0 -1 1077944384 183 0 0 0 1 0 0 0 20 0 20 0 418458694 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617432758384 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28433] ppid=28414 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/28416/task/28433/stat : 28433 (java) S 28414 28414 26425 0 -1 1077944384 797 0 0 0 7 0 0 0 20 0 20 0 418458694 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617431705584 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28434] ppid=28414 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28434/stat : 28434 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617229266016 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28435] ppid=28414 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28416/task/28435/stat : 28435 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418458694 28904845312 10276 33554432000 4194304 4196468 140721711027040 140617228213296 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42556 KiB

[startup+0.309717 s]*
/proc/loadavg: 7.52 8.33 7.86 5/212 28435
/proc/meminfo: memFree=27041552/32770624 swapFree=67021420/67108860
[pid=28414] ppid=28411 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28414/stat : 28414 (xcsp3-exec) S 28411 28414 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418458688 115843072 363 33554432000 4194304 5098028 140732274750528 140732274748632 139685533045372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18059264 140732274754423 140732274754665 140732274754665 140732274757578 0
/proc/28414/statm: 28282 363 304 221 0 87 0
[pid=28416] ppid=28414 vsize=28231644 memory=50120 CPUtime=0.51 cores=0-7
/proc/28416/stat : 28416 (java) S 28414 28414 26425 0 -1 1077944320 10936 0 0 0 48 3 0 0 20 0 20 0 418458688 28909203456 12530 33554432000 4194304 4196468 140721711027040 140721711009584 140618054328055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
/proc/28416/statm: 7057911 12530 3359 1 0 7019032 0
[pid=28416/tid=28417] ppid=28414 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28416/task/28417/stat : 28417 (java) R 28414 28414 26425 0 -1 4202560 7811 0 0 0 27 2 0 0 20 0 20 0 418458688 28909203456 12530 33554432000 4194304 4196468 140721711027040 140618058559168 140618038408542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28418] ppid=28414 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28418/stat : 28418 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28909203456 12530 33554432000 4194304 4196468 140721711027040 140617974181008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28419] ppid=28414 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28419/stat : 28419 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28909203456 12530 33554432000 4194304 4196468 140721711027040 140617973128208 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28420] ppid=28414 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28420/stat : 28420 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28909203456 12530 33554432000 4194304 4196468 140721711027040 140617972075408 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28421] ppid=28414 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28421/stat : 28421 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28909203456 12530 33554432000 4194304 4196468 140721711027040 140617971022608 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28422] ppid=28414 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/28416/task/28422/stat : 28422 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458689 28909203456 12530 33554432000 4194304 4196468 140721711027040 140617969969808 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28423] ppid=28414 vsize=28231644 memory=139725218345903 CPUtime=0 cores=0-7
/proc/28416/task/28423/stat : 28423 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28909203456 12530 33554432000 4194304 4196468 140721711027040 140617968917008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28424] ppid=28414 vsize=28231644 memory=139725218348208 CPUtime=0 cores=0-7
/proc/28416/task/28424/stat : 28424 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28909203456 12530 33554432000 4194304 4196468 140721711027040 140617599539600 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28425] ppid=28414 vsize=28231644 memory=139725218350512 CPUtime=0 cores=0-7
/proc/28416/task/28425/stat : 28425 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418458689 28909203456 12595 33554432000 4194304 4196468 140721711027040 140617598486800 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28426] ppid=28414 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28426/stat : 28426 (java) S 28414 28414 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418458691 28909203456 12595 33554432000 4194304 4196468 140721711027040 140617439075184 140618054339202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28427] ppid=28414 vsize=28231644 memory=279450436707984 CPUtime=0 cores=0-7
/proc/28416/task/28427/stat : 28427 (java) S 28414 28414 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418458691 28909203456 12595 33554432000 4194304 4196468 140721711027040 140617438021152 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28428] ppid=28414 vsize=28231644 memory=279450436714896 CPUtime=0 cores=0-7
/proc/28416/task/28428/stat : 28428 (java) S 28414 28414 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418458691 28909203456 12595 33554432000 4194304 4196468 140721711027040 140617436968304 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28429] ppid=28414 vsize=28231644 memory=279450436656176 CPUtime=0 cores=0-7
/proc/28416/task/28429/stat : 28429 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418458694 28909203456 12595 33554432000 4194304 4196468 140721711027040 140617435916624 140618054346651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28430] ppid=28414 vsize=28231644 memory=279450436728720 CPUtime=0.02 cores=0-7
/proc/28416/task/28430/stat : 28430 (java) S 28414 28414 26425 0 -1 1077944384 499 0 0 0 2 0 0 0 20 0 20 0 418458694 28909203456 12595 33554432000 4194304 4196468 140721711027040 140617434863984 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28431] ppid=28414 vsize=28231644 memory=279450436735632 CPUtime=0.04 cores=0-7
/proc/28416/task/28431/stat : 28431 (java) R 28414 28414 26425 0 -1 4202560 201 0 0 0 4 0 0 0 20 0 20 0 418458694 28909203456 12595 33554432000 4194304 4196468 140721711027040 140617433801568 140618039453434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28432] ppid=28414 vsize=28231644 memory=279450436733328 CPUtime=0.02 cores=0-7
/proc/28416/task/28432/stat : 28432 (java) S 28414 28414 26425 0 -1 1077944384 213 0 0 0 2 0 0 0 20 0 20 0 418458694 28909203456 12595 33554432000 4194304 4196468 140721711027040 140617432758384 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28433] ppid=28414 vsize=28231644 memory=279450436749488 CPUtime=0.12 cores=0-7
/proc/28416/task/28433/stat : 28433 (java) S 28414 28414 26425 0 -1 1077944384 896 0 0 0 12 0 0 0 20 0 20 0 418458694 28909203456 12599 33554432000 4194304 4196468 140721711027040 140617431705584 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28434] ppid=28414 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28434/stat : 28434 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458694 28909203456 12599 33554432000 4194304 4196468 140721711027040 140617229266016 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28435] ppid=28414 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/28416/task/28435/stat : 28435 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418458694 28909203456 12599 33554432000 4194304 4196468 140721711027040 140617228213296 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51572 KiB

[startup+0.70681 s]
/proc/loadavg: 7.52 8.33 7.86 3/212 28435
/proc/meminfo: memFree=27024972/32770624 swapFree=67021420/67108860
[pid=28414] ppid=28411 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28414/stat : 28414 (xcsp3-exec) S 28411 28414 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418458688 115843072 363 33554432000 4194304 5098028 140732274750528 140732274748632 139685533045372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18059264 140732274754423 140732274754665 140732274754665 140732274757578 0
/proc/28414/statm: 28282 363 304 221 0 87 0
[pid=28416] ppid=28414 vsize=28766280 memory=101444 CPUtime=2.01 cores=0-7
/proc/28416/stat : 28416 (java) S 28414 28414 26425 0 -1 1077944320 15759 0 0 0 194 7 0 0 20 0 28 0 418458688 29456670720 25361 33554432000 4194304 4196468 140721711027040 140721711009584 140618054328055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
/proc/28416/statm: 7191570 25361 3459 1 0 7152672 0
[pid=28416/tid=28417] ppid=28414 vsize=28766280 memory=279450437107376 CPUtime=0.59 cores=0-7
/proc/28416/task/28417/stat : 28417 (java) S 28414 28414 26425 0 -1 1077944384 9328 0 0 0 56 3 0 0 20 0 28 0 418458688 29456670720 25361 33554432000 4194304 4196468 140721711027040 140618058568832 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28418] ppid=28414 vsize=28766280 memory=139725218554736 CPUtime=0 cores=0-7
/proc/28416/task/28418/stat : 28418 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418458689 29456670720 25361 33554432000 4194304 4196468 140721711027040 140617974181008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28419] ppid=28414 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28419/stat : 28419 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418458689 29456670720 25361 33554432000 4194304 4196468 140721711027040 140617973128208 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28420] ppid=28414 vsize=28766280 memory=1224 CPUtime=0 cores=0-7
/proc/28416/task/28420/stat : 28420 (java) S 28414 28414 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418458689 29456670720 25361 33554432000 4194304 4196468 140721711027040 140617972075408 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0

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

[pid=28416/tid=28429] ppid=28414 vsize=29035612 memory=65 CPUtime=0 cores=0-7
/proc/28416/task/28429/stat : 28429 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418458694 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617435916624 140618054346651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28430] ppid=28414 vsize=29035612 memory=0 CPUtime=1.88 cores=0-7
/proc/28416/task/28430/stat : 28430 (java) R 28414 28414 26425 0 -1 4202560 4092 0 0 0 187 1 0 0 20 0 29 0 418458694 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617434850528 140618032216583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28431] ppid=28414 vsize=29035612 memory=0 CPUtime=2.24 cores=0-7
/proc/28416/task/28431/stat : 28431 (java) R 28414 28414 26425 0 -1 4202560 2393 0 0 0 224 0 0 0 20 0 29 0 418458694 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617433792200 140618037824843 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28432] ppid=28414 vsize=29035612 memory=0 CPUtime=2.04 cores=0-7
/proc/28416/task/28432/stat : 28432 (java) R 28414 28414 26425 0 -1 4202560 3135 0 0 0 203 1 0 0 20 0 29 0 418458694 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617432744952 140618040343864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28433] ppid=28414 vsize=29035612 memory=0 CPUtime=0.89 cores=0-7
/proc/28416/task/28433/stat : 28433 (java) R 28414 28414 26425 0 -1 1077944384 3666 0 0 0 88 1 0 0 20 0 29 0 418458694 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617431705584 140618054339202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28434] ppid=28414 vsize=29035612 memory=279450436976912 CPUtime=0 cores=0-7
/proc/28416/task/28434/stat : 28434 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 418458694 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617229266016 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28435] ppid=28414 vsize=29035612 memory=1891127789313 CPUtime=0 cores=0-7
/proc/28416/task/28435/stat : 28435 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418458694 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617228213296 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28800] ppid=28414 vsize=29035612 memory=2354984257281 CPUtime=0.97 cores=0-7
/proc/28416/task/28800/stat : 28800 (java) R 28414 28414 26425 0 -1 4202560 21 0 0 0 97 0 0 0 20 0 29 0 418458877 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617212686248 140617657604407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28820] ppid=28414 vsize=29035612 memory=2445178570497 CPUtime=0.12 cores=0-7
/proc/28416/task/28820/stat : 28820 (java) R 28414 28414 26425 0 -1 4202560 20 0 0 0 12 0 0 0 20 0 29 0 418458986 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617215847568 140617658763223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28821] ppid=28414 vsize=29035612 memory=2462358439681 CPUtime=0.04 cores=0-7
/proc/28416/task/28821/stat : 28821 (java) R 28414 28414 26425 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 29 0 418458986 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617206383016 140617655650091 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28822] ppid=28414 vsize=29035612 memory=2466653406977 CPUtime=0.11 cores=0-7
/proc/28416/task/28822/stat : 28822 (java) R 28414 28414 26425 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 29 0 418458986 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617204273552 140617654474287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28823] ppid=28414 vsize=29035612 memory=2496718178049 CPUtime=0.04 cores=0-7
/proc/28416/task/28823/stat : 28823 (java) R 28414 28414 26425 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 29 0 418458986 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617208488104 140617656140827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28824] ppid=28414 vsize=29035612 memory=2539667850753 CPUtime=0.08 cores=0-7
/proc/28416/task/28824/stat : 28824 (java) R 28414 28414 26425 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 29 0 418458986 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617211640648 140617655583659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28825] ppid=28414 vsize=29035612 memory=2552552752641 CPUtime=0.05 cores=0-7
/proc/28416/task/28825/stat : 28825 (java) R 28414 28414 26425 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 29 0 418458986 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617214791576 140617657604240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28826] ppid=28414 vsize=29035612 memory=2556847719937 CPUtime=0.07 cores=0-7
/proc/28416/task/28826/stat : 28826 (java) R 28414 28414 26425 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 29 0 418458987 29732466688 89283 33554432000 4194304 4196468 140721711027040 140617207438920 140617653988311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
Current children cumulated CPU time: 18.13 s
Current children cumulated vsize: 29148740 KiB
Current children cumulated memory: 358584 KiB

[startup+3.45535 s]
# the end of solver process 28414 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19.9807 s, system=0.235829 s

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

[startup+3.20181 s]
/proc/loadavg: 7.52 8.33 7.86 12/220 28826
/proc/meminfo: memFree=26735360/32770624 swapFree=67021420/67108860
[pid=28414] ppid=28411 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28414/stat : 28414 (xcsp3-exec) S 28411 28414 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418458688 115843072 363 33554432000 4194304 5098028 140732274750528 140732274748632 139685533045372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18059264 140732274754423 140732274754665 140732274754665 140732274757578 0
/proc/28414/statm: 28282 363 304 221 0 87 0
[pid=28416] ppid=28414 vsize=29035612 memory=357956 CPUtime=18.85 cores=0-7
/proc/28416/stat : 28416 (java) S 28414 28414 26425 0 -1 1077944320 31774 0 0 0 1864 21 0 0 20 0 29 0 418458688 29732466688 89489 33554432000 4194304 4196468 140721711027040 140721711009584 140618054328055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
/proc/28416/statm: 7258903 89489 3512 1 0 7220005 0
[pid=28416/tid=28417] ppid=28414 vsize=29035612 memory=0 CPUtime=0.62 cores=0-7
/proc/28416/task/28417/stat : 28417 (java) S 28414 28414 26425 0 -1 1077944384 9332 0 0 0 59 3 0 0 20 0 29 0 418458688 29732466688 89489 33554432000 4194304 4196468 140721711027040 140618058568832 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28418] ppid=28414 vsize=29035612 memory=0 CPUtime=0.01 cores=0-7
/proc/28416/task/28418/stat : 28418 (java) S 28414 28414 26425 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 29 0 418458689 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617974181008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28419] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28419/stat : 28419 (java) S 28414 28414 26425 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 29 0 418458689 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617973128208 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28420] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28420/stat : 28420 (java) S 28414 28414 26425 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 29 0 418458689 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617972075408 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28421] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28421/stat : 28421 (java) S 28414 28414 26425 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 29 0 418458689 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617971022608 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28422] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28422/stat : 28422 (java) S 28414 28414 26425 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 29 0 418458689 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617969969808 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28423] ppid=28414 vsize=29035612 memory=0 CPUtime=0.01 cores=0-7
/proc/28416/task/28423/stat : 28423 (java) S 28414 28414 26425 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 29 0 418458689 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617968917008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28424] ppid=28414 vsize=29035612 memory=0 CPUtime=0.01 cores=0-7
/proc/28416/task/28424/stat : 28424 (java) S 28414 28414 26425 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 29 0 418458689 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617599539600 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28425] ppid=28414 vsize=29035612 memory=1399105007669188995 CPUtime=0 cores=0-7
/proc/28416/task/28425/stat : 28425 (java) S 28414 28414 26425 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 29 0 418458689 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617598486800 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28426] ppid=28414 vsize=29035612 memory=-7019007802211101846 CPUtime=0 cores=0-7
/proc/28416/task/28426/stat : 28426 (java) S 28414 28414 26425 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 29 0 418458691 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617439075184 140618054339202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28427] ppid=28414 vsize=29035612 memory=6944613755495348631 CPUtime=0 cores=0-7
/proc/28416/task/28427/stat : 28427 (java) S 28414 28414 26425 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 29 0 418458691 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617438021216 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28428] ppid=28414 vsize=29035612 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/28416/task/28428/stat : 28428 (java) S 28414 28414 26425 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 29 0 418458691 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617436968320 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28429] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28429/stat : 28429 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418458694 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617435916624 140618054346651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28430] ppid=28414 vsize=29035612 memory=0 CPUtime=1.92 cores=0-7
/proc/28416/task/28430/stat : 28430 (java) R 28414 28414 26425 0 -1 4202560 4105 0 0 0 191 1 0 0 20 0 29 0 418458694 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617434846352 140618032720255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28431] ppid=28414 vsize=29035612 memory=0 CPUtime=2.34 cores=0-7
/proc/28416/task/28431/stat : 28431 (java) R 28414 28414 26425 0 -1 4202560 2604 0 0 0 233 1 0 0 20 0 29 0 418458694 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617433792200 140618037824839 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28432] ppid=28414 vsize=29035612 memory=0 CPUtime=2.09 cores=0-7
/proc/28416/task/28432/stat : 28432 (java) R 28414 28414 26425 0 -1 4202560 3138 0 0 0 208 1 0 0 20 0 29 0 418458694 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617432744352 140618035517644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28433] ppid=28414 vsize=29035612 memory=0 CPUtime=0.89 cores=0-7
/proc/28416/task/28433/stat : 28433 (java) R 28414 28414 26425 0 -1 1077944384 3671 0 0 0 88 1 0 0 20 0 29 0 418458694 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617431705584 140618054339202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28434] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28434/stat : 28434 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 418458694 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617229266016 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28435] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28435/stat : 28435 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418458694 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617228213296 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28800] ppid=28414 vsize=29035612 memory=0 CPUtime=1.01 cores=0-7
/proc/28416/task/28800/stat : 28800 (java) R 28414 28414 26425 0 -1 4202560 21 0 0 0 101 0 0 0 20 0 29 0 418458877 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617212686248 140617657604529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28820] ppid=28414 vsize=29035612 memory=0 CPUtime=0.17 cores=0-7
/proc/28416/task/28820/stat : 28820 (java) R 28414 28414 26425 0 -1 4202560 20 0 0 0 17 0 0 0 20 0 29 0 418458986 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617215843768 140617654732592 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28821] ppid=28414 vsize=29035612 memory=0 CPUtime=0.09 cores=0-7
/proc/28416/task/28821/stat : 28821 (java) R 28414 28414 26425 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 29 0 418458986 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617206383016 140617654097635 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28822] ppid=28414 vsize=29035612 memory=0 CPUtime=0.19 cores=0-7
/proc/28416/task/28822/stat : 28822 (java) R 28414 28414 26425 0 -1 4202560 41 0 0 0 19 0 0 0 20 0 29 0 418458986 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617204272888 140617656915103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28823] ppid=28414 vsize=29035612 memory=0 CPUtime=0.08 cores=0-7
/proc/28416/task/28823/stat : 28823 (java) R 28414 28414 26425 0 -1 4202560 17 0 0 0 8 0 0 0 20 0 29 0 418458986 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617208488104 140617654097674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28824] ppid=28414 vsize=29035612 memory=0 CPUtime=0.12 cores=0-7
/proc/28416/task/28824/stat : 28824 (java) R 28414 28414 26425 0 -1 4202560 18 0 0 0 12 0 0 0 20 0 29 0 418458986 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617211640648 140617657826848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28825] ppid=28414 vsize=29035612 memory=1452 CPUtime=0.14 cores=0-7
/proc/28416/task/28825/stat : 28825 (java) R 28414 28414 26425 0 -1 4202560 17 0 0 0 14 0 0 0 20 0 29 0 418458986 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617214791576 140617657603910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28826] ppid=28414 vsize=29035612 memory=355768 CPUtime=0.16 cores=0-7
/proc/28416/task/28826/stat : 28826 (java) R 28414 28414 26425 0 -1 4202560 17 0 0 0 16 0 0 0 20 0 29 0 418458987 29732466688 89489 33554432000 4194304 4196468 140721711027040 140617207438920 140618038829374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
Current children cumulated CPU time: 18.85 s
Current children cumulated vsize: 29148740 KiB
Current children cumulated memory: 359408 KiB

[startup+3.40099 s]
/proc/loadavg: 7.52 8.33 7.86 12/220 28826
/proc/meminfo: memFree=26735360/32770624 swapFree=67021420/67108860
[pid=28414] ppid=28411 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28414/stat : 28414 (xcsp3-exec) S 28411 28414 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418458688 115843072 363 33554432000 4194304 5098028 140732274750528 140732274748632 139685533045372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18059264 140732274754423 140732274754665 140732274754665 140732274757578 0
/proc/28414/statm: 28282 363 304 221 0 87 0
[pid=28416] ppid=28414 vsize=29035612 memory=360184 CPUtime=20.16 cores=0-7
/proc/28416/stat : 28416 (java) S 28414 28414 26425 0 -1 1077944320 32575 0 0 0 1994 22 0 0 20 0 20 0 418458688 29732466688 90046 33554432000 4194304 4196468 140721711027040 140721711009584 140618054328055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
/proc/28416/statm: 7258903 90046 3513 1 0 7220005 0
[pid=28416/tid=28417] ppid=28414 vsize=29035612 memory=24292 CPUtime=0.62 cores=0-7
/proc/28416/task/28417/stat : 28417 (java) S 28414 28414 26425 0 -1 1077944384 9335 0 0 0 59 3 0 0 20 0 20 0 418458688 29732466688 90046 33554432000 4194304 4196468 140721711027040 140618058570896 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28418] ppid=28414 vsize=29035612 memory=26500 CPUtime=0.01 cores=0-7
/proc/28416/task/28418/stat : 28418 (java) S 28414 28414 26425 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 20 0 418458689 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617974181008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28419] ppid=28414 vsize=29035612 memory=28708 CPUtime=0 cores=0-7
/proc/28416/task/28419/stat : 28419 (java) S 28414 28414 26425 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 418458689 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617973128208 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28420] ppid=28414 vsize=29035612 memory=30916 CPUtime=0 cores=0-7
/proc/28416/task/28420/stat : 28420 (java) S 28414 28414 26425 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 418458689 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617972075408 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28421] ppid=28414 vsize=29035612 memory=33124 CPUtime=0 cores=0-7
/proc/28416/task/28421/stat : 28421 (java) S 28414 28414 26425 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 418458689 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617971022608 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28422] ppid=28414 vsize=29035612 memory=35332 CPUtime=0 cores=0-7
/proc/28416/task/28422/stat : 28422 (java) S 28414 28414 26425 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 418458689 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617969969808 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28423] ppid=28414 vsize=29035612 memory=37540 CPUtime=0.01 cores=0-7
/proc/28416/task/28423/stat : 28423 (java) S 28414 28414 26425 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 20 0 418458689 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617968917008 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28424] ppid=28414 vsize=29035612 memory=39748 CPUtime=0.01 cores=0-7
/proc/28416/task/28424/stat : 28424 (java) S 28414 28414 26425 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 20 0 418458689 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617599539600 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28425] ppid=28414 vsize=29035612 memory=41956 CPUtime=0 cores=0-7
/proc/28416/task/28425/stat : 28425 (java) S 28414 28414 26425 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 418458689 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617598486800 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28426] ppid=28414 vsize=29035612 memory=0 CPUtime=0.01 cores=0-7
/proc/28416/task/28426/stat : 28426 (java) S 28414 28414 26425 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 20 0 418458691 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617439075392 140618054339202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28427] ppid=28414 vsize=29035612 memory=4420 CPUtime=0 cores=0-7
/proc/28416/task/28427/stat : 28427 (java) S 28414 28414 26425 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 418458691 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617438021216 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28428] ppid=28414 vsize=29035612 memory=139729655211647 CPUtime=0 cores=0-7
/proc/28416/task/28428/stat : 28428 (java) S 28414 28414 26425 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 418458691 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617436968320 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28429] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28429/stat : 28429 (java) S 28414 28414 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418458694 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617435915680 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28430] ppid=28414 vsize=29035612 memory=0 CPUtime=2.02 cores=0-7
/proc/28416/task/28430/stat : 28430 (java) S 28414 28414 26425 0 -1 1077944384 4118 0 0 0 201 1 0 0 20 0 20 0 418458694 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617434848496 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28431] ppid=28414 vsize=29035612 memory=0 CPUtime=2.51 cores=0-7
/proc/28416/task/28431/stat : 28431 (java) R 28414 28414 26425 0 -1 4202560 3079 0 0 0 250 1 0 0 20 0 20 0 418458694 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617433797064 140618031923072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28432] ppid=28414 vsize=29035612 memory=0 CPUtime=2.18 cores=0-7
/proc/28416/task/28432/stat : 28432 (java) S 28414 28414 26425 0 -1 1077944384 3164 0 0 0 217 1 0 0 20 0 20 0 418458694 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617432758384 140618054339202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28433] ppid=28414 vsize=29035612 memory=0 CPUtime=0.9 cores=0-7
/proc/28416/task/28433/stat : 28433 (java) S 28414 28414 26425 0 -1 1077944384 3676 0 0 0 89 1 0 0 20 0 20 0 418458694 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617431705152 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28434] ppid=28414 vsize=29035612 memory=0 CPUtime=0 cores=0-7
/proc/28416/task/28434/stat : 28434 (java) S 28414 28414 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418458694 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617229266016 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
[pid=28416/tid=28800] ppid=28414 vsize=29035612 memory=0 CPUtime=1.2 cores=0-7
/proc/28416/task/28800/stat : 28800 (java) S 28414 28414 26425 0 -1 1077944384 21 0 0 0 120 0 0 0 20 0 20 0 418458877 29732466688 90046 33554432000 4194304 4196468 140721711027040 140617212685776 140618054338261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12476416 140721711035370 140721711035542 140721711035542 140721711038415 0
Current children cumulated CPU time: 20.16 s
Current children cumulated vsize: 29148740 KiB
Current children cumulated memory: 361636 KiB

Child status: 0
Real time (s): 3.45541
CPU time (s): 20.2165
CPU user time (s): 19.9807
CPU system time (s): 0.235829
CPU usage (%): 585.068
Max. virtual memory (cumulated for all children) (KiB): 29148740
Max. memory (cumulated for all children) (KiB): 361636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.9807
system time used= 0.235829
maximum resident set size= 362216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6712
involuntary context switches= 614


# summary of solver processes directly reported to runsolver:
#   pid: 28414
#   total CPU time (s): 20.2165
#   total CPU user time (s): 19.9807
#   total CPU system time (s): 0.235829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050124 second user time and 0.080988 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 02:43:41
IDJOB=4394507
IDBENCH=123027
IDSOLVER=2843
FILE ID=node150/4394507-1568421861
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-chr18a.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-4394507-1568421861/watcher-4394507-1568421861 -o /tmp/evaluation-result-4394507-1568421861/solver-4394507-1568421861 -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 71178136 HOME/instance-4394507-1568421861.xml

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

MD5SUM BENCH= 7a8b402fb105147dc13a1900b7358194
RANDOM SEED=71178136

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:        27079328 kB
MemAvailable:   31831980 kB
Buffers:          201660 kB
Cached:          4759940 kB
SwapCached:        13532 kB
Active:          1138840 kB
Inactive:        3869604 kB
Active(anon):      10628 kB
Inactive(anon):    61076 kB
Active(file):    1128212 kB
Inactive(file):  3808528 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021420 kB
Dirty:             26172 kB
Writeback:             4 kB
AnonPages:        142256 kB
Mapped:            39032 kB
Shmem:             16756 kB
Slab:             274544 kB
SReclaimable:     244372 kB
SUnreclaim:        30172 kB
KernelStack:        3408 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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:43:45