Trace number 4393784

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 parallelOPT566 10.3615 1.97174

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff85.xml
MD5SUMafda861cdc29bd1fb05e74ad0e6ff5a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark566
Best CPU time to get the best result obtained on this benchmark1.34462
Satisfiable
(Un)Satisfiability was proved
Number of variables185
Number of constraints181
Number of domains20
Minimum domain size18
Maximum domain size19
Distribution of domain sizes[{"size":18,"count":12},{"size":19,"count":173}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":180},{"degree":31,"count":5}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":150},{"arity":5,"count":1},{"arity":6,"count":30}]
Number of extensional constraints150
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":150},{"type":"ordered","count":1},{"type":"minimum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393784-1568441911.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393784-1568441911.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
2.39/0.88	c solve instance...
3.72/1.06	o 4115 
3.72/1.06	o 2972 
3.72/1.07	o 2849 
3.72/1.08	o 2814 
4.34/1.12	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/38)
4.34/1.12		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.34/1.12		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.34/1.12		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.34/1.12		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.34/1.12		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.34/1.12	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/38)
4.34/1.12		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.34/1.12		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.34/1.12		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.34/1.12		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.34/1.12		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.34/1.12		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.34/1.12		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.34/1.12		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.34/1.12		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.34/1.12		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.34/1.12		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.34/1.12		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.34/1.12		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.34/1.12		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.34/1.12		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.34/1.12		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.34/1.12	o 2188 
4.34/1.12	o 1918 
4.34/1.12	o 1592 
4.34/1.13	o 912 
4.34/1.14	o 906 
4.34/1.19	o 904 
4.34/1.19	o 898 
4.92/1.20	o 824 
4.92/1.20	o 810 
4.92/1.21	o 778 
4.92/1.21	o 774 
4.92/1.22	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
4.92/1.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.92/1.22		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.92/1.22		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.92/1.22		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.92/1.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.92/1.22	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
4.92/1.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.92/1.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.92/1.22		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.92/1.22		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.92/1.22		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.92/1.22		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.92/1.22		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.92/1.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.92/1.22		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.92/1.22		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.92/1.22		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.92/1.22		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.92/1.22		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.92/1.22		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.92/1.22		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.92/1.22		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.92/1.22	o 714 
4.92/1.24	o 658 
4.92/1.25	o 636 
4.92/1.27	o 634 
4.92/1.28	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (49/52)
4.92/1.28		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.92/1.28		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.92/1.28		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.92/1.28		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.92/1.28		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.92/1.28	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (49/52)
4.92/1.28		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.92/1.28		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.92/1.28		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.92/1.28		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.92/1.28		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.92/1.28		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.92/1.28		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.92/1.28		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.92/1.28		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.92/1.28		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.92/1.28		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.92/1.28		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.92/1.28		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.92/1.28		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.92/1.28		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.92/1.28		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.92/1.28	o 632 
5.53/1.30	o 630 
5.53/1.32	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (76/82)
5.53/1.32		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.53/1.32		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.53/1.32		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.53/1.32		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.53/1.32		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.53/1.32	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (76/82)
5.53/1.32		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
5.53/1.32		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
5.53/1.32		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
5.53/1.32		at org.chocosolver.solver.Solver.repair(Solver.java:443)
5.53/1.32		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
5.53/1.32		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.53/1.32		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.53/1.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.53/1.32		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.53/1.32		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.53/1.32		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.53/1.32		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.53/1.32		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.53/1.32		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.53/1.32		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.53/1.32		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.53/1.32	o 628 
5.53/1.35	o 626 
5.53/1.35	o 624 
5.53/1.36	o 604 
5.53/1.36	o 602 
5.53/1.37	o 600 
5.53/1.38	o 598 
5.53/1.39	o 596 
5.53/1.39	o 594 
7.62/1.69	o 582 
8.39/1.71	o 568 
9.17/1.85	o 566 
10.03/1.95	s OPTIMUM FOUND
10.03/1.95	v <instantiation>
10.03/1.95	v 	<list>x[0] x[1] x[2] x[3] x[4] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] </list>
10.03/1.95	v 	<values>24 118 205 332 450 1 95 182 309 427 1 95 182 309 427 220 126 39 88 206 221 127 40 87 205 308 214 127 0 118 308 214 127 0 118 486 392 305 178 60 399 305 218 91 27 397 303 216 89 29 163 69 18 145 263 163 69 18 145 263 218 124 37 90 208 0 94 181 308 426 0 94 181 308 426 461 367 280 153 35 15 109 196 323 441 0 94 181 308 426 72 22 109 236 354 72 22 109 236 354 426 332 245 118 0 94 0 87 214 332 94 0 87 214 332 361 267 180 53 65 361 267 180 53 65 134 40 47 174 292 134 40 47 174 292 181 87 0 127 245 8 86 173 300 418 8 86 173 300 418 426 332 245 118 0 1 1 39 40 0 0 60 27 29 18 18 37 0 0 35 15 0 22 22 0 0 0 53 53 40 40 0 8 8 0 </values>
10.03/1.95	v </instantiation>

Verifier Data

OK	566

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393784-1568441911/watcher-4393784-1568441911 -o /tmp/evaluation-result-4393784-1568441911/solver-4393784-1568441911 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568439039-12728 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1511242278 HOME/instance-4393784-1568441911.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=15793, runsolver pid=15790

[startup+0.100125 s]*
/proc/loadavg: 5.03 7.41 7.96 2/211 15814
/proc/meminfo: memFree=31260608/32770624 swapFree=66919440/67108860
[pid=15793] ppid=15790 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15793/stat : 15793 (xcsp3-exec) S 15790 15793 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420129056 115843072 364 33554432000 4194304 5098028 140722636641376 140722636639480 140058910835324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24539136 140722636649333 140722636649577 140722636649577 140722636652490 0
/proc/15793/statm: 28282 364 305 221 0 87 0
[pid=15795] ppid=15793 vsize=28227388 memory=28860 CPUtime=0.12 cores=0-7
/proc/15795/stat : 15795 (java) S 15793 15793 12701 0 -1 1077944320 5693 0 0 0 11 1 0 0 20 0 20 0 420129057 28904845312 7215 33554432000 4194304 4196468 140729236035200 140729236017744 140220680695543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
/proc/15795/statm: 7056847 7215 3119 1 0 7019032 0
[pid=15795/tid=15796] ppid=15793 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/15795/task/15796/stat : 15796 (java) R 15793 15793 12701 0 -1 4202560 3585 0 0 0 8 0 0 0 20 0 20 0 420129057 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220684917824 140220680717469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15797] ppid=15793 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15795/task/15797/stat : 15797 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220633316112 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15798] ppid=15793 vsize=28227388 memory=140163301828224 CPUtime=0 cores=0-7
/proc/15795/task/15798/stat : 15798 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220632263568 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15799] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15799/stat : 15799 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220631211024 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15800] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15800/stat : 15800 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220630158480 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15801] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15801/stat : 15801 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220629104912 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15802] ppid=15793 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15795/task/15802/stat : 15802 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220628052368 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15803] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15803/stat : 15803 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220626999824 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15804] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15804/stat : 15804 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 7215 33554432000 4194304 4196468 140729236035200 140220625947280 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15805] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15805/stat : 15805 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129059 28904845312 7215 33554432000 4194304 4196468 140729236035200 140219010591216 140220680706690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15806] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15806/stat : 15806 (java) S 15793 15793 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420129060 28904845312 7215 33554432000 4194304 4196468 140729236035200 140219009537440 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15807] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15807/stat : 15807 (java) S 15793 15793 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420129060 28904845312 7215 33554432000 4194304 4196468 140729236035200 140219008484848 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15808] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15808/stat : 15808 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129062 28904845312 7215 33554432000 4194304 4196468 140729236035200 140219007433424 140220680714139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15809] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15809/stat : 15809 (java) S 15793 15793 12701 0 -1 1077944384 322 0 0 0 0 0 0 0 20 0 20 0 420129062 28904845312 7215 33554432000 4194304 4196468 140729236035200 140219006380016 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15810] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15810/stat : 15810 (java) S 15793 15793 12701 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 420129062 28904845312 7215 33554432000 4194304 4196468 140729236035200 140218496538736 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15811] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15811/stat : 15811 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129063 28904845312 7215 33554432000 4194304 4196468 140729236035200 140218495486192 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15812] ppid=15793 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/15795/task/15812/stat : 15812 (java) R 15793 15793 12701 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 20 0 420129063 28904845312 7215 33554432000 4194304 4196468 140729236035200 140218494433648 140220664942329 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15813] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15813/stat : 15813 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129063 28904845312 7215 33554432000 4194304 4196468 140729236035200 140218493381344 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15814] ppid=15793 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15795/task/15814/stat : 15814 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129063 28904845312 7215 33554432000 4194304 4196468 140729236035200 140218492328880 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30316 KiB

[startup+0.2105 s]*
/proc/loadavg: 5.03 7.41 7.96 2/211 15814
/proc/meminfo: memFree=31247844/32770624 swapFree=66919440/67108860
[pid=15793] ppid=15790 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15793/stat : 15793 (xcsp3-exec) S 15790 15793 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420129056 115843072 364 33554432000 4194304 5098028 140722636641376 140722636639480 140058910835324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24539136 140722636649333 140722636649577 140722636649577 140722636652490 0
/proc/15793/statm: 28282 364 305 221 0 87 0
[pid=15795] ppid=15793 vsize=28227388 memory=40520 CPUtime=0.33 cores=0-7
/proc/15795/stat : 15795 (java) S 15793 15793 12701 0 -1 1077944320 9362 0 0 0 30 3 0 0 20 0 20 0 420129057 28904845312 10130 33554432000 4194304 4196468 140729236035200 140729236017744 140220680695543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
/proc/15795/statm: 7056847 10130 3289 1 0 7019032 0
[pid=15795/tid=15796] ppid=15793 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15795/task/15796/stat : 15796 (java) R 15793 15793 12701 0 -1 4202560 6570 0 0 0 18 2 0 0 20 0 20 0 420129057 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220684929664 140220664776030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15797] ppid=15793 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/15795/task/15797/stat : 15797 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220633316112 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15798] ppid=15793 vsize=28227388 memory=140163301841819 CPUtime=0 cores=0-7
/proc/15795/task/15798/stat : 15798 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220632263568 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15799] ppid=15793 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15795/task/15799/stat : 15799 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220631211024 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15800] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15800/stat : 15800 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220630158480 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15801] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15801/stat : 15801 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220629104912 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15802] ppid=15793 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15795/task/15802/stat : 15802 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220628052368 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15803] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15803/stat : 15803 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220626999824 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15804] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15804/stat : 15804 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28904845312 10130 33554432000 4194304 4196468 140729236035200 140220625947280 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15805] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15805/stat : 15805 (java) S 15793 15793 12701 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420129059 28904845312 10130 33554432000 4194304 4196468 140729236035200 140219010591216 140220680706690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15806] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15806/stat : 15806 (java) S 15793 15793 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420129060 28904845312 10130 33554432000 4194304 4196468 140729236035200 140219009537440 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15807] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15807/stat : 15807 (java) S 15793 15793 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420129060 28904845312 10130 33554432000 4194304 4196468 140729236035200 140219008484848 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15808] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15808/stat : 15808 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129062 28904845312 10130 33554432000 4194304 4196468 140729236035200 140219007433424 140220680714139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15809] ppid=15793 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/15795/task/15809/stat : 15809 (java) S 15793 15793 12701 0 -1 1077944384 416 0 0 0 1 0 0 0 20 0 20 0 420129062 28904845312 10130 33554432000 4194304 4196468 140729236035200 140219006380016 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15810] ppid=15793 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/15795/task/15810/stat : 15810 (java) S 15793 15793 12701 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 20 0 420129062 28904845312 10130 33554432000 4194304 4196468 140729236035200 140218496538736 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15811] ppid=15793 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15795/task/15811/stat : 15811 (java) S 15793 15793 12701 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 420129063 28904845312 10130 33554432000 4194304 4196468 140729236035200 140218495486192 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15812] ppid=15793 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/15795/task/15812/stat : 15812 (java) R 15793 15793 12701 0 -1 4202560 802 0 0 0 8 0 0 0 20 0 20 0 420129063 28904845312 10130 33554432000 4194304 4196468 140729236035200 140218494433776 140220680709392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15813] ppid=15793 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15813/stat : 15813 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129063 28904845312 10130 33554432000 4194304 4196468 140729236035200 140218493381344 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15814] ppid=15793 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15795/task/15814/stat : 15814 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129063 28904845312 10130 33554432000 4194304 4196468 140729236035200 140218492328880 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41976 KiB

[startup+0.310313 s]*
/proc/loadavg: 5.03 7.41 7.96 4/211 15814
/proc/meminfo: memFree=31239840/32770624 swapFree=66919440/67108860
[pid=15793] ppid=15790 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15793/stat : 15793 (xcsp3-exec) S 15790 15793 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420129056 115843072 364 33554432000 4194304 5098028 140722636641376 140722636639480 140058910835324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24539136 140722636649333 140722636649577 140722636649577 140722636652490 0
/proc/15793/statm: 28282 364 305 221 0 87 0
[pid=15795] ppid=15793 vsize=28231644 memory=49756 CPUtime=0.52 cores=0-7
/proc/15795/stat : 15795 (java) S 15793 15793 12701 0 -1 1077944320 10808 0 0 0 48 4 0 0 20 0 20 0 420129057 28909203456 12439 33554432000 4194304 4196468 140729236035200 140729236017744 140220680695543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
/proc/15795/statm: 7057911 12439 3355 1 0 7019032 0
[pid=15795/tid=15796] ppid=15793 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/15795/task/15796/stat : 15796 (java) R 15793 15793 12701 0 -1 4202560 7706 0 0 0 27 3 0 0 20 0 20 0 420129057 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220684929328 140220664776030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15797] ppid=15793 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15797/stat : 15797 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220633316112 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15798] ppid=15793 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15798/stat : 15798 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220632263568 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15799] ppid=15793 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15799/stat : 15799 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220631211024 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15800] ppid=15793 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15800/stat : 15800 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129058 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220630158480 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15801] ppid=15793 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15801/stat : 15801 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220629104912 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15802] ppid=15793 vsize=28231644 memory=140163170790063 CPUtime=0 cores=0-7
/proc/15795/task/15802/stat : 15802 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220628052368 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15803] ppid=15793 vsize=28231644 memory=140163170792368 CPUtime=0 cores=0-7
/proc/15795/task/15803/stat : 15803 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129058 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220626999824 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15804] ppid=15793 vsize=28231644 memory=140163170794672 CPUtime=0 cores=0-7
/proc/15795/task/15804/stat : 15804 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28909203456 12439 33554432000 4194304 4196468 140729236035200 140220625947280 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15805] ppid=15793 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15805/stat : 15805 (java) S 15793 15793 12701 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420129059 28909203456 12439 33554432000 4194304 4196468 140729236035200 140219010591216 140220680706690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15806] ppid=15793 vsize=28231644 memory=280326341603216 CPUtime=0 cores=0-7
/proc/15795/task/15806/stat : 15806 (java) S 15793 15793 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420129060 28909203456 12439 33554432000 4194304 4196468 140729236035200 140219009537440 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15807] ppid=15793 vsize=28231644 memory=280326341600912 CPUtime=0 cores=0-7
/proc/15795/task/15807/stat : 15807 (java) S 15793 15793 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420129060 28909203456 12439 33554432000 4194304 4196468 140729236035200 140219008484848 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15808] ppid=15793 vsize=28231644 memory=280326341607824 CPUtime=0 cores=0-7
/proc/15795/task/15808/stat : 15808 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129062 28909203456 12439 33554432000 4194304 4196468 140729236035200 140219007433424 140220680714139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15809] ppid=15793 vsize=28231644 memory=280326341549104 CPUtime=0.02 cores=0-7
/proc/15795/task/15809/stat : 15809 (java) S 15793 15793 12701 0 -1 1077944384 447 0 0 0 2 0 0 0 20 0 20 0 420129062 28909203456 12439 33554432000 4194304 4196468 140729236035200 140219006380016 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15810] ppid=15793 vsize=28231644 memory=280326341621648 CPUtime=0.04 cores=0-7
/proc/15795/task/15810/stat : 15810 (java) R 15793 15793 12701 0 -1 4202560 322 0 0 0 4 0 0 0 20 0 20 0 420129062 28909203456 12439 33554432000 4194304 4196468 140729236035200 140218496529120 140220662220646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15811] ppid=15793 vsize=28231644 memory=280326341628560 CPUtime=0.02 cores=0-7
/proc/15795/task/15811/stat : 15811 (java) S 15793 15793 12701 0 -1 1077944384 80 0 0 0 2 0 0 0 20 0 20 0 420129063 28909203456 12439 33554432000 4194304 4196468 140729236035200 140218495486192 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15812] ppid=15793 vsize=28231644 memory=280326341626256 CPUtime=0.12 cores=0-7
/proc/15795/task/15812/stat : 15812 (java) S 15793 15793 12701 0 -1 1077944384 943 0 0 0 12 0 0 0 20 0 20 0 420129063 28909203456 12439 33554432000 4194304 4196468 140729236035200 140218494433648 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15813] ppid=15793 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15813/stat : 15813 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129063 28909203456 12439 33554432000 4194304 4196468 140729236035200 140218493381344 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15814] ppid=15793 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/15795/task/15814/stat : 15814 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420129063 28909203456 12439 33554432000 4194304 4196468 140729236035200 140218492328880 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51212 KiB

[startup+0.700913 s]
/proc/loadavg: 5.03 7.41 7.96 4/211 15814
/proc/meminfo: memFree=31218780/32770624 swapFree=66919440/67108860
[pid=15793] ppid=15790 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15793/stat : 15793 (xcsp3-exec) S 15790 15793 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420129056 115843072 364 33554432000 4194304 5098028 140722636641376 140722636639480 140058910835324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24539136 140722636649333 140722636649577 140722636649577 140722636652490 0
/proc/15793/statm: 28282 364 305 221 0 87 0
[pid=15795] ppid=15793 vsize=28233768 memory=140540 CPUtime=1.85 cores=0-7
/proc/15795/stat : 15795 (java) S 15793 15793 12701 0 -1 1077944320 16050 0 0 0 179 6 0 0 20 0 20 0 420129057 28911378432 35135 33554432000 4194304 4196468 140729236035200 140729236017744 140220680695543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
/proc/15795/statm: 7058442 35135 3455 1 0 7019544 0
[pid=15795/tid=15796] ppid=15793 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/15795/task/15796/stat : 15796 (java) R 15793 15793 12701 0 -1 4202560 9223 0 0 0 63 4 0 0 20 0 20 0 420129057 28911378432 35135 33554432000 4194304 4196468 140729236035200 140220684932224 140220680707478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15797] ppid=15793 vsize=28233768 memory=140163171001200 CPUtime=0 cores=0-7
/proc/15795/task/15797/stat : 15797 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28911378432 35135 33554432000 4194304 4196468 140729236035200 140220633316112 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15798] ppid=15793 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15798/stat : 15798 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420129058 28911378432 35135 33554432000 4194304 4196468 140729236035200 140220632263568 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15799] ppid=15793 vsize=28233768 memory=1560 CPUtime=0 cores=0-7
/proc/15795/task/15799/stat : 15799 (java) S 15793 15793 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420129058 28911378432 35135 33554432000 4194304 4196468 140729236035200 140220631211024 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0

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

# the end of solver process 15793 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.87057 s, system=0.490963 s

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

[startup+1.60213 s]
/proc/loadavg: 5.03 7.41 7.96 12/219 15822
/proc/meminfo: memFree=31003052/32770624 swapFree=66919440/67108860
[pid=15793] ppid=15790 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15793/stat : 15793 (xcsp3-exec) S 15790 15793 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420129056 115843072 364 33554432000 4194304 5098028 140722636641376 140722636639480 140058910835324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24539136 140722636649333 140722636649577 140722636649577 140722636652490 0
/proc/15793/statm: 28282 364 305 221 0 87 0
[pid=15795] ppid=15793 vsize=28771128 memory=479064 CPUtime=7.62 cores=0-7
/proc/15795/stat : 15795 (java) S 15793 15793 12701 0 -1 1077944320 31957 0 0 0 716 46 0 0 20 0 28 0 420129057 29461635072 119766 33554432000 4194304 4196468 140729236035200 140729236017744 140220680695543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
/proc/15795/statm: 7192782 119766 3498 1 0 7153884 0
[pid=15795/tid=15796] ppid=15793 vsize=28771128 memory=4596 CPUtime=0.83 cores=0-7
/proc/15795/task/15796/stat : 15796 (java) S 15793 15793 12701 0 -1 1077944384 9442 0 0 0 78 5 0 0 20 0 28 0 420129057 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220684936320 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15797] ppid=15793 vsize=28771128 memory=0 CPUtime=0.1 cores=0-7
/proc/15795/task/15797/stat : 15797 (java) S 15793 15793 12701 0 -1 1077944384 132 0 0 0 6 4 0 0 20 0 28 0 420129058 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220633316112 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15798] ppid=15793 vsize=28771128 memory=0 CPUtime=0.1 cores=0-7
/proc/15795/task/15798/stat : 15798 (java) S 15793 15793 12701 0 -1 1077944384 127 0 0 0 6 4 0 0 20 0 28 0 420129058 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220632263568 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15799] ppid=15793 vsize=28771128 memory=0 CPUtime=0.07 cores=0-7
/proc/15795/task/15799/stat : 15799 (java) S 15793 15793 12701 0 -1 1077944384 111 0 0 0 4 3 0 0 20 0 28 0 420129058 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220631211024 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15800] ppid=15793 vsize=28771128 memory=81 CPUtime=0.1 cores=0-7
/proc/15795/task/15800/stat : 15800 (java) S 15793 15793 12701 0 -1 1077944384 123 0 0 0 6 4 0 0 20 0 28 0 420129058 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220630158480 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15801] ppid=15793 vsize=28771128 memory=140163170959668 CPUtime=0.08 cores=0-7
/proc/15795/task/15801/stat : 15801 (java) S 15793 15793 12701 0 -1 1077944384 85 0 0 0 5 3 0 0 20 0 28 0 420129058 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220629104912 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15802] ppid=15793 vsize=28771128 memory=140163170731744 CPUtime=0.08 cores=0-7
/proc/15795/task/15802/stat : 15802 (java) S 15793 15793 12701 0 -1 1077944384 73 0 0 0 5 3 0 0 20 0 28 0 420129058 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220628052368 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15803] ppid=15793 vsize=28771128 memory=140163170731840 CPUtime=0.07 cores=0-7
/proc/15795/task/15803/stat : 15803 (java) S 15793 15793 12701 0 -1 1077944384 63 0 0 0 3 4 0 0 20 0 28 0 420129058 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220626999824 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15804] ppid=15793 vsize=28771128 memory=140163170731936 CPUtime=0.07 cores=0-7
/proc/15795/task/15804/stat : 15804 (java) S 15793 15793 12701 0 -1 1077944384 113 0 0 0 4 3 0 0 20 0 28 0 420129058 29461635072 119766 33554432000 4194304 4196468 140729236035200 140220625947280 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15805] ppid=15793 vsize=28771128 memory=140163170884592 CPUtime=0 cores=0-7
/proc/15795/task/15805/stat : 15805 (java) S 15793 15793 12701 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 28 0 420129059 29461635072 119766 33554432000 4194304 4196468 140729236035200 140219010591216 140220680706690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15806] ppid=15793 vsize=28771128 memory=140163170732128 CPUtime=0 cores=0-7
/proc/15795/task/15806/stat : 15806 (java) S 15793 15793 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 420129060 29461635072 119766 33554432000 4194304 4196468 140729236035200 140219009537504 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15807] ppid=15793 vsize=28771128 memory=4294997914 CPUtime=0 cores=0-7
/proc/15795/task/15807/stat : 15807 (java) S 15793 15793 12701 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420129060 29461635072 119766 33554432000 4194304 4196468 140729236035200 140219008484864 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15808] ppid=15793 vsize=28771128 memory=5939521575415670592 CPUtime=0 cores=0-7
/proc/15795/task/15808/stat : 15808 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420129062 29461635072 119766 33554432000 4194304 4196468 140729236035200 140219007433424 140220680714139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15809] ppid=15793 vsize=28771128 memory=23408 CPUtime=0.77 cores=0-7
/proc/15795/task/15809/stat : 15809 (java) D 15793 15793 12701 0 -1 4202560 4765 0 0 0 76 1 0 0 20 0 28 0 420129062 29461635072 119766 33554432000 4194304 4196468 140729236035200 140219006365512 140220662241145 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15810] ppid=15793 vsize=28771128 memory=7518026621751088997 CPUtime=0.9 cores=0-7
/proc/15795/task/15810/stat : 15810 (java) D 15793 15793 12701 0 -1 4202560 3677 0 0 0 90 0 0 0 20 0 28 0 420129062 29461635072 119766 33554432000 4194304 4196468 140729236035200 140218496524792 140220665818030 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15811] ppid=15793 vsize=28771128 memory=7517746298042672484 CPUtime=0.82 cores=0-7
/proc/15795/task/15811/stat : 15811 (java) R 15793 15793 12701 0 -1 4202560 3073 0 0 0 81 1 0 0 20 0 28 0 420129063 29461635072 119766 33554432000 4194304 4196468 140729236035200 140218495472136 140220673412695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15812] ppid=15793 vsize=28771128 memory=5865188000529146989 CPUtime=0.75 cores=0-7
/proc/15795/task/15812/stat : 15812 (java) D 15793 15793 12701 0 -1 4202560 4061 0 0 0 74 1 0 0 20 0 28 0 420129063 29461635072 119766 33554432000 4194304 4196468 140729236035200 140218494429384 140220659187633 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15813] ppid=15793 vsize=28771128 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15813/stat : 15813 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420129063 29461635072 119766 33554432000 4194304 4196468 140729236035200 140218493381344 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15814] ppid=15793 vsize=28771128 memory=13860 CPUtime=0 cores=0-7
/proc/15795/task/15814/stat : 15814 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420129063 29461635072 119766 33554432000 4194304 4196468 140729236035200 140218492328880 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 28884256 KiB
Current children cumulated memory: 480520 KiB

[startup+1.80089 s]
/proc/loadavg: 5.03 7.41 7.96 12/219 15822
/proc/meminfo: memFree=31003052/32770624 swapFree=66919440/67108860
[pid=15793] ppid=15790 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15793/stat : 15793 (xcsp3-exec) S 15790 15793 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420129056 115843072 364 33554432000 4194304 5098028 140722636641376 140722636639480 140058910835324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24539136 140722636649333 140722636649577 140722636649577 140722636652490 0
/proc/15793/statm: 28282 364 305 221 0 87 0
[pid=15795] ppid=15793 vsize=28769356 memory=484808 CPUtime=9.17 cores=0-7
/proc/15795/stat : 15795 (java) S 15793 15793 12701 0 -1 1077944320 33128 0 0 0 870 47 0 0 20 0 28 0 420129057 29459820544 121202 33554432000 4194304 4196468 140729236035200 140729236017744 140220680695543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
/proc/15795/statm: 7192339 121202 3498 1 0 7153441 0
[pid=15795/tid=15796] ppid=15793 vsize=28769356 memory=140163171021536 CPUtime=0.83 cores=0-7
/proc/15795/task/15796/stat : 15796 (java) S 15793 15793 12701 0 -1 1077944384 9442 0 0 0 78 5 0 0 20 0 28 0 420129057 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220684936320 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15797] ppid=15793 vsize=28769356 memory=0 CPUtime=0.1 cores=0-7
/proc/15795/task/15797/stat : 15797 (java) S 15793 15793 12701 0 -1 1077944384 132 0 0 0 6 4 0 0 20 0 28 0 420129058 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220633316112 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15798] ppid=15793 vsize=28769356 memory=0 CPUtime=0.1 cores=0-7
/proc/15795/task/15798/stat : 15798 (java) S 15793 15793 12701 0 -1 1077944384 127 0 0 0 6 4 0 0 20 0 28 0 420129058 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220632263568 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15799] ppid=15793 vsize=28769356 memory=0 CPUtime=0.07 cores=0-7
/proc/15795/task/15799/stat : 15799 (java) S 15793 15793 12701 0 -1 1077944384 111 0 0 0 4 3 0 0 20 0 28 0 420129058 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220631211024 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15800] ppid=15793 vsize=28769356 memory=0 CPUtime=0.1 cores=0-7
/proc/15795/task/15800/stat : 15800 (java) S 15793 15793 12701 0 -1 1077944384 123 0 0 0 6 4 0 0 20 0 28 0 420129058 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220630158480 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15801] ppid=15793 vsize=28769356 memory=0 CPUtime=0.08 cores=0-7
/proc/15795/task/15801/stat : 15801 (java) S 15793 15793 12701 0 -1 1077944384 85 0 0 0 5 3 0 0 20 0 28 0 420129058 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220629104912 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15802] ppid=15793 vsize=28769356 memory=56 CPUtime=0.08 cores=0-7
/proc/15795/task/15802/stat : 15802 (java) S 15793 15793 12701 0 -1 1077944384 73 0 0 0 5 3 0 0 20 0 28 0 420129058 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220628052368 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15803] ppid=15793 vsize=28769356 memory=288230583166042426 CPUtime=0.07 cores=0-7
/proc/15795/task/15803/stat : 15803 (java) S 15793 15793 12701 0 -1 1077944384 63 0 0 0 3 4 0 0 20 0 28 0 420129058 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220626999824 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15804] ppid=15793 vsize=28769356 memory=14126732391221673 CPUtime=0.07 cores=0-7
/proc/15795/task/15804/stat : 15804 (java) S 15793 15793 12701 0 -1 1077944384 113 0 0 0 4 3 0 0 20 0 28 0 420129058 29459820544 121202 33554432000 4194304 4196468 140729236035200 140220625947280 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15805] ppid=15793 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15805/stat : 15805 (java) S 15793 15793 12701 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 28 0 420129059 29459820544 121202 33554432000 4194304 4196468 140729236035200 140219010591216 140220680706690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15806] ppid=15793 vsize=28769356 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/15795/task/15806/stat : 15806 (java) S 15793 15793 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 420129060 29459820544 121202 33554432000 4194304 4196468 140729236035200 140219009537504 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15807] ppid=15793 vsize=28769356 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/15795/task/15807/stat : 15807 (java) S 15793 15793 12701 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420129060 29459820544 121202 33554432000 4194304 4196468 140729236035200 140219008484864 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15808] ppid=15793 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15808/stat : 15808 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420129062 29459820544 121202 33554432000 4194304 4196468 140729236035200 140219007433424 140220680714139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15809] ppid=15793 vsize=28769356 memory=0 CPUtime=0.94 cores=0-7
/proc/15795/task/15809/stat : 15809 (java) R 15793 15793 12701 0 -1 4202560 4865 0 0 0 93 1 0 0 20 0 28 0 420129062 29459820544 121202 33554432000 4194304 4196468 140729236035200 140219006366544 140220660389251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15810] ppid=15793 vsize=28769356 memory=0 CPUtime=1.01 cores=0-7
/proc/15795/task/15810/stat : 15810 (java) R 15793 15793 12701 0 -1 4202560 3743 0 0 0 101 0 0 0 20 0 28 0 420129062 29459820544 121202 33554432000 4194304 4196468 140729236035200 140218496524688 140220664163574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15811] ppid=15793 vsize=28769356 memory=0 CPUtime=0.94 cores=0-7
/proc/15795/task/15811/stat : 15811 (java) R 15793 15793 12701 0 -1 4202560 3633 0 0 0 93 1 0 0 20 0 28 0 420129063 29459820544 121202 33554432000 4194304 4196468 140729236035200 140218495469920 140220666725496 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15812] ppid=15793 vsize=28769356 memory=0 CPUtime=0.81 cores=0-7
/proc/15795/task/15812/stat : 15812 (java) R 15793 15793 12701 0 -1 4202560 4174 0 0 0 80 1 0 0 20 0 28 0 420129063 29459820544 121202 33554432000 4194304 4196468 140729236035200 140218494430824 140220673412695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15813] ppid=15793 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15813/stat : 15813 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420129063 29459820544 121202 33554432000 4194304 4196468 140729236035200 140218493381344 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15814] ppid=15793 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15814/stat : 15814 (java) R 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420129063 29459820544 121202 33554432000 4194304 4196468 140729236035200 140218492328880 140220680706690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 486264 KiB

[startup+1.91513 s]
/proc/loadavg: 5.03 7.41 7.96 12/219 15822
/proc/meminfo: memFree=31003052/32770624 swapFree=66919440/67108860
[pid=15793] ppid=15790 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15793/stat : 15793 (xcsp3-exec) S 15790 15793 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420129056 115843072 364 33554432000 4194304 5098028 140722636641376 140722636639480 140058910835324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24539136 140722636649333 140722636649577 140722636649577 140722636652490 0
/proc/15793/statm: 28282 364 305 221 0 87 0
[pid=15795] ppid=15793 vsize=28769356 memory=490848 CPUtime=10.03 cores=0-7
/proc/15795/stat : 15795 (java) S 15793 15793 12701 0 -1 1077944320 33743 0 0 0 956 47 0 0 20 0 28 0 420129057 29459820544 122712 33554432000 4194304 4196468 140729236035200 140729236017744 140220680695543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
/proc/15795/statm: 7192339 122712 3500 1 0 7153441 0
[pid=15795/tid=15796] ppid=15793 vsize=28769356 memory=2812293 CPUtime=0.83 cores=0-7
/proc/15795/task/15796/stat : 15796 (java) S 15793 15793 12701 0 -1 1077944384 9443 0 0 0 78 5 0 0 20 0 28 0 420129057 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220684936320 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15797] ppid=15793 vsize=28769356 memory=0 CPUtime=0.1 cores=0-7
/proc/15795/task/15797/stat : 15797 (java) S 15793 15793 12701 0 -1 1077944384 132 0 0 0 6 4 0 0 20 0 28 0 420129058 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220633316112 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15798] ppid=15793 vsize=28769356 memory=10 CPUtime=0.1 cores=0-7
/proc/15795/task/15798/stat : 15798 (java) S 15793 15793 12701 0 -1 1077944384 127 0 0 0 6 4 0 0 20 0 28 0 420129058 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220632263568 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15799] ppid=15793 vsize=28769356 memory=7 CPUtime=0.07 cores=0-7
/proc/15795/task/15799/stat : 15799 (java) S 15793 15793 12701 0 -1 1077944384 111 0 0 0 4 3 0 0 20 0 28 0 420129058 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220631211024 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15800] ppid=15793 vsize=28769356 memory=10 CPUtime=0.1 cores=0-7
/proc/15795/task/15800/stat : 15800 (java) S 15793 15793 12701 0 -1 1077944384 123 0 0 0 6 4 0 0 20 0 28 0 420129058 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220630158480 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15801] ppid=15793 vsize=28769356 memory=8 CPUtime=0.08 cores=0-7
/proc/15795/task/15801/stat : 15801 (java) S 15793 15793 12701 0 -1 1077944384 85 0 0 0 5 3 0 0 20 0 28 0 420129058 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220629104912 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15802] ppid=15793 vsize=28769356 memory=8 CPUtime=0.08 cores=0-7
/proc/15795/task/15802/stat : 15802 (java) S 15793 15793 12701 0 -1 1077944384 73 0 0 0 5 3 0 0 20 0 28 0 420129058 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220628052368 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15803] ppid=15793 vsize=28769356 memory=7680491646476186387 CPUtime=0.07 cores=0-7
/proc/15795/task/15803/stat : 15803 (java) S 15793 15793 12701 0 -1 1077944384 63 0 0 0 3 4 0 0 20 0 28 0 420129058 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220626999824 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15804] ppid=15793 vsize=28769356 memory=0 CPUtime=0.07 cores=0-7
/proc/15795/task/15804/stat : 15804 (java) S 15793 15793 12701 0 -1 1077944384 113 0 0 0 4 3 0 0 20 0 28 0 420129058 29459820544 122712 33554432000 4194304 4196468 140729236035200 140220625947280 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15805] ppid=15793 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15805/stat : 15805 (java) S 15793 15793 12701 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 28 0 420129059 29459820544 122712 33554432000 4194304 4196468 140729236035200 140219010591216 140220680706690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15806] ppid=15793 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15806/stat : 15806 (java) S 15793 15793 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 420129060 29459820544 122712 33554432000 4194304 4196468 140729236035200 140219009537504 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15807] ppid=15793 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15807/stat : 15807 (java) S 15793 15793 12701 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420129060 29459820544 122712 33554432000 4194304 4196468 140729236035200 140219008484864 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15808] ppid=15793 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/15795/task/15808/stat : 15808 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420129062 29459820544 122712 33554432000 4194304 4196468 140729236035200 140219007433424 140220680714139 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15809] ppid=15793 vsize=28769356 memory=6791534058613427641 CPUtime=1.04 cores=0-7
/proc/15795/task/15809/stat : 15809 (java) R 15793 15793 12701 0 -1 4202560 5127 0 0 0 103 1 0 0 20 0 28 0 420129062 29459820544 122712 33554432000 4194304 4196468 140729236035200 140219006366040 140220662216943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15810] ppid=15793 vsize=28769356 memory=5859271421084521832 CPUtime=1.12 cores=0-7
/proc/15795/task/15810/stat : 15810 (java) R 15793 15793 12701 0 -1 4202560 3863 0 0 0 112 0 0 0 20 0 28 0 420129062 29459820544 122712 33554432000 4194304 4196468 140729236035200 140218496524688 140220664252871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15811] ppid=15793 vsize=28769356 memory=7151822037873356371 CPUtime=1.04 cores=0-7
/proc/15795/task/15811/stat : 15811 (java) R 15793 15793 12701 0 -1 4202560 3655 0 0 0 103 1 0 0 20 0 28 0 420129063 29459820544 122712 33554432000 4194304 4196468 140729236035200 140218495472736 140220665095236 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15812] ppid=15793 vsize=28769356 memory=7517461331155378240 CPUtime=0.84 cores=0-7
/proc/15795/task/15812/stat : 15812 (java) R 15793 15793 12701 0 -1 1077944384 4245 0 0 0 83 1 0 0 20 0 28 0 420129063 29459820544 122712 33554432000 4194304 4196468 140729236035200 140218494433648 140220680706690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15813] ppid=15793 vsize=28769356 memory=7595996225387588968 CPUtime=0 cores=0-7
/proc/15795/task/15813/stat : 15813 (java) S 15793 15793 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420129063 29459820544 122712 33554432000 4194304 4196468 140729236035200 140218493381344 140220680705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
[pid=15795/tid=15814] ppid=15793 vsize=28769356 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/15795/task/15814/stat : 15814 (java) S 15793 15793 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420129063 29459820544 122712 33554432000 4194304 4196468 140729236035200 140218492328880 140220680706690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7970816 140729236042730 140729236042902 140729236042902 140729236045775 0
Current children cumulated CPU time: 10.03 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 492304 KiB

Child status: 0
Real time (s): 1.97174
CPU time (s): 10.3615
CPU user time (s): 9.87057
CPU system time (s): 0.490963
CPU usage (%): 525.502
Max. virtual memory (cumulated for all children) (KiB): 28884256
Max. memory (cumulated for all children) (KiB): 492304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.87057
system time used= 0.490963
maximum resident set size= 494132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34736
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= 5690
involuntary context switches= 163


# summary of solver processes directly reported to runsolver:
#   pid: 15793
#   total CPU time (s): 10.3615
#   total CPU user time (s): 9.87057
#   total CPU system time (s): 0.490963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028566 second user time and 0.070316 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 08:17:50
IDJOB=4393784
IDBENCH=138370
IDSOLVER=2841
FILE ID=node141/4393784-1568441911
RUNJOBID= node141-1568439039-12728
PBS_JOBID= 21702329
Free space on /tmp= 58540 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff85.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-4393784-1568441911/watcher-4393784-1568441911 -o /tmp/evaluation-result-4393784-1568441911/solver-4393784-1568441911 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568439039-12728 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1511242278 HOME/instance-4393784-1568441911.xml

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

MD5SUM BENCH= afda861cdc29bd1fb05e74ad0e6ff5a8
RANDOM SEED=1511242278

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31276900 kB
MemAvailable:   31838540 kB
Buffers:          185980 kB
Cached:           663528 kB
SwapCached:        80180 kB
Active:           449600 kB
Inactive:         483560 kB
Active(anon):       9456 kB
Inactive(anon):   106280 kB
Active(file):     440144 kB
Inactive(file):   377280 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       66919440 kB
Dirty:             26356 kB
Writeback:             0 kB
AnonPages:        116800 kB
Mapped:            36716 kB
Shmem:             23468 kB
Slab:             150440 kB
SReclaimable:     120100 kB
SUnreclaim:        30340 kB
KernelStack:        3584 kB
PageTables:         5564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-14 08:17:52