Trace number 4393949

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.40 58.313 9.23907

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark101.167
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393949-1568430628.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393949-1568430628.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.88/2.55	c solve instance...
6.20/2.69	o -1000 
20.41/4.45	o 14 
33.05/6.01	o 15 
35.34/6.31	o 16 
54.46/8.71	o 27 
54.46/8.73	o 32 
54.46/8.79	o 34 
57.59/9.15	o 37 
58.21/9.20	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (160/164)
58.21/9.20		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
58.21/9.20		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
58.21/9.20		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
58.21/9.20		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
58.21/9.20		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
58.21/9.20	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (160/164)
58.21/9.20		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
58.21/9.20		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
58.21/9.20		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
58.21/9.20		at org.chocosolver.solver.Solver.repair(Solver.java:443)
58.21/9.20		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
58.21/9.20		at org.chocosolver.solver.Solver.solve(Solver.java:262)
58.21/9.20		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
58.21/9.20		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
58.21/9.20		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
58.21/9.20		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
58.21/9.20		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
58.21/9.20		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
58.21/9.20		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
58.21/9.20		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
58.21/9.20		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
58.21/9.20		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
58.21/9.20	o 38 
58.21/9.21	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
58.21/9.21	PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_25, value=24) of COUNT ([PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_25, value=24)])
58.21/9.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
58.21/9.21		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
58.21/9.21		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
58.21/9.21		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
58.21/9.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
58.21/9.21	Caused by: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
58.21/9.21	PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_25, value=24) of COUNT ([PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_25, value=24)])
58.21/9.21		at org.chocosolver.solver.constraints.Propagator.setPassive(Propagator.java:546)
58.21/9.21		at org.chocosolver.solver.constraints.nary.count.PropCount_AC.filter(PropCount_AC.java:135)
58.21/9.21		at org.chocosolver.solver.constraints.nary.count.PropCount_AC.propagate(PropCount_AC.java:105)
58.21/9.21		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
58.21/9.21		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
58.21/9.21		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
58.21/9.21		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
58.21/9.21		at org.chocosolver.solver.Solver.solve(Solver.java:262)
58.21/9.21		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
58.21/9.21		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
58.21/9.21		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
58.21/9.21		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
58.21/9.21		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
58.21/9.21		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
58.21/9.21		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
58.21/9.21		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
58.21/9.21		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
58.21/9.21		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
58.21/9.21	o 40 
58.21/9.21	java.util.concurrent.ExecutionException: java.lang.NullPointerException
58.21/9.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
58.21/9.21		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
58.21/9.21		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
58.21/9.21		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
58.21/9.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
58.21/9.21	Caused by: java.lang.NullPointerException
58.21/9.21		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
58.21/9.21		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
58.21/9.21		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
58.21/9.21		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
58.21/9.21		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
58.21/9.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
58.21/9.21		... 4 more
58.21/9.21	Caused by: java.lang.NullPointerException
58.21/9.21		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
58.21/9.21		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
58.21/9.21		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
58.21/9.21		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
58.21/9.21		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
58.21/9.21		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
58.21/9.21		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
58.21/9.21		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
58.21/9.21		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
58.21/9.21		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
58.21/9.21		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
58.21/9.21		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
58.21/9.21		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
58.21/9.21		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
58.21/9.21		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
58.21/9.21		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
58.21/9.21		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
58.21/9.21		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
58.21/9.21	Caused by: java.lang.NullPointerException
58.21/9.21		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
58.21/9.21		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
58.21/9.21		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
58.21/9.21		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
58.21/9.21		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
58.21/9.21		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
58.21/9.21		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
58.21/9.21		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
58.21/9.21		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
58.21/9.21		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
58.21/9.21		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
58.21/9.21		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
58.21/9.21		at org.chocosolver.solver.Solver.extend(Solver.java:421)
58.21/9.21		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
58.21/9.21		at org.chocosolver.solver.Solver.solve(Solver.java:262)
58.21/9.21		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
58.21/9.21		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
58.21/9.21		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
58.21/9.21		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
58.21/9.21		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
58.21/9.21		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
58.21/9.21		... 4 more
58.21/9.21	s OPTIMUM FOUND
58.21/9.21	v <instantiation>
58.21/9.21	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] </list>
58.21/9.21	v 	<values>1 2 3 4 11 -1 -1 0 15 8 9 10 -1 -1 7 22 -1 -1 -1 -1 -1 14 21 -1 -1 -1 -1 -1 0 1 2 3 4 -1 -1 13 8 7 6 5 -1 -1 12 9 -1 -1 -1 -1 -1 11 10 -1 -1 -1 -1 -1 7 4 6 7 0 0 0 3 -4 8 3 -1 0 0 1 -1 0 0 0 0 0 0 7 0 0 0 0 0 </values>
58.21/9.21	v </instantiation>

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393949-1568430628/watcher-4393949-1568430628 -o /tmp/evaluation-result-4393949-1568430628/solver-4393949-1568430628 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 597923137 HOME/instance-4393949-1568430628.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=7064, runsolver pid=7061
Current StackSize limit: 8192 KiB


[startup+0.10016 s]*
/proc/loadavg: 7.15 7.81 8.05 2/211 7085
/proc/meminfo: memFree=31255916/32770624 swapFree=67000532/67108860
[pid=7064] ppid=7061 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7064/stat : 7064 (xcsp3-exec) S 7061 7064 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976838 115843072 364 33554432000 4194304 5098028 140725969241584 140725969239688 139686739866236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35491840 140725969245046 140725969245289 140725969245289 140725969248202 0
/proc/7064/statm: 28282 364 305 221 0 87 0
[pid=7066] ppid=7064 vsize=28227388 memory=28696 CPUtime=0.12 cores=0-7
/proc/7066/stat : 7066 (java) S 7064 7064 6587 0 -1 1077944320 5648 0 0 0 11 1 0 0 20 0 20 0 418976839 28904845312 7174 33554432000 4194304 4196468 140730303089680 140730303072224 140624701832951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
/proc/7066/statm: 7056847 7174 3123 1 0 7019032 0
[pid=7066/tid=7067] ppid=7064 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/7066/task/7067/stat : 7067 (java) R 7064 7064 6587 0 -1 4202560 3599 0 0 0 8 1 0 0 20 0 20 0 418976839 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624706059088 140624701854877 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7068] ppid=7064 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7066/task/7068/stat : 7068 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624621685648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7069] ppid=7064 vsize=28227388 memory=140063086671488 CPUtime=0 cores=0-7
/proc/7066/task/7069/stat : 7069 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624620632848 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7070] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7070/stat : 7070 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624619580560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7071] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7071/stat : 7071 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624618527760 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7072] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7072/stat : 7072 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624617474448 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7073] ppid=7064 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7066/task/7073/stat : 7073 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624616421648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7074] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7074/stat : 7074 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624615369360 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7075] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7075/stat : 7075 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 7174 33554432000 4194304 4196468 140730303089680 140624614316560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7076] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7076/stat : 7076 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976841 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623750466160 140624701844098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7077] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7077/stat : 7077 (java) S 7064 7064 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418976842 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623749412128 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7078] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7078/stat : 7078 (java) S 7064 7064 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418976842 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623748359792 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7079] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7079/stat : 7079 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976844 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623747308112 140624701851547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7080] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7080/stat : 7080 (java) S 7064 7064 6587 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 418976844 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623746254960 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7081] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7081/stat : 7081 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976844 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623745202160 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7082] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7082/stat : 7082 (java) S 7064 7064 6587 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 418976844 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623744149872 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7083] ppid=7064 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7066/task/7083/stat : 7083 (java) R 7064 7064 6587 0 -1 4202560 316 0 0 0 1 0 0 0 20 0 20 0 418976844 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623743097072 140624701854298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7084] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7084/stat : 7084 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976845 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623742045024 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7085] ppid=7064 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7066/task/7085/stat : 7085 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976845 28904845312 7174 33554432000 4194304 4196468 140730303089680 140623740992304 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30152 KiB

[startup+0.210118 s]*
/proc/loadavg: 7.15 7.81 8.05 2/211 7085
/proc/meminfo: memFree=31241704/32770624 swapFree=67000532/67108860
[pid=7064] ppid=7061 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7064/stat : 7064 (xcsp3-exec) S 7061 7064 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976838 115843072 364 33554432000 4194304 5098028 140725969241584 140725969239688 139686739866236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35491840 140725969245046 140725969245289 140725969245289 140725969248202 0
/proc/7064/statm: 28282 364 305 221 0 87 0
[pid=7066] ppid=7064 vsize=28227388 memory=40960 CPUtime=0.34 cores=0-7
/proc/7066/stat : 7066 (java) S 7064 7064 6587 0 -1 1077944320 9518 0 0 0 30 4 0 0 20 0 20 0 418976839 28904845312 10240 33554432000 4194304 4196468 140730303089680 140730303072224 140624701832951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
/proc/7066/statm: 7056847 10240 3247 1 0 7019032 0
[pid=7066/tid=7067] ppid=7064 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/7066/task/7067/stat : 7067 (java) R 7064 7064 6587 0 -1 4202560 6627 0 0 0 17 2 0 0 20 0 20 0 418976839 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624706070016 140624687006076 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7068] ppid=7064 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/7066/task/7068/stat : 7068 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624621685648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7069] ppid=7064 vsize=28227388 memory=140063086683291 CPUtime=0 cores=0-7
/proc/7066/task/7069/stat : 7069 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624620632848 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7070] ppid=7064 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7066/task/7070/stat : 7070 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624619580560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7071] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7071/stat : 7071 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624618527760 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7072] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7072/stat : 7072 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624617474448 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7073] ppid=7064 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7066/task/7073/stat : 7073 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624616421648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7074] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7074/stat : 7074 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624615369360 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7075] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7075/stat : 7075 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28904845312 10240 33554432000 4194304 4196468 140730303089680 140624614316560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7076] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7076/stat : 7076 (java) S 7064 7064 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418976841 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623750466160 140624701844098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7077] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7077/stat : 7077 (java) S 7064 7064 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418976842 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623749412128 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7078] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7078/stat : 7078 (java) S 7064 7064 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418976842 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623748359792 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7079] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7079/stat : 7079 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976844 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623747308112 140624701851547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7080] ppid=7064 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7066/task/7080/stat : 7080 (java) S 7064 7064 6587 0 -1 1077944384 399 0 0 0 1 0 0 0 20 0 20 0 418976844 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623746254960 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7081] ppid=7064 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7066/task/7081/stat : 7081 (java) R 7064 7064 6587 0 -1 4202560 257 0 0 0 2 0 0 0 20 0 20 0 418976844 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623745202160 140624701854298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7082] ppid=7064 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7066/task/7082/stat : 7082 (java) R 7064 7064 6587 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 20 0 418976844 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623744149872 140624701844098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7083] ppid=7064 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/7066/task/7083/stat : 7083 (java) R 7064 7064 6587 0 -1 4202560 803 0 0 0 7 0 0 0 20 0 20 0 418976844 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623743097072 140624680405489 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7084] ppid=7064 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7084/stat : 7084 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976845 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623742045024 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7085] ppid=7064 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7066/task/7085/stat : 7085 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976845 28904845312 10240 33554432000 4194304 4196468 140730303089680 140623740992304 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42416 KiB

[startup+0.309462 s]*
/proc/loadavg: 7.15 7.81 8.05 8/211 7085
/proc/meminfo: memFree=31234756/32770624 swapFree=67000532/67108860
[pid=7064] ppid=7061 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7064/stat : 7064 (xcsp3-exec) S 7061 7064 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976838 115843072 364 33554432000 4194304 5098028 140725969241584 140725969239688 139686739866236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35491840 140725969245046 140725969245289 140725969245289 140725969248202 0
/proc/7064/statm: 28282 364 305 221 0 87 0
[pid=7066] ppid=7064 vsize=28231644 memory=50152 CPUtime=0.53 cores=0-7
/proc/7066/stat : 7066 (java) S 7064 7064 6587 0 -1 1077944320 10869 0 0 0 48 5 0 0 20 0 20 0 418976839 28909203456 12538 33554432000 4194304 4196468 140730303089680 140730303072224 140624701832951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
/proc/7066/statm: 7057911 12538 3342 1 0 7019032 0
[pid=7066/tid=7067] ppid=7064 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/7066/task/7067/stat : 7067 (java) R 7064 7064 6587 0 -1 4202560 7748 0 0 0 26 3 0 0 20 0 20 0 418976839 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624706066736 140624685913438 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7068] ppid=7064 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7068/stat : 7068 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624621685648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7069] ppid=7064 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7069/stat : 7069 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624620632848 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7070] ppid=7064 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7070/stat : 7070 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624619580560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7071] ppid=7064 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7071/stat : 7071 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976840 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624618527760 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7072] ppid=7064 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7072/stat : 7072 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624617474448 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7073] ppid=7064 vsize=28231644 memory=140062977256111 CPUtime=0 cores=0-7
/proc/7066/task/7073/stat : 7073 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624616421648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7074] ppid=7064 vsize=28231644 memory=140062977258416 CPUtime=0 cores=0-7
/proc/7066/task/7074/stat : 7074 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624615369360 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7075] ppid=7064 vsize=28231644 memory=140062977260720 CPUtime=0 cores=0-7
/proc/7066/task/7075/stat : 7075 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28909203456 12538 33554432000 4194304 4196468 140730303089680 140624614316560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7076] ppid=7064 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7076/stat : 7076 (java) S 7064 7064 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418976841 28909203456 12538 33554432000 4194304 4196468 140730303089680 140623750466160 140624701844098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7077] ppid=7064 vsize=28231644 memory=280125954535312 CPUtime=0 cores=0-7
/proc/7066/task/7077/stat : 7077 (java) S 7064 7064 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418976842 28909203456 12538 33554432000 4194304 4196468 140730303089680 140623749412128 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7078] ppid=7064 vsize=28231644 memory=280125954533008 CPUtime=0 cores=0-7
/proc/7066/task/7078/stat : 7078 (java) S 7064 7064 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418976842 28909203456 12570 33554432000 4194304 4196468 140730303089680 140623748359792 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7079] ppid=7064 vsize=28231644 memory=280125954539920 CPUtime=0 cores=0-7
/proc/7066/task/7079/stat : 7079 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976844 28909203456 12570 33554432000 4194304 4196468 140730303089680 140623747308112 140624701851547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7080] ppid=7064 vsize=28231644 memory=280125954481200 CPUtime=0.01 cores=0-7
/proc/7066/task/7080/stat : 7080 (java) S 7064 7064 6587 0 -1 1077944384 404 0 0 0 1 0 0 0 20 0 20 0 418976844 28909203456 12570 33554432000 4194304 4196468 140730303089680 140623746254960 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7081] ppid=7064 vsize=28231644 memory=280125954553744 CPUtime=0.03 cores=0-7
/proc/7066/task/7081/stat : 7081 (java) S 7064 7064 6587 0 -1 1077944384 260 0 0 0 3 0 0 0 20 0 20 0 418976844 28909203456 12570 33554432000 4194304 4196468 140730303089680 140623745202160 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7082] ppid=7064 vsize=28231644 memory=280125954560656 CPUtime=0.03 cores=0-7
/proc/7066/task/7082/stat : 7082 (java) R 7064 7064 6587 0 -1 4202560 265 0 0 0 3 0 0 0 20 0 20 0 418976844 28909203456 12570 33554432000 4194304 4196468 140730303089680 140623744140256 140624681078841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7083] ppid=7064 vsize=28231644 memory=280125954558352 CPUtime=0.12 cores=0-7
/proc/7066/task/7083/stat : 7083 (java) S 7064 7064 6587 0 -1 1077944384 894 0 0 0 12 0 0 0 20 0 20 0 418976844 28909203456 12570 33554432000 4194304 4196468 140730303089680 140623743097072 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7084] ppid=7064 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7084/stat : 7084 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976845 28909203456 12570 33554432000 4194304 4196468 140730303089680 140623742045024 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7085] ppid=7064 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7066/task/7085/stat : 7085 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976845 28909203456 12570 33554432000 4194304 4196468 140730303089680 140623740992304 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51608 KiB

[startup+0.700941 s]
/proc/loadavg: 7.15 7.81 8.05 5/211 7085
/proc/meminfo: memFree=31205620/32770624 swapFree=67000532/67108860
[pid=7064] ppid=7061 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7064/stat : 7064 (xcsp3-exec) S 7061 7064 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976838 115843072 364 33554432000 4194304 5098028 140725969241584 140725969239688 139686739866236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35491840 140725969245046 140725969245289 140725969245289 140725969248202 0
/proc/7064/statm: 28282 364 305 221 0 87 0
[pid=7066] ppid=7064 vsize=28233768 memory=143288 CPUtime=1.87 cores=0-7
/proc/7066/stat : 7066 (java) S 7064 7064 6587 0 -1 1077944320 16255 0 0 0 179 8 0 0 20 0 20 0 418976839 28911378432 35822 33554432000 4194304 4196468 140730303089680 140730303072224 140624701832951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
/proc/7066/statm: 7058442 35822 3446 1 0 7019544 0
[pid=7066/tid=7067] ppid=7064 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/7066/task/7067/stat : 7067 (java) R 7064 7064 6587 0 -1 4202560 9090 0 0 0 62 5 0 0 20 0 20 0 418976839 28911378432 35822 33554432000 4194304 4196468 140730303089680 140624706066800 140624685913438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7068] ppid=7064 vsize=28233768 memory=140062977467248 CPUtime=0 cores=0-7
/proc/7066/task/7068/stat : 7068 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28911378432 35822 33554432000 4194304 4196468 140730303089680 140624621685648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7069] ppid=7064 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/7066/task/7069/stat : 7069 (java) S 7064 7064 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976840 28911378432 35822 33554432000 4194304 4196468 140730303089680 140624620632848 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7070] ppid=7064 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/7066/task/7070/stat : 7070 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976840 28911378432 35822 33554432000 4194304 4196468 140730303089680 140624619580560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0

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

[pid=7066/tid=7067] ppid=7064 vsize=28768328 memory=1398722017469774279 CPUtime=2.43 cores=0-7
/proc/7066/task/7067/stat : 7067 (java) S 7064 7064 6587 0 -1 1077944384 9768 0 0 0 235 8 0 0 20 0 28 0 418976839 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624706073728 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7068] ppid=7064 vsize=28768328 memory=4872558044660077418 CPUtime=0.1 cores=0-7
/proc/7066/task/7068/stat : 7068 (java) S 7064 7064 6587 0 -1 1077944384 136 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624621685648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7069] ppid=7064 vsize=28768328 memory=111636 CPUtime=0.1 cores=0-7
/proc/7066/task/7069/stat : 7069 (java) S 7064 7064 6587 0 -1 1077944384 169 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624620632848 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7070] ppid=7064 vsize=28768328 memory=808 CPUtime=0.11 cores=0-7
/proc/7066/task/7070/stat : 7070 (java) S 7064 7064 6587 0 -1 1077944384 177 0 0 0 4 7 0 0 20 0 28 0 418976840 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624619580560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7071] ppid=7064 vsize=28768328 memory=4096 CPUtime=0.1 cores=0-7
/proc/7066/task/7071/stat : 7071 (java) S 7064 7064 6587 0 -1 1077944384 202 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624618527760 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7072] ppid=7064 vsize=28768328 memory=1808 CPUtime=0.1 cores=0-7
/proc/7066/task/7072/stat : 7072 (java) S 7064 7064 6587 0 -1 1077944384 167 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624617474448 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7073] ppid=7064 vsize=28768328 memory=924 CPUtime=0.1 cores=0-7
/proc/7066/task/7073/stat : 7073 (java) S 7064 7064 6587 0 -1 1077944384 113 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624616421648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7074] ppid=7064 vsize=28768328 memory=0 CPUtime=0.1 cores=0-7
/proc/7066/task/7074/stat : 7074 (java) S 7064 7064 6587 0 -1 1077944384 154 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624615369360 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7075] ppid=7064 vsize=28768328 memory=0 CPUtime=0.1 cores=0-7
/proc/7066/task/7075/stat : 7075 (java) S 7064 7064 6587 0 -1 1077944384 185 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 147286 33554432000 4194304 4196468 140730303089680 140624614316560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7076] ppid=7064 vsize=28768328 memory=3184237983053557520 CPUtime=0.01 cores=0-7
/proc/7066/task/7076/stat : 7076 (java) S 7064 7064 6587 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 28 0 418976841 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623750466160 140624701844098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7077] ppid=7064 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7066/task/7077/stat : 7077 (java) S 7064 7064 6587 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 418976842 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623749412192 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7078] ppid=7064 vsize=28768328 memory=484760 CPUtime=0 cores=0-7
/proc/7066/task/7078/stat : 7078 (java) S 7064 7064 6587 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418976842 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623748359808 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7079] ppid=7064 vsize=28768328 memory=3616 CPUtime=0 cores=0-7
/proc/7066/task/7079/stat : 7079 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418976844 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623747308112 140624701851547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7080] ppid=7064 vsize=28768328 memory=280125954326768 CPUtime=3 cores=0-7
/proc/7066/task/7080/stat : 7080 (java) S 7064 7064 6587 0 -1 1077944384 6681 0 0 0 298 2 0 0 20 0 28 0 418976844 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623746254960 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7081] ppid=7064 vsize=28768328 memory=2012 CPUtime=3.54 cores=0-7
/proc/7066/task/7081/stat : 7081 (java) R 7064 7064 6587 0 -1 4202560 6227 0 0 0 351 3 0 0 20 0 28 0 418976844 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623745202456 140624687984633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7082] ppid=7064 vsize=28768328 memory=1240 CPUtime=3.17 cores=0-7
/proc/7066/task/7082/stat : 7082 (java) R 7064 7064 6587 0 -1 4202560 19162 0 0 0 312 5 0 0 20 0 28 0 418976844 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623744149872 140624683353842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7083] ppid=7064 vsize=28768328 memory=580 CPUtime=1.16 cores=0-7
/proc/7066/task/7083/stat : 7083 (java) S 7064 7064 6587 0 -1 1077944384 6392 0 0 0 113 3 0 0 20 0 28 0 418976844 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623743097072 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7084] ppid=7064 vsize=28768328 memory=1696 CPUtime=0 cores=0-7
/proc/7066/task/7084/stat : 7084 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418976845 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623742045024 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7085] ppid=7064 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/7066/task/7085/stat : 7085 (java) S 7064 7064 6587 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418976845 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623740992304 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7118] ppid=7064 vsize=28768328 memory=562044 CPUtime=1.55 cores=0-7
/proc/7066/task/7118/stat : 7118 (java) R 7064 7064 6587 0 -1 4202560 115 0 0 0 155 0 0 0 20 0 28 0 418977470 29458767872 147286 33554432000 4194304 4196468 140730303089680 140622875266888 140624300158759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7119] ppid=7064 vsize=28768328 memory=15540704344541603 CPUtime=1.69 cores=0-7
/proc/7066/task/7119/stat : 7119 (java) R 7064 7064 6587 0 -1 4202560 122 0 0 0 169 0 0 0 20 0 28 0 418977470 29458767872 147286 33554432000 4194304 4196468 140730303089680 140623739933192 140624300158473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7120] ppid=7064 vsize=28768328 memory=-7384994774051102368 CPUtime=1.69 cores=0-7
/proc/7066/task/7120/stat : 7120 (java) R 7064 7064 6587 0 -1 4202560 797 0 0 0 168 1 0 0 20 0 28 0 418977470 29458767872 147286 33554432000 4194304 4196468 140730303089680 140622873163688 140624301676393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7121] ppid=7064 vsize=28768328 memory=-8990767739041652640 CPUtime=1.62 cores=0-7
/proc/7066/task/7121/stat : 7121 (java) R 7064 7064 6587 0 -1 4202560 43 0 0 0 162 0 0 0 20 0 28 0 418977470 29458767872 147286 33554432000 4194304 4196468 140730303089680 140622870002632 140624300158782 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7122] ppid=7064 vsize=28768328 memory=8329294824090543255 CPUtime=1.56 cores=0-7
/proc/7066/task/7122/stat : 7122 (java) R 7064 7064 6587 0 -1 4202560 183 0 0 0 156 0 0 0 20 0 28 0 418977470 29458767872 147286 33554432000 4194304 4196468 140730303089680 140622874216680 140624300158544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7123] ppid=7064 vsize=28768328 memory=-7522837415730323359 CPUtime=1.46 cores=0-7
/proc/7066/task/7123/stat : 7123 (java) R 7064 7064 6587 0 -1 4202560 73 0 0 0 146 0 0 0 20 0 28 0 418977470 29458767872 147286 33554432000 4194304 4196468 140730303089680 140622868950872 140624301849136 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7124] ppid=7064 vsize=28768328 memory=7684433391216329530 CPUtime=1.35 cores=0-7
/proc/7066/task/7124/stat : 7124 (java) R 7064 7064 6587 0 -1 4202560 94 0 0 0 135 0 0 0 20 0 28 0 418977470 29458767872 147286 33554432000 4194304 4196468 140730303089680 140622872109448 140624301850687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7125] ppid=7064 vsize=28768328 memory=-9001733975035373671 CPUtime=1.38 cores=0-7
/proc/7066/task/7125/stat : 7125 (java) R 7064 7064 6587 0 -1 4202560 63 0 0 0 138 0 0 0 20 0 28 0 418977470 29458767872 147286 33554432000 4194304 4196468 140730303089680 140622871056232 140624300158818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
Current children cumulated CPU time: 48.94 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 590600 KiB

[startup+8.80852 s]
/proc/loadavg: 7.30 7.83 8.06 12/219 7125
/proc/meminfo: memFree=30694796/32770624 swapFree=67000532/67108860
[pid=7064] ppid=7061 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7064/stat : 7064 (xcsp3-exec) S 7061 7064 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976838 115843072 364 33554432000 4194304 5098028 140725969241584 140725969239688 139686739866236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35491840 140725969245046 140725969245289 140725969245289 140725969248202 0
/proc/7064/statm: 28282 364 305 221 0 87 0
[pid=7066] ppid=7064 vsize=28768328 memory=670696 CPUtime=55.17 cores=0-7
/proc/7066/stat : 7066 (java) S 7064 7064 6587 0 -1 1077944320 59953 0 0 0 5431 86 0 0 20 0 28 0 418976839 29458767872 167674 33554432000 4194304 4196468 140730303089680 140730303072224 140624701832951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
/proc/7066/statm: 7192082 167674 3525 1 0 7153184 0
[pid=7066/tid=7067] ppid=7064 vsize=28768328 memory=1440 CPUtime=2.43 cores=0-7
/proc/7066/task/7067/stat : 7067 (java) S 7064 7064 6587 0 -1 1077944384 9944 0 0 0 235 8 0 0 20 0 28 0 418976839 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624706073728 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7068] ppid=7064 vsize=28768328 memory=1768 CPUtime=0.1 cores=0-7
/proc/7066/task/7068/stat : 7068 (java) S 7064 7064 6587 0 -1 1077944384 136 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624621685648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7069] ppid=7064 vsize=28768328 memory=111636 CPUtime=0.1 cores=0-7
/proc/7066/task/7069/stat : 7069 (java) S 7064 7064 6587 0 -1 1077944384 169 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624620632848 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7070] ppid=7064 vsize=28768328 memory=23 CPUtime=0.11 cores=0-7
/proc/7066/task/7070/stat : 7070 (java) S 7064 7064 6587 0 -1 1077944384 177 0 0 0 4 7 0 0 20 0 28 0 418976840 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624619580560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7071] ppid=7064 vsize=28768328 memory=0 CPUtime=0.1 cores=0-7
/proc/7066/task/7071/stat : 7071 (java) S 7064 7064 6587 0 -1 1077944384 202 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624618527760 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7072] ppid=7064 vsize=28768328 memory=11 CPUtime=0.1 cores=0-7
/proc/7066/task/7072/stat : 7072 (java) S 7064 7064 6587 0 -1 1077944384 167 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624617474448 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7073] ppid=7064 vsize=28768328 memory=0 CPUtime=0.1 cores=0-7
/proc/7066/task/7073/stat : 7073 (java) S 7064 7064 6587 0 -1 1077944384 113 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624616421648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7074] ppid=7064 vsize=28768328 memory=1734 CPUtime=0.1 cores=0-7
/proc/7066/task/7074/stat : 7074 (java) S 7064 7064 6587 0 -1 1077944384 154 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624615369360 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7075] ppid=7064 vsize=28768328 memory=31348 CPUtime=0.1 cores=0-7
/proc/7066/task/7075/stat : 7075 (java) S 7064 7064 6587 0 -1 1077944384 185 0 0 0 4 6 0 0 20 0 28 0 418976840 29458767872 167674 33554432000 4194304 4196468 140730303089680 140624614316560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7076] ppid=7064 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/7066/task/7076/stat : 7076 (java) S 7064 7064 6587 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 28 0 418976841 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623750466160 140624701844098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7077] ppid=7064 vsize=28768328 memory=280125954481024 CPUtime=0 cores=0-7
/proc/7066/task/7077/stat : 7077 (java) S 7064 7064 6587 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 418976842 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623749412192 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7078] ppid=7064 vsize=28768328 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/7066/task/7078/stat : 7078 (java) S 7064 7064 6587 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418976842 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623748359808 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7079] ppid=7064 vsize=28768328 memory=7100839878645814387 CPUtime=0 cores=0-7
/proc/7066/task/7079/stat : 7079 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418976844 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623747308112 140624701851547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7080] ppid=7064 vsize=28768328 memory=-6519613052471072158 CPUtime=3.07 cores=0-7
/proc/7066/task/7080/stat : 7080 (java) R 7064 7064 6587 0 -1 4202560 7500 0 0 0 305 2 0 0 20 0 28 0 418976844 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623746255256 140624683352636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7081] ppid=7064 vsize=28768328 memory=5450916479880885802 CPUtime=3.59 cores=0-7
/proc/7066/task/7081/stat : 7081 (java) S 7064 7064 6587 0 -1 1077944384 7134 0 0 0 356 3 0 0 20 0 28 0 418976844 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623745202160 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7082] ppid=7064 vsize=28768328 memory=-7749694995119233653 CPUtime=3.21 cores=0-7
/proc/7066/task/7082/stat : 7082 (java) S 7064 7064 6587 0 -1 1077944384 19542 0 0 0 316 5 0 0 20 0 28 0 418976844 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623744149872 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7083] ppid=7064 vsize=28768328 memory=7518312460530772056 CPUtime=1.18 cores=0-7
/proc/7066/task/7083/stat : 7083 (java) S 7064 7064 6587 0 -1 1077944384 7318 0 0 0 115 3 0 0 20 0 28 0 418976844 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623743097072 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7084] ppid=7064 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/7066/task/7084/stat : 7084 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418976845 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623742045024 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7085] ppid=7064 vsize=28768328 memory=599540 CPUtime=0 cores=0-7
/proc/7066/task/7085/stat : 7085 (java) S 7064 7064 6587 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418976845 29458767872 167674 33554432000 4194304 4196468 140730303089680 140623740992304 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
Current children cumulated CPU time: 55.17 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 672152 KiB

[startup+9.20122 s]
/proc/loadavg: 7.30 7.83 8.06 10/219 7149
/proc/meminfo: memFree=30602304/32770624 swapFree=67000532/67108860
[pid=7064] ppid=7061 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7064/stat : 7064 (xcsp3-exec) S 7061 7064 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976838 115843072 364 33554432000 4194304 5098028 140725969241584 140725969239688 139686739866236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35491840 140725969245046 140725969245289 140725969245289 140725969248202 0
/proc/7064/statm: 28282 364 305 221 0 87 0
[pid=7066] ppid=7064 vsize=28768328 memory=731488 CPUtime=58.21 cores=0-7
/proc/7066/stat : 7066 (java) S 7064 7064 6587 0 -1 1077944320 62899 0 0 0 5722 99 0 0 20 0 28 0 418976839 29458767872 182872 33554432000 4194304 4196468 140730303089680 140730303072224 140624701832951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
/proc/7066/statm: 7192082 182872 3525 1 0 7153184 0
[pid=7066/tid=7067] ppid=7064 vsize=28768328 memory=0 CPUtime=2.43 cores=0-7
/proc/7066/task/7067/stat : 7067 (java) R 7064 7064 6587 0 -1 4202560 9992 0 0 0 235 8 0 0 20 0 28 0 418976839 29458767872 182872 33554432000 4194304 4196468 140730303089680 140624706073728 140624701854877 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7068] ppid=7064 vsize=28768328 memory=0 CPUtime=0.13 cores=0-7
/proc/7066/task/7068/stat : 7068 (java) S 7064 7064 6587 0 -1 1077944384 452 0 0 0 5 8 0 0 20 0 28 0 418976840 29458767872 182873 33554432000 4194304 4196468 140730303089680 140624621685648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7069] ppid=7064 vsize=28768328 memory=0 CPUtime=0.12 cores=0-7
/proc/7066/task/7069/stat : 7069 (java) S 7064 7064 6587 0 -1 1077944384 241 0 0 0 5 7 0 0 20 0 28 0 418976840 29458767872 182873 33554432000 4194304 4196468 140730303089680 140624620632848 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7070] ppid=7064 vsize=28768328 memory=0 CPUtime=0.13 cores=0-7
/proc/7066/task/7070/stat : 7070 (java) S 7064 7064 6587 0 -1 1077944384 277 0 0 0 5 8 0 0 20 0 28 0 418976840 29458767872 182873 33554432000 4194304 4196468 140730303089680 140624619580560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7071] ppid=7064 vsize=28768328 memory=1456 CPUtime=0.13 cores=0-7
/proc/7066/task/7071/stat : 7071 (java) S 7064 7064 6587 0 -1 1077944384 941 0 0 0 5 8 0 0 20 0 28 0 418976840 29458767872 182873 33554432000 4194304 4196468 140730303089680 140624618527760 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7072] ppid=7064 vsize=28768328 memory=617976 CPUtime=0.13 cores=0-7
/proc/7066/task/7072/stat : 7072 (java) S 7064 7064 6587 0 -1 1077944384 278 0 0 0 5 8 0 0 20 0 28 0 418976840 29458767872 182873 33554432000 4194304 4196468 140730303089680 140624617474448 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7073] ppid=7064 vsize=28768328 memory=0 CPUtime=0.13 cores=0-7
/proc/7066/task/7073/stat : 7073 (java) S 7064 7064 6587 0 -1 1077944384 193 0 0 0 5 8 0 0 20 0 28 0 418976840 29458767872 182873 33554432000 4194304 4196468 140730303089680 140624616421648 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7074] ppid=7064 vsize=28768328 memory=0 CPUtime=0.13 cores=0-7
/proc/7066/task/7074/stat : 7074 (java) S 7064 7064 6587 0 -1 1077944384 257 0 0 0 5 8 0 0 20 0 28 0 418976840 29458767872 182873 33554432000 4194304 4196468 140730303089680 140624615369360 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7075] ppid=7064 vsize=28768328 memory=0 CPUtime=0.13 cores=0-7
/proc/7066/task/7075/stat : 7075 (java) S 7064 7064 6587 0 -1 1077944384 224 0 0 0 5 8 0 0 20 0 28 0 418976840 29458767872 182873 33554432000 4194304 4196468 140730303089680 140624614316560 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7076] ppid=7064 vsize=28768328 memory=10 CPUtime=0.01 cores=0-7
/proc/7066/task/7076/stat : 7076 (java) S 7064 7064 6587 0 -1 1077944384 988 0 0 0 1 0 0 0 20 0 28 0 418976841 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623750466160 140624701844098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7077] ppid=7064 vsize=28768328 memory=10 CPUtime=0 cores=0-7
/proc/7066/task/7077/stat : 7077 (java) S 7064 7064 6587 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 418976842 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623749412192 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7078] ppid=7064 vsize=28768328 memory=10 CPUtime=0 cores=0-7
/proc/7066/task/7078/stat : 7078 (java) S 7064 7064 6587 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 418976842 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623748359808 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7079] ppid=7064 vsize=28768328 memory=1 CPUtime=0 cores=0-7
/proc/7066/task/7079/stat : 7079 (java) S 7064 7064 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418976844 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623747308112 140624701851547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7080] ppid=7064 vsize=28768328 memory=0 CPUtime=3.08 cores=0-7
/proc/7066/task/7080/stat : 7080 (java) S 7064 7064 6587 0 -1 1077944384 7539 0 0 0 306 2 0 0 20 0 28 0 418976844 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623746254960 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7081] ppid=7064 vsize=28768328 memory=0 CPUtime=3.75 cores=0-7
/proc/7066/task/7081/stat : 7081 (java) S 7064 7064 6587 0 -1 1077944384 7602 0 0 0 372 3 0 0 20 0 28 0 418976844 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623745202160 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7082] ppid=7064 vsize=28768328 memory=0 CPUtime=3.22 cores=0-7
/proc/7066/task/7082/stat : 7082 (java) S 7064 7064 6587 0 -1 1077944384 19604 0 0 0 317 5 0 0 20 0 28 0 418976844 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623744149872 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7083] ppid=7064 vsize=28768328 memory=140062977372174 CPUtime=1.18 cores=0-7
/proc/7066/task/7083/stat : 7083 (java) S 7064 7064 6587 0 -1 1077944384 7382 0 0 0 115 3 0 0 20 0 28 0 418976844 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623743097072 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7084] ppid=7064 vsize=28768328 memory=140062977339944 CPUtime=0 cores=0-7
/proc/7066/task/7084/stat : 7084 (java) S 7064 7064 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418976845 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623742045024 140624701843157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
[pid=7066/tid=7085] ppid=7064 vsize=28768328 memory=280125954847808 CPUtime=0 cores=0-7
/proc/7066/task/7085/stat : 7085 (java) S 7064 7064 6587 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418976845 29458767872 182873 33554432000 4194304 4196468 140730303089680 140623740992304 140624701844098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38694912 140730303091690 140730303091862 140730303091862 140730303094735 0
Current children cumulated CPU time: 58.21 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 732944 KiB

Child status: 0
Real time (s): 9.23907
CPU time (s): 58.313
CPU user time (s): 57.3035
CPU system time (s): 1.00949
CPU usage (%): 631.156
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 732944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.3035
system time used= 1.00949
maximum resident set size= 732032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6110
involuntary context switches= 1703


# summary of solver processes directly reported to runsolver:
#   pid: 7064
#   total CPU time (s): 58.313
#   total CPU user time (s): 57.3035
#   total CPU system time (s): 1.00949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.10714 second user time and 0.137139 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 05:09:48
IDJOB=4393949
IDBENCH=127971
IDSOLVER=2841
FILE ID=node146/4393949-1568430628
RUNJOBID= node146-1568429502-6614
PBS_JOBID= 21702307
Free space on /tmp= 59032 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.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-4393949-1568430628/watcher-4393949-1568430628 -o /tmp/evaluation-result-4393949-1568430628/solver-4393949-1568430628 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 597923137 HOME/instance-4393949-1568430628.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=597923137

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.90
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:        31270464 kB
MemAvailable:   31881048 kB
Buffers:          186184 kB
Cached:           689496 kB
SwapCached:         4728 kB
Active:           504984 kB
Inactive:         377076 kB
Active(anon):      22540 kB
Inactive(anon):    21912 kB
Active(file):     482444 kB
Inactive(file):   355164 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000532 kB
Dirty:             27176 kB
Writeback:             0 kB
AnonPages:        116584 kB
Mapped:            42484 kB
Shmem:             29880 kB
Slab:             207972 kB
SReclaimable:     177624 kB
SUnreclaim:        30348 kB
KernelStack:        3712 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 59004 MiB
End job on node146 at 2019-09-14 05:09:57