Trace number 4393859

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.114 20.2959 4.50398

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-5-20-1.xml
MD5SUMe35b04ec576605d811ffb09e6056798d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark1.03722
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints757
Number of domains57
Minimum domain size2
Maximum domain size35
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":6},{"size":4,"count":18},{"size":5,"count":10},{"size":15,"count":6},{"size":16,"count":4},{"size":17,"count":4},{"size":18,"count":5},{"size":19,"count":1},{"size":34,"count":20},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":55},{"degree":22,"count":34},{"degree":23,"count":1},{"degree":36,"count":20}]
Minimum constraint arity1
Maximum constraint arity35
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":755},{"arity":35,"count":1}]
Number of extensional constraints55
Number of intensional constraints701
Distribution of constraint types[{"type":"extension","count":55},{"type":"intension","count":701},{"type":"circuit","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-4393859-1568427404.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393859-1568427404.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
10.95/3.10	c solve instance...
12.58/3.39	o 609 
14.12/3.52	o 592 
14.12/3.54	o 254 
14.12/3.57	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (156/158)
14.12/3.57		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
14.12/3.57		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
14.12/3.57		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
14.12/3.57		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
14.12/3.57		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
14.12/3.57	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (156/158)
14.12/3.57		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
14.12/3.57		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
14.12/3.57		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
14.12/3.57		at org.chocosolver.solver.Solver.repair(Solver.java:443)
14.12/3.57		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
14.12/3.57		at org.chocosolver.solver.Solver.solve(Solver.java:262)
14.12/3.57		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
14.12/3.57		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
14.12/3.57		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
14.12/3.57		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
14.12/3.57		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
14.12/3.57		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
14.12/3.57		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
14.12/3.57		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
14.12/3.57		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
14.12/3.57		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
14.12/3.57	o 226 
14.12/3.59	o 217 
14.12/3.59	o 215 
14.71/3.60	o 210 
14.71/3.60	o 208 
14.71/3.66	o 207 
14.71/3.68	o 205 
15.40/3.71	o 200 
15.40/3.72	o 198 
15.40/3.77	o 197 
15.40/3.78	o 195 
16.09/3.82	o 190 
16.09/3.82	o 188 
16.09/3.82	o 187 
16.09/3.83	o 185 
16.09/3.86	o 183 
16.09/3.88	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (146/151)
16.09/3.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
16.09/3.88		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
16.09/3.88		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
16.09/3.88		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
16.09/3.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
16.09/3.88	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (146/151)
16.09/3.88		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
16.09/3.88		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
16.09/3.88		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
16.09/3.88		at org.chocosolver.solver.Solver.repair(Solver.java:443)
16.09/3.88		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
16.09/3.88		at org.chocosolver.solver.Solver.solve(Solver.java:262)
16.09/3.88		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
16.09/3.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
16.09/3.88		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
16.09/3.88		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
16.09/3.88		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
16.09/3.88		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
16.09/3.88		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
16.09/3.88		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
16.09/3.88		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
16.09/3.88		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
16.09/3.88	o 182 
16.09/3.89	o 180 
16.72/3.93	o 174 
16.72/3.94	o 172 
16.72/3.95	o 170 
16.72/3.96	o 169 
16.72/3.97	o 167 
16.72/3.97	o 166 
16.72/3.98	o 165 
16.72/3.99	o 163 
16.72/4.00	o 162 
17.27/4.02	o 160 
17.27/4.03	o 158 
17.27/4.04	o 157 
17.27/4.05	o 155 
17.27/4.05	o 154 
17.27/4.06	o 153 
17.27/4.07	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (120/122)
17.27/4.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
17.27/4.07		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
17.27/4.07		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
17.27/4.07		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
17.27/4.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
17.27/4.07	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (120/122)
17.27/4.07		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
17.27/4.07		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
17.27/4.07		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
17.27/4.07		at org.chocosolver.solver.Solver.repair(Solver.java:443)
17.27/4.07		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
17.27/4.07		at org.chocosolver.solver.Solver.solve(Solver.java:262)
17.27/4.07		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
17.27/4.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
17.27/4.07		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
17.27/4.07		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
17.27/4.07		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
17.27/4.07		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
17.27/4.07		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
17.27/4.07		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
17.27/4.07		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
17.27/4.07		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
17.27/4.07	o 152 
17.27/4.07	o 150 
17.27/4.08	o 149 
17.27/4.08	o 147 
17.27/4.09	o 145 
17.85/4.11	o 144 
17.85/4.11	o 142 
17.85/4.12	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (138/140)
17.85/4.12		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
17.85/4.12		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
17.85/4.12		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
17.85/4.12		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
17.85/4.12		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
17.85/4.12	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (138/140)
17.85/4.12		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
17.85/4.12		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
17.85/4.12		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
17.85/4.12		at org.chocosolver.solver.Solver.repair(Solver.java:443)
17.85/4.12		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
17.85/4.12		at org.chocosolver.solver.Solver.solve(Solver.java:262)
17.85/4.12		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
17.85/4.12		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
17.85/4.12		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
17.85/4.12		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
17.85/4.12		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
17.85/4.12		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
17.85/4.12		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
17.85/4.12		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
17.85/4.12		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
17.85/4.12		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
17.85/4.12	o 141 
17.85/4.13	o 140 
17.85/4.14	o 139 
17.85/4.14	o 137 
17.85/4.15	o 136 
18.42/4.20	o 134 
18.42/4.21	o 132 
18.42/4.22	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (131/133)
18.42/4.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
18.42/4.22		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
18.42/4.22		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
18.42/4.22		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
18.42/4.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
18.42/4.22	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (131/133)
18.42/4.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
18.42/4.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
18.42/4.22		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
18.42/4.22		at org.chocosolver.solver.Solver.repair(Solver.java:443)
18.42/4.22		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
18.42/4.22		at org.chocosolver.solver.Solver.solve(Solver.java:262)
18.42/4.22		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
18.42/4.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
18.42/4.22		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
18.42/4.22		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
18.42/4.22		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
18.42/4.22		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
18.42/4.22		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
18.42/4.22		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
18.42/4.22		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
18.42/4.22		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
18.42/4.22	o 131 
18.42/4.24	o 129 
18.42/4.27	o 127 
18.42/4.27	o 126 
18.42/4.28	o 124 
19.08/4.33	o 123 
19.08/4.33	o 121 
19.08/4.35	o 120 
19.66/4.47	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (140/142)
19.66/4.47		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
19.66/4.47		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
19.66/4.47		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
19.66/4.47		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
19.66/4.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
19.66/4.47	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (140/142)
19.66/4.47		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
19.66/4.47		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
19.66/4.47		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
19.66/4.47		at org.chocosolver.solver.Solver.repair(Solver.java:443)
19.66/4.47		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
19.66/4.47		at org.chocosolver.solver.Solver.solve(Solver.java:262)
19.66/4.47		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
19.66/4.47		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
19.66/4.47		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
19.66/4.47		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
19.66/4.47		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
19.66/4.47		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
19.66/4.47		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
19.66/4.47		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
19.66/4.47		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
19.66/4.47		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
19.66/4.47	o 114 
19.66/4.47	s OPTIMUM FOUND
19.66/4.47	v <instantiation>
19.66/4.47	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] </list>
19.66/4.47	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 18 19 26 20 21 22 23 17 24 27 34 28 29 30 31 25 32 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 4 9 0 0 0 0 2 16 1 2 0 0 0 0 4 12 7 19 24 26 18 27 24 17 25 18 17 17 24 26 18 27 19 33 24 17 18 4 4 4 1 2 2 2 1 6 1 3 5 2 4 1 1 2 1 1 5 </values>
19.66/4.47	v </instantiation>

Verifier Data

OK	114

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393859-1568427404/watcher-4393859-1568427404 -o /tmp/evaluation-result-4393859-1568427404/solver-4393859-1568427404 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 814082072 HOME/instance-4393859-1568427404.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=20615, runsolver pid=20612
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 5.25 6.59 6.78 2/211 20636
/proc/meminfo: memFree=30937212/32770624 swapFree=66947516/67108860
[pid=20615] ppid=20612 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20615/stat : 20615 (xcsp3-exec) S 20612 20615 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418682310 115843072 363 33554432000 4194304 5098028 140733640568208 140733640566312 139864914559612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29732864 140733640569718 140733640569961 140733640569961 140733640572874 0
/proc/20615/statm: 28282 363 305 221 0 87 0
[pid=20617] ppid=20615 vsize=28227388 memory=27380 CPUtime=0.12 cores=0-7
/proc/20617/stat : 20617 (java) S 20615 20615 15751 0 -1 1077944320 5809 0 0 0 11 1 0 0 20 0 20 0 418682310 28904845312 6845 33554432000 4194304 4196468 140735093701344 140735093683888 139648543477495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
/proc/20617/statm: 7056847 6845 3117 1 0 7019032 0
[pid=20617/tid=20618] ppid=20615 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/20617/task/20618/stat : 20618 (java) R 20615 20615 15751 0 -1 4202560 3670 0 0 0 8 1 0 0 20 0 20 0 418682310 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648547710096 139648527557982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20619] ppid=20615 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/20617/task/20619/stat : 20619 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648095030288 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20620] ppid=20615 vsize=28227388 memory=139707234133632 CPUtime=0 cores=0-7
/proc/20617/task/20620/stat : 20620 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648093977744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20621] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20621/stat : 20621 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648092924688 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20622] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20622/stat : 20622 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648091872144 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20623] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20623/stat : 20623 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648090819088 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20624] ppid=20615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20617/task/20624/stat : 20624 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648089766544 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20625] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20625/stat : 20625 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648088713488 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20626] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20626/stat : 20626 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648087660944 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20627] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20627/stat : 20627 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682313 28904845312 6845 33554432000 4194304 4196468 140735093701344 139648044509936 139648543488642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20628] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20628/stat : 20628 (java) S 20615 20615 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418682313 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646670595744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20629] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20629/stat : 20629 (java) S 20615 20615 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418682313 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646669542640 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20630] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20630/stat : 20630 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646668491216 139648543496091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20631] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20631/stat : 20631 (java) S 20615 20615 15751 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646667438320 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20632] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20632/stat : 20632 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646666385776 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20633] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20633/stat : 20633 (java) S 20615 20615 15751 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646665332720 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20634] ppid=20615 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20617/task/20634/stat : 20634 (java) R 20615 20615 15751 0 -1 4202560 397 0 0 0 2 0 0 0 20 0 20 0 418682316 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646664280176 139648543498842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20635] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20635/stat : 20635 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646663228384 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20636] ppid=20615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20617/task/20636/stat : 20636 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 6845 33554432000 4194304 4196468 140735093701344 139646662175920 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 28832 KiB

[startup+0.210657 s]*
/proc/loadavg: 5.25 6.59 6.78 2/211 20636
/proc/meminfo: memFree=30923588/32770624 swapFree=66947516/67108860
[pid=20615] ppid=20612 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20615/stat : 20615 (xcsp3-exec) S 20612 20615 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418682310 115843072 363 33554432000 4194304 5098028 140733640568208 140733640566312 139864914559612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29732864 140733640569718 140733640569961 140733640569961 140733640572874 0
/proc/20615/statm: 28282 363 305 221 0 87 0
[pid=20617] ppid=20615 vsize=28227388 memory=39816 CPUtime=0.34 cores=0-7
/proc/20617/stat : 20617 (java) S 20615 20615 15751 0 -1 1077944320 9731 0 0 0 30 4 0 0 20 0 20 0 418682310 28904845312 9954 33554432000 4194304 4196468 140735093701344 140735093683888 139648543477495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
/proc/20617/statm: 7056847 9954 3299 1 0 7019032 0
[pid=20617/tid=20618] ppid=20615 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/20617/task/20618/stat : 20618 (java) R 20615 20615 15751 0 -1 4202560 6714 0 0 0 17 3 0 0 20 0 20 0 418682310 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648547711200 139648543489430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20619] ppid=20615 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/20617/task/20619/stat : 20619 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648095030288 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20620] ppid=20615 vsize=28227388 memory=139707237224779 CPUtime=0 cores=0-7
/proc/20617/task/20620/stat : 20620 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648093977744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20621] ppid=20615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20617/task/20621/stat : 20621 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648092924688 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20622] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20622/stat : 20622 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648091872144 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20623] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20623/stat : 20623 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648090819088 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20624] ppid=20615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20617/task/20624/stat : 20624 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648089766544 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20625] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20625/stat : 20625 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648088713488 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20626] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20626/stat : 20626 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648087660944 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20627] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20627/stat : 20627 (java) S 20615 20615 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418682313 28904845312 9954 33554432000 4194304 4196468 140735093701344 139648044509936 139648543488642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20628] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20628/stat : 20628 (java) S 20615 20615 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418682313 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646670595744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20629] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20629/stat : 20629 (java) S 20615 20615 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418682313 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646669542640 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20630] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20630/stat : 20630 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646668491216 139648543496091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20631] ppid=20615 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20617/task/20631/stat : 20631 (java) S 20615 20615 15751 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 20 0 418682316 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646667438320 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20632] ppid=20615 vsize=28227388 memory=0 CPUtime=0.03 cores=0-7
/proc/20617/task/20632/stat : 20632 (java) R 20615 20615 15751 0 -1 4202560 287 0 0 0 3 0 0 0 20 0 20 0 418682316 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646666385776 139648543489430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20633] ppid=20615 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/20617/task/20633/stat : 20633 (java) S 20615 20615 15751 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 418682316 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646665332720 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20634] ppid=20615 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/20617/task/20634/stat : 20634 (java) R 20615 20615 15751 0 -1 4202560 911 0 0 0 7 0 0 0 20 0 20 0 418682316 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646664280176 139648522811525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20635] ppid=20615 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20635/stat : 20635 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646663228384 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20636] ppid=20615 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20617/task/20636/stat : 20636 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682316 28904845312 9954 33554432000 4194304 4196468 140735093701344 139646662175920 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41268 KiB

[startup+0.310417 s]*
/proc/loadavg: 5.25 6.59 6.78 3/211 20636
/proc/meminfo: memFree=30917992/32770624 swapFree=66947516/67108860
[pid=20615] ppid=20612 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20615/stat : 20615 (xcsp3-exec) S 20612 20615 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418682310 115843072 363 33554432000 4194304 5098028 140733640568208 140733640566312 139864914559612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29732864 140733640569718 140733640569961 140733640569961 140733640572874 0
/proc/20615/statm: 28282 363 305 221 0 87 0
[pid=20617] ppid=20615 vsize=28231644 memory=49308 CPUtime=0.53 cores=0-7
/proc/20617/stat : 20617 (java) S 20615 20615 15751 0 -1 1077944320 11217 0 0 0 48 5 0 0 20 0 20 0 418682310 28909203456 12327 33554432000 4194304 4196468 140735093701344 140735093683888 139648543477495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
/proc/20617/statm: 7057911 12327 3352 1 0 7019032 0
[pid=20617/tid=20618] ppid=20615 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/20617/task/20618/stat : 20618 (java) R 20615 20615 15751 0 -1 4202560 7835 0 0 0 26 4 0 0 20 0 20 0 418682310 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648547711264 139648543498842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20619] ppid=20615 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20619/stat : 20619 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648095030288 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20620] ppid=20615 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20620/stat : 20620 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682311 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648093977744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20621] ppid=20615 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20621/stat : 20621 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648092924688 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20622] ppid=20615 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20622/stat : 20622 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648091872144 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20623] ppid=20615 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20623/stat : 20623 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648090819088 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20624] ppid=20615 vsize=28231644 memory=139707098950319 CPUtime=0 cores=0-7
/proc/20617/task/20624/stat : 20624 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648089766544 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20625] ppid=20615 vsize=28231644 memory=139707098952624 CPUtime=0 cores=0-7
/proc/20617/task/20625/stat : 20625 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648088713488 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20626] ppid=20615 vsize=28231644 memory=139707098954928 CPUtime=0 cores=0-7
/proc/20617/task/20626/stat : 20626 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682311 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648087660944 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20627] ppid=20615 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20627/stat : 20627 (java) S 20615 20615 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418682313 28909203456 12327 33554432000 4194304 4196468 140735093701344 139648044509936 139648543488642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20628] ppid=20615 vsize=28231644 memory=279414197923728 CPUtime=0 cores=0-7
/proc/20617/task/20628/stat : 20628 (java) S 20615 20615 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418682313 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646670595744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20629] ppid=20615 vsize=28231644 memory=279414197921424 CPUtime=0 cores=0-7
/proc/20617/task/20629/stat : 20629 (java) S 20615 20615 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418682313 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646669542640 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20630] ppid=20615 vsize=28231644 memory=279414197928336 CPUtime=0 cores=0-7
/proc/20617/task/20630/stat : 20630 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682316 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646668491216 139648543496091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20631] ppid=20615 vsize=28231644 memory=279414197869616 CPUtime=0.02 cores=0-7
/proc/20617/task/20631/stat : 20631 (java) R 20615 20615 15751 0 -1 4202560 516 0 0 0 2 0 0 0 20 0 20 0 418682316 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646667428704 139648521129360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20632] ppid=20615 vsize=28231644 memory=279414197942160 CPUtime=0.04 cores=0-7
/proc/20617/task/20632/stat : 20632 (java) S 20615 20615 15751 0 -1 1077944384 315 0 0 0 4 0 0 0 20 0 20 0 418682316 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646666385776 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20633] ppid=20615 vsize=28231644 memory=279414197949072 CPUtime=0.02 cores=0-7
/proc/20617/task/20633/stat : 20633 (java) S 20615 20615 15751 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 20 0 418682316 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646665332720 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20634] ppid=20615 vsize=28231644 memory=279414197946768 CPUtime=0.12 cores=0-7
/proc/20617/task/20634/stat : 20634 (java) S 20615 20615 15751 0 -1 1077944384 1081 0 0 0 12 0 0 0 20 0 20 0 418682316 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646664280176 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20635] ppid=20615 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20635/stat : 20635 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682316 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646663228384 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20636] ppid=20615 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/20617/task/20636/stat : 20636 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682316 28909203456 12327 33554432000 4194304 4196468 140735093701344 139646662175920 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50760 KiB

[startup+0.700971 s]
/proc/loadavg: 5.25 6.59 6.78 6/211 20636
/proc/meminfo: memFree=30896068/32770624 swapFree=66947516/67108860
[pid=20615] ppid=20612 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20615/stat : 20615 (xcsp3-exec) S 20612 20615 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418682310 115843072 363 33554432000 4194304 5098028 140733640568208 140733640566312 139864914559612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29732864 140733640569718 140733640569961 140733640569961 140733640572874 0
/proc/20615/statm: 28282 363 305 221 0 87 0
[pid=20617] ppid=20615 vsize=28233768 memory=89620 CPUtime=1.86 cores=0-7
/proc/20617/stat : 20617 (java) S 20615 20615 15751 0 -1 1077944320 16641 0 0 0 178 8 0 0 20 0 20 0 418682310 28911378432 22405 33554432000 4194304 4196468 140735093701344 140735093683888 139648543477495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
/proc/20617/statm: 7058442 22405 3457 1 0 7019544 0
[pid=20617/tid=20618] ppid=20615 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/20617/task/20618/stat : 20618 (java) R 20615 20615 15751 0 -1 4202560 9208 0 0 0 62 5 0 0 20 0 20 0 418682310 28911378432 22405 33554432000 4194304 4196468 140735093701344 139648547714736 139648543489430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20619] ppid=20615 vsize=28233768 memory=139707099161456 CPUtime=0 cores=0-7
/proc/20617/task/20619/stat : 20619 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28911378432 22405 33554432000 4194304 4196468 140735093701344 139648095030288 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20620] ppid=20615 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20620/stat : 20620 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682311 28911378432 22405 33554432000 4194304 4196468 140735093701344 139648093977744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20621] ppid=20615 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/20617/task/20621/stat : 20621 (java) S 20615 20615 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682311 28911378432 22405 33554432000 4194304 4196468 140735093701344 139648092924688 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0

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

[pid=20617/tid=20623] ppid=20615 vsize=28768328 memory=711116 CPUtime=0.55 cores=0-7
/proc/20617/task/20623/stat : 20623 (java) S 20615 20615 15751 0 -1 1077944384 439 0 0 0 43 12 0 0 20 0 28 0 418682311 29458767872 178610 33554432000 4194304 4196468 140735093701344 139648090819088 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20624] ppid=20615 vsize=28768328 memory=3612 CPUtime=0.53 cores=0-7
/proc/20617/task/20624/stat : 20624 (java) S 20615 20615 15751 0 -1 1077944384 820 0 0 0 41 12 0 0 20 0 28 0 418682311 29458767872 178610 33554432000 4194304 4196468 140735093701344 139648089766544 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20625] ppid=20615 vsize=28768328 memory=22344 CPUtime=0.54 cores=0-7
/proc/20617/task/20625/stat : 20625 (java) S 20615 20615 15751 0 -1 1077944384 386 0 0 0 42 12 0 0 20 0 28 0 418682311 29458767872 178610 33554432000 4194304 4196468 140735093701344 139648088713488 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20626] ppid=20615 vsize=28768328 memory=992 CPUtime=0.55 cores=0-7
/proc/20617/task/20626/stat : 20626 (java) S 20615 20615 15751 0 -1 1077944384 357 0 0 0 42 13 0 0 20 0 28 0 418682311 29458767872 178610 33554432000 4194304 4196468 140735093701344 139648087660944 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20627] ppid=20615 vsize=28768328 memory=2044 CPUtime=0.03 cores=0-7
/proc/20617/task/20627/stat : 20627 (java) S 20615 20615 15751 0 -1 1077944384 1787 0 0 0 3 0 0 0 20 0 28 0 418682313 29458767872 178610 33554432000 4194304 4196468 140735093701344 139648044509936 139648543488642 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20628] ppid=20615 vsize=28768328 memory=1428 CPUtime=0 cores=0-7
/proc/20617/task/20628/stat : 20628 (java) S 20615 20615 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418682313 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646670595808 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20629] ppid=20615 vsize=28768328 memory=11624 CPUtime=0 cores=0-7
/proc/20617/task/20629/stat : 20629 (java) S 20615 20615 15751 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 418682313 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646669542656 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20630] ppid=20615 vsize=28768328 memory=740 CPUtime=0 cores=0-7
/proc/20617/task/20630/stat : 20630 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418682316 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646668491216 139648543496091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20631] ppid=20615 vsize=28768328 memory=1056 CPUtime=1.28 cores=0-7
/proc/20617/task/20631/stat : 20631 (java) R 20615 20615 15751 0 -1 4202560 4747 0 0 0 127 1 0 0 20 0 28 0 418682316 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646667429296 139648526963491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20632] ppid=20615 vsize=28768328 memory=1552 CPUtime=1.28 cores=0-7
/proc/20617/task/20632/stat : 20632 (java) R 20615 20615 15751 0 -1 4202560 3688 0 0 0 127 1 0 0 20 0 28 0 418682316 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646666372304 139648528603615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20633] ppid=20615 vsize=28768328 memory=4481 CPUtime=1.26 cores=0-7
/proc/20617/task/20633/stat : 20633 (java) R 20615 20615 15751 0 -1 4202560 3944 0 0 0 125 1 0 0 20 0 28 0 418682316 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646665316416 139648526974279 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20634] ppid=20615 vsize=28768328 memory=4420 CPUtime=0.73 cores=0-7
/proc/20617/task/20634/stat : 20634 (java) S 20615 20615 15751 0 -1 1077944384 4505 0 0 0 72 1 0 0 20 0 28 0 418682316 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646664280176 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20635] ppid=20615 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/20617/task/20635/stat : 20635 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418682316 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646663228384 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20636] ppid=20615 vsize=28768328 memory=115504 CPUtime=0 cores=0-7
/proc/20617/task/20636/stat : 20636 (java) S 20615 20615 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418682316 29458767872 178610 33554432000 4194304 4196468 140735093701344 139646662175920 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
Current children cumulated CPU time: 11.81 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 715892 KiB

[startup+4.00103 s]*
/proc/loadavg: 5.25 6.59 6.78 8/219 20876
/proc/meminfo: memFree=30094780/32770624 swapFree=66947516/67108860
[pid=20615] ppid=20612 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20615/stat : 20615 (xcsp3-exec) S 20612 20615 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418682310 115843072 363 33554432000 4194304 5098028 140733640568208 140733640566312 139864914559612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29732864 140733640569718 140733640569961 140733640569961 140733640572874 0
/proc/20615/statm: 28282 363 305 221 0 87 0
[pid=20617] ppid=20615 vsize=28769356 memory=877532 CPUtime=17.27 cores=0-7
/proc/20617/stat : 20617 (java) S 20615 20615 15751 0 -1 1077944320 43304 0 0 0 1598 129 0 0 20 0 28 0 418682310 29459820544 219383 33554432000 4194304 4196468 140735093701344 140735093683888 139648543477495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
/proc/20617/statm: 7192339 219383 3530 1 0 7153441 0
[pid=20617/tid=20618] ppid=20615 vsize=28769356 memory=8317482817917895235 CPUtime=2.52 cores=0-7
/proc/20617/task/20618/stat : 20618 (java) S 20615 20615 15751 0 -1 1077944384 11932 0 0 0 244 8 0 0 20 0 28 0 418682310 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648547718272 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20619] ppid=20615 vsize=28769356 memory=4872558044660077418 CPUtime=0.55 cores=0-7
/proc/20617/task/20619/stat : 20619 (java) S 20615 20615 15751 0 -1 1077944384 383 0 0 0 42 13 0 0 20 0 28 0 418682311 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648095030288 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20620] ppid=20615 vsize=28769356 memory=1040 CPUtime=0.55 cores=0-7
/proc/20617/task/20620/stat : 20620 (java) S 20615 20615 15751 0 -1 1077944384 302 0 0 0 43 12 0 0 20 0 28 0 418682311 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648093977744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20621] ppid=20615 vsize=28769356 memory=4136 CPUtime=0.55 cores=0-7
/proc/20617/task/20621/stat : 20621 (java) S 20615 20615 15751 0 -1 1077944384 420 0 0 0 42 13 0 0 20 0 28 0 418682311 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648092924688 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20622] ppid=20615 vsize=28769356 memory=780 CPUtime=0.54 cores=0-7
/proc/20617/task/20622/stat : 20622 (java) S 20615 20615 15751 0 -1 1077944384 377 0 0 0 42 12 0 0 20 0 28 0 418682311 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648091872144 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20623] ppid=20615 vsize=28769356 memory=2832 CPUtime=0.57 cores=0-7
/proc/20617/task/20623/stat : 20623 (java) S 20615 20615 15751 0 -1 1077944384 459 0 0 0 44 13 0 0 20 0 28 0 418682311 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648090819088 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20624] ppid=20615 vsize=28769356 memory=-2026666227646606628 CPUtime=0.55 cores=0-7
/proc/20617/task/20624/stat : 20624 (java) S 20615 20615 15751 0 -1 1077944384 837 0 0 0 42 13 0 0 20 0 28 0 418682311 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648089766544 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20625] ppid=20615 vsize=28769356 memory=-8412661042843906680 CPUtime=0.56 cores=0-7
/proc/20617/task/20625/stat : 20625 (java) S 20615 20615 15751 0 -1 1077944384 392 0 0 0 43 13 0 0 20 0 28 0 418682311 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648088713488 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20626] ppid=20615 vsize=28769356 memory=-8412661042843906680 CPUtime=0.55 cores=0-7
/proc/20617/task/20626/stat : 20626 (java) S 20615 20615 15751 0 -1 1077944384 374 0 0 0 42 13 0 0 20 0 28 0 418682311 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648087660944 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20627] ppid=20615 vsize=28769356 memory=3047711488493330315 CPUtime=0.03 cores=0-7
/proc/20617/task/20627/stat : 20627 (java) S 20615 20615 15751 0 -1 1077944384 2061 0 0 0 3 0 0 0 20 0 28 0 418682313 29459820544 219383 33554432000 4194304 4196468 140735093701344 139648044509936 139648543488642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20628] ppid=20615 vsize=28769356 memory=-3042783220307104087 CPUtime=0 cores=0-7
/proc/20617/task/20628/stat : 20628 (java) S 20615 20615 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418682313 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646670595808 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20629] ppid=20615 vsize=28769356 memory=7900382160081927007 CPUtime=0 cores=0-7
/proc/20617/task/20629/stat : 20629 (java) S 20615 20615 15751 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 418682313 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646669542656 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20630] ppid=20615 vsize=28769356 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/20617/task/20630/stat : 20630 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418682316 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646668491216 139648543496091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20631] ppid=20615 vsize=28769356 memory=6944603652687159376 CPUtime=1.94 cores=0-7
/proc/20617/task/20631/stat : 20631 (java) R 20615 20615 15751 0 -1 4202560 5186 0 0 0 193 1 0 0 20 0 28 0 418682316 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646667424200 139648524999990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20632] ppid=20615 vsize=28769356 memory=5795117241467496816 CPUtime=1.98 cores=0-7
/proc/20617/task/20632/stat : 20632 (java) R 20615 20615 15751 0 -1 4202560 4196 0 0 0 197 1 0 0 20 0 28 0 418682316 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646666374448 139648527869476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20633] ppid=20615 vsize=28769356 memory=7512121106979906204 CPUtime=2.03 cores=0-7
/proc/20617/task/20633/stat : 20633 (java) R 20615 20615 15751 0 -1 4202560 5054 0 0 0 201 2 0 0 20 0 28 0 418682316 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646665324048 139648535766949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20634] ppid=20615 vsize=28769356 memory=0 CPUtime=1.04 cores=0-7
/proc/20617/task/20634/stat : 20634 (java) S 20615 20615 15751 0 -1 1077944384 5281 0 0 0 102 2 0 0 20 0 28 0 418682316 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646664280176 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20635] ppid=20615 vsize=28769356 memory=279414198054480 CPUtime=0 cores=0-7
/proc/20617/task/20635/stat : 20635 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418682316 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646663228384 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20636] ppid=20615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20636/stat : 20636 (java) S 20615 20615 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418682316 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646662175920 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20877] ppid=20615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20877/stat : 20877 (java) R 20615 20615 15751 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 28 0 418682710 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646645844864 139648190082467 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20878] ppid=20615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20878/stat : 20878 (java) S 20615 20615 15751 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 418682710 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646644793520 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20879] ppid=20615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20879/stat : 20879 (java) S 20615 20615 15751 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 418682710 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646643735856 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20880] ppid=20615 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20880/stat : 20880 (java) R 20615 20615 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418682710 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646651107136 139648543487701 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20881] ppid=20615 vsize=28769356 memory=7020451220069364458 CPUtime=0 cores=0-7
/proc/20617/task/20881/stat : 20881 (java) R 20615 20615 15751 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 28 0 418682710 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646650059464 139648190672484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20882] ppid=20615 vsize=28769356 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/20617/task/20882/stat : 20882 (java) R 20615 20615 15751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 28 0 418682710 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646642690888 139648190372272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20883] ppid=20615 vsize=28769356 memory=4634274592177799264 CPUtime=0 cores=0-7
/proc/20617/task/20883/stat : 20883 (java) R 20615 20615 15751 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 28 0 418682711 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646646902216 139648190084090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20884] ppid=20615 vsize=28769356 memory=-8253362664378449550 CPUtime=0 cores=0-7
/proc/20617/task/20884/stat : 20884 (java) R 20615 20615 15751 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 28 0 418682711 29459820544 219383 33554432000 4194304 4196468 140735093701344 139646644794376 139648536217345 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
Current children cumulated CPU time: 17.27 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 878984 KiB

[startup+4.40145 s]
/proc/loadavg: 5.25 6.59 6.78 8/219 20876
/proc/meminfo: memFree=30094780/32770624 swapFree=66947516/67108860
[pid=20615] ppid=20612 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20615/stat : 20615 (xcsp3-exec) S 20612 20615 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418682310 115843072 363 33554432000 4194304 5098028 140733640568208 140733640566312 139864914559612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29732864 140733640569718 140733640569961 140733640569961 140733640572874 0
/proc/20615/statm: 28282 363 305 221 0 87 0
[pid=20617] ppid=20615 vsize=29167712 memory=1001044 CPUtime=19.66 cores=0-7
/proc/20617/stat : 20617 (java) S 20615 20615 15751 0 -1 1077944320 48528 0 0 0 1827 139 0 0 20 0 28 0 418682310 29867737088 250261 33554432000 4194304 4196468 140735093701344 140735093683888 139648543477495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
/proc/20617/statm: 7291928 250261 3534 1 0 7253030 0
[pid=20617/tid=20618] ppid=20615 vsize=29167712 memory=139710991173163 CPUtime=2.54 cores=0-7
/proc/20617/task/20618/stat : 20618 (java) S 20615 20615 15751 0 -1 1077944384 11941 0 0 0 245 9 0 0 20 0 28 0 418682310 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648547718272 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20619] ppid=20615 vsize=29167712 memory=139710991173277 CPUtime=0.55 cores=0-7
/proc/20617/task/20619/stat : 20619 (java) S 20615 20615 15751 0 -1 1077944384 383 0 0 0 42 13 0 0 20 0 28 0 418682311 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648095030288 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20620] ppid=20615 vsize=29167712 memory=139710991173765 CPUtime=0.56 cores=0-7
/proc/20617/task/20620/stat : 20620 (java) S 20615 20615 15751 0 -1 1077944384 313 0 0 0 43 13 0 0 20 0 28 0 418682311 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648093977744 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20621] ppid=20615 vsize=29167712 memory=139710991173766 CPUtime=0.56 cores=0-7
/proc/20617/task/20621/stat : 20621 (java) S 20615 20615 15751 0 -1 1077944384 430 0 0 0 43 13 0 0 20 0 28 0 418682311 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648092924688 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20622] ppid=20615 vsize=29167712 memory=139710991173791 CPUtime=0.55 cores=0-7
/proc/20617/task/20622/stat : 20622 (java) S 20615 20615 15751 0 -1 1077944384 388 0 0 0 42 13 0 0 20 0 28 0 418682311 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648091872144 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20623] ppid=20615 vsize=29167712 memory=149185689028767 CPUtime=0.58 cores=0-7
/proc/20617/task/20623/stat : 20623 (java) S 20615 20615 15751 0 -1 1077944384 470 0 0 0 44 14 0 0 20 0 28 0 418682311 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648090819088 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20624] ppid=20615 vsize=29167712 memory=139710991173917 CPUtime=0.56 cores=0-7
/proc/20617/task/20624/stat : 20624 (java) S 20615 20615 15751 0 -1 1077944384 848 0 0 0 42 14 0 0 20 0 28 0 418682311 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648089766544 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20625] ppid=20615 vsize=29167712 memory=139710991173987 CPUtime=0.57 cores=0-7
/proc/20617/task/20625/stat : 20625 (java) S 20615 20615 15751 0 -1 1077944384 403 0 0 0 43 14 0 0 20 0 28 0 418682311 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648088713488 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20626] ppid=20615 vsize=29167712 memory=139710991174009 CPUtime=0.57 cores=0-7
/proc/20617/task/20626/stat : 20626 (java) S 20615 20615 15751 0 -1 1077944384 385 0 0 0 43 14 0 0 20 0 28 0 418682311 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648087660944 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20627] ppid=20615 vsize=29167712 memory=149185689028767 CPUtime=0.04 cores=0-7
/proc/20617/task/20627/stat : 20627 (java) S 20615 20615 15751 0 -1 1077944384 2061 0 0 0 4 0 0 0 20 0 28 0 418682313 29867737088 250261 33554432000 4194304 4196468 140735093701344 139648044509936 139648543488642 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20628] ppid=20615 vsize=29167712 memory=279414198211104 CPUtime=0 cores=0-7
/proc/20617/task/20628/stat : 20628 (java) S 20615 20615 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418682313 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646670595808 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20629] ppid=20615 vsize=29167712 memory=139707098934288 CPUtime=0 cores=0-7
/proc/20617/task/20629/stat : 20629 (java) S 20615 20615 15751 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 418682313 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646669542656 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20630] ppid=20615 vsize=29167712 memory=0 CPUtime=0 cores=0-7
/proc/20617/task/20630/stat : 20630 (java) S 20615 20615 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418682316 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646668491216 139648543496091 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20631] ppid=20615 vsize=29167712 memory=0 CPUtime=2.3 cores=0-7
/proc/20617/task/20631/stat : 20631 (java) R 20615 20615 15751 0 -1 4202560 6027 0 0 0 229 1 0 0 20 0 28 0 418682316 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646667424200 139648524998355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20632] ppid=20615 vsize=29167712 memory=0 CPUtime=2.35 cores=0-7
/proc/20617/task/20632/stat : 20632 (java) R 20615 20615 15751 0 -1 4202560 4385 0 0 0 234 1 0 0 20 0 28 0 418682316 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646666374784 139648524998347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20633] ppid=20615 vsize=29167712 memory=279414197715184 CPUtime=2.41 cores=0-7
/proc/20617/task/20633/stat : 20633 (java) R 20615 20615 15751 0 -1 4202560 5098 0 0 0 239 2 0 0 20 0 28 0 418682316 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646665314288 139648527003200 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20634] ppid=20615 vsize=29167712 memory=0 CPUtime=1.17 cores=0-7
/proc/20617/task/20634/stat : 20634 (java) S 20615 20615 15751 0 -1 1077944384 5398 0 0 0 115 2 0 0 20 0 28 0 418682316 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646664280176 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20635] ppid=20615 vsize=29167712 memory=-6380006475353828994 CPUtime=0 cores=0-7
/proc/20617/task/20635/stat : 20635 (java) S 20615 20615 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418682316 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646663228384 139648543487701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
[pid=20617/tid=20636] ppid=20615 vsize=29167712 memory=-3395018494902226719 CPUtime=0 cores=0-7
/proc/20617/task/20636/stat : 20636 (java) S 20615 20615 15751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418682316 29867737088 250261 33554432000 4194304 4196468 140735093701344 139646662175920 139648543488642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22417408 140735093707754 140735093707926 140735093707926 140735093710799 0
Current children cumulated CPU time: 19.66 s
Current children cumulated vsize: 29280840 KiB
Current children cumulated memory: 1002496 KiB

[startup+4.50105 s]
/proc/loadavg: 5.25 6.59 6.78 8/219 20876
/proc/meminfo: memFree=30094780/32770624 swapFree=66947516/67108860
[pid=20615] ppid=20612 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20615/stat : 20615 (xcsp3-exec) S 20612 20615 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418682310 115843072 363 33554432000 4194304 5098028 140733640568208 140733640566312 139864914559612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29732864 140733640569718 140733640569961 140733640569961 140733640572874 0
/proc/20615/statm: 28282 363 305 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): 4.50398
CPU time (s): 20.2959
CPU user time (s): 18.8832
CPU system time (s): 1.41274
CPU usage (%): 450.622
Max. virtual memory (cumulated for all children) (KiB): 29280840
Max. memory (cumulated for all children) (KiB): 1002496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8832
system time used= 1.41274
maximum resident set size= 1016912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49284
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= 8783
involuntary context switches= 241


# summary of solver processes directly reported to runsolver:
#   pid: 20615
#   total CPU time (s): 20.2959
#   total CPU user time (s): 18.8832
#   total CPU system time (s): 1.41274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049078 second user time and 0.103863 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:16:01
IDJOB=4393859
IDBENCH=126827
IDSOLVER=2841
FILE ID=node117/4393859-1568427404
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-5-20-1.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-4393859-1568427404/watcher-4393859-1568427404 -o /tmp/evaluation-result-4393859-1568427404/solver-4393859-1568427404 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 814082072 HOME/instance-4393859-1568427404.xml

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

MD5SUM BENCH= e35b04ec576605d811ffb09e6056798d
RANDOM SEED=814082072

node117.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.75
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.75
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.75
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.75
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:        30952956 kB
MemAvailable:   31866640 kB
Buffers:          138764 kB
Cached:          1043292 kB
SwapCached:        51464 kB
Active:           770108 kB
Inactive:         466780 kB
Active(anon):      19792 kB
Inactive(anon):    58832 kB
Active(file):     750316 kB
Inactive(file):   407948 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26164 kB
Writeback:             0 kB
AnonPages:        158296 kB
Mapped:            33792 kB
Shmem:             15436 kB
Slab:             171552 kB
SReclaimable:     142512 kB
SUnreclaim:        29040 kB
KernelStack:        3824 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 04:16:06