Trace number 4394060

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Opt.135 362.889 58.6626

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-14-a3.xml
MD5SUMa5381fa3d98671549d41a8d043d26ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark133
Best CPU time to get the best result obtained on this benchmark19981
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints94
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":91},{"size":501,"count":14}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":12},{"degree":15,"count":2}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":91},{"arity":14,"count":1},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints92
Distribution of constraint types[{"type":"intension","count":92},{"type":"allDifferent","count":1},{"type":"ordered","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-4394060-1568426231.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394060-1568426231.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.70/0.77	c solve instance...
5.25/1.22	o 181 
5.25/1.24	o 177 
5.25/1.25	o 174 
5.92/1.35	o 169 
6.67/1.45	o 168 
10.54/1.98	o 161 
14.45/2.40	o 160 
24.73/3.75	o 159 
24.73/3.76	o 154 
26.27/3.91	o 151 
35.72/5.19	o 148 
36.43/5.21	o 144 
115.02/15.17	o 143 
122.16/16.03	o 142 
217.99/29.74	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (69/82)
217.99/29.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
217.99/29.74		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
217.99/29.74		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
217.99/29.74		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
217.99/29.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
217.99/29.74	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (69/82)
217.99/29.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
217.99/29.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
217.99/29.74		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
217.99/29.74		at org.chocosolver.solver.Solver.repair(Solver.java:443)
217.99/29.74		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
217.99/29.74		at org.chocosolver.solver.Solver.solve(Solver.java:262)
217.99/29.74		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
217.99/29.74		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
217.99/29.74		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
217.99/29.74		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
217.99/29.74		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
217.99/29.74		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
217.99/29.74		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
217.99/29.74		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
217.99/29.74		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
217.99/29.74		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
217.99/29.74	o 141 
362.12/58.56	java.util.concurrent.ExecutionException: java.lang.NullPointerException
362.12/58.56		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
362.12/58.56		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
362.12/58.56		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
362.12/58.56		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
362.12/58.56		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
362.12/58.56	Caused by: java.lang.NullPointerException
362.12/58.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
362.12/58.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
362.12/58.56		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
362.12/58.56		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
362.12/58.56		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
362.12/58.56		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
362.12/58.56		... 4 more
362.12/58.56	Caused by: java.lang.NullPointerException
362.12/58.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
362.12/58.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
362.12/58.56		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
362.12/58.56		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
362.12/58.56		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
362.12/58.56		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
362.12/58.56		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
362.12/58.56		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
362.12/58.56		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
362.12/58.56		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
362.12/58.56		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
362.12/58.56		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
362.12/58.56		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
362.12/58.56		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
362.12/58.56		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
362.12/58.56		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
362.12/58.56		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
362.12/58.56		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
362.12/58.56	Caused by: java.lang.NullPointerException
362.12/58.56		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
362.12/58.56		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
362.12/58.56		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
362.12/58.56		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
362.12/58.56		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
362.12/58.56		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
362.12/58.56		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
362.12/58.56		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
362.12/58.56		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
362.12/58.56		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
362.12/58.56		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
362.12/58.56		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
362.12/58.56		at org.chocosolver.solver.Solver.extend(Solver.java:421)
362.12/58.56		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
362.12/58.56		at org.chocosolver.solver.Solver.solve(Solver.java:262)
362.12/58.56		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
362.12/58.56		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
362.12/58.56		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
362.12/58.56		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
362.12/58.56		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
362.12/58.56		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
362.12/58.56		... 4 more
362.12/58.57	o 135 
362.62/58.65	java.util.concurrent.ExecutionException: java.lang.NullPointerException
362.62/58.65		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
362.62/58.65		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
362.62/58.65		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
362.62/58.65		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
362.62/58.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
362.62/58.65	Caused by: java.lang.NullPointerException
362.62/58.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
362.62/58.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
362.62/58.65		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
362.62/58.65		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
362.62/58.65		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
362.62/58.65		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
362.62/58.65		... 4 more
362.62/58.65	Caused by: java.lang.NullPointerException
362.62/58.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
362.62/58.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
362.62/58.65		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
362.62/58.65		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
362.62/58.65		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
362.62/58.65		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
362.62/58.65		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
362.62/58.65		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
362.62/58.65		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
362.62/58.65		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
362.62/58.65		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
362.62/58.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
362.62/58.65		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
362.62/58.65		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
362.62/58.65		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
362.62/58.65		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
362.62/58.65		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
362.62/58.65		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
362.62/58.65	Caused by: java.lang.NullPointerException
362.62/58.65		at org.chocosolver.solver.propagation.PropagationEngine.flush(PropagationEngine.java:244)
362.62/58.65		at org.chocosolver.solver.Solver.propagate(Solver.java:406)
362.62/58.65		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
362.62/58.65		at org.chocosolver.solver.Solver.solve(Solver.java:262)
362.62/58.65		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
362.62/58.65		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
362.62/58.65		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
362.62/58.65		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
362.62/58.65		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
362.62/58.65		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
362.62/58.65		... 4 more
362.62/58.65	s OPTIMUM FOUND
362.62/58.65	v <instantiation>
362.62/58.65	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] 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[0][11] y[0][12] y[0][13] 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[1][11] y[1][12] y[1][13] 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[2][11] y[2][12] y[2][13] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[9][10] y[9][11] y[9][12] y[9][13] y[10][11] y[10][12] y[10][13] y[11][12] y[11][13] y[12][13] </list>
362.62/58.65	v 	<values>0 1 3 7 18 39 51 73 82 98 108 122 127 135 1 3 7 18 39 51 73 82 98 108 122 127 135 2 6 17 38 50 72 81 97 107 121 126 134 4 15 36 48 70 79 95 105 119 124 132 11 32 44 66 75 91 101 115 120 128 21 33 55 64 80 90 104 109 117 12 34 43 59 69 83 88 96 22 31 47 57 71 76 84 9 25 35 49 54 62 16 26 40 45 53 10 24 29 37 14 19 27 5 13 8 </values>
362.62/58.65	v </instantiation>

Verifier Data

OK	135

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394060-1568426231/watcher-4394060-1568426231 -o /tmp/evaluation-result-4394060-1568426231/solver-4394060-1568426231 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1736970119 HOME/instance-4394060-1568426231.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=14652, runsolver pid=14649
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 6.01 7.43 7.87 2/211 14673
/proc/meminfo: memFree=31511764/32770624 swapFree=66995692/67108860
[pid=14652] ppid=14649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14652/stat : 14652 (xcsp3-exec) S 14649 14652 7170 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418874516 115843072 364 33554432000 4194304 5098028 140734068258064 140734068256168 140355694338684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15400960 140734068261749 140734068261993 140734068261993 140734068264906 0
/proc/14652/statm: 28282 364 305 221 0 87 0
[pid=14654] ppid=14652 vsize=28227388 memory=28656 CPUtime=0.12 cores=0-7
/proc/14654/stat : 14654 (java) S 14652 14652 7170 0 -1 1077944320 5649 0 0 0 11 1 0 0 20 0 20 0 418874516 28904845312 7164 33554432000 4194304 4196468 140721454208448 140721454190992 140680169344759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
/proc/14654/statm: 7056847 7164 3113 1 0 7019032 0
[pid=14654/tid=14655] ppid=14652 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/14654/task/14655/stat : 14655 (java) R 14652 14652 7170 0 -1 4202560 3590 0 0 0 8 0 0 0 20 0 20 0 418874516 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680173579936 140680150751048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14656] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680121964944 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14657] ppid=14652 vsize=28227388 memory=140112267302789 CPUtime=0 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680120912144 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14658] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680119859856 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14659] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680118807056 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14660] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680117754768 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14661] ppid=14652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680116701968 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14662] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680115649680 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14663] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 7164 33554432000 4194304 4196468 140721454208448 140680114596880 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14664] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874518 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679151392880 140680169355906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14665] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14652 14652 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418874519 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679150338848 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14666] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14652 14652 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418874519 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679149286512 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14667] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874521 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679148234832 140680169363355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14668] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) R 14652 14652 7170 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 418874521 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679147182704 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14669] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) R 14652 14652 7170 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418874521 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679146129904 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14670] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418874522 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679145077616 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14671] ppid=14652 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) R 14652 14652 7170 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 20 0 418874522 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679144024816 140680169366106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14672] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418874522 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679142971744 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14673] ppid=14652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874522 28904845312 7164 33554432000 4194304 4196468 140721454208448 140679141919024 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30112 KiB

[startup+0.210131 s]*
/proc/loadavg: 6.01 7.43 7.87 3/211 14673
/proc/meminfo: memFree=31498536/32770624 swapFree=66995692/67108860
[pid=14652] ppid=14649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14652/stat : 14652 (xcsp3-exec) S 14649 14652 7170 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418874516 115843072 364 33554432000 4194304 5098028 140734068258064 140734068256168 140355694338684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15400960 140734068261749 140734068261993 140734068261993 140734068264906 0
/proc/14652/statm: 28282 364 305 221 0 87 0
[pid=14654] ppid=14652 vsize=28227388 memory=41076 CPUtime=0.34 cores=0-7
/proc/14654/stat : 14654 (java) S 14652 14652 7170 0 -1 1077944320 9535 0 0 0 31 3 0 0 20 0 20 0 418874516 28904845312 10269 33554432000 4194304 4196468 140721454208448 140721454190992 140680169344759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
/proc/14654/statm: 7056847 10269 3298 1 0 7019032 0
[pid=14654/tid=14655] ppid=14652 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/14654/task/14655/stat : 14655 (java) R 14652 14652 7170 0 -1 4202560 6621 0 0 0 17 2 0 0 20 0 20 0 418874516 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680173578528 140680169356694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14656] ppid=14652 vsize=28227388 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680121964944 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14657] ppid=14652 vsize=28227388 memory=3760986869588862624 CPUtime=0 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680120912144 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14658] ppid=14652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680119859856 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14659] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680118807056 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14660] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680117754768 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14661] ppid=14652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680116701968 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14662] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680115649680 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14663] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418874517 28904845312 10269 33554432000 4194304 4196468 140721454208448 140680114596880 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14664] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14652 14652 7170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418874518 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679151392880 140680169355906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14665] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14652 14652 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418874519 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679150338848 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14666] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14652 14652 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418874519 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679149286512 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14667] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874521 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679148234832 140680169363355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14668] ppid=14652 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14652 14652 7170 0 -1 1077944384 579 0 0 0 1 0 0 0 20 0 20 0 418874521 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679147182704 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14669] ppid=14652 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) S 14652 14652 7170 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 20 0 418874521 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679146129904 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14670] ppid=14652 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14652 14652 7170 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 418874522 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679145077616 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14671] ppid=14652 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) R 14652 14652 7170 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 20 0 418874522 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679144024816 140680169356694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14672] ppid=14652 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418874522 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679142971744 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14673] ppid=14652 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874522 28904845312 10269 33554432000 4194304 4196468 140721454208448 140679141919024 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42532 KiB

[startup+0.309535 s]*
/proc/loadavg: 6.01 7.43 7.87 4/211 14673
/proc/meminfo: memFree=31491640/32770624 swapFree=66995692/67108860
[pid=14652] ppid=14649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14652/stat : 14652 (xcsp3-exec) S 14649 14652 7170 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418874516 115843072 364 33554432000 4194304 5098028 140734068258064 140734068256168 140355694338684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15400960 140734068261749 140734068261993 140734068261993 140734068264906 0
/proc/14652/statm: 28282 364 305 221 0 87 0
[pid=14654] ppid=14652 vsize=28231644 memory=49812 CPUtime=0.53 cores=0-7
/proc/14654/stat : 14654 (java) S 14652 14652 7170 0 -1 1077944320 10858 0 0 0 49 4 0 0 20 0 20 0 418874516 28909203456 12453 33554432000 4194304 4196468 140721454208448 140721454190992 140680169344759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
/proc/14654/statm: 7057911 12453 3342 1 0 7019032 0
[pid=14654/tid=14655] ppid=14652 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/14654/task/14655/stat : 14655 (java) R 14652 14652 7170 0 -1 4202560 7744 0 0 0 26 3 0 0 20 0 20 0 418874516 28909203456 12453 33554432000 4194304 4196468 140721454208448 140680173578544 140680169366685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14656] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28909203456 12482 33554432000 4194304 4196468 140721454208448 140680121964944 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14657] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28909203456 12482 33554432000 4194304 4196468 140721454208448 140680120912144 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14658] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28909203456 12482 33554432000 4194304 4196468 140721454208448 140680119859856 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14659] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28909203456 12482 33554432000 4194304 4196468 140721454208448 140680118807056 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14660] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28909203456 12482 33554432000 4194304 4196468 140721454208448 140680117754768 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14661] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28909203456 12482 33554432000 4194304 4196468 140721454208448 140680116701968 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14662] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28909203456 12482 33554432000 4194304 4196468 140721454208448 140680115649680 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14663] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418874517 28909203456 12482 33554432000 4194304 4196468 140721454208448 140680114596880 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14664] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14652 14652 7170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418874518 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679151392880 140680169355906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14665] ppid=14652 vsize=28231644 memory=280224336125312 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14652 14652 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418874519 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679150338848 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14666] ppid=14652 vsize=28231644 memory=280224336129920 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14652 14652 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418874519 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679149286512 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14667] ppid=14652 vsize=28231644 memory=280224336134528 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874521 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679148234832 140680169363355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14668] ppid=14652 vsize=28231644 memory=280224336139136 CPUtime=0.02 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14652 14652 7170 0 -1 1077944384 582 0 0 0 2 0 0 0 20 0 20 0 418874521 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679147182704 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14669] ppid=14652 vsize=28231644 memory=280224336143744 CPUtime=0.02 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) S 14652 14652 7170 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 20 0 418874521 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679146129904 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14670] ppid=14652 vsize=28231644 memory=280224336148352 CPUtime=0.03 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) R 14652 14652 7170 0 -1 4202560 186 0 0 0 3 0 0 0 20 0 20 0 418874522 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679145068000 140680150868020 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14671] ppid=14652 vsize=28231644 memory=280224336152960 CPUtime=0.12 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) S 14652 14652 7170 0 -1 1077944384 862 0 0 0 12 0 0 0 20 0 20 0 418874522 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679144024816 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14672] ppid=14652 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418874522 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679142971744 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14673] ppid=14652 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874522 28909203456 12482 33554432000 4194304 4196468 140721454208448 140679141919024 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51268 KiB

[startup+0.700874 s]
/proc/loadavg: 6.01 7.43 7.87 5/211 14673
/proc/meminfo: memFree=31474352/32770624 swapFree=66995692/67108860
[pid=14652] ppid=14649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14652/stat : 14652 (xcsp3-exec) S 14649 14652 7170 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418874516 115843072 364 33554432000 4194304 5098028 140734068258064 140734068256168 140355694338684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15400960 140734068261749 140734068261993 140734068261993 140734068264906 0
/proc/14652/statm: 28282 364 305 221 0 87 0
[pid=14654] ppid=14652 vsize=28233768 memory=88676 CPUtime=1.7 cores=0-7
/proc/14654/stat : 14654 (java) S 14652 14652 7170 0 -1 1077944320 14881 0 0 0 164 6 0 0 20 0 20 0 418874516 28911378432 22169 33554432000 4194304 4196468 140721454208448 140721454190992 140680169344759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
/proc/14654/statm: 7058442 22169 3450 1 0 7019544 0
[pid=14654/tid=14655] ppid=14652 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/14654/task/14655/stat : 14655 (java) R 14652 14652 7170 0 -1 4202560 8777 0 0 0 64 4 0 0 20 0 20 0 418874516 28911378432 22169 33554432000 4194304 4196468 140721454208448 140680173582864 140679795572440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14656] ppid=14652 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418874517 28911378432 22169 33554432000 4194304 4196468 140721454208448 140680121964944 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14657] ppid=14652 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28911378432 22169 33554432000 4194304 4196468 140721454208448 140680120912144 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14658] ppid=14652 vsize=28233768 memory=8556 CPUtime=0 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14652 14652 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418874517 28911378432 22169 33554432000 4194304 4196468 140721454208448 140680119859856 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0

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

[pid=14654/tid=14664] ppid=14652 vsize=28834892 memory=1052 CPUtime=0.07 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14652 14652 7170 0 -1 1077944384 3616 0 0 0 5 2 0 0 20 0 28 0 418874518 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679151392880 140680169355906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14665] ppid=14652 vsize=28834892 memory=1708 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14652 14652 7170 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 418874519 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679150338912 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14666] ppid=14652 vsize=28834892 memory=164 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14652 14652 7170 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 418874519 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679149286512 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14667] ppid=14652 vsize=28834892 memory=8751464017575622197 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418874521 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679148234832 140680169363355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14668] ppid=14652 vsize=28834892 memory=8320808402720077365 CPUtime=3.05 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14652 14652 7170 0 -1 1077944384 12187 0 0 0 302 3 0 0 20 0 28 0 418874521 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679147182704 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14669] ppid=14652 vsize=28834892 memory=7813587196152133429 CPUtime=3.28 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) S 14652 14652 7170 0 -1 1077944384 17934 0 0 0 325 3 0 0 20 0 28 0 418874521 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679146129904 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14670] ppid=14652 vsize=28834892 memory=8174711894691100469 CPUtime=2.75 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14652 14652 7170 0 -1 1077944384 15209 0 0 0 272 3 0 0 20 0 28 0 418874522 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679145077616 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14671] ppid=14652 vsize=28834892 memory=198936 CPUtime=1.19 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) S 14652 14652 7170 0 -1 1077944384 10916 0 0 0 117 2 0 0 20 0 28 0 418874522 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679144024816 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14672] ppid=14652 vsize=28834892 memory=22012 CPUtime=0 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418874522 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679142971744 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14673] ppid=14652 vsize=28834892 memory=988 CPUtime=0.01 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14652 14652 7170 0 -1 1077944384 585 0 0 0 1 0 0 0 20 0 28 0 418874522 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679141919024 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14796] ppid=14652 vsize=28834892 memory=2016 CPUtime=27.78 cores=0-7
/proc/14654/task/14796/stat : 14796 (java) R 14652 14652 7170 0 -1 4202560 451 0 0 0 2778 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679129558568 140679798066214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14797] ppid=14652 vsize=28834892 memory=1384 CPUtime=27.79 cores=0-7
/proc/14654/task/14797/stat : 14797 (java) R 14652 14652 7170 0 -1 4202560 404 0 0 0 2779 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679127454296 140679797954450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14798] ppid=14652 vsize=28834892 memory=776 CPUtime=0 cores=0-7
/proc/14654/task/14798/stat : 14798 (java) S 14652 14652 7170 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679126406480 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14799] ppid=14652 vsize=28834892 memory=3440 CPUtime=27.79 cores=0-7
/proc/14654/task/14799/stat : 14799 (java) R 14652 14652 7170 0 -1 4202560 865 0 0 0 2778 1 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679125348632 140679802949127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14800] ppid=14652 vsize=28834892 memory=2832 CPUtime=27.77 cores=0-7
/proc/14654/task/14800/stat : 14800 (java) R 14652 14652 7170 0 -1 4202560 741 0 0 0 2777 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679124298304 140679798065920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14801] ppid=14652 vsize=28834892 memory=5904 CPUtime=0 cores=0-7
/proc/14654/task/14801/stat : 14801 (java) S 14652 14652 7170 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679122195920 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14802] ppid=14652 vsize=28834892 memory=664 CPUtime=27.78 cores=0-7
/proc/14654/task/14802/stat : 14802 (java) R 14652 14652 7170 0 -1 4202560 1303 0 0 0 2778 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679123242784 140679799988967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14803] ppid=14652 vsize=28834892 memory=1156 CPUtime=0 cores=0-7
/proc/14654/task/14803/stat : 14803 (java) S 14652 14652 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679130616528 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
Current children cumulated CPU time: 357.62 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 196804 KiB

[startup+58.4011 s]
/proc/loadavg: 5.90 7.21 7.77 6/219 14806
/proc/meminfo: memFree=31345620/32770624 swapFree=66995692/67108860
[pid=14652] ppid=14649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14652/stat : 14652 (xcsp3-exec) S 14649 14652 7170 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418874516 115843072 364 33554432000 4194304 5098028 140734068258064 140734068256168 140355694338684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15400960 140734068261749 140734068261993 140734068261993 140734068264906 0
/proc/14652/statm: 28282 364 305 221 0 87 0
[pid=14654] ppid=14652 vsize=28834892 memory=195348 CPUtime=361.62 cores=0-7
/proc/14654/stat : 14654 (java) S 14652 14652 7170 0 -1 1077944320 97103 0 0 0 36111 51 0 0 20 0 28 0 418874516 29526929408 48837 33554432000 4194304 4196468 140721454208448 140721454190992 140680169344759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
/proc/14654/statm: 7208723 48837 3531 1 0 7169825 0
[pid=14654/tid=14655] ppid=14652 vsize=28834892 memory=7883664837298247529 CPUtime=0.78 cores=0-7
/proc/14654/task/14655/stat : 14655 (java) S 14652 14652 7170 0 -1 1077944384 10134 0 0 0 74 4 0 0 20 0 28 0 418874516 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680173585536 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14656] ppid=14652 vsize=28834892 memory=5787214926557761634 CPUtime=0.1 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14652 14652 7170 0 -1 1077944384 903 0 0 0 8 2 0 0 20 0 28 0 418874517 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680121964944 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14657] ppid=14652 vsize=28834892 memory=0 CPUtime=0.11 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14652 14652 7170 0 -1 1077944384 2210 0 0 0 9 2 0 0 20 0 28 0 418874517 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680120912144 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14658] ppid=14652 vsize=28834892 memory=7019257425709197167 CPUtime=0.1 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14652 14652 7170 0 -1 1077944384 1315 0 0 0 8 2 0 0 20 0 28 0 418874517 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680119859856 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14659] ppid=14652 vsize=28834892 memory=6944656592455360608 CPUtime=0.1 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14652 14652 7170 0 -1 1077944384 573 0 0 0 8 2 0 0 20 0 28 0 418874517 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680118807056 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14660] ppid=14652 vsize=28834892 memory=6083354206233319521 CPUtime=0.09 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14652 14652 7170 0 -1 1077944384 1567 0 0 0 7 2 0 0 20 0 28 0 418874517 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680117754768 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14661] ppid=14652 vsize=28834892 memory=7594598810449111659 CPUtime=0.1 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14652 14652 7170 0 -1 1077944384 784 0 0 0 8 2 0 0 20 0 28 0 418874517 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680116701968 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14662] ppid=14652 vsize=28834892 memory=6791534058613427641 CPUtime=0.1 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14652 14652 7170 0 -1 1077944384 557 0 0 0 8 2 0 0 20 0 28 0 418874517 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680115649680 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14663] ppid=14652 vsize=28834892 memory=2809127 CPUtime=0.11 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14652 14652 7170 0 -1 1077944384 2019 0 0 0 9 2 0 0 20 0 28 0 418874517 29526929408 48837 33554432000 4194304 4196468 140721454208448 140680114596880 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14664] ppid=14652 vsize=28834892 memory=2810454 CPUtime=0.07 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14652 14652 7170 0 -1 1077944384 3616 0 0 0 5 2 0 0 20 0 28 0 418874518 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679151392880 140680169355906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14665] ppid=14652 vsize=28834892 memory=1556 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14652 14652 7170 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 418874519 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679150338912 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14666] ppid=14652 vsize=28834892 memory=496 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14652 14652 7170 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 418874519 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679149286512 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14667] ppid=14652 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418874521 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679148234832 140680169363355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14668] ppid=14652 vsize=28834892 memory=204068 CPUtime=3.05 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14652 14652 7170 0 -1 1077944384 12187 0 0 0 302 3 0 0 20 0 28 0 418874521 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679147182704 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14669] ppid=14652 vsize=28834892 memory=1980 CPUtime=3.28 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) S 14652 14652 7170 0 -1 1077944384 17934 0 0 0 325 3 0 0 20 0 28 0 418874521 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679146129904 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14670] ppid=14652 vsize=28834892 memory=1456 CPUtime=2.75 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14652 14652 7170 0 -1 1077944384 15209 0 0 0 272 3 0 0 20 0 28 0 418874522 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679145077616 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14671] ppid=14652 vsize=28834892 memory=199964 CPUtime=1.19 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) S 14652 14652 7170 0 -1 1077944384 10916 0 0 0 117 2 0 0 20 0 28 0 418874522 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679144024816 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14672] ppid=14652 vsize=28834892 memory=1808 CPUtime=0 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418874522 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679142971744 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14673] ppid=14652 vsize=28834892 memory=920 CPUtime=0.01 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14652 14652 7170 0 -1 1077944384 585 0 0 0 1 0 0 0 20 0 28 0 418874522 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679141919024 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14796] ppid=14652 vsize=28834892 memory=4452 CPUtime=28.58 cores=0-7
/proc/14654/task/14796/stat : 14796 (java) R 14652 14652 7170 0 -1 4202560 457 0 0 0 2858 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679129558568 140679799989580 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14797] ppid=14652 vsize=28834892 memory=4100 CPUtime=28.59 cores=0-7
/proc/14654/task/14797/stat : 14797 (java) R 14652 14652 7170 0 -1 4202560 406 0 0 0 2859 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679127454296 140679799705961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14798] ppid=14652 vsize=28834892 memory=1412 CPUtime=0 cores=0-7
/proc/14654/task/14798/stat : 14798 (java) S 14652 14652 7170 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679126406480 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14799] ppid=14652 vsize=28834892 memory=3500 CPUtime=28.59 cores=0-7
/proc/14654/task/14799/stat : 14799 (java) R 14652 14652 7170 0 -1 4202560 867 0 0 0 2858 1 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679125348632 140679802949104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14800] ppid=14652 vsize=28834892 memory=195348 CPUtime=28.57 cores=0-7
/proc/14654/task/14800/stat : 14800 (java) R 14652 14652 7170 0 -1 4202560 751 0 0 0 2857 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679124298304 140679800562369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14801] ppid=14652 vsize=28834892 memory=1980 CPUtime=0 cores=0-7
/proc/14654/task/14801/stat : 14801 (java) S 14652 14652 7170 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679122195920 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14802] ppid=14652 vsize=28834892 memory=2356 CPUtime=28.58 cores=0-7
/proc/14654/task/14802/stat : 14802 (java) R 14652 14652 7170 0 -1 4202560 1308 0 0 0 2858 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679123242672 140679804263327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14803] ppid=14652 vsize=28834892 memory=1440 CPUtime=0 cores=0-7
/proc/14654/task/14803/stat : 14803 (java) S 14652 14652 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418877490 29526929408 48837 33554432000 4194304 4196468 140721454208448 140679130616528 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
Current children cumulated CPU time: 361.62 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 196804 KiB

[startup+58.6011 s]
/proc/loadavg: 5.90 7.21 7.77 6/219 14806
/proc/meminfo: memFree=31345620/32770624 swapFree=66995692/67108860
[pid=14652] ppid=14649 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14652/stat : 14652 (xcsp3-exec) S 14649 14652 7170 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418874516 115843072 364 33554432000 4194304 5098028 140734068258064 140734068256168 140355694338684 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15400960 140734068261749 140734068261993 140734068261993 140734068264906 0
/proc/14652/statm: 28282 364 305 221 0 87 0
[pid=14654] ppid=14652 vsize=28834892 memory=195140 CPUtime=362.62 cores=0-7
/proc/14654/stat : 14654 (java) S 14652 14652 7170 0 -1 1077944320 99518 0 0 0 36209 53 0 0 20 0 29 0 418874516 29526929408 48785 33554432000 4194304 4196468 140721454208448 140721454190992 140680169344759 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
/proc/14654/statm: 7208723 48785 3531 1 0 7169825 0
[pid=14654/tid=14655] ppid=14652 vsize=28834892 memory=111632 CPUtime=0.78 cores=0-7
/proc/14654/task/14655/stat : 14655 (java) S 14652 14652 7170 0 -1 1077944384 10375 0 0 0 74 4 0 0 20 0 29 0 418874516 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680173585536 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14656] ppid=14652 vsize=28834892 memory=808 CPUtime=0.1 cores=0-7
/proc/14654/task/14656/stat : 14656 (java) S 14652 14652 7170 0 -1 1077944384 904 0 0 0 8 2 0 0 20 0 29 0 418874517 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680121964944 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14657] ppid=14652 vsize=28834892 memory=1456 CPUtime=0.11 cores=0-7
/proc/14654/task/14657/stat : 14657 (java) S 14652 14652 7170 0 -1 1077944384 2210 0 0 0 9 2 0 0 20 0 29 0 418874517 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680120912144 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14658] ppid=14652 vsize=28834892 memory=197400 CPUtime=0.1 cores=0-7
/proc/14654/task/14658/stat : 14658 (java) S 14652 14652 7170 0 -1 1077944384 1315 0 0 0 8 2 0 0 20 0 29 0 418874517 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680119859856 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14659] ppid=14652 vsize=28834892 memory=303430270546346295 CPUtime=0.1 cores=0-7
/proc/14654/task/14659/stat : 14659 (java) S 14652 14652 7170 0 -1 1077944384 573 0 0 0 8 2 0 0 20 0 29 0 418874517 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680118807056 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14660] ppid=14652 vsize=28834892 memory=14136632290839084 CPUtime=0.09 cores=0-7
/proc/14654/task/14660/stat : 14660 (java) S 14652 14652 7170 0 -1 1077944384 1567 0 0 0 7 2 0 0 20 0 29 0 418874517 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680117754768 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14661] ppid=14652 vsize=28834892 memory=1384 CPUtime=0.11 cores=0-7
/proc/14654/task/14661/stat : 14661 (java) S 14652 14652 7170 0 -1 1077944384 784 0 0 0 9 2 0 0 20 0 29 0 418874517 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680116701968 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14662] ppid=14652 vsize=28834892 memory=776 CPUtime=0.1 cores=0-7
/proc/14654/task/14662/stat : 14662 (java) S 14652 14652 7170 0 -1 1077944384 557 0 0 0 8 2 0 0 20 0 29 0 418874517 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680115649680 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14663] ppid=14652 vsize=28834892 memory=1564 CPUtime=0.11 cores=0-7
/proc/14654/task/14663/stat : 14663 (java) S 14652 14652 7170 0 -1 1077944384 2020 0 0 0 9 2 0 0 20 0 29 0 418874517 29526929408 48785 33554432000 4194304 4196468 140721454208448 140680114596880 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14664] ppid=14652 vsize=28834892 memory=8556 CPUtime=0.07 cores=0-7
/proc/14654/task/14664/stat : 14664 (java) S 14652 14652 7170 0 -1 1077944384 3634 0 0 0 5 2 0 0 20 0 29 0 418874518 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679151392880 140680169355906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14665] ppid=14652 vsize=28834892 memory=1052 CPUtime=0 cores=0-7
/proc/14654/task/14665/stat : 14665 (java) S 14652 14652 7170 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 29 0 418874519 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679150338912 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14666] ppid=14652 vsize=28834892 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/14654/task/14666/stat : 14666 (java) S 14652 14652 7170 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 29 0 418874519 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679149286512 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14667] ppid=14652 vsize=28834892 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/14654/task/14667/stat : 14667 (java) S 14652 14652 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418874521 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679148234832 140680169363355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14668] ppid=14652 vsize=28834892 memory=14136632290839084 CPUtime=3.07 cores=0-7
/proc/14654/task/14668/stat : 14668 (java) S 14652 14652 7170 0 -1 1077944384 12683 0 0 0 303 4 0 0 20 0 29 0 418874521 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679147182704 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14669] ppid=14652 vsize=28834892 memory=808 CPUtime=3.29 cores=0-7
/proc/14654/task/14669/stat : 14669 (java) R 14652 14652 7170 0 -1 4202560 18337 0 0 0 326 3 0 0 20 0 29 0 418874521 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679146129904 140680161585740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14670] ppid=14652 vsize=28834892 memory=1808 CPUtime=2.75 cores=0-7
/proc/14654/task/14670/stat : 14670 (java) S 14652 14652 7170 0 -1 1077944384 15209 0 0 0 272 3 0 0 20 0 29 0 418874522 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679145077616 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14671] ppid=14652 vsize=28834892 memory=280224337472976 CPUtime=1.2 cores=0-7
/proc/14654/task/14671/stat : 14671 (java) S 14652 14652 7170 0 -1 1077944384 11719 0 0 0 117 3 0 0 20 0 29 0 418874522 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679144024816 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14672] ppid=14652 vsize=28834892 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/14654/task/14672/stat : 14672 (java) S 14652 14652 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 418874522 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679142971744 140680169354965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14673] ppid=14652 vsize=28834892 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/14654/task/14673/stat : 14673 (java) S 14652 14652 7170 0 -1 1077944384 585 0 0 0 1 0 0 0 20 0 29 0 418874522 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679141919024 140680169355906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
[pid=14654/tid=14799] ppid=14652 vsize=28834892 memory=6943526294502006880 CPUtime=28.78 cores=0-7
/proc/14654/task/14799/stat : 14799 (java) R 14652 14652 7170 0 -1 4202560 872 0 0 0 2877 1 0 0 20 0 29 0 418877490 29526929408 48785 33554432000 4194304 4196468 140721454208448 140679125348112 140679802949124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10375168 140721454212074 140721454212246 140721454212246 140721454215119 0
Current children cumulated CPU time: 362.62 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 196596 KiB

Child status: 0
Real time (s): 58.6626
CPU time (s): 362.889
CPU user time (s): 362.344
CPU system time (s): 0.544632
CPU usage (%): 618.603
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 271740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.344
system time used= 0.544632
maximum resident set size= 272816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10361
involuntary context switches= 3544


# summary of solver processes directly reported to runsolver:
#   pid: 14652
#   total CPU time (s): 362.889
#   total CPU user time (s): 362.344
#   total CPU system time (s): 0.544632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.459128 second user time and 0.728892 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 03:56:25
IDJOB=4394060
IDBENCH=126210
IDSOLVER=2841
FILE ID=node102/4394060-1568426231
RUNJOBID= node102-1568416723-7197
PBS_JOBID= 21702264
Free space on /tmp= 59328 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-14-a3.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-4394060-1568426231/watcher-4394060-1568426231 -o /tmp/evaluation-result-4394060-1568426231/solver-4394060-1568426231 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1736970119 HOME/instance-4394060-1568426231.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=1736970119

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31527516 kB
MemAvailable:   31916592 kB
Buffers:          170668 kB
Cached:           511532 kB
SwapCached:         9500 kB
Active:           342796 kB
Inactive:         351648 kB
Active(anon):       9700 kB
Inactive(anon):    33848 kB
Active(file):     333096 kB
Inactive(file):   317800 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995692 kB
Dirty:             26060 kB
Writeback:             0 kB
AnonPages:        168356 kB
Mapped:            34836 kB
Shmem:             22708 kB
Slab:             136588 kB
SReclaimable:     108028 kB
SUnreclaim:        28560 kB
KernelStack:        3808 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59304 MiB
End job on node102 at 2019-09-14 03:57:24