Trace number 4393974

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 parallelOPT1664 54.3018 8.61323

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff56.xml
MD5SUMbde8bf62cee6a52be775f8ad73fb794c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1664
Best CPU time to get the best result obtained on this benchmark11.8167
Satisfiable
(Un)Satisfiability was proved
Number of variables299
Number of constraints295
Number of domains36
Minimum domain size34
Maximum domain size36
Distribution of domain sizes[{"size":34,"count":6},{"size":35,"count":114},{"size":36,"count":179}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":294},{"degree":50,"count":5}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":245},{"arity":5,"count":1},{"arity":6,"count":49}]
Number of extensional constraints245
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":245},{"type":"ordered","count":1},{"type":"minimum","count":49}]
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-4393974-1568441892.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393974-1568441892.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
7.84/1.64	c solve instance...
10.32/2.05	o 11898 
10.32/2.10	o 4218 
13.16/2.41	o 4213 
13.16/2.43	o 4207 
13.16/2.45	o 4198 
13.16/2.49	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (351/360)
13.16/2.50		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
13.16/2.50		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
13.16/2.50		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
13.16/2.50		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
13.16/2.50		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
13.16/2.50	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (351/360)
13.16/2.50		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
13.16/2.50		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
13.16/2.50		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
13.16/2.50		at org.chocosolver.solver.Solver.repair(Solver.java:443)
13.16/2.50		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
13.16/2.50		at org.chocosolver.solver.Solver.solve(Solver.java:262)
13.16/2.50		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
13.16/2.50		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
13.16/2.50		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
13.16/2.50		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
13.16/2.50		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
13.16/2.50		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
13.16/2.50		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
13.16/2.50		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
13.16/2.50		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
13.16/2.50		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
13.16/2.50	o 4172 
13.79/2.51	o 4043 
13.79/2.52	o 4019 
14.47/2.62	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (330/338)
14.47/2.62		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
14.47/2.62		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
14.47/2.62		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
14.47/2.62		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
14.47/2.62		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
14.47/2.62	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (330/338)
14.47/2.62		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
14.47/2.62		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
14.47/2.62		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
14.47/2.62		at org.chocosolver.solver.Solver.repair(Solver.java:443)
14.47/2.62		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
14.47/2.62		at org.chocosolver.solver.Solver.solve(Solver.java:262)
14.47/2.62		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
14.47/2.62		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
14.47/2.62		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
14.47/2.62		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
14.47/2.62		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
14.47/2.62		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
14.47/2.62		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
14.47/2.62		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
14.47/2.62		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
14.47/2.62		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
14.47/2.62	o 4009 
14.47/2.63	o 3997 
14.47/2.65	o 3991 
14.47/2.66	o 3982 
15.12/2.70	o 3941 
15.12/2.71	o 3789 
15.12/2.72	o 3777 
15.12/2.73	o 3771 
15.75/2.88	o 3762 
15.75/2.89	o 3759 
16.20/2.94	o 3729 
16.20/2.95	o 3717 
16.20/2.98	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (1784/1786)
16.20/2.98		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
16.20/2.98		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
16.20/2.98		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
16.20/2.98		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
16.20/2.98		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
16.20/2.98	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (1784/1786)
16.20/2.98		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
16.20/2.98		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
16.20/2.98		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
16.20/2.98		at org.chocosolver.solver.Solver.repair(Solver.java:443)
16.20/2.99		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
16.20/2.99		at org.chocosolver.solver.Solver.solve(Solver.java:262)
16.20/2.99		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
16.20/2.99		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
16.20/2.99		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
16.20/2.99		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
16.20/2.99		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
16.20/2.99		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
16.20/2.99		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
16.20/2.99		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
16.20/2.99		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
16.20/2.99		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
16.20/2.99	o 3711 
16.20/2.99	o 3702 
16.94/3.07	o 3676 
18.09/3.28	o 3532 
18.54/3.31	o 3185 
18.54/3.34	o 2951 
18.54/3.37	o 2907 
19.92/3.58	o 2882 
20.31/3.60	o 2874 
20.31/3.62	o 2800 
20.31/3.68	o 2723 
20.31/3.69	o 2644 
20.96/3.71	o 2028 
20.96/3.73	o 1960 
20.96/3.75	o 1824 
20.96/3.78	o 1758 
22.21/3.98	o 1756 
33.57/5.46	o 1754 
34.19/5.57	o 1732 
37.74/6.09	o 1726 
41.89/6.69	o 1724 
42.58/6.81	o 1702 
46.26/7.33	o 1687 
46.67/7.45	o 1685 
48.72/7.77	o 1668 
49.02/7.88	o 1664 
53.76/8.58	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (1088/1108)
53.76/8.58		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
53.76/8.58		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
53.76/8.58		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
53.76/8.58		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
53.76/8.58		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
53.76/8.59	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (1088/1108)
53.76/8.59		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
53.76/8.59		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
53.76/8.59		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
53.76/8.59		at org.chocosolver.solver.Solver.repair(Solver.java:443)
53.76/8.59		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
53.76/8.59		at org.chocosolver.solver.Solver.solve(Solver.java:262)
53.76/8.59		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
53.76/8.59		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
53.76/8.59		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
53.76/8.59		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
53.76/8.59		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
53.76/8.59		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
53.76/8.59		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
53.76/8.59		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
53.76/8.59		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
53.76/8.59		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
53.76/8.59	s OPTIMUM FOUND
53.76/8.59	v <instantiation>
53.76/8.59	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] drd[30][0] drd[30][1] drd[30][2] drd[30][3] drd[30][4] drd[31][0] drd[31][1] drd[31][2] drd[31][3] drd[31][4] drd[32][0] drd[32][1] drd[32][2] drd[32][3] drd[32][4] drd[33][0] drd[33][1] drd[33][2] drd[33][3] drd[33][4] drd[34][0] drd[34][1] drd[34][2] drd[34][3] drd[34][4] drd[35][0] drd[35][1] drd[35][2] drd[35][3] drd[35][4] drd[36][0] drd[36][1] drd[36][2] drd[36][3] drd[36][4] drd[37][0] drd[37][1] drd[37][2] drd[37][3] drd[37][4] drd[38][0] drd[38][1] drd[38][2] drd[38][3] drd[38][4] drd[39][0] drd[39][1] drd[39][2] drd[39][3] drd[39][4] drd[40][0] drd[40][1] drd[40][2] drd[40][3] drd[40][4] drd[41][0] drd[41][1] drd[41][2] drd[41][3] drd[41][4] drd[42][0] drd[42][1] drd[42][2] drd[42][3] drd[42][4] drd[43][0] drd[43][1] drd[43][2] drd[43][3] drd[43][4] drd[44][0] drd[44][1] drd[44][2] drd[44][3] drd[44][4] drd[45][0] drd[45][1] drd[45][2] drd[45][3] drd[45][4] drd[46][0] drd[46][1] drd[46][2] drd[46][3] drd[46][4] drd[47][0] drd[47][1] drd[47][2] drd[47][3] drd[47][4] drd[48][0] drd[48][1] drd[48][2] drd[48][3] drd[48][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] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] dr[45] dr[46] dr[47] dr[48] </list>
53.76/8.59	v 	<values>51 157 312 579 818 42 64 219 486 725 55 51 206 473 712 55 51 206 473 712 859 753 598 331 92 859 753 598 331 92 51 55 210 477 716 0 106 261 528 767 0 106 261 528 767 51 157 312 579 818 718 612 457 190 49 718 612 457 190 49 220 114 41 308 547 221 115 40 307 546 492 386 231 36 275 491 385 230 37 276 109 3 152 419 658 104 2 157 424 663 123 17 138 405 644 122 16 139 406 645 289 183 28 239 478 289 183 28 239 478 29 135 290 557 796 106 0 155 422 661 106 0 155 422 661 85 21 176 443 682 85 21 176 443 682 4 102 257 524 763 4 102 257 524 763 823 717 562 295 56 823 717 562 295 56 263 157 2 265 504 261 155 0 267 506 473 367 212 55 294 767 661 506 239 0 767 661 506 239 0 654 548 393 126 113 654 548 393 126 113 552 446 291 24 215 552 446 291 24 215 597 491 336 69 170 596 490 335 68 171 172 66 89 356 595 181 75 80 347 586 30 136 291 558 797 528 422 267 0 239 528 422 267 0 239 17 123 278 545 784 23 129 284 551 790 18 88 243 510 749 42 51 51 92 92 51 0 0 51 49 49 41 40 36 37 3 2 17 16 28 28 29 0 0 21 21 4 4 56 56 2 0 55 0 0 113 113 24 24 69 68 66 75 30 0 0 17 23 18 </values>
53.76/8.59	v </instantiation>

Verifier Data

OK	1664

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393974-1568441892/watcher-4393974-1568441892 -o /tmp/evaluation-result-4393974-1568441892/solver-4393974-1568441892 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 151214842 HOME/instance-4393974-1568441892.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=20799, runsolver pid=20796

[startup+0.100113 s]*
/proc/loadavg: 8.11 8.23 7.92 3/210 20820
/proc/meminfo: memFree=26667280/32770624 swapFree=66977616/67108860
[pid=20799] ppid=20796 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20799/stat : 20799 (xcsp3-exec) S 20796 20799 18566 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420446477 115843072 363 33554432000 4194304 5098028 140727165014400 140727165012504 140720146559612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11214848 140727165023094 140727165023337 140727165023337 140727165026250 0
/proc/20799/statm: 28282 363 304 221 0 87 0
[pid=20801] ppid=20799 vsize=28227388 memory=28736 CPUtime=0.12 cores=0-7
/proc/20801/stat : 20801 (java) S 20799 20799 18566 0 -1 1077944320 5700 0 0 0 11 1 0 0 20 0 20 0 420446478 28904845312 7184 33554432000 4194304 4196468 140727143073776 140727143056320 139857948045047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
/proc/20801/statm: 7056847 7184 3115 1 0 7019032 0
[pid=20801/tid=20802] ppid=20799 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/20801/task/20802/stat : 20802 (java) R 20799 20799 18566 0 -1 4202560 3598 0 0 0 8 1 0 0 20 0 20 0 420446478 28904845312 7184 33554432000 4194304 4196468 140727143073776 139857952274816 139857948056982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20803] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20803/stat : 20803 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 7184 33554432000 4194304 4196468 140727143073776 139857900665872 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20804] ppid=20799 vsize=28227388 memory=3906504375494309536 CPUtime=0 cores=0-7
/proc/20801/task/20804/stat : 20804 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 7184 33554432000 4194304 4196468 140727143073776 139857899613328 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20805] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20805/stat : 20805 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 7184 33554432000 4194304 4196468 140727143073776 139857898560272 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20806] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20806/stat : 20806 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857897507728 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20807] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20807/stat : 20807 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857896454672 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20808] ppid=20799 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20801/task/20808/stat : 20808 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857895402128 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20809] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20809/stat : 20809 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857894349072 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20810] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20810/stat : 20810 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857491777936 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20811] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20811/stat : 20811 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446480 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857131113200 139857948056194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20812] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20812/stat : 20812 (java) S 20799 20799 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420446481 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857130059424 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20813] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20813/stat : 20813 (java) S 20799 20799 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420446481 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857129006320 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20814] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20814/stat : 20814 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446483 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857127954896 139857948063643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20815] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20815/stat : 20815 (java) S 20799 20799 18566 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 420446483 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857126902000 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20816] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20816/stat : 20816 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420446483 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857125849456 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20817] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20817/stat : 20817 (java) R 20799 20799 18566 0 -1 4202560 145 0 0 0 0 0 0 0 20 0 20 0 420446483 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857124796400 139857931480785 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20818] ppid=20799 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20801/task/20818/stat : 20818 (java) R 20799 20799 18566 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 20 0 420446483 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857123743856 139857932125534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20819] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20819/stat : 20819 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420446484 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857122692064 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20820] ppid=20799 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20801/task/20820/stat : 20820 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446484 28904845312 7250 33554432000 4194304 4196468 140727143073776 139857121639600 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30188 KiB

[startup+0.210574 s]*
/proc/loadavg: 8.11 8.23 7.92 3/210 20820
/proc/meminfo: memFree=26654176/32770624 swapFree=66977616/67108860
[pid=20799] ppid=20796 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20799/stat : 20799 (xcsp3-exec) S 20796 20799 18566 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420446477 115843072 363 33554432000 4194304 5098028 140727165014400 140727165012504 140720146559612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11214848 140727165023094 140727165023337 140727165023337 140727165026250 0
/proc/20799/statm: 28282 363 304 221 0 87 0
[pid=20801] ppid=20799 vsize=28227388 memory=40924 CPUtime=0.34 cores=0-7
/proc/20801/stat : 20801 (java) S 20799 20799 18566 0 -1 1077944320 9490 0 0 0 31 3 0 0 20 0 20 0 420446478 28904845312 10231 33554432000 4194304 4196468 140727143073776 140727143056320 139857948045047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
/proc/20801/statm: 7056847 10231 3304 1 0 7019032 0
[pid=20801/tid=20802] ppid=20799 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/20801/task/20802/stat : 20802 (java) R 20799 20799 18566 0 -1 4202560 6644 0 0 0 18 2 0 0 20 0 20 0 420446478 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857952279168 139857932125534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20803] ppid=20799 vsize=28227388 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/20801/task/20803/stat : 20803 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857900665872 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20804] ppid=20799 vsize=28227388 memory=140531296532404 CPUtime=0 cores=0-7
/proc/20801/task/20804/stat : 20804 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857899613328 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20805] ppid=20799 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20801/task/20805/stat : 20805 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857898560272 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20806] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20806/stat : 20806 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857897507728 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20807] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20807/stat : 20807 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857896454672 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20808] ppid=20799 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20801/task/20808/stat : 20808 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857895402128 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20809] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20809/stat : 20809 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857894349072 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20810] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20810/stat : 20810 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420446479 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857491777936 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20811] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20811/stat : 20811 (java) S 20799 20799 18566 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420446480 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857131113200 139857948056194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20812] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20812/stat : 20812 (java) S 20799 20799 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420446481 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857130059424 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20813] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20813/stat : 20813 (java) S 20799 20799 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420446481 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857129006320 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20814] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20814/stat : 20814 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446483 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857127954896 139857948063643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20815] ppid=20799 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20801/task/20815/stat : 20815 (java) S 20799 20799 18566 0 -1 1077944384 490 0 0 0 2 0 0 0 20 0 20 0 420446483 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857126902000 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20816] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20816/stat : 20816 (java) S 20799 20799 18566 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 420446483 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857125849456 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20817] ppid=20799 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/20801/task/20817/stat : 20817 (java) S 20799 20799 18566 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 20 0 420446483 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857124796400 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20818] ppid=20799 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/20801/task/20818/stat : 20818 (java) R 20799 20799 18566 0 -1 4202560 783 0 0 0 8 0 0 0 20 0 20 0 420446483 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857123743856 139857948066394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20819] ppid=20799 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20819/stat : 20819 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420446484 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857122692064 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20820] ppid=20799 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20801/task/20820/stat : 20820 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446484 28904845312 10231 33554432000 4194304 4196468 140727143073776 139857121639600 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42376 KiB

[startup+0.310495 s]*
/proc/loadavg: 8.11 8.23 7.92 4/210 20820
/proc/meminfo: memFree=26645804/32770624 swapFree=66977616/67108860
[pid=20799] ppid=20796 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20799/stat : 20799 (xcsp3-exec) S 20796 20799 18566 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420446477 115843072 363 33554432000 4194304 5098028 140727165014400 140727165012504 140720146559612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11214848 140727165023094 140727165023337 140727165023337 140727165026250 0
/proc/20799/statm: 28282 363 304 221 0 87 0
[pid=20801] ppid=20799 vsize=28231644 memory=50472 CPUtime=0.53 cores=0-7
/proc/20801/stat : 20801 (java) S 20799 20799 18566 0 -1 1077944320 10936 0 0 0 49 4 0 0 20 0 20 0 420446478 28909203456 12618 33554432000 4194304 4196468 140727143073776 140727143056320 139857948045047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
/proc/20801/statm: 7057911 12618 3348 1 0 7019032 0
[pid=20801/tid=20802] ppid=20799 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/20801/task/20802/stat : 20802 (java) R 20799 20799 18566 0 -1 4202560 7831 0 0 0 26 3 0 0 20 0 20 0 420446478 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857952276160 139857932125534 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20803] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20803/stat : 20803 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857900665872 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20804] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20804/stat : 20804 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857899613328 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20805] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20805/stat : 20805 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857898560272 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20806] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20806/stat : 20806 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857897507728 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20807] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20807/stat : 20807 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857896454672 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20808] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20808/stat : 20808 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857895402128 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20809] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20809/stat : 20809 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857894349072 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20810] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20810/stat : 20810 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420446479 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857491777936 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20811] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20811/stat : 20811 (java) S 20799 20799 18566 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420446480 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857131113200 139857948056194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20812] ppid=20799 vsize=28231644 memory=281062391618944 CPUtime=0 cores=0-7
/proc/20801/task/20812/stat : 20812 (java) S 20799 20799 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420446481 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857130059424 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20813] ppid=20799 vsize=28231644 memory=281062391623552 CPUtime=0 cores=0-7
/proc/20801/task/20813/stat : 20813 (java) S 20799 20799 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420446481 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857129006320 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20814] ppid=20799 vsize=28231644 memory=281062391628160 CPUtime=0 cores=0-7
/proc/20801/task/20814/stat : 20814 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446483 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857127954896 139857948063643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20815] ppid=20799 vsize=28231644 memory=281062391632768 CPUtime=0.03 cores=0-7
/proc/20801/task/20815/stat : 20815 (java) S 20799 20799 18566 0 -1 1077944384 504 0 0 0 3 0 0 0 20 0 20 0 420446483 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857126902000 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20816] ppid=20799 vsize=28231644 memory=281062391637376 CPUtime=0.02 cores=0-7
/proc/20801/task/20816/stat : 20816 (java) R 20799 20799 18566 0 -1 4202560 133 0 0 0 2 0 0 0 20 0 20 0 420446483 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857125839840 139857927731722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20817] ppid=20799 vsize=28231644 memory=281062391641984 CPUtime=0.02 cores=0-7
/proc/20801/task/20817/stat : 20817 (java) S 20799 20799 18566 0 -1 1077944384 258 0 0 0 2 0 0 0 20 0 20 0 420446483 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857124796400 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20818] ppid=20799 vsize=28231644 memory=281062391646592 CPUtime=0.13 cores=0-7
/proc/20801/task/20818/stat : 20818 (java) S 20799 20799 18566 0 -1 1077944384 902 0 0 0 13 0 0 0 20 0 20 0 420446483 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857123743856 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20819] ppid=20799 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20819/stat : 20819 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420446484 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857122692064 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20820] ppid=20799 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/20801/task/20820/stat : 20820 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446484 28909203456 12622 33554432000 4194304 4196468 140727143073776 139857121639600 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51924 KiB

[startup+0.700981 s]
/proc/loadavg: 8.11 8.23 7.92 6/210 20820
/proc/meminfo: memFree=26625500/32770624 swapFree=66977616/67108860
[pid=20799] ppid=20796 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20799/stat : 20799 (xcsp3-exec) S 20796 20799 18566 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420446477 115843072 363 33554432000 4194304 5098028 140727165014400 140727165012504 140720146559612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11214848 140727165023094 140727165023337 140727165023337 140727165026250 0
/proc/20799/statm: 28282 363 304 221 0 87 0
[pid=20801] ppid=20799 vsize=28233768 memory=183488 CPUtime=1.86 cores=0-7
/proc/20801/stat : 20801 (java) S 20799 20799 18566 0 -1 1077944320 16043 0 0 0 178 8 0 0 20 0 20 0 420446478 28911378432 45872 33554432000 4194304 4196468 140727143073776 140727143056320 139857948045047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
/proc/20801/statm: 7058442 45872 3456 1 0 7019544 0
[pid=20801/tid=20802] ppid=20799 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/20801/task/20802/stat : 20802 (java) R 20799 20799 18566 0 -1 4202560 9212 0 0 0 62 5 0 0 20 0 20 0 420446478 28911378432 45872 33554432000 4194304 4196468 140727143073776 139857952282224 139857577385254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20803] ppid=20799 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20803/stat : 20803 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28911378432 45872 33554432000 4194304 4196468 140727143073776 139857900665872 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20804] ppid=20799 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20804/stat : 20804 (java) S 20799 20799 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420446479 28911378432 45872 33554432000 4194304 4196468 140727143073776 139857899613328 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20805] ppid=20799 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/20801/task/20805/stat : 20805 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420446479 28911378432 45872 33554432000 4194304 4196468 140727143073776 139857898560272 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0

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

[pid=20801/tid=20815] ppid=20799 vsize=28834892 memory=0 CPUtime=3.71 cores=0-7
/proc/20801/task/20815/stat : 20815 (java) R 20799 20799 18566 0 -1 1077944384 11864 0 0 0 368 3 0 0 20 0 28 0 420446483 29526929408 267687 33554432000 4194304 4196468 140727143073776 139857126902000 139857948056194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20816] ppid=20799 vsize=28834892 memory=0 CPUtime=3.1 cores=0-7
/proc/20801/task/20816/stat : 20816 (java) S 20799 20799 18566 0 -1 1077944384 8864 0 0 0 308 2 0 0 20 0 28 0 420446483 29526929408 267687 33554432000 4194304 4196468 140727143073776 139857125849456 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20817] ppid=20799 vsize=28834892 memory=0 CPUtime=3.29 cores=0-7
/proc/20801/task/20817/stat : 20817 (java) S 20799 20799 18566 0 -1 1077944384 9143 0 0 0 326 3 0 0 20 0 28 0 420446483 29526929408 267687 33554432000 4194304 4196468 140727143073776 139857124796400 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20818] ppid=20799 vsize=28834892 memory=0 CPUtime=1.22 cores=0-7
/proc/20801/task/20818/stat : 20818 (java) S 20799 20799 18566 0 -1 1077944384 7060 0 0 0 120 2 0 0 20 0 28 0 420446483 29526929408 267687 33554432000 4194304 4196468 140727143073776 139857123743856 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20819] ppid=20799 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20819/stat : 20819 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420446484 29526929408 267687 33554432000 4194304 4196468 140727143073776 139857122692064 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20820] ppid=20799 vsize=28834892 memory=7552 CPUtime=0 cores=0-7
/proc/20801/task/20820/stat : 20820 (java) S 20799 20799 18566 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420446484 29526929408 267687 33554432000 4194304 4196468 140727143073776 139857121639600 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
Current children cumulated CPU time: 40.45 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1072200 KiB

[startup+8.00131 s]*
/proc/loadavg: 8.40 8.29 7.94 8/218 21196
/proc/meminfo: memFree=25479444/32770624 swapFree=66977616/67108860
[pid=20799] ppid=20796 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20799/stat : 20799 (xcsp3-exec) S 20796 20799 18566 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420446477 115843072 363 33554432000 4194304 5098028 140727165014400 140727165012504 140720146559612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11214848 140727165023094 140727165023337 140727165023337 140727165026250 0
/proc/20799/statm: 28282 363 304 221 0 87 0
[pid=20801] ppid=20799 vsize=28834892 memory=1214648 CPUtime=50.01 cores=0-7
/proc/20801/stat : 20801 (java) S 20799 20799 18566 0 -1 1077944320 96269 0 0 0 4808 193 0 0 20 0 28 0 420446478 29526929408 303662 33554432000 4194304 4196468 140727143073776 140727143056320 139857948045047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
/proc/20801/statm: 7208723 303662 3547 1 0 7169825 0
[pid=20801/tid=20802] ppid=20799 vsize=28834892 memory=8317482817917895235 CPUtime=1.07 cores=0-7
/proc/20801/task/20802/stat : 20802 (java) S 20799 20799 18566 0 -1 1077944384 9601 0 0 0 98 9 0 0 20 0 28 0 420446478 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857952285824 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20803] ppid=20799 vsize=28834892 memory=140531195878128 CPUtime=0.64 cores=0-7
/proc/20801/task/20803/stat : 20803 (java) S 20799 20799 18566 0 -1 1077944384 3429 0 0 0 48 16 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857900665872 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20804] ppid=20799 vsize=28834892 memory=140531195875952 CPUtime=0.7 cores=0-7
/proc/20801/task/20804/stat : 20804 (java) S 20799 20799 18566 0 -1 1077944384 3101 0 0 0 53 17 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857899613328 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20805] ppid=20799 vsize=28834892 memory=140531195875984 CPUtime=0.68 cores=0-7
/proc/20801/task/20805/stat : 20805 (java) S 20799 20799 18566 0 -1 1077944384 2955 0 0 0 51 17 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857898560272 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20806] ppid=20799 vsize=28834892 memory=140531195876016 CPUtime=0.66 cores=0-7
/proc/20801/task/20806/stat : 20806 (java) S 20799 20799 18566 0 -1 1077944384 3177 0 0 0 48 18 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857897507728 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20807] ppid=20799 vsize=28834892 memory=140531195876048 CPUtime=0.69 cores=0-7
/proc/20801/task/20807/stat : 20807 (java) S 20799 20799 18566 0 -1 1077944384 3144 0 0 0 50 19 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857896454672 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20808] ppid=20799 vsize=28834892 memory=0 CPUtime=0.7 cores=0-7
/proc/20801/task/20808/stat : 20808 (java) S 20799 20799 18566 0 -1 1077944384 2911 0 0 0 51 19 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857895402128 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20809] ppid=20799 vsize=28834892 memory=0 CPUtime=0.68 cores=0-7
/proc/20801/task/20809/stat : 20809 (java) S 20799 20799 18566 0 -1 1077944384 3081 0 0 0 49 19 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857894349072 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20810] ppid=20799 vsize=28834892 memory=28740 CPUtime=0.69 cores=0-7
/proc/20801/task/20810/stat : 20810 (java) S 20799 20799 18566 0 -1 1077944384 3227 0 0 0 53 16 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857491777936 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20811] ppid=20799 vsize=28834892 memory=576460758282499373 CPUtime=0.04 cores=0-7
/proc/20801/task/20811/stat : 20811 (java) S 20799 20799 18566 0 -1 1077944384 1198 0 0 0 3 1 0 0 20 0 28 0 420446480 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857131113200 139857948056194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20812] ppid=20799 vsize=28834892 memory=288284472154260283 CPUtime=0 cores=0-7
/proc/20801/task/20812/stat : 20812 (java) S 20799 20799 18566 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 420446481 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857130059488 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20813] ppid=20799 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20813/stat : 20813 (java) S 20799 20799 18566 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 420446481 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857129006336 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20814] ppid=20799 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/20801/task/20814/stat : 20814 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857127954896 139857948063643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20815] ppid=20799 vsize=28834892 memory=1188120 CPUtime=4.01 cores=0-7
/proc/20801/task/20815/stat : 20815 (java) S 20799 20799 18566 0 -1 1077944384 11894 0 0 0 398 3 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857126902000 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20816] ppid=20799 vsize=28834892 memory=1164 CPUtime=3.31 cores=0-7
/proc/20801/task/20816/stat : 20816 (java) S 20799 20799 18566 0 -1 1077944384 8927 0 0 0 329 2 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857125849456 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20817] ppid=20799 vsize=28834892 memory=8317482817917895235 CPUtime=3.7 cores=0-7
/proc/20801/task/20817/stat : 20817 (java) S 20799 20799 18566 0 -1 1077944384 9208 0 0 0 367 3 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857124796400 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20818] ppid=20799 vsize=28834892 memory=0 CPUtime=1.28 cores=0-7
/proc/20801/task/20818/stat : 20818 (java) S 20799 20799 18566 0 -1 1077944384 7165 0 0 0 126 2 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857123743856 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20819] ppid=20799 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20819/stat : 20819 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420446484 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857122692064 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20820] ppid=20799 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20801/task/20820/stat : 20820 (java) S 20799 20799 18566 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420446484 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857121639600 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21189] ppid=20799 vsize=28834892 memory=0 CPUtime=0.12 cores=0-7
/proc/20801/task/21189/stat : 21189 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857107406152 139857580791443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21190] ppid=20799 vsize=28834892 memory=0 CPUtime=0.12 cores=0-7
/proc/20801/task/21190/stat : 21190 (java) R 20799 20799 18566 0 -1 4202560 16 0 0 0 12 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857105302072 139857585449329 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21191] ppid=20799 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/20801/task/21191/stat : 21191 (java) S 20799 20799 18566 0 -1 1077944384 19 0 0 0 3 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857106355280 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21192] ppid=20799 vsize=28834892 memory=140531196199952 CPUtime=0.12 cores=0-7
/proc/20801/task/21192/stat : 21192 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857110565176 139857586432832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21193] ppid=20799 vsize=28834892 memory=0 CPUtime=0.12 cores=0-7
/proc/20801/task/21193/stat : 21193 (java) R 20799 20799 18566 0 -1 4202560 88 0 0 0 12 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857111620296 139857580790797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21194] ppid=20799 vsize=28834892 memory=0 CPUtime=0.12 cores=0-7
/proc/20801/task/21194/stat : 21194 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857102154568 139857580791064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21195] ppid=20799 vsize=28834892 memory=2241 CPUtime=0.12 cores=0-7
/proc/20801/task/21195/stat : 21195 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857108463048 139857580791216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21196] ppid=20799 vsize=28834892 memory=2244 CPUtime=0.11 cores=0-7
/proc/20801/task/21196/stat : 21196 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 11 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857109515848 139857580790857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
Current children cumulated CPU time: 50.01 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1216100 KiB

[startup+8.40932 s]
/proc/loadavg: 8.40 8.29 7.94 8/218 21196
/proc/meminfo: memFree=25479444/32770624 swapFree=66977616/67108860
[pid=20799] ppid=20796 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20799/stat : 20799 (xcsp3-exec) S 20796 20799 18566 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420446477 115843072 363 33554432000 4194304 5098028 140727165014400 140727165012504 140720146559612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11214848 140727165023094 140727165023337 140727165023337 140727165026250 0
/proc/20799/statm: 28282 363 304 221 0 87 0
[pid=20801] ppid=20799 vsize=28834892 memory=1214648 CPUtime=53.1 cores=0-7
/proc/20801/stat : 20801 (java) S 20799 20799 18566 0 -1 1077944320 96292 0 0 0 5117 193 0 0 20 0 28 0 420446478 29526929408 303662 33554432000 4194304 4196468 140727143073776 140727143056320 139857948045047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
/proc/20801/statm: 7208723 303662 3547 1 0 7169825 0
[pid=20801/tid=20802] ppid=20799 vsize=28834892 memory=22040 CPUtime=1.07 cores=0-7
/proc/20801/task/20802/stat : 20802 (java) S 20799 20799 18566 0 -1 1077944384 9601 0 0 0 98 9 0 0 20 0 28 0 420446478 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857952285824 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20803] ppid=20799 vsize=28834892 memory=2120 CPUtime=0.64 cores=0-7
/proc/20801/task/20803/stat : 20803 (java) S 20799 20799 18566 0 -1 1077944384 3429 0 0 0 48 16 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857900665872 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20804] ppid=20799 vsize=28834892 memory=532 CPUtime=0.7 cores=0-7
/proc/20801/task/20804/stat : 20804 (java) S 20799 20799 18566 0 -1 1077944384 3101 0 0 0 53 17 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857899613328 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20805] ppid=20799 vsize=28834892 memory=1564 CPUtime=0.68 cores=0-7
/proc/20801/task/20805/stat : 20805 (java) S 20799 20799 18566 0 -1 1077944384 2955 0 0 0 51 17 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857898560272 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20806] ppid=20799 vsize=28834892 memory=924 CPUtime=0.66 cores=0-7
/proc/20801/task/20806/stat : 20806 (java) S 20799 20799 18566 0 -1 1077944384 3177 0 0 0 48 18 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857897507728 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20807] ppid=20799 vsize=28834892 memory=1756 CPUtime=0.69 cores=0-7
/proc/20801/task/20807/stat : 20807 (java) S 20799 20799 18566 0 -1 1077944384 3144 0 0 0 50 19 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857896454672 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20808] ppid=20799 vsize=28834892 memory=1440 CPUtime=0.7 cores=0-7
/proc/20801/task/20808/stat : 20808 (java) S 20799 20799 18566 0 -1 1077944384 2911 0 0 0 51 19 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857895402128 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20809] ppid=20799 vsize=28834892 memory=916 CPUtime=0.68 cores=0-7
/proc/20801/task/20809/stat : 20809 (java) S 20799 20799 18566 0 -1 1077944384 3081 0 0 0 49 19 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857894349072 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20810] ppid=20799 vsize=28834892 memory=1984 CPUtime=0.69 cores=0-7
/proc/20801/task/20810/stat : 20810 (java) S 20799 20799 18566 0 -1 1077944384 3227 0 0 0 53 16 0 0 20 0 28 0 420446479 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857491777936 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20811] ppid=20799 vsize=28834892 memory=2480 CPUtime=0.04 cores=0-7
/proc/20801/task/20811/stat : 20811 (java) S 20799 20799 18566 0 -1 1077944384 1198 0 0 0 3 1 0 0 20 0 28 0 420446480 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857131113200 139857948056194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20812] ppid=20799 vsize=28834892 memory=1768 CPUtime=0 cores=0-7
/proc/20801/task/20812/stat : 20812 (java) S 20799 20799 18566 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 420446481 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857130059488 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20813] ppid=20799 vsize=28834892 memory=111632 CPUtime=0 cores=0-7
/proc/20801/task/20813/stat : 20813 (java) S 20799 20799 18566 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 420446481 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857129006336 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20814] ppid=20799 vsize=28834892 memory=796 CPUtime=0 cores=0-7
/proc/20801/task/20814/stat : 20814 (java) S 20799 20799 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857127954896 139857948063643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20815] ppid=20799 vsize=28834892 memory=1804 CPUtime=4.21 cores=0-7
/proc/20801/task/20815/stat : 20815 (java) S 20799 20799 18566 0 -1 1077944384 11910 0 0 0 418 3 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857126902000 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20816] ppid=20799 vsize=28834892 memory=916 CPUtime=3.35 cores=0-7
/proc/20801/task/20816/stat : 20816 (java) S 20799 20799 18566 0 -1 1077944384 8928 0 0 0 333 2 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857125849456 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20817] ppid=20799 vsize=28834892 memory=4268 CPUtime=3.79 cores=0-7
/proc/20801/task/20817/stat : 20817 (java) R 20799 20799 18566 0 -1 4202560 9212 0 0 0 376 3 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857124796696 139857929570239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20818] ppid=20799 vsize=28834892 memory=4108 CPUtime=1.28 cores=0-7
/proc/20801/task/20818/stat : 20818 (java) S 20799 20799 18566 0 -1 1077944384 7165 0 0 0 126 2 0 0 20 0 28 0 420446483 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857123743856 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20819] ppid=20799 vsize=28834892 memory=1412 CPUtime=0 cores=0-7
/proc/20801/task/20819/stat : 20819 (java) S 20799 20799 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420446484 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857122692064 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=20820] ppid=20799 vsize=28834892 memory=2768 CPUtime=0 cores=0-7
/proc/20801/task/20820/stat : 20820 (java) S 20799 20799 18566 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 420446484 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857121639600 139857948056194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21189] ppid=20799 vsize=28834892 memory=6791534058613427641 CPUtime=0.5 cores=0-7
/proc/20801/task/21189/stat : 21189 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 50 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857107400584 139857580790723 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21190] ppid=20799 vsize=28834892 memory=-9108684669924967205 CPUtime=0.52 cores=0-7
/proc/20801/task/21190/stat : 21190 (java) R 20799 20799 18566 0 -1 4202560 16 0 0 0 52 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857105302072 139857581769580 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21191] ppid=20799 vsize=28834892 memory=6082233799706895460 CPUtime=0.03 cores=0-7
/proc/20801/task/21191/stat : 21191 (java) S 20799 20799 18566 0 -1 1077944384 19 0 0 0 3 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857106355280 139857948055253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21192] ppid=20799 vsize=28834892 memory=7525350533362902100 CPUtime=0.52 cores=0-7
/proc/20801/task/21192/stat : 21192 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 52 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857110561688 139857580791382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21193] ppid=20799 vsize=28834892 memory=7525350533362902100 CPUtime=0.49 cores=0-7
/proc/20801/task/21193/stat : 21193 (java) R 20799 20799 18566 0 -1 4202560 90 0 0 0 49 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857111620296 139857580790950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21194] ppid=20799 vsize=28834892 memory=7525350533362902100 CPUtime=0.52 cores=0-7
/proc/20801/task/21194/stat : 21194 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 52 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857102154568 139857580790970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21195] ppid=20799 vsize=28834892 memory=7525350533362902100 CPUtime=0.52 cores=0-7
/proc/20801/task/21195/stat : 21195 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 52 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857108457512 139857580791443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
[pid=20801/tid=21196] ppid=20799 vsize=28834892 memory=7525350533362902100 CPUtime=0.51 cores=0-7
/proc/20801/task/21196/stat : 21196 (java) R 20799 20799 18566 0 -1 4202560 17 0 0 0 51 0 0 0 20 0 28 0 420447266 29526929408 303662 33554432000 4194304 4196468 140727143073776 139857109515848 139857580791027 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15499264 140727143076842 140727143077014 140727143077014 140727143079887 0
Current children cumulated CPU time: 53.1 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1216100 KiB

[startup+8.60486 s]
/proc/loadavg: 8.40 8.29 7.94 8/218 21196
/proc/meminfo: memFree=25479444/32770624 swapFree=66977616/67108860
[pid=20799] ppid=20796 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20799/stat : 20799 (xcsp3-exec) S 20796 20799 18566 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420446477 115843072 363 33554432000 4194304 5098028 140727165014400 140727165012504 140720146559612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11214848 140727165023094 140727165023337 140727165023337 140727165026250 0
/proc/20799/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 8.61323
CPU time (s): 54.3018
CPU user time (s): 52.3435
CPU system time (s): 1.95829
CPU usage (%): 630.447
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 1216324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.3435
system time used= 1.95829
maximum resident set size= 1215412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9081
involuntary context switches= 1533


# summary of solver processes directly reported to runsolver:
#   pid: 20799
#   total CPU time (s): 54.3018
#   total CPU user time (s): 52.3435
#   total CPU system time (s): 1.95829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088315 second user time and 0.143213 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-14 07:07:55
IDJOB=4393974
IDBENCH=138334
IDSOLVER=2841
FILE ID=node104/4393974-1568441892
RUNJOBID= node104-1568434335-18593
PBS_JOBID= 21702325
Free space on /tmp= 59012 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff56.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-4393974-1568441892/watcher-4393974-1568441892 -o /tmp/evaluation-result-4393974-1568441892/solver-4393974-1568441892 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 151214842 HOME/instance-4393974-1568441892.xml

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

MD5SUM BENCH= bde8bf62cee6a52be775f8ad73fb794c
RANDOM SEED=151214842

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26683088 kB
MemAvailable:   31834060 kB
Buffers:          186708 kB
Cached:          5217740 kB
SwapCached:        31688 kB
Active:          1777532 kB
Inactive:        3663424 kB
Active(anon):       3772 kB
Inactive(anon):    74136 kB
Active(file):    1773760 kB
Inactive(file):  3589288 kB
Unevictable:      107792 kB
Mlocked:          107792 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             26328 kB
Writeback:             0 kB
AnonPages:        144572 kB
Mapped:            44704 kB
Shmem:             32780 kB
Slab:             237780 kB
SReclaimable:     207516 kB
SUnreclaim:        30264 kB
KernelStack:        3440 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58988 MiB
End job on node104 at 2019-09-14 07:08:04