Trace number 4394650

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 parallelOPT72 1802.45 227.617

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark886.709
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4394650-1568448636.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394650-1568448636.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.27/0.68	c solve instance...
1.56/0.77	o 96 
2.22/0.84	o 93 
2.91/0.91	o 91 
2.91/0.92	o 90 
3.72/1.01	o 89 
3.72/1.04	o 88 
3.72/1.09	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (41/61)
3.72/1.09		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.72/1.09		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.72/1.09		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.72/1.09		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.72/1.09		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.72/1.09	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (41/61)
3.72/1.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.72/1.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.72/1.09		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.72/1.09		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.72/1.09		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.72/1.09		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.72/1.09		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.72/1.09		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.72/1.09		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.72/1.09		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.72/1.09		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.72/1.09		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.72/1.09		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.72/1.09		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.72/1.09		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.72/1.09		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.72/1.09	o 86 
4.46/1.12	o 85 
5.98/1.37	o 84 
6.76/1.45	o 83 
8.30/1.60	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/126)
8.30/1.60		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.30/1.60		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.30/1.60		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.30/1.60		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.30/1.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.30/1.60	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/126)
8.30/1.60		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.30/1.60		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.30/1.60		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.30/1.60		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.30/1.60		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.30/1.60		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.30/1.60		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.30/1.60		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.30/1.60		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.30/1.60		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.30/1.60		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.30/1.60		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.30/1.60		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.30/1.60		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.30/1.60		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.30/1.60		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.30/1.60	o 82 
8.30/1.68	java.util.concurrent.ExecutionException: java.lang.IndexOutOfBoundsException
8.30/1.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.30/1.68		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.30/1.68		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.30/1.68		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.30/1.68		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.30/1.68	Caused by: java.lang.IndexOutOfBoundsException
8.30/1.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.30/1.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.30/1.68		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.30/1.68		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.30/1.68		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.30/1.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
8.30/1.68		... 4 more
8.30/1.68	Caused by: java.lang.IndexOutOfBoundsException
8.30/1.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.30/1.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.30/1.68		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.30/1.68		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.30/1.68		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.30/1.68		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
8.30/1.68		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
8.30/1.68		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
8.30/1.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
8.30/1.68		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
8.30/1.68		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
8.30/1.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
8.30/1.68		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
8.30/1.68		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
8.30/1.69		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.30/1.69		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.30/1.69		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.30/1.69		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.30/1.69	Caused by: java.lang.IndexOutOfBoundsException: Index: 11, Size: 1
8.30/1.69		at java.util.ArrayList.rangeCheck(ArrayList.java:653)
8.30/1.69		at java.util.ArrayList.set(ArrayList.java:444)
8.30/1.69		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:94)
8.30/1.69		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
8.30/1.69		at org.chocosolver.solver.search.loop.move.MoveLNS.extend(MoveLNS.java:148)
8.30/1.69		at org.chocosolver.solver.Solver.extend(Solver.java:421)
8.30/1.69		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
8.30/1.69		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.30/1.69		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.30/1.69		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.30/1.69		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.30/1.69		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.30/1.69		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.30/1.69		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.30/1.69		... 4 more
8.30/1.69	o 81 
8.30/1.69	o 78 
16.17/2.67	o 77 
17.71/2.86	o 76 
24.03/3.68	o 74 
30.32/4.49	o 72 
1802.40/227.60	s OPTIMUM FOUND
1802.40/227.60	v <instantiation>
1802.40/227.60	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10] </list>
1802.40/227.60	v 	<values>0 1 4 13 28 33 47 54 64 70 72 1 4 13 28 33 47 54 64 70 72 3 12 27 32 46 53 63 69 71 9 24 29 43 50 60 66 68 15 20 34 41 51 57 59 5 19 26 36 42 44 14 21 31 37 39 7 17 23 25 10 16 18 6 8 2 </values>
1802.40/227.60	v </instantiation>

Verifier Data

OK	72

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394650-1568448636/watcher-4394650-1568448636 -o /tmp/evaluation-result-4394650-1568448636/solver-4394650-1568448636 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568448565-20335 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1159916854 HOME/instance-4394650-1568448636.xml 

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

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


[startup+0.100139 s]*
/proc/loadavg: 8.50 8.35 7.98 2/211 20818
/proc/meminfo: memFree=30850584/32770624 swapFree=66940988/67108860
[pid=20797] ppid=20794 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20797/stat : 20797 (xcsp3-exec) S 20794 20797 20308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421102261 115843072 364 33554432000 4194304 5098028 140735805843872 140735805841976 140379732914812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21712896 140735805846389 140735805846633 140735805846633 140735805849546 0
/proc/20797/statm: 28282 364 305 221 0 87 0
[pid=20799] ppid=20797 vsize=28227388 memory=27768 CPUtime=0.12 cores=0-7
/proc/20799/stat : 20799 (java) S 20797 20797 20308 0 -1 1077944320 5909 0 0 0 11 1 0 0 20 0 20 0 421102262 28904845312 6942 33554432000 4194304 4196468 140737137600096 140737137582640 140702357569271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
/proc/20799/statm: 7056847 6942 3141 1 0 7019032 0
[pid=20799/tid=20800] ppid=20797 vsize=28227388 memory=8184337330466628256 CPUtime=0.08 cores=0-7
/proc/20799/task/20800/stat : 20800 (java) R 20797 20797 20308 0 -1 4202560 3774 0 0 0 8 0 0 0 20 0 20 0 421102262 28904845312 6942 33554432000 4194304 4196468 140737137600096 140702361802048 140702357581206 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20801] ppid=20797 vsize=28227388 memory=732369868419644389 CPUtime=0 cores=0-7
/proc/20799/task/20801/stat : 20801 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 6942 33554432000 4194304 4196468 140737137600096 140702325127440 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20802] ppid=20797 vsize=28227388 memory=139730082190976 CPUtime=0 cores=0-7
/proc/20799/task/20802/stat : 20802 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701907675536 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20803] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20803/stat : 20803 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701906622992 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20804] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20804/stat : 20804 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701905570448 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20805] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20805/stat : 20805 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701904517904 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20806] ppid=20797 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20799/task/20806/stat : 20806 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701903465360 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20807] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20807/stat : 20807 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701902412816 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20808] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20808/stat : 20808 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701901360272 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20809] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20809/stat : 20809 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102264 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701858691056 140702357580418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20810] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20810/stat : 20810 (java) S 20797 20797 20308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421102265 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701857637280 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20811] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20811/stat : 20811 (java) S 20797 20797 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421102265 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701856584688 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20812] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20812/stat : 20812 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102267 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701855533264 140702357587867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20813] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20813/stat : 20813 (java) S 20797 20797 20308 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 20 0 421102267 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701737282032 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20814] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20814/stat : 20814 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102267 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701736229488 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20815] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20815/stat : 20815 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421102267 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701735176944 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20816] ppid=20797 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20799/task/20816/stat : 20816 (java) R 20797 20797 20308 0 -1 4202560 391 0 0 0 2 0 0 0 20 0 20 0 421102267 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701734124400 140702357581206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20817] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20817/stat : 20817 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421102268 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701733071072 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20818] ppid=20797 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20799/task/20818/stat : 20818 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102268 28904845312 6942 33554432000 4194304 4196468 140737137600096 140701732018608 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29224 KiB

[startup+0.21048 s]*
/proc/loadavg: 8.50 8.35 7.98 2/211 20818
/proc/meminfo: memFree=30837776/32770624 swapFree=66940988/67108860
[pid=20797] ppid=20794 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20797/stat : 20797 (xcsp3-exec) S 20794 20797 20308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421102261 115843072 364 33554432000 4194304 5098028 140735805843872 140735805841976 140379732914812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21712896 140735805846389 140735805846633 140735805846633 140735805849546 0
/proc/20797/statm: 28282 364 305 221 0 87 0
[pid=20799] ppid=20797 vsize=28227388 memory=40192 CPUtime=0.33 cores=0-7
/proc/20799/stat : 20799 (java) S 20797 20797 20308 0 -1 1077944320 9760 0 0 0 30 3 0 0 20 0 20 0 421102262 28904845312 10048 33554432000 4194304 4196468 140737137600096 140737137582640 140702357569271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
/proc/20799/statm: 7056847 10048 3317 1 0 7019032 0
[pid=20799/tid=20800] ppid=20797 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/20799/task/20800/stat : 20800 (java) R 20797 20797 20308 0 -1 4202560 6728 0 0 0 18 2 0 0 20 0 20 0 421102262 28904845312 10048 33554432000 4194304 4196468 140737137600096 140702361802000 140702357581206 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20801] ppid=20797 vsize=28227388 memory=732369868419644389 CPUtime=0 cores=0-7
/proc/20799/task/20801/stat : 20801 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 10048 33554432000 4194304 4196468 140737137600096 140702325127440 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20802] ppid=20797 vsize=28227388 memory=139730082190976 CPUtime=0 cores=0-7
/proc/20799/task/20802/stat : 20802 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701907675536 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20803] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20803/stat : 20803 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701906622992 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20804] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20804/stat : 20804 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701905570448 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20805] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20805/stat : 20805 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701904517904 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20806] ppid=20797 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20799/task/20806/stat : 20806 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701903465360 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20807] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20807/stat : 20807 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701902412816 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20808] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20808/stat : 20808 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421102263 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701901360272 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20809] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20809/stat : 20809 (java) S 20797 20797 20308 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 421102264 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701858691056 140702357580418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20810] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20810/stat : 20810 (java) S 20797 20797 20308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421102265 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701857637280 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20811] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20811/stat : 20811 (java) S 20797 20797 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421102265 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701856584688 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20812] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20812/stat : 20812 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102267 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701855533264 140702357587867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20813] ppid=20797 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20799/task/20813/stat : 20813 (java) S 20797 20797 20308 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 20 0 421102267 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701737282032 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20814] ppid=20797 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20799/task/20814/stat : 20814 (java) S 20797 20797 20308 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 20 0 421102267 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701736229488 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20815] ppid=20797 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20799/task/20815/stat : 20815 (java) S 20797 20797 20308 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 20 0 421102267 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701735176944 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20816] ppid=20797 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/20799/task/20816/stat : 20816 (java) R 20797 20797 20308 0 -1 4202560 871 0 0 0 8 0 0 0 20 0 20 0 421102267 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701734124208 140702350666107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20817] ppid=20797 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20817/stat : 20817 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421102268 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701733071072 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20818] ppid=20797 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20799/task/20818/stat : 20818 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102268 28904845312 10048 33554432000 4194304 4196468 140737137600096 140701732018608 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41648 KiB

[startup+0.310308 s]*
/proc/loadavg: 8.50 8.35 7.98 3/211 20818
/proc/meminfo: memFree=30829576/32770624 swapFree=66940988/67108860
[pid=20797] ppid=20794 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20797/stat : 20797 (xcsp3-exec) S 20794 20797 20308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421102261 115843072 364 33554432000 4194304 5098028 140735805843872 140735805841976 140379732914812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21712896 140735805846389 140735805846633 140735805846633 140735805849546 0
/proc/20797/statm: 28282 364 305 221 0 87 0
[pid=20799] ppid=20797 vsize=28231644 memory=49140 CPUtime=0.52 cores=0-7
/proc/20799/stat : 20799 (java) S 20797 20797 20308 0 -1 1077944320 11203 0 0 0 48 4 0 0 20 0 20 0 421102262 28909203456 12285 33554432000 4194304 4196468 140737137600096 140737137582640 140702357569271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
/proc/20799/statm: 7057911 12285 3361 1 0 7019032 0
[pid=20799/tid=20800] ppid=20797 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/20799/task/20800/stat : 20800 (java) R 20797 20797 20308 0 -1 4202560 7858 0 0 0 27 2 0 0 20 0 20 0 421102262 28909203456 12285 33554432000 4194304 4196468 140737137600096 140702361802576 140702341649758 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20801] ppid=20797 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20801/stat : 20801 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28909203456 12285 33554432000 4194304 4196468 140737137600096 140702325127440 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20802] ppid=20797 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20802/stat : 20802 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701907675536 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20803] ppid=20797 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20803/stat : 20803 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701906622992 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20804] ppid=20797 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20804/stat : 20804 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701905570448 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20805] ppid=20797 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/20799/task/20805/stat : 20805 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701904517904 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20806] ppid=20797 vsize=28231644 memory=139729983075247 CPUtime=0 cores=0-7
/proc/20799/task/20806/stat : 20806 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701903465360 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20807] ppid=20797 vsize=28231644 memory=139729983077552 CPUtime=0 cores=0-7
/proc/20799/task/20807/stat : 20807 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701902412816 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20808] ppid=20797 vsize=28231644 memory=139729983079856 CPUtime=0 cores=0-7
/proc/20799/task/20808/stat : 20808 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421102263 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701901360272 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20809] ppid=20797 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20809/stat : 20809 (java) S 20797 20797 20308 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 421102264 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701858691056 140702357580418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20810] ppid=20797 vsize=28231644 memory=279459966166672 CPUtime=0 cores=0-7
/proc/20799/task/20810/stat : 20810 (java) S 20797 20797 20308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421102265 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701857637280 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20811] ppid=20797 vsize=28231644 memory=279459966173584 CPUtime=0 cores=0-7
/proc/20799/task/20811/stat : 20811 (java) S 20797 20797 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421102265 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701856584688 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20812] ppid=20797 vsize=28231644 memory=279459966114736 CPUtime=0 cores=0-7
/proc/20799/task/20812/stat : 20812 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102267 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701855533264 140702357587867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20813] ppid=20797 vsize=28231644 memory=279459966187408 CPUtime=0.03 cores=0-7
/proc/20799/task/20813/stat : 20813 (java) R 20797 20797 20308 0 -1 4202560 594 0 0 0 3 0 0 0 20 0 20 0 421102267 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701737262192 140702339113902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20814] ppid=20797 vsize=28231644 memory=279459966194320 CPUtime=0.02 cores=0-7
/proc/20799/task/20814/stat : 20814 (java) S 20797 20797 20308 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 20 0 421102267 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701736229488 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20815] ppid=20797 vsize=28231644 memory=279459966192016 CPUtime=0.02 cores=0-7
/proc/20799/task/20815/stat : 20815 (java) S 20797 20797 20308 0 -1 1077944384 292 0 0 0 2 0 0 0 20 0 20 0 421102267 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701735176944 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20816] ppid=20797 vsize=28231644 memory=279459966208176 CPUtime=0.13 cores=0-7
/proc/20799/task/20816/stat : 20816 (java) S 20797 20797 20308 0 -1 1077944384 1033 0 0 0 13 0 0 0 20 0 20 0 421102267 28909203456 12285 33554432000 4194304 4196468 140737137600096 140701734124400 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20817] ppid=20797 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20817/stat : 20817 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421102268 28909203456 12317 33554432000 4194304 4196468 140737137600096 140701733071072 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20818] ppid=20797 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/20799/task/20818/stat : 20818 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102268 28909203456 12317 33554432000 4194304 4196468 140737137600096 140701732018608 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50596 KiB

[startup+0.700949 s]
/proc/loadavg: 8.50 8.35 7.98 3/211 20818
/proc/meminfo: memFree=30812376/32770624 swapFree=66940988/67108860
[pid=20797] ppid=20794 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20797/stat : 20797 (xcsp3-exec) S 20794 20797 20308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421102261 115843072 364 33554432000 4194304 5098028 140735805843872 140735805841976 140379732914812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21712896 140735805846389 140735805846633 140735805846633 140735805849546 0
/proc/20797/statm: 28282 364 305 221 0 87 0
[pid=20799] ppid=20797 vsize=28233768 memory=87512 CPUtime=1.56 cores=0-7
/proc/20799/stat : 20799 (java) S 20797 20797 20308 0 -1 1077944320 15601 0 0 0 150 6 0 0 20 0 20 0 421102262 28911378432 21878 33554432000 4194304 4196468 140737137600096 140737137582640 140702357569271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
/proc/20799/statm: 7058442 21878 3450 1 0 7019544 0
[pid=20799/tid=20800] ppid=20797 vsize=28233768 memory=279459966503104 CPUtime=0.68 cores=0-7
/proc/20799/task/20800/stat : 20800 (java) R 20797 20797 20308 0 -1 4202560 9373 0 0 0 64 4 0 0 20 0 20 0 421102262 28911378432 21878 33554432000 4194304 4196468 140737137600096 140702361807640 140702341649758 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20801] ppid=20797 vsize=28233768 memory=5003636900997 CPUtime=0 cores=0-7
/proc/20799/task/20801/stat : 20801 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28911378432 21878 33554432000 4194304 4196468 140737137600096 140702325127440 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20802] ppid=20797 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20802/stat : 20802 (java) S 20797 20797 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421102263 28911378432 21878 33554432000 4194304 4196468 140737137600096 140701907675536 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20803] ppid=20797 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20799/task/20803/stat : 20803 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421102263 28911378432 21878 33554432000 4194304 4196468 140737137600096 140701906622992 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0

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

[pid=20799/tid=20816] ppid=20797 vsize=28834892 memory=928 CPUtime=1.1 cores=0-7
/proc/20799/task/20816/stat : 20816 (java) S 20797 20797 20308 0 -1 1077944384 9751 0 0 0 109 1 0 0 20 0 28 0 421102267 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701734124400 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20817] ppid=20797 vsize=28834892 memory=1720 CPUtime=0 cores=0-7
/proc/20799/task/20817/stat : 20817 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421102268 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701733071072 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20818] ppid=20797 vsize=28834892 memory=1456 CPUtime=0.08 cores=0-7
/proc/20799/task/20818/stat : 20818 (java) S 20797 20797 20308 0 -1 1077944384 1326 0 0 0 2 6 0 0 20 0 28 0 421102268 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701732018608 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20964] ppid=20797 vsize=28834892 memory=436992 CPUtime=219.31 cores=0-7
/proc/20799/task/20964/stat : 20964 (java) R 20797 20797 20308 0 -1 4202560 3139 0 0 0 21929 2 0 0 20 0 28 0 421102711 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701651156288 140702000623750 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20965] ppid=20797 vsize=28834892 memory=1412 CPUtime=218.26 cores=0-7
/proc/20799/task/20965/stat : 20965 (java) R 20797 20797 20308 0 -1 4202560 2414 0 0 0 21824 2 0 0 20 0 28 0 421102711 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701650104336 140701999974190 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20966] ppid=20797 vsize=28834892 memory=3644 CPUtime=218.47 cores=0-7
/proc/20799/task/20966/stat : 20966 (java) R 20797 20797 20308 0 -1 4202560 19012 0 0 0 21838 9 0 0 20 0 28 0 421102711 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701723046296 140702003068894 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20967] ppid=20797 vsize=28834892 memory=1456 CPUtime=218.01 cores=0-7
/proc/20799/task/20967/stat : 20967 (java) R 20797 20797 20308 0 -1 4202560 14527 0 0 0 21796 5 0 0 20 0 28 0 421102711 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701721993424 140701994690318 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20968] ppid=20797 vsize=28834892 memory=438496 CPUtime=218.31 cores=0-7
/proc/20799/task/20968/stat : 20968 (java) R 20797 20797 20308 0 -1 4202560 8283 0 0 0 21827 4 0 0 20 0 28 0 421102711 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701652210248 140701999688506 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20969] ppid=20797 vsize=28834892 memory=2832 CPUtime=218.38 cores=0-7
/proc/20799/task/20969/stat : 20969 (java) R 20797 20797 20308 0 -1 4202560 4313 0 0 0 21835 3 0 0 20 0 28 0 421102711 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701649051944 140701998968988 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20970] ppid=20797 vsize=28834892 memory=14012 CPUtime=218.15 cores=0-7
/proc/20799/task/20970/stat : 20970 (java) R 20797 20797 20308 0 -1 4202560 4744 0 0 0 21813 2 0 0 20 0 28 0 421102711 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701644851616 140702000623437 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20971] ppid=20797 vsize=28834892 memory=2112 CPUtime=218.99 cores=0-7
/proc/20799/task/20971/stat : 20971 (java) R 20797 20797 20308 0 -1 4202560 8747 0 0 0 21897 2 0 0 20 0 28 0 421102711 29526929408 108095 33554432000 4194304 4196468 140737137600096 140701720940440 140701998821352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
Current children cumulated CPU time: 1792.89 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 433836 KiB

[startup+227.202 s]
/proc/loadavg: 7.94 8.20 8.02 10/221 20985
/proc/meminfo: memFree=30442832/32770624 swapFree=66940988/67108860
[pid=20797] ppid=20794 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20797/stat : 20797 (xcsp3-exec) S 20794 20797 20308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421102261 115843072 364 33554432000 4194304 5098028 140735805843872 140735805841976 140379732914812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21712896 140735805846389 140735805846633 140735805846633 140735805849546 0
/proc/20797/statm: 28282 364 305 221 0 87 0
[pid=20799] ppid=20797 vsize=28834892 memory=431868 CPUtime=1799.22 cores=0-7
/proc/20799/stat : 20799 (java) S 20797 20797 20308 0 -1 1077944320 177899 0 0 0 179754 168 0 0 20 0 28 0 421102262 29526929408 107967 33554432000 4194304 4196468 140737137600096 140737137582640 140702357569271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
/proc/20799/statm: 7208723 107967 3554 1 0 7169825 0
[pid=20799/tid=20800] ppid=20797 vsize=28834892 memory=1088 CPUtime=0.7 cores=0-7
/proc/20799/task/20800/stat : 20800 (java) S 20797 20797 20308 0 -1 1077944384 9498 0 0 0 66 4 0 0 20 0 28 0 421102262 29526929408 107967 33554432000 4194304 4196468 140737137600096 140702361810048 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20801] ppid=20797 vsize=28834892 memory=988 CPUtime=1.47 cores=0-7
/proc/20799/task/20801/stat : 20801 (java) S 20797 20797 20308 0 -1 1077944384 2948 0 0 0 135 12 0 0 20 0 28 0 421102263 29526929408 107967 33554432000 4194304 4196468 140737137600096 140702325127440 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20802] ppid=20797 vsize=28834892 memory=780 CPUtime=1.48 cores=0-7
/proc/20799/task/20802/stat : 20802 (java) S 20797 20797 20308 0 -1 1077944384 4346 0 0 0 136 12 0 0 20 0 28 0 421102263 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701907675536 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20803] ppid=20797 vsize=28834892 memory=5980 CPUtime=1.48 cores=0-7
/proc/20799/task/20803/stat : 20803 (java) S 20797 20797 20308 0 -1 1077944384 4101 0 0 0 135 13 0 0 20 0 28 0 421102263 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701906622992 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20804] ppid=20797 vsize=28834892 memory=1556 CPUtime=1.44 cores=0-7
/proc/20799/task/20804/stat : 20804 (java) S 20797 20797 20308 0 -1 1077944384 3476 0 0 0 131 13 0 0 20 0 28 0 421102263 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701905570448 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20805] ppid=20797 vsize=28834892 memory=532 CPUtime=1.5 cores=0-7
/proc/20799/task/20805/stat : 20805 (java) S 20797 20797 20308 0 -1 1077944384 4964 0 0 0 137 13 0 0 20 0 28 0 421102263 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701904517904 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20806] ppid=20797 vsize=28834892 memory=928 CPUtime=1.48 cores=0-7
/proc/20799/task/20806/stat : 20806 (java) S 20797 20797 20308 0 -1 1077944384 4056 0 0 0 136 12 0 0 20 0 28 0 421102263 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701903465360 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20807] ppid=20797 vsize=28834892 memory=1456 CPUtime=1.45 cores=0-7
/proc/20799/task/20807/stat : 20807 (java) S 20797 20797 20308 0 -1 1077944384 3639 0 0 0 133 12 0 0 20 0 28 0 421102263 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701902412816 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20808] ppid=20797 vsize=28834892 memory=437984 CPUtime=1.47 cores=0-7
/proc/20799/task/20808/stat : 20808 (java) S 20797 20797 20308 0 -1 1077944384 3478 0 0 0 135 12 0 0 20 0 28 0 421102263 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701901360272 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20809] ppid=20797 vsize=28834892 memory=2432 CPUtime=0.5 cores=0-7
/proc/20799/task/20809/stat : 20809 (java) S 20797 20797 20308 0 -1 1077944384 17273 0 0 0 38 12 0 0 20 0 28 0 421102264 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701858691056 140702357580418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20810] ppid=20797 vsize=28834892 memory=1436 CPUtime=0 cores=0-7
/proc/20799/task/20810/stat : 20810 (java) S 20797 20797 20308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 421102265 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701857637344 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20811] ppid=20797 vsize=28834892 memory=3620 CPUtime=0 cores=0-7
/proc/20799/task/20811/stat : 20811 (java) S 20797 20797 20308 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 421102265 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701856584688 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20812] ppid=20797 vsize=28834892 memory=41004 CPUtime=0 cores=0-7
/proc/20799/task/20812/stat : 20812 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421102267 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701855533264 140702357587867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20813] ppid=20797 vsize=28834892 memory=1988 CPUtime=2.88 cores=0-7
/proc/20799/task/20813/stat : 20813 (java) S 20797 20797 20308 0 -1 1077944384 14606 0 0 0 284 4 0 0 20 0 28 0 421102267 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701737282032 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20814] ppid=20797 vsize=28834892 memory=988 CPUtime=2.58 cores=0-7
/proc/20799/task/20814/stat : 20814 (java) S 20797 20797 20308 0 -1 1077944384 14695 0 0 0 254 4 0 0 20 0 28 0 421102267 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701736229488 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20815] ppid=20797 vsize=28834892 memory=1428 CPUtime=2.86 cores=0-7
/proc/20799/task/20815/stat : 20815 (java) S 20797 20797 20308 0 -1 1077944384 9656 0 0 0 284 2 0 0 20 0 28 0 421102267 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701735176944 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20816] ppid=20797 vsize=28834892 memory=1772 CPUtime=1.1 cores=0-7
/proc/20799/task/20816/stat : 20816 (java) S 20797 20797 20308 0 -1 1077944384 9751 0 0 0 109 1 0 0 20 0 28 0 421102267 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701734124400 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20817] ppid=20797 vsize=28834892 memory=1056 CPUtime=0 cores=0-7
/proc/20799/task/20817/stat : 20817 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421102268 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701733071072 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20818] ppid=20797 vsize=28834892 memory=1456 CPUtime=0.08 cores=0-7
/proc/20799/task/20818/stat : 20818 (java) S 20797 20797 20308 0 -1 1077944384 1326 0 0 0 2 6 0 0 20 0 28 0 421102268 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701732018608 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20964] ppid=20797 vsize=28834892 memory=288230574492221466 CPUtime=220.09 cores=0-7
/proc/20799/task/20964/stat : 20964 (java) R 20797 20797 20308 0 -1 4202560 3139 0 0 0 22007 2 0 0 20 0 28 0 421102711 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701651156424 140701998969132 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20965] ppid=20797 vsize=28834892 memory=288230621803970871 CPUtime=219.05 cores=0-7
/proc/20799/task/20965/stat : 20965 (java) R 20797 20797 20308 0 -1 4202560 2414 0 0 0 21903 2 0 0 20 0 28 0 421102711 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701650105032 140701999688714 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20966] ppid=20797 vsize=28834892 memory=14979957709343274 CPUtime=219.26 cores=0-7
/proc/20799/task/20966/stat : 20966 (java) R 20797 20797 20308 0 -1 4202560 19015 0 0 0 21917 9 0 0 20 0 28 0 421102711 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701723046200 140702000620786 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20967] ppid=20797 vsize=28834892 memory=1056 CPUtime=218.8 cores=0-7
/proc/20799/task/20967/stat : 20967 (java) R 20797 20797 20308 0 -1 4202560 14528 0 0 0 21875 5 0 0 20 0 28 0 421102711 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701721993280 140702003199556 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20968] ppid=20797 vsize=28834892 memory=6791534058613427641 CPUtime=219.1 cores=0-7
/proc/20799/task/20968/stat : 20968 (java) R 20797 20797 20308 0 -1 4202560 8284 0 0 0 21906 4 0 0 20 0 28 0 421102711 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701652210792 140702000488508 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20969] ppid=20797 vsize=28834892 memory=11568 CPUtime=219.15 cores=0-7
/proc/20799/task/20969/stat : 20969 (java) R 20797 20797 20308 0 -1 4202560 4381 0 0 0 21912 3 0 0 20 0 28 0 421102711 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701649052232 140702000620743 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20970] ppid=20797 vsize=28834892 memory=1732 CPUtime=218.94 cores=0-7
/proc/20799/task/20970/stat : 20970 (java) R 20797 20797 20308 0 -1 4202560 4745 0 0 0 21892 2 0 0 20 0 28 0 421102711 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701644848760 140701999974190 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20971] ppid=20797 vsize=28834892 memory=1456 CPUtime=219.78 cores=0-7
/proc/20799/task/20971/stat : 20971 (java) R 20797 20797 20308 0 -1 4202560 8747 0 0 0 21976 2 0 0 20 0 28 0 421102711 29526929408 107967 33554432000 4194304 4196468 140737137600096 140701720942480 140702001467864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
Current children cumulated CPU time: 1799.22 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 433324 KiB

[startup+227.602 s]
/proc/loadavg: 7.94 8.20 8.02 10/221 20985
/proc/meminfo: memFree=30442832/32770624 swapFree=66940988/67108860
[pid=20797] ppid=20794 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20797/stat : 20797 (xcsp3-exec) S 20794 20797 20308 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421102261 115843072 364 33554432000 4194304 5098028 140735805843872 140735805841976 140379732914812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21712896 140735805846389 140735805846633 140735805846633 140735805849546 0
/proc/20797/statm: 28282 364 305 221 0 87 0
[pid=20799] ppid=20797 vsize=28834892 memory=433916 CPUtime=1802.4 cores=0-7
/proc/20799/stat : 20799 (java) S 20797 20797 20308 0 -1 1077944320 178641 0 0 0 180072 168 0 0 20 0 28 0 421102262 29526929408 108479 33554432000 4194304 4196468 140737137600096 140737137582640 140702357569271 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
/proc/20799/statm: 7208723 108479 3554 1 0 7169825 0
[pid=20799/tid=20800] ppid=20797 vsize=28834892 memory=1988 CPUtime=0.7 cores=0-7
/proc/20799/task/20800/stat : 20800 (java) S 20797 20797 20308 0 -1 1077944384 9498 0 0 0 66 4 0 0 20 0 28 0 421102262 29526929408 108479 33554432000 4194304 4196468 140737137600096 140702361810048 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20801] ppid=20797 vsize=28834892 memory=988 CPUtime=1.47 cores=0-7
/proc/20799/task/20801/stat : 20801 (java) S 20797 20797 20308 0 -1 1077944384 2948 0 0 0 135 12 0 0 20 0 28 0 421102263 29526929408 108479 33554432000 4194304 4196468 140737137600096 140702325127440 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20802] ppid=20797 vsize=28834892 memory=1428 CPUtime=1.48 cores=0-7
/proc/20799/task/20802/stat : 20802 (java) S 20797 20797 20308 0 -1 1077944384 4348 0 0 0 136 12 0 0 20 0 28 0 421102263 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701907675536 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20803] ppid=20797 vsize=28834892 memory=1772 CPUtime=1.49 cores=0-7
/proc/20799/task/20803/stat : 20803 (java) S 20797 20797 20308 0 -1 1077944384 4102 0 0 0 136 13 0 0 20 0 28 0 421102263 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701906622992 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20804] ppid=20797 vsize=28834892 memory=6791534058613427641 CPUtime=1.45 cores=0-7
/proc/20799/task/20804/stat : 20804 (java) S 20797 20797 20308 0 -1 1077944384 3480 0 0 0 132 13 0 0 20 0 28 0 421102263 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701905570448 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20805] ppid=20797 vsize=28834892 memory=6944656592455097440 CPUtime=1.5 cores=0-7
/proc/20799/task/20805/stat : 20805 (java) S 20797 20797 20308 0 -1 1077944384 4970 0 0 0 137 13 0 0 20 0 28 0 421102263 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701904517904 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20806] ppid=20797 vsize=28834892 memory=1943550 CPUtime=1.48 cores=0-7
/proc/20799/task/20806/stat : 20806 (java) S 20797 20797 20308 0 -1 1077944384 4057 0 0 0 136 12 0 0 20 0 28 0 421102263 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701903465360 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20807] ppid=20797 vsize=28834892 memory=7521384530360428377 CPUtime=1.45 cores=0-7
/proc/20799/task/20807/stat : 20807 (java) S 20797 20797 20308 0 -1 1077944384 3640 0 0 0 133 12 0 0 20 0 28 0 421102263 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701902412816 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20808] ppid=20797 vsize=28834892 memory=7521384530360428377 CPUtime=1.47 cores=0-7
/proc/20799/task/20808/stat : 20808 (java) S 20797 20797 20308 0 -1 1077944384 3483 0 0 0 135 12 0 0 20 0 28 0 421102263 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701901360272 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20809] ppid=20797 vsize=28834892 memory=590027837302403089 CPUtime=0.5 cores=0-7
/proc/20799/task/20809/stat : 20809 (java) S 20797 20797 20308 0 -1 1077944384 17273 0 0 0 38 12 0 0 20 0 28 0 421102264 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701858691056 140702357580418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20810] ppid=20797 vsize=28834892 memory=6008200387534809704 CPUtime=0 cores=0-7
/proc/20799/task/20810/stat : 20810 (java) S 20797 20797 20308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 421102265 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701857637344 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20811] ppid=20797 vsize=28834892 memory=7667770274509056085 CPUtime=0 cores=0-7
/proc/20799/task/20811/stat : 20811 (java) S 20797 20797 20308 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 421102265 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701856584688 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20812] ppid=20797 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/20799/task/20812/stat : 20812 (java) S 20797 20797 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421102267 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701855533264 140702357587867 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20813] ppid=20797 vsize=28834892 memory=804 CPUtime=2.88 cores=0-7
/proc/20799/task/20813/stat : 20813 (java) S 20797 20797 20308 0 -1 1077944384 14606 0 0 0 284 4 0 0 20 0 28 0 421102267 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701737282032 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20814] ppid=20797 vsize=28834892 memory=1764 CPUtime=2.58 cores=0-7
/proc/20799/task/20814/stat : 20814 (java) S 20797 20797 20308 0 -1 1077944384 14695 0 0 0 254 4 0 0 20 0 28 0 421102267 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701736229488 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20815] ppid=20797 vsize=28834892 memory=111628 CPUtime=2.86 cores=0-7
/proc/20799/task/20815/stat : 20815 (java) S 20797 20797 20308 0 -1 1077944384 9656 0 0 0 284 2 0 0 20 0 28 0 421102267 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701735176944 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20816] ppid=20797 vsize=28834892 memory=800 CPUtime=1.1 cores=0-7
/proc/20799/task/20816/stat : 20816 (java) S 20797 20797 20308 0 -1 1077944384 9751 0 0 0 109 1 0 0 20 0 28 0 421102267 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701734124400 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20817] ppid=20797 vsize=28834892 memory=4096 CPUtime=0 cores=0-7
/proc/20799/task/20817/stat : 20817 (java) S 20797 20797 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421102268 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701733071072 140702357579477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20818] ppid=20797 vsize=28834892 memory=1808 CPUtime=0.08 cores=0-7
/proc/20799/task/20818/stat : 20818 (java) S 20797 20797 20308 0 -1 1077944384 1344 0 0 0 2 6 0 0 20 0 28 0 421102268 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701732018608 140702357580418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20964] ppid=20797 vsize=28834892 memory=924 CPUtime=220.49 cores=0-7
/proc/20799/task/20964/stat : 20964 (java) R 20797 20797 20308 0 -1 4202560 3245 0 0 0 22047 2 0 0 20 0 28 0 421102711 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701651156424 140702002990994 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20965] ppid=20797 vsize=28834892 memory=4192 CPUtime=219.44 cores=0-7
/proc/20799/task/20965/stat : 20965 (java) R 20797 20797 20308 0 -1 4202560 2449 0 0 0 21942 2 0 0 20 0 28 0 421102711 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701650105032 140701998968407 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20966] ppid=20797 vsize=28834892 memory=1456 CPUtime=219.66 cores=0-7
/proc/20799/task/20966/stat : 20966 (java) R 20797 20797 20308 0 -1 4202560 19265 0 0 0 21957 9 0 0 20 0 28 0 421102711 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701723046200 140701994690520 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20967] ppid=20797 vsize=28834892 memory=1428 CPUtime=219.19 cores=0-7
/proc/20799/task/20967/stat : 20967 (java) R 20797 20797 20308 0 -1 4202560 14582 0 0 0 21914 5 0 0 20 0 28 0 421102711 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701721996320 140702001311591 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20968] ppid=20797 vsize=28834892 memory=1772 CPUtime=219.49 cores=0-7
/proc/20799/task/20968/stat : 20968 (java) R 20797 20797 20308 0 -1 4202560 8336 0 0 0 21945 4 0 0 20 0 28 0 421102711 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701652210792 140702000852385 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20969] ppid=20797 vsize=28834892 memory=1056 CPUtime=219.54 cores=0-7
/proc/20799/task/20969/stat : 20969 (java) R 20797 20797 20308 0 -1 4202560 4417 0 0 0 21951 3 0 0 20 0 28 0 421102711 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701649051896 140701999688330 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20970] ppid=20797 vsize=28834892 memory=1556 CPUtime=219.33 cores=0-7
/proc/20799/task/20970/stat : 20970 (java) R 20797 20797 20308 0 -1 4202560 4785 0 0 0 21931 2 0 0 20 0 28 0 421102711 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701644848464 140701998821542 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
[pid=20799/tid=20971] ppid=20797 vsize=28834892 memory=11568 CPUtime=220.18 cores=0-7
/proc/20799/task/20971/stat : 20971 (java) R 20797 20797 20308 0 -1 4202560 8878 0 0 0 22016 2 0 0 20 0 28 0 421102711 29526929408 108479 33554432000 4194304 4196468 140737137600096 140701720941032 140702000620807 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8798208 140737137607658 140737137607830 140737137607830 140737137610703 0
Current children cumulated CPU time: 1802.4 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 435372 KiB

Child status: 0
Real time (s): 227.617
CPU time (s): 1802.45
CPU user time (s): 1800.74
CPU system time (s): 1.70697
CPU usage (%): 791.88
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 558664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.74
system time used= 1.70697
maximum resident set size= 557372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181395
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37663
involuntary context switches= 23434


# summary of solver processes directly reported to runsolver:
#   pid: 20797
#   total CPU time (s): 1802.45
#   total CPU user time (s): 1800.74
#   total CPU system time (s): 1.70697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05746 second user time and 2.73487 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-14 10:09:58
IDJOB=4394650
IDBENCH=141364
IDSOLVER=2843
FILE ID=node149/4394650-1568448636
RUNJOBID= node149-1568448565-20335
PBS_JOBID= 21702359
Free space on /tmp= 61424 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.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-4394650-1568448636/watcher-4394650-1568448636 -o /tmp/evaluation-result-4394650-1568448636/solver-4394650-1568448636 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568448565-20335 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1159916854 HOME/instance-4394650-1568448636.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=1159916854

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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:        30864736 kB
MemAvailable:   31852924 kB
Buffers:          197904 kB
Cached:          1087092 kB
SwapCached:        61324 kB
Active:           625384 kB
Inactive:         721444 kB
Active(anon):      29548 kB
Inactive(anon):    72540 kB
Active(file):     595836 kB
Inactive(file):   648904 kB
Unevictable:      111236 kB
Mlocked:          111236 kB
SwapTotal:      67108860 kB
SwapFree:       66940988 kB
Dirty:             26024 kB
Writeback:             0 kB
AnonPages:        113560 kB
Mapped:            44200 kB
Shmem:             31412 kB
Slab:             147756 kB
SReclaimable:     118568 kB
SUnreclaim:        29188 kB
KernelStack:        3408 kB
PageTables:         5512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-14 10:13:46