Trace number 4393921

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 parallelOPT38 4525.83 569.74

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-12.xml
MD5SUM7162d4a2bfb4649e5ff01c254dbd946c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark41.7674
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints172
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":40}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":72}]
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-4393921-1568418810.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393921-1568418810.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.71/0.74	c solve instance...
2.16/0.80	o 0 
2.16/0.81	o 4 
2.16/0.82	o 6 
2.16/0.82	o 7 
2.16/0.84	o 8 
2.16/0.86	o 11 
2.16/0.87	o 12 
2.16/0.89	o 13 
2.16/0.89	o 15 
2.16/0.90	o 17 
2.74/0.93	o 28 
2.74/0.94	o 29 
2.74/0.95	o 30 
2.74/0.95	o 31 
2.74/0.99	o 33 
3.56/1.04	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (44/46)
3.56/1.04		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.56/1.04		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.56/1.04		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.56/1.04		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.56/1.04		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.56/1.04	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (44/46)
3.56/1.04		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.56/1.04		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.56/1.04		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.56/1.04		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.56/1.04		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.56/1.04		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.56/1.04		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.56/1.04		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.56/1.04		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.56/1.04		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.56/1.04		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.56/1.04		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.56/1.04		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.56/1.04		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.56/1.04		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.56/1.04		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.56/1.04	o 34 
4.29/1.13	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
4.29/1.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.29/1.13		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.29/1.13		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.29/1.13		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.29/1.13		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.29/1.13	Caused by: java.lang.ArrayIndexOutOfBoundsException
4.29/1.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4.29/1.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4.29/1.13		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4.29/1.13		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4.29/1.13		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4.29/1.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
4.29/1.13		... 4 more
4.29/1.13	Caused by: java.lang.ArrayIndexOutOfBoundsException
4.29/1.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4.29/1.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4.29/1.13		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4.29/1.13		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4.29/1.13		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4.29/1.13		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
4.29/1.13		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
4.29/1.13		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
4.29/1.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
4.29/1.13		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
4.29/1.13		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
4.29/1.13		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
4.29/1.13		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
4.29/1.13		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
4.29/1.13		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.29/1.13		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.29/1.13		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.29/1.13		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.29/1.13	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
4.29/1.13		at org.chocosolver.solver.variables.impl.AbstractVariable.getDindex(AbstractVariable.java:309)
4.29/1.13		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:288)
4.29/1.13		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
4.29/1.13		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
4.29/1.13		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
4.29/1.13		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
4.29/1.13		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
4.29/1.13		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.29/1.13		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.29/1.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.29/1.13		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.29/1.13		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.29/1.13		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.29/1.13		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.29/1.13		... 4 more
4.29/1.13	o 36 
4.98/1.26	o 37 
989.13/125.11	o 38 
4525.77/569.70	s OPTIMUM FOUND
4525.77/569.70	v <instantiation>
4525.77/569.70	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] </list>
4525.77/569.70	v 	<values>0 1 1 0 0 1 1 0 1 1 0 1 1 0 0 1 0 0 1 0 1 0 1 1 1 1 1 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 1 1 1 1 1 0 1 0 1 0 0 1 0 0 1 1 0 1 1 0 1 1 0 0 1 1 0 2 2 2 2 2 2 2 4 2 3 4 2 3 6 5 3 4 5 3 5 3 5 3 2 2 3 3 4 3 3 4 5 3 5 5 4 4 5 5 3 5 4 3 3 4 3 3 2 2 3 5 3 5 3 5 4 3 5 6 3 2 4 3 2 4 2 2 2 2 2 2 2 </values>
4525.77/569.70	v </instantiation>

Verifier Data

OK	38

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393921-1568418810/watcher-4393921-1568418810 -o /tmp/evaluation-result-4393921-1568418810/solver-4393921-1568418810 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568416726-24393 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1527740803 HOME/instance-4393921-1568418810.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=27462, runsolver pid=27459
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 6.63 6.71 4.52 2/217 27483
/proc/meminfo: memFree=30243844/32770624 swapFree=66916604/67108860
[pid=27462] ppid=27459 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27462/stat : 27462 (xcsp3-exec) S 27459 27462 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418131575 115843072 363 33554432000 4194304 5098028 140727783161472 140727783159576 140164691661436 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12058624 140727783166837 140727783167081 140727783167081 140727783169994 0
/proc/27462/statm: 28282 363 304 221 0 87 0
[pid=27464] ppid=27462 vsize=28227388 memory=28896 CPUtime=0.12 cores=0-7
/proc/27464/stat : 27464 (java) S 27462 27462 24366 0 -1 1077944320 5727 0 0 0 11 1 0 0 20 0 20 0 418131576 28904845312 7224 33554432000 4194304 4196468 140735235887888 140735235870432 140124728811255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
/proc/27464/statm: 7056847 7224 3095 1 0 7019032 0
[pid=27464/tid=27465] ppid=27462 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27464/task/27465/stat : 27465 (java) R 27462 27462 24366 0 -1 4202560 3608 0 0 0 8 1 0 0 20 0 20 0 418131576 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124733045792 140124710206461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27466] ppid=27462 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27464/task/27466/stat : 27466 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124681432208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27467] ppid=27462 vsize=28227388 memory=140052090336896 CPUtime=0 cores=0-7
/proc/27464/task/27467/stat : 27467 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124680379408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27468] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27468/stat : 27468 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124679326608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27469] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27469/stat : 27469 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124678273808 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27470] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27470/stat : 27470 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124677221008 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27471] ppid=27462 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/27464/task/27471/stat : 27471 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124676168208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27472] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27472/stat : 27472 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124675115408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27473] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27473/stat : 27473 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 7224 33554432000 4194304 4196468 140735235887888 140124674062608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27474] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27474/stat : 27474 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131578 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123777788784 140124728822402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27475] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27475/stat : 27475 (java) S 27462 27462 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418131579 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123776734752 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27476] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27476/stat : 27476 (java) S 27462 27462 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418131579 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123775681904 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27477] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27477/stat : 27477 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131581 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123774630224 140124728829851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27478] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27478/stat : 27478 (java) R 27462 27462 24366 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 20 0 418131581 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123773569088 140124709166560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27479] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27479/stat : 27479 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418131581 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123772524784 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27480] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27480/stat : 27480 (java) S 27462 27462 24366 0 -1 1077944384 392 0 0 0 0 0 0 0 20 0 20 0 418131581 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123771471984 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27481] ppid=27462 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/27464/task/27481/stat : 27481 (java) R 27462 27462 24366 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 20 0 418131581 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123770419184 140124728823190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27482] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27482/stat : 27482 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418131581 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123769367648 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27483] ppid=27462 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/27464/task/27483/stat : 27483 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131582 28904845312 7224 33554432000 4194304 4196468 140735235887888 140123768314928 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30348 KiB

[startup+0.211053 s]*
/proc/loadavg: 6.63 6.71 4.52 3/217 27483
/proc/meminfo: memFree=30230360/32770624 swapFree=66916604/67108860
[pid=27462] ppid=27459 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27462/stat : 27462 (xcsp3-exec) S 27459 27462 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418131575 115843072 363 33554432000 4194304 5098028 140727783161472 140727783159576 140164691661436 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12058624 140727783166837 140727783167081 140727783167081 140727783169994 0
/proc/27462/statm: 28282 363 304 221 0 87 0
[pid=27464] ppid=27462 vsize=28227388 memory=41100 CPUtime=0.34 cores=0-7
/proc/27464/stat : 27464 (java) S 27462 27462 24366 0 -1 1077944320 9548 0 0 0 31 3 0 0 20 0 20 0 418131576 28904845312 10275 33554432000 4194304 4196468 140735235887888 140735235870432 140124728811255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
/proc/27464/statm: 7056847 10275 3305 1 0 7019032 0
[pid=27464/tid=27465] ppid=27462 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/27464/task/27465/stat : 27465 (java) R 27462 27462 24366 0 -1 4202560 6641 0 0 0 18 2 0 0 20 0 20 0 418131576 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124733049072 140124712891742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27466] ppid=27462 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/27464/task/27466/stat : 27466 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124681432208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27467] ppid=27462 vsize=28227388 memory=140052090360033 CPUtime=0 cores=0-7
/proc/27464/task/27467/stat : 27467 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124680379408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27468] ppid=27462 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/27464/task/27468/stat : 27468 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124679326608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27469] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27469/stat : 27469 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124678273808 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27470] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27470/stat : 27470 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124677221008 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27471] ppid=27462 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/27464/task/27471/stat : 27471 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124676168208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27472] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27472/stat : 27472 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124675115408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27473] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27473/stat : 27473 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418131577 28904845312 10275 33554432000 4194304 4196468 140735235887888 140124674062608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27474] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27474/stat : 27474 (java) S 27462 27462 24366 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418131578 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123777788784 140124728822402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27475] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27475/stat : 27475 (java) S 27462 27462 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418131579 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123776734752 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27476] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27476/stat : 27476 (java) S 27462 27462 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418131579 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123775681904 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27477] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27477/stat : 27477 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131581 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123774630224 140124728829851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27478] ppid=27462 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/27464/task/27478/stat : 27478 (java) S 27462 27462 24366 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 20 0 418131581 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123773577584 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27479] ppid=27462 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/27464/task/27479/stat : 27479 (java) S 27462 27462 24366 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 20 0 418131581 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123772524784 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27480] ppid=27462 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/27464/task/27480/stat : 27480 (java) S 27462 27462 24366 0 -1 1077944384 487 0 0 0 2 0 0 0 20 0 20 0 418131581 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123771471984 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27481] ppid=27462 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/27464/task/27481/stat : 27481 (java) S 27462 27462 24366 0 -1 1077944384 779 0 0 0 8 0 0 0 20 0 20 0 418131581 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123770419184 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27482] ppid=27462 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27482/stat : 27482 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418131581 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123769367648 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27483] ppid=27462 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/27464/task/27483/stat : 27483 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131582 28904845312 10275 33554432000 4194304 4196468 140735235887888 140123768314928 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42552 KiB

[startup+0.310831 s]*
/proc/loadavg: 6.63 6.71 4.52 4/217 27483
/proc/meminfo: memFree=30222840/32770624 swapFree=66916604/67108860
[pid=27462] ppid=27459 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27462/stat : 27462 (xcsp3-exec) S 27459 27462 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418131575 115843072 363 33554432000 4194304 5098028 140727783161472 140727783159576 140164691661436 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12058624 140727783166837 140727783167081 140727783167081 140727783169994 0
/proc/27462/statm: 28282 363 304 221 0 87 0
[pid=27464] ppid=27462 vsize=28231644 memory=50340 CPUtime=0.53 cores=0-7
/proc/27464/stat : 27464 (java) S 27462 27462 24366 0 -1 1077944320 10940 0 0 0 49 4 0 0 20 0 20 0 418131576 28909203456 12585 33554432000 4194304 4196468 140735235887888 140735235870432 140124728811255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
/proc/27464/statm: 7057911 12585 3352 1 0 7019032 0
[pid=27464/tid=27465] ppid=27462 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/27464/task/27465/stat : 27465 (java) R 27462 27462 24366 0 -1 4202560 7832 0 0 0 27 3 0 0 20 0 20 0 418131576 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124733042368 140124712206769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27466] ppid=27462 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27466/stat : 27466 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124681432208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27467] ppid=27462 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27467/stat : 27467 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124680379408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27468] ppid=27462 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27468/stat : 27468 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124679326608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27469] ppid=27462 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27469/stat : 27469 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124678273808 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27470] ppid=27462 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/27464/task/27470/stat : 27470 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124677221008 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27471] ppid=27462 vsize=28231644 memory=140051971404719 CPUtime=0 cores=0-7
/proc/27464/task/27471/stat : 27471 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124676168208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27472] ppid=27462 vsize=28231644 memory=140051971407024 CPUtime=0 cores=0-7
/proc/27464/task/27472/stat : 27472 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124675115408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27473] ppid=27462 vsize=28231644 memory=140051971409328 CPUtime=0 cores=0-7
/proc/27464/task/27473/stat : 27473 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418131577 28909203456 12650 33554432000 4194304 4196468 140735235887888 140124674062608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27474] ppid=27462 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27474/stat : 27474 (java) S 27462 27462 24366 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418131578 28909203456 12650 33554432000 4194304 4196468 140735235887888 140123777788784 140124728822402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27475] ppid=27462 vsize=28231644 memory=280103942825616 CPUtime=0 cores=0-7
/proc/27464/task/27475/stat : 27475 (java) S 27462 27462 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418131579 28909203456 12650 33554432000 4194304 4196468 140735235887888 140123776734752 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27476] ppid=27462 vsize=28231644 memory=280103942832528 CPUtime=0 cores=0-7
/proc/27464/task/27476/stat : 27476 (java) S 27462 27462 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418131579 28909203456 12650 33554432000 4194304 4196468 140735235887888 140123775681904 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27477] ppid=27462 vsize=28231644 memory=280103942773680 CPUtime=0 cores=0-7
/proc/27464/task/27477/stat : 27477 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131581 28909203456 12650 33554432000 4194304 4196468 140735235887888 140123774630224 140124728829851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27478] ppid=27462 vsize=28231644 memory=280103942846352 CPUtime=0.02 cores=0-7
/proc/27464/task/27478/stat : 27478 (java) S 27462 27462 24366 0 -1 1077944384 282 0 0 0 2 0 0 0 20 0 20 0 418131581 28909203456 12650 33554432000 4194304 4196468 140735235887888 140123773577584 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27479] ppid=27462 vsize=28231644 memory=280103942853264 CPUtime=0.03 cores=0-7
/proc/27464/task/27479/stat : 27479 (java) R 27462 27462 24366 0 -1 4202560 145 0 0 0 3 0 0 0 20 0 20 0 418131581 28909203456 12650 33554432000 4194304 4196468 140735235887888 140123772515168 140124706072512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27480] ppid=27462 vsize=28231644 memory=280103942850960 CPUtime=0.03 cores=0-7
/proc/27464/task/27480/stat : 27480 (java) S 27462 27462 24366 0 -1 1077944384 496 0 0 0 3 0 0 0 20 0 20 0 418131581 28909203456 12656 33554432000 4194304 4196468 140735235887888 140123771471984 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27481] ppid=27462 vsize=28231644 memory=280103942867120 CPUtime=0.12 cores=0-7
/proc/27464/task/27481/stat : 27481 (java) S 27462 27462 24366 0 -1 1077944384 877 0 0 0 12 0 0 0 20 0 20 0 418131581 28909203456 12656 33554432000 4194304 4196468 140735235887888 140123770419184 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27482] ppid=27462 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27482/stat : 27482 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418131581 28909203456 12656 33554432000 4194304 4196468 140735235887888 140123769367648 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27483] ppid=27462 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/27464/task/27483/stat : 27483 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131582 28909203456 12656 33554432000 4194304 4196468 140735235887888 140123768314928 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51792 KiB

[startup+0.701028 s]
/proc/loadavg: 6.34 6.65 4.51 4/217 27483
/proc/meminfo: memFree=30212224/32770624 swapFree=66916604/67108860
[pid=27462] ppid=27459 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27462/stat : 27462 (xcsp3-exec) S 27459 27462 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418131575 115843072 363 33554432000 4194304 5098028 140727783161472 140727783159576 140164691661436 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12058624 140727783166837 140727783167081 140727783167081 140727783169994 0
/proc/27462/statm: 28282 363 304 221 0 87 0
[pid=27464] ppid=27462 vsize=28233768 memory=92704 CPUtime=1.71 cores=0-7
/proc/27464/stat : 27464 (java) S 27462 27462 24366 0 -1 1077944320 16920 0 0 0 164 7 0 0 20 0 20 0 418131576 28911378432 23176 33554432000 4194304 4196468 140735235887888 140735235870432 140124728811255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
/proc/27464/statm: 7058442 23176 3456 1 0 7019544 0
[pid=27464/tid=27465] ppid=27462 vsize=28233768 memory=280103943225008 CPUtime=0.67 cores=0-7
/proc/27464/task/27465/stat : 27465 (java) R 27462 27462 24366 0 -1 4202560 9242 0 0 0 63 4 0 0 20 0 20 0 418131576 28911378432 23176 33554432000 4194304 4196468 140735235887888 140124733048688 140124335925575 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27466] ppid=27462 vsize=28233768 memory=140051971613552 CPUtime=0 cores=0-7
/proc/27464/task/27466/stat : 27466 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418131577 28911378432 23176 33554432000 4194304 4196468 140735235887888 140124681432208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27467] ppid=27462 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/27464/task/27467/stat : 27467 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28911378432 23176 33554432000 4194304 4196468 140735235887888 140124680379408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27468] ppid=27462 vsize=28233768 memory=5996 CPUtime=0 cores=0-7
/proc/27464/task/27468/stat : 27468 (java) S 27462 27462 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418131577 28911378432 23176 33554432000 4194304 4196468 140735235887888 140124679326608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0

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

[pid=27464/tid=27481] ppid=27462 vsize=28834892 memory=1556 CPUtime=1.17 cores=0-7
/proc/27464/task/27481/stat : 27481 (java) S 27462 27462 24366 0 -1 1077944384 20213 0 0 0 114 3 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123770419184 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27482] ppid=27462 vsize=28834892 memory=928 CPUtime=0 cores=0-7
/proc/27464/task/27482/stat : 27482 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123769367648 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27483] ppid=27462 vsize=28834892 memory=1460 CPUtime=0.19 cores=0-7
/proc/27464/task/27483/stat : 27483 (java) S 27462 27462 24366 0 -1 1077944384 2839 0 0 0 0 19 0 0 20 0 28 0 418131582 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123768314928 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27644] ppid=27462 vsize=28834892 memory=916 CPUtime=438.39 cores=0-7
/proc/27464/task/27644/stat : 27644 (java) R 27462 27462 24366 0 -1 4202560 12626 0 0 0 43821 18 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123755945592 140124337609244 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27645] ppid=27462 vsize=28834892 memory=1444 CPUtime=438.36 cores=0-7
/proc/27464/task/27645/stat : 27645 (java) R 27462 27462 24366 0 -1 4202560 10390 0 0 0 43816 20 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123752788112 140124337607687 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27646] ppid=27462 vsize=28834892 memory=1984 CPUtime=438.24 cores=0-7
/proc/27464/task/27646/stat : 27646 (java) R 27462 27462 24366 0 -1 4202560 34933 0 0 0 43770 54 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123754895152 140124338296479 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27647] ppid=27462 vsize=28834892 memory=2528 CPUtime=438.71 cores=0-7
/proc/27464/task/27647/stat : 27647 (java) R 27462 27462 24366 0 -1 4202560 64478 0 0 0 43740 131 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123748584832 140124334924222 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27648] ppid=27462 vsize=28834892 memory=1764 CPUtime=437.55 cores=0-7
/proc/27464/task/27648/stat : 27648 (java) R 27462 27462 24366 0 -1 4202560 42269 0 0 0 43668 87 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123759106672 140735235926408 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27649] ppid=27462 vsize=28834892 memory=111632 CPUtime=438.33 cores=0-7
/proc/27464/task/27649/stat : 27649 (java) R 27462 27462 24366 0 -1 4202560 46514 0 0 0 43771 62 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123753840760 140124338296850 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27650] ppid=27462 vsize=28834892 memory=792 CPUtime=436.88 cores=0-7
/proc/27464/task/27650/stat : 27650 (java) R 27462 27462 24366 0 -1 4202560 22410 0 0 0 43672 16 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123756998344 140124338152145 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27651] ppid=27462 vsize=28834892 memory=1640 CPUtime=436.98 cores=0-7
/proc/27464/task/27651/stat : 27651 (java) R 27462 27462 24366 0 -1 4202560 146892 0 0 0 43448 250 0 0 20 0 28 0 418144088 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123758051536 140124337277166 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
Current children cumulated CPU time: 4519.39 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 5885056 KiB

[startup+569.302 s]
/proc/loadavg: 8.26 8.14 6.27 9/226 27717
/proc/meminfo: memFree=24379088/32770624 swapFree=66916608/67108860
[pid=27462] ppid=27459 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27462/stat : 27462 (xcsp3-exec) S 27459 27462 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418131575 115843072 363 33554432000 4194304 5098028 140727783161472 140727783159576 140164691661436 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12058624 140727783166837 140727783167081 140727783167081 140727783169994 0
/proc/27462/statm: 28282 363 304 221 0 87 0
[pid=27464] ppid=27462 vsize=28834892 memory=5883604 CPUtime=4522.57 cores=0-7
/proc/27464/stat : 27464 (java) S 27462 27462 24366 0 -1 1077944320 674414 0 0 0 451220 1037 0 0 20 0 28 0 418131576 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140735235870432 140124728811255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
/proc/27464/statm: 7208723 1470901 3555 1 0 7169825 0
[pid=27464/tid=27465] ppid=27462 vsize=28834892 memory=6791534058613427641 CPUtime=0.76 cores=0-7
/proc/27464/task/27465/stat : 27465 (java) S 27462 27462 24366 0 -1 1077944384 9585 0 0 0 72 4 0 0 20 0 28 0 418131576 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124733052032 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27466] ppid=27462 vsize=28834892 memory=6370456453423721064 CPUtime=3.93 cores=0-7
/proc/27464/task/27466/stat : 27466 (java) S 27462 27462 24366 0 -1 1077944384 10744 0 0 0 355 38 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124681432208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27467] ppid=27462 vsize=28834892 memory=7235994231548961896 CPUtime=3.93 cores=0-7
/proc/27464/task/27467/stat : 27467 (java) S 27462 27462 24366 0 -1 1077944384 11539 0 0 0 353 40 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124680379408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27468] ppid=27462 vsize=28834892 memory=7235994231548961896 CPUtime=3.96 cores=0-7
/proc/27464/task/27468/stat : 27468 (java) S 27462 27462 24366 0 -1 1077944384 11989 0 0 0 357 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124679326608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27469] ppid=27462 vsize=28834892 memory=7235994231548961896 CPUtime=3.94 cores=0-7
/proc/27464/task/27469/stat : 27469 (java) S 27462 27462 24366 0 -1 1077944384 11181 0 0 0 355 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124678273808 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27470] ppid=27462 vsize=28834892 memory=7235994231548961896 CPUtime=3.9 cores=0-7
/proc/27464/task/27470/stat : 27470 (java) S 27462 27462 24366 0 -1 1077944384 8999 0 0 0 353 37 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124677221008 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27471] ppid=27462 vsize=28834892 memory=7522255382411493476 CPUtime=3.97 cores=0-7
/proc/27464/task/27471/stat : 27471 (java) S 27462 27462 24366 0 -1 1077944384 10772 0 0 0 358 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124676168208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27472] ppid=27462 vsize=28834892 memory=7235994231548961896 CPUtime=3.94 cores=0-7
/proc/27464/task/27472/stat : 27472 (java) S 27462 27462 24366 0 -1 1077944384 9627 0 0 0 355 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124675115408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27473] ppid=27462 vsize=28834892 memory=7522255382411493476 CPUtime=3.94 cores=0-7
/proc/27464/task/27473/stat : 27473 (java) S 27462 27462 24366 0 -1 1077944384 9129 0 0 0 355 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124674062608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27474] ppid=27462 vsize=28834892 memory=7522255382411493476 CPUtime=0.88 cores=0-7
/proc/27464/task/27474/stat : 27474 (java) S 27462 27462 24366 0 -1 1077944384 73441 0 0 0 66 22 0 0 20 0 28 0 418131578 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123777788784 140124728822402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27475] ppid=27462 vsize=28834892 memory=7522255382411493476 CPUtime=0 cores=0-7
/proc/27464/task/27475/stat : 27475 (java) S 27462 27462 24366 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 418131579 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123776734816 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27476] ppid=27462 vsize=28834892 memory=7307462410047612011 CPUtime=0 cores=0-7
/proc/27464/task/27476/stat : 27476 (java) S 27462 27462 24366 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418131579 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123775681920 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27477] ppid=27462 vsize=28834892 memory=7307462410047612011 CPUtime=0 cores=0-7
/proc/27464/task/27477/stat : 27477 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123774630224 140124728829851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27478] ppid=27462 vsize=28834892 memory=7450476960945825892 CPUtime=2.43 cores=0-7
/proc/27464/task/27478/stat : 27478 (java) S 27462 27462 24366 0 -1 1077944384 15484 0 0 0 240 3 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123773577584 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27479] ppid=27462 vsize=28834892 memory=7235994231548961896 CPUtime=2.58 cores=0-7
/proc/27464/task/27479/stat : 27479 (java) S 27462 27462 24366 0 -1 1077944384 19620 0 0 0 255 3 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123772524784 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27480] ppid=27462 vsize=28834892 memory=6791534058613427641 CPUtime=2.79 cores=0-7
/proc/27464/task/27480/stat : 27480 (java) S 27462 27462 24366 0 -1 1077944384 22299 0 0 0 275 4 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123771471984 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27481] ppid=27462 vsize=28834892 memory=1452 CPUtime=1.17 cores=0-7
/proc/27464/task/27481/stat : 27481 (java) S 27462 27462 24366 0 -1 1077944384 20213 0 0 0 114 3 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123770419184 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27482] ppid=27462 vsize=28834892 memory=5879516 CPUtime=0 cores=0-7
/proc/27464/task/27482/stat : 27482 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123769367648 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27483] ppid=27462 vsize=28834892 memory=0 CPUtime=0.19 cores=0-7
/proc/27464/task/27483/stat : 27483 (java) S 27462 27462 24366 0 -1 1077944384 2839 0 0 0 0 19 0 0 20 0 28 0 418131582 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123768314928 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27644] ppid=27462 vsize=28834892 memory=-8412652169205224307 CPUtime=438.78 cores=0-7
/proc/27464/task/27644/stat : 27644 (java) R 27462 27462 24366 0 -1 4202560 12636 0 0 0 43860 18 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123755945592 140124338214680 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27645] ppid=27462 vsize=28834892 memory=7738146659063065192 CPUtime=438.76 cores=0-7
/proc/27464/task/27645/stat : 27645 (java) R 27462 27462 24366 0 -1 4202560 10397 0 0 0 43856 20 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123752788248 140124337608348 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27646] ppid=27462 vsize=28834892 memory=4104 CPUtime=438.64 cores=0-7
/proc/27464/task/27646/stat : 27646 (java) R 27462 27462 24366 0 -1 4202560 34942 0 0 0 43810 54 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123754895152 140124342466531 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27647] ppid=27462 vsize=28834892 memory=1412 CPUtime=439.11 cores=0-7
/proc/27464/task/27647/stat : 27647 (java) R 27462 27462 24366 0 -1 4202560 64493 0 0 0 43780 131 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123748584968 140124708521697 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27648] ppid=27462 vsize=28834892 memory=3676 CPUtime=437.95 cores=0-7
/proc/27464/task/27648/stat : 27648 (java) R 27462 27462 24366 0 -1 4202560 42385 0 0 0 43707 88 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123759106560 140124337277032 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27649] ppid=27462 vsize=28834892 memory=1452 CPUtime=438.73 cores=0-7
/proc/27464/task/27649/stat : 27649 (java) R 27462 27462 24366 0 -1 4202560 46517 0 0 0 43811 62 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123753840760 140124341333414 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27650] ppid=27462 vsize=28834892 memory=5883604 CPUtime=437.28 cores=0-7
/proc/27464/task/27650/stat : 27650 (java) R 27462 27462 24366 0 -1 4202560 22422 0 0 0 43712 16 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123756998344 140124338296497 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27651] ppid=27462 vsize=28834892 memory=1984 CPUtime=437.38 cores=0-7
/proc/27464/task/27651/stat : 27651 (java) R 27462 27462 24366 0 -1 4202560 146898 0 0 0 43488 250 0 0 20 0 28 0 418144088 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123758051672 140124332596635 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
Current children cumulated CPU time: 4522.57 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 5885056 KiB

[startup+569.702 s]
/proc/loadavg: 8.26 8.14 6.27 9/226 27717
/proc/meminfo: memFree=24379088/32770624 swapFree=66916608/67108860
[pid=27462] ppid=27459 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27462/stat : 27462 (xcsp3-exec) S 27459 27462 24366 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418131575 115843072 363 33554432000 4194304 5098028 140727783161472 140727783159576 140164691661436 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12058624 140727783166837 140727783167081 140727783167081 140727783169994 0
/proc/27462/statm: 28282 363 304 221 0 87 0
[pid=27464] ppid=27462 vsize=28834892 memory=5883604 CPUtime=4525.77 cores=0-7
/proc/27464/stat : 27464 (java) S 27462 27462 24366 0 -1 1077944320 674518 0 0 0 451540 1037 0 0 20 0 28 0 418131576 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140735235870432 140124728811255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
/proc/27464/statm: 7208723 1470901 3555 1 0 7169825 0
[pid=27464/tid=27465] ppid=27462 vsize=28834892 memory=1452 CPUtime=0.76 cores=0-7
/proc/27464/task/27465/stat : 27465 (java) S 27462 27462 24366 0 -1 1077944384 9585 0 0 0 72 4 0 0 20 0 28 0 418131576 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124733052032 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27466] ppid=27462 vsize=28834892 memory=1452 CPUtime=3.93 cores=0-7
/proc/27464/task/27466/stat : 27466 (java) S 27462 27462 24366 0 -1 1077944384 10744 0 0 0 355 38 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124681432208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27467] ppid=27462 vsize=28834892 memory=5883604 CPUtime=3.93 cores=0-7
/proc/27464/task/27467/stat : 27467 (java) S 27462 27462 24366 0 -1 1077944384 11539 0 0 0 353 40 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124680379408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27468] ppid=27462 vsize=28834892 memory=5883604 CPUtime=3.96 cores=0-7
/proc/27464/task/27468/stat : 27468 (java) S 27462 27462 24366 0 -1 1077944384 11989 0 0 0 357 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124679326608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27469] ppid=27462 vsize=28834892 memory=1452 CPUtime=3.94 cores=0-7
/proc/27464/task/27469/stat : 27469 (java) S 27462 27462 24366 0 -1 1077944384 11181 0 0 0 355 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124678273808 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27470] ppid=27462 vsize=28834892 memory=5883604 CPUtime=3.9 cores=0-7
/proc/27464/task/27470/stat : 27470 (java) S 27462 27462 24366 0 -1 1077944384 8999 0 0 0 353 37 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124677221008 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27471] ppid=27462 vsize=28834892 memory=3628 CPUtime=3.97 cores=0-7
/proc/27464/task/27471/stat : 27471 (java) S 27462 27462 24366 0 -1 1077944384 10772 0 0 0 358 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124676168208 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27472] ppid=27462 vsize=28834892 memory=39668 CPUtime=3.94 cores=0-7
/proc/27464/task/27472/stat : 27472 (java) S 27462 27462 24366 0 -1 1077944384 9627 0 0 0 355 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124675115408 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27473] ppid=27462 vsize=28834892 memory=992 CPUtime=3.94 cores=0-7
/proc/27464/task/27473/stat : 27473 (java) S 27462 27462 24366 0 -1 1077944384 9129 0 0 0 355 39 0 0 20 0 28 0 418131577 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140124674062608 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27474] ppid=27462 vsize=28834892 memory=5883604 CPUtime=0.88 cores=0-7
/proc/27464/task/27474/stat : 27474 (java) S 27462 27462 24366 0 -1 1077944384 73441 0 0 0 66 22 0 0 20 0 28 0 418131578 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123777788784 140124728822402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27475] ppid=27462 vsize=28834892 memory=3628 CPUtime=0 cores=0-7
/proc/27464/task/27475/stat : 27475 (java) S 27462 27462 24366 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 418131579 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123776734816 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27476] ppid=27462 vsize=28834892 memory=39668 CPUtime=0 cores=0-7
/proc/27464/task/27476/stat : 27476 (java) S 27462 27462 24366 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418131579 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123775681920 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27477] ppid=27462 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27464/task/27477/stat : 27477 (java) S 27462 27462 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123774630224 140124728829851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27478] ppid=27462 vsize=28834892 memory=6943526294502006880 CPUtime=2.43 cores=0-7
/proc/27464/task/27478/stat : 27478 (java) S 27462 27462 24366 0 -1 1077944384 15484 0 0 0 240 3 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123773577584 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27479] ppid=27462 vsize=28834892 memory=300615494992671966 CPUtime=2.58 cores=0-7
/proc/27464/task/27479/stat : 27479 (java) S 27462 27462 24366 0 -1 1077944384 19620 0 0 0 255 3 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123772524784 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27480] ppid=27462 vsize=28834892 memory=15822183599462967 CPUtime=2.79 cores=0-7
/proc/27464/task/27480/stat : 27480 (java) S 27462 27462 24366 0 -1 1077944384 22299 0 0 0 275 4 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123771471984 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27481] ppid=27462 vsize=28834892 memory=6791534058613427641 CPUtime=1.17 cores=0-7
/proc/27464/task/27481/stat : 27481 (java) S 27462 27462 24366 0 -1 1077944384 20213 0 0 0 114 3 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123770419184 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27482] ppid=27462 vsize=28834892 memory=5879516 CPUtime=0 cores=0-7
/proc/27464/task/27482/stat : 27482 (java) S 27462 27462 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418131581 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123769367648 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27483] ppid=27462 vsize=28834892 memory=14012 CPUtime=0.19 cores=0-7
/proc/27464/task/27483/stat : 27483 (java) S 27462 27462 24366 0 -1 1077944384 2839 0 0 0 0 19 0 0 20 0 28 0 418131582 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123768314928 140124728822402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27644] ppid=27462 vsize=28834892 memory=20600 CPUtime=439.17 cores=0-7
/proc/27464/task/27644/stat : 27644 (java) R 27462 27462 24366 0 -1 4202560 12644 0 0 0 43899 18 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123755945592 140124338214680 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27645] ppid=27462 vsize=28834892 memory=2044 CPUtime=439.16 cores=0-7
/proc/27464/task/27645/stat : 27645 (java) S 27462 27462 24366 0 -1 1077944384 10467 0 0 0 43896 20 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123752793296 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27646] ppid=27462 vsize=28834892 memory=1296 CPUtime=439.04 cores=0-7
/proc/27464/task/27646/stat : 27646 (java) R 27462 27462 24366 0 -1 4202560 34980 0 0 0 43850 54 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123754895152 140124341567144 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27647] ppid=27462 vsize=28834892 memory=620 CPUtime=439.51 cores=0-7
/proc/27464/task/27647/stat : 27647 (java) S 27462 27462 24366 0 -1 1077944384 64523 0 0 0 43820 131 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123748590544 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27648] ppid=27462 vsize=28834892 memory=4000 CPUtime=438.35 cores=0-7
/proc/27464/task/27648/stat : 27648 (java) S 27462 27462 24366 0 -1 1077944384 42425 0 0 0 43747 88 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123759108944 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27649] ppid=27462 vsize=28834892 memory=2828 CPUtime=439.13 cores=0-7
/proc/27464/task/27649/stat : 27649 (java) S 27462 27462 24366 0 -1 1077944384 46535 0 0 0 43851 62 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123753845456 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27650] ppid=27462 vsize=28834892 memory=2044 CPUtime=437.68 cores=0-7
/proc/27464/task/27650/stat : 27650 (java) S 27462 27462 24366 0 -1 1077944384 22450 0 0 0 43752 16 0 0 20 0 28 0 418144087 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123757004368 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
[pid=27464/tid=27651] ppid=27462 vsize=28834892 memory=1296 CPUtime=437.77 cores=0-7
/proc/27464/task/27651/stat : 27651 (java) S 27462 27462 24366 0 -1 1077944384 146932 0 0 0 43527 250 0 0 20 0 28 0 418144088 29526929408 1470901 33554432000 4194304 4196468 140735235887888 140123758056912 140124728821461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 28172288 140735235896298 140735235896470 140735235896470 140735235899343 0
Current children cumulated CPU time: 4525.77 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 5885056 KiB

Child status: 0
Real time (s): 569.74
CPU time (s): 4525.83
CPU user time (s): 4515.41
CPU system time (s): 10.4155
CPU usage (%): 794.367
Max. virtual memory (cumulated for all children) (KiB): 28949696
Max. memory (cumulated for all children) (KiB): 5885056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4515.41
system time used= 10.4155
maximum resident set size= 5887708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 676753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48523
involuntary context switches= 57499


# summary of solver processes directly reported to runsolver:
#   pid: 27462
#   total CPU time (s): 4525.83
#   total CPU user time (s): 4515.41
#   total CPU system time (s): 10.4155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.38091 second user time and 6.65711 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-14 01:52:49
IDJOB=4393921
IDBENCH=115953
IDSOLVER=2841
FILE ID=node134/4393921-1568418810
RUNJOBID= node134-1568416726-24393
PBS_JOBID= 21702257
Free space on /tmp= 59576 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-12.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-4393921-1568418810/watcher-4393921-1568418810 -o /tmp/evaluation-result-4393921-1568418810/solver-4393921-1568418810 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568416726-24393 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1527740803 HOME/instance-4393921-1568418810.xml

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

MD5SUM BENCH= 7162d4a2bfb4649e5ff01c254dbd946c
RANDOM SEED=1527740803

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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:        30258960 kB
MemAvailable:   31792216 kB
Buffers:          192680 kB
Cached:          1607544 kB
SwapCached:        90624 kB
Active:           497440 kB
Inactive:        1395248 kB
Active(anon):      25492 kB
Inactive(anon):   106568 kB
Active(file):     471948 kB
Inactive(file):  1288680 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916604 kB
Dirty:             26104 kB
Writeback:             0 kB
AnonPages:        266508 kB
Mapped:            43828 kB
Shmem:             31048 kB
Slab:             207060 kB
SReclaimable:     176924 kB
SUnreclaim:        30136 kB
KernelStack:        3840 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 59552 MiB
End job on node134 at 2019-09-14 02:02:19