Trace number 4393856

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 parallelOPT55 62.802 9.31627

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark29.8003
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393856-1568448754.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393856-1568448754.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.29/0.67	c solve instance...
1.57/0.79	o 80 
2.24/0.82	o 75 
2.24/0.84	o 73 
2.24/0.88	o 72 
2.83/0.92	o 70 
2.83/0.95	o 68 
2.83/0.99	o 66 
3.60/1.06	o 62 
9.76/1.89	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (27/36)
9.76/1.89		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.76/1.89		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.76/1.89		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.76/1.89		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.76/1.89		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.76/1.89	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (27/36)
9.76/1.89		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
9.76/1.89		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
9.76/1.89		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
9.76/1.89		at org.chocosolver.solver.Solver.repair(Solver.java:443)
9.76/1.89		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.76/1.89		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.76/1.89		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.76/1.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.76/1.89		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.76/1.89		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.76/1.89		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.76/1.89		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.76/1.89		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.76/1.89		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.76/1.89		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.76/1.89		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.76/1.89	o 60 
16.82/3.03	java.util.concurrent.ExecutionException: java.lang.NullPointerException
16.82/3.03		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
16.82/3.03		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
16.82/3.03		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
16.82/3.03		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
16.82/3.03		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
16.82/3.03	Caused by: java.lang.NullPointerException
16.82/3.03		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.82/3.03		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.82/3.03		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.82/3.03		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.82/3.03		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
16.82/3.03		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
16.82/3.03		... 4 more
16.82/3.03	Caused by: java.lang.NullPointerException
16.82/3.03		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.82/3.03		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.82/3.03		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.82/3.03		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.82/3.03		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
16.82/3.03		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
16.82/3.03		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
16.82/3.03		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
16.82/3.03		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
16.82/3.03		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
16.82/3.03		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
16.82/3.03		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
16.82/3.03		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
16.82/3.03		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
16.82/3.03		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
16.82/3.03		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
16.82/3.03		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
16.82/3.03		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
16.82/3.03	Caused by: java.lang.NullPointerException
16.82/3.03		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
16.82/3.03		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
16.82/3.03		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
16.82/3.03		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
16.82/3.03		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
16.82/3.03		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
16.82/3.03		at org.chocosolver.solver.Solver.solve(Solver.java:262)
16.82/3.03		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
16.82/3.03		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
16.82/3.03		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
16.82/3.03		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
16.82/3.03		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
16.82/3.03		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
16.82/3.03		... 4 more
16.82/3.04	o 55 
62.09/9.29	java.util.concurrent.ExecutionException: java.lang.NullPointerException
62.09/9.29		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
62.09/9.29		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
62.09/9.29		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
62.09/9.29		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
62.09/9.29		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
62.09/9.29	Caused by: java.lang.NullPointerException
62.09/9.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
62.09/9.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
62.09/9.29		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
62.09/9.29		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
62.09/9.29		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
62.09/9.29		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
62.09/9.29		... 4 more
62.09/9.29	Caused by: java.lang.NullPointerException
62.09/9.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
62.09/9.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
62.09/9.29		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
62.09/9.29		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
62.09/9.30		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
62.09/9.30		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
62.09/9.30		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
62.09/9.30		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
62.09/9.30		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
62.09/9.30		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
62.09/9.30		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
62.09/9.30		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
62.09/9.30		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
62.09/9.30		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
62.09/9.30		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
62.09/9.30		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
62.09/9.30		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
62.09/9.30		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
62.09/9.30	Caused by: java.lang.NullPointerException
62.09/9.30		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
62.09/9.30		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
62.09/9.30		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
62.09/9.30		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
62.09/9.30		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
62.09/9.30		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
62.09/9.30		at org.chocosolver.solver.Solver.solve(Solver.java:262)
62.09/9.30		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
62.09/9.30		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
62.09/9.30		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
62.09/9.30		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
62.09/9.30		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
62.09/9.30		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
62.09/9.30		... 4 more
62.77/9.30	s OPTIMUM FOUND
62.77/9.30	v <instantiation>
62.77/9.30	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
62.77/9.30	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
62.77/9.30	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393856-1568448754/watcher-4393856-1568448754 -o /tmp/evaluation-result-4393856-1568448754/solver-4393856-1568448754 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568443229-6674 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 919814661 HOME/instance-4393856-1568448754.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=7637, runsolver pid=7634
Current StackSize limit: 8192 KiB


[startup+0.100165 s]*
/proc/loadavg: 6.47 6.84 7.18 2/213 7658
/proc/meminfo: memFree=25623900/32770624 swapFree=67004764/67108860
[pid=7637] ppid=7634 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7637/stat : 7637 (xcsp3-exec) S 7634 7637 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421143169 115843072 363 33554432000 4194304 5098028 140727690706640 140727690704744 140703383073404 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32342016 140727690707830 140727690708073 140727690708073 140727690710986 0
/proc/7637/statm: 28282 363 305 221 0 87 0
[pid=7639] ppid=7637 vsize=28227388 memory=28776 CPUtime=0.12 cores=0-7
/proc/7639/stat : 7639 (java) S 7637 7637 6647 0 -1 1077944320 5690 0 0 0 11 1 0 0 20 0 20 0 421143170 28904845312 7194 33554432000 4194304 4196468 140723628379008 140723628361552 140592204586743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
/proc/7639/statm: 7056847 7194 3120 1 0 7019032 0
[pid=7639/tid=7640] ppid=7637 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/7639/task/7640/stat : 7640 (java) R 7637 7637 6647 0 -1 4202560 3603 0 0 0 8 1 0 0 20 0 20 0 421143170 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592208820016 140592190291649 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7641] ppid=7637 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7639/task/7641/stat : 7641 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592157206800 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7642] ppid=7637 vsize=28227388 memory=140220829722240 CPUtime=0 cores=0-7
/proc/7639/task/7642/stat : 7642 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592156154256 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7643] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7643/stat : 7643 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592155101712 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7644] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7644/stat : 7644 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592154049168 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7645] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7645/stat : 7645 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592152996624 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7646] ppid=7637 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7639/task/7646/stat : 7646 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592151944080 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7647] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7647/stat : 7647 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592150891536 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7648] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7648/stat : 7648 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 7194 33554432000 4194304 4196468 140723628379008 140592149838992 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7649] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7649/stat : 7649 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143172 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590802118640 140592204597890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7650] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7650/stat : 7650 (java) S 7637 7637 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421143173 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590801064864 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7651] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7651/stat : 7651 (java) S 7637 7637 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421143173 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590800012272 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7652] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7652/stat : 7652 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143175 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590798960848 140592204605339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7653] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7653/stat : 7653 (java) S 7637 7637 6647 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 20 0 421143175 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590797908464 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7654] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7654/stat : 7654 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421143175 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590796855920 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7655] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7655/stat : 7655 (java) S 7637 7637 6647 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 421143175 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590795803376 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7656] ppid=7637 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7639/task/7656/stat : 7656 (java) S 7637 7637 6647 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 20 0 421143175 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590794750832 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7657] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7657/stat : 7657 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421143176 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590793697504 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7658] ppid=7637 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7639/task/7658/stat : 7658 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143176 28904845312 7194 33554432000 4194304 4196468 140723628379008 140590792645040 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30228 KiB

[startup+0.21019 s]*
/proc/loadavg: 6.47 6.84 7.18 2/213 7658
/proc/meminfo: memFree=25610112/32770624 swapFree=67004764/67108860
[pid=7637] ppid=7634 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7637/stat : 7637 (xcsp3-exec) S 7634 7637 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421143169 115843072 363 33554432000 4194304 5098028 140727690706640 140727690704744 140703383073404 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32342016 140727690707830 140727690708073 140727690708073 140727690710986 0
/proc/7637/statm: 28282 363 305 221 0 87 0
[pid=7639] ppid=7637 vsize=28227388 memory=40340 CPUtime=0.33 cores=0-7
/proc/7639/stat : 7639 (java) S 7637 7637 6647 0 -1 1077944320 9354 0 0 0 30 3 0 0 20 0 20 0 421143170 28904845312 10085 33554432000 4194304 4196468 140723628379008 140723628361552 140592204586743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
/proc/7639/statm: 7056847 10085 3291 1 0 7019032 0
[pid=7639/tid=7640] ppid=7637 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/7639/task/7640/stat : 7640 (java) R 7637 7637 6647 0 -1 4202560 6588 0 0 0 17 2 0 0 20 0 20 0 421143170 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592208816464 140592204598678 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7641] ppid=7637 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/7639/task/7641/stat : 7641 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592157206800 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7642] ppid=7637 vsize=28227388 memory=140220829730119 CPUtime=0 cores=0-7
/proc/7639/task/7642/stat : 7642 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592156154256 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7643] ppid=7637 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7639/task/7643/stat : 7643 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592155101712 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7644] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7644/stat : 7644 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592154049168 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7645] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7645/stat : 7645 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592152996624 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7646] ppid=7637 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7639/task/7646/stat : 7646 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592151944080 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7647] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7647/stat : 7647 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592150891536 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7648] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7648/stat : 7648 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28904845312 10085 33554432000 4194304 4196468 140723628379008 140592149838992 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7649] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7649/stat : 7649 (java) S 7637 7637 6647 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 421143172 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590802118640 140592204597890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7650] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7650/stat : 7650 (java) S 7637 7637 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421143173 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590801064864 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7651] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7651/stat : 7651 (java) S 7637 7637 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421143173 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590800012272 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7652] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7652/stat : 7652 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143175 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590798960848 140592204605339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7653] ppid=7637 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7639/task/7653/stat : 7653 (java) S 7637 7637 6647 0 -1 1077944384 325 0 0 0 1 0 0 0 20 0 20 0 421143175 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590797908464 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7654] ppid=7637 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7639/task/7654/stat : 7654 (java) S 7637 7637 6647 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 421143175 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590796855920 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7655] ppid=7637 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/7639/task/7655/stat : 7655 (java) S 7637 7637 6647 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 20 0 421143175 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590795803376 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7656] ppid=7637 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/7639/task/7656/stat : 7656 (java) R 7637 7637 6647 0 -1 4202560 808 0 0 0 7 0 0 0 20 0 20 0 421143175 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590794747768 140592188667230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7657] ppid=7637 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7657/stat : 7657 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421143176 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590793697504 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7658] ppid=7637 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7639/task/7658/stat : 7658 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143176 28904845312 10085 33554432000 4194304 4196468 140723628379008 140590792645040 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41792 KiB

[startup+0.309526 s]*
/proc/loadavg: 6.47 6.84 7.18 5/213 7658
/proc/meminfo: memFree=25602108/32770624 swapFree=67004764/67108860
[pid=7637] ppid=7634 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7637/stat : 7637 (xcsp3-exec) S 7634 7637 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421143169 115843072 363 33554432000 4194304 5098028 140727690706640 140727690704744 140703383073404 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32342016 140727690707830 140727690708073 140727690708073 140727690710986 0
/proc/7637/statm: 28282 363 305 221 0 87 0
[pid=7639] ppid=7637 vsize=28231644 memory=49724 CPUtime=0.52 cores=0-7
/proc/7639/stat : 7639 (java) S 7637 7637 6647 0 -1 1077944320 10797 0 0 0 48 4 0 0 20 0 20 0 421143170 28909203456 12431 33554432000 4194304 4196468 140723628379008 140723628361552 140592204586743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
/proc/7639/statm: 7057911 12431 3363 1 0 7019032 0
[pid=7639/tid=7640] ppid=7637 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/7639/task/7640/stat : 7640 (java) R 7637 7637 6647 0 -1 4202560 7727 0 0 0 27 3 0 0 20 0 20 0 421143170 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592208820720 140592188667230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7641] ppid=7637 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7641/stat : 7641 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592157206800 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7642] ppid=7637 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7642/stat : 7642 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592156154256 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7643] ppid=7637 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7643/stat : 7643 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421143171 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592155101712 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7644] ppid=7637 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7644/stat : 7644 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592154049168 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7645] ppid=7637 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7645/stat : 7645 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143171 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592152996624 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7646] ppid=7637 vsize=28231644 memory=140220683086511 CPUtime=0 cores=0-7
/proc/7639/task/7646/stat : 7646 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592151944080 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7647] ppid=7637 vsize=28231644 memory=140220683088816 CPUtime=0 cores=0-7
/proc/7639/task/7647/stat : 7647 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592150891536 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7648] ppid=7637 vsize=28231644 memory=140220683091120 CPUtime=0 cores=0-7
/proc/7639/task/7648/stat : 7648 (java) S 7637 7637 6647 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421143171 28909203456 12466 33554432000 4194304 4196468 140723628379008 140592149838992 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7649] ppid=7637 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7649/stat : 7649 (java) S 7637 7637 6647 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 421143172 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590802118640 140592204597890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7650] ppid=7637 vsize=28231644 memory=280441366196112 CPUtime=0 cores=0-7
/proc/7639/task/7650/stat : 7650 (java) S 7637 7637 6647 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421143173 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590801064864 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7651] ppid=7637 vsize=28231644 memory=280441366193808 CPUtime=0 cores=0-7
/proc/7639/task/7651/stat : 7651 (java) S 7637 7637 6647 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421143173 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590800012272 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7652] ppid=7637 vsize=28231644 memory=280441366200720 CPUtime=0 cores=0-7
/proc/7639/task/7652/stat : 7652 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143175 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590798960848 140592204605339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7653] ppid=7637 vsize=28231644 memory=280441366142000 CPUtime=0.02 cores=0-7
/proc/7639/task/7653/stat : 7653 (java) S 7637 7637 6647 0 -1 1077944384 335 0 0 0 2 0 0 0 20 0 20 0 421143175 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590797908464 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7654] ppid=7637 vsize=28231644 memory=280441366214544 CPUtime=0.03 cores=0-7
/proc/7639/task/7654/stat : 7654 (java) R 7637 7637 6647 0 -1 4202560 188 0 0 0 3 0 0 0 20 0 20 0 421143175 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590796846304 140592181868816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7655] ppid=7637 vsize=28231644 memory=280441366221456 CPUtime=0.02 cores=0-7
/proc/7639/task/7655/stat : 7655 (java) S 7637 7637 6647 0 -1 1077944384 272 0 0 0 2 0 0 0 20 0 20 0 421143175 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590795803376 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7656] ppid=7637 vsize=28231644 memory=280441366219152 CPUtime=0.12 cores=0-7
/proc/7639/task/7656/stat : 7656 (java) S 7637 7637 6647 0 -1 1077944384 971 0 0 0 12 0 0 0 20 0 20 0 421143175 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590794750832 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7657] ppid=7637 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7657/stat : 7657 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421143176 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590793697504 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7658] ppid=7637 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7639/task/7658/stat : 7658 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421143176 28909203456 12466 33554432000 4194304 4196468 140723628379008 140590792645040 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51176 KiB

[startup+0.700877 s]
/proc/loadavg: 6.27 6.80 7.16 3/213 7658
/proc/meminfo: memFree=25585800/32770624 swapFree=67004764/67108860
[pid=7637] ppid=7634 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7637/stat : 7637 (xcsp3-exec) S 7634 7637 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421143169 115843072 363 33554432000 4194304 5098028 140727690706640 140727690704744 140703383073404 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32342016 140727690707830 140727690708073 140727690708073 140727690710986 0
/proc/7637/statm: 28282 363 305 221 0 87 0
[pid=7639] ppid=7637 vsize=28766280 memory=102848 CPUtime=1.57 cores=0-7
/proc/7639/stat : 7639 (java) S 7637 7637 6647 0 -1 1077944320 15603 0 0 0 150 7 0 0 20 0 28 0 421143170 29456670720 25712 33554432000 4194304 4196468 140723628379008 140723628361552 140592204586743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
/proc/7639/statm: 7191570 25712 3449 1 0 7152672 0
[pid=7639/tid=7640] ppid=7637 vsize=28766280 memory=0 CPUtime=0.67 cores=0-7
/proc/7639/task/7640/stat : 7640 (java) S 7637 7637 6647 0 -1 1077944384 9396 0 0 0 63 4 0 0 20 0 28 0 421143170 29456670720 25712 33554432000 4194304 4196468 140723628379008 140592208827520 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7641] ppid=7637 vsize=28766280 memory=140220683297648 CPUtime=0 cores=0-7
/proc/7639/task/7641/stat : 7641 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421143171 29456670720 25712 33554432000 4194304 4196468 140723628379008 140592157206800 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7642] ppid=7637 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7642/stat : 7642 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421143171 29456670720 25712 33554432000 4194304 4196468 140723628379008 140592156154256 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7643] ppid=7637 vsize=28766280 memory=772 CPUtime=0 cores=0-7
/proc/7639/task/7643/stat : 7643 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421143171 29456670720 25712 33554432000 4194304 4196468 140723628379008 140592155101712 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0

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

[pid=7639/tid=7649] ppid=7637 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/7639/task/7649/stat : 7649 (java) S 7637 7637 6647 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 28 0 421143172 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590802118640 140592204597890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7650] ppid=7637 vsize=28834892 memory=301741373374332954 CPUtime=0 cores=0-7
/proc/7639/task/7650/stat : 7650 (java) S 7637 7637 6647 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 421143173 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590801064864 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7651] ppid=7637 vsize=28834892 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/7639/task/7651/stat : 7651 (java) S 7637 7637 6647 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 421143173 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590800012272 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7652] ppid=7637 vsize=28834892 memory=16104775267649398 CPUtime=0 cores=0-7
/proc/7639/task/7652/stat : 7652 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421143175 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590798960848 140592204605339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7653] ppid=7637 vsize=28834892 memory=1195 CPUtime=2.52 cores=0-7
/proc/7639/task/7653/stat : 7653 (java) S 7637 7637 6647 0 -1 1077944384 6882 0 0 0 249 3 0 0 20 0 28 0 421143175 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590797908464 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7654] ppid=7637 vsize=28834892 memory=0 CPUtime=3.5 cores=0-7
/proc/7639/task/7654/stat : 7654 (java) S 7637 7637 6647 0 -1 1077944384 26537 0 0 0 343 7 0 0 20 0 28 0 421143175 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590796855920 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7655] ppid=7637 vsize=28834892 memory=13578 CPUtime=2.52 cores=0-7
/proc/7639/task/7655/stat : 7655 (java) S 7637 7637 6647 0 -1 1077944384 6462 0 0 0 249 3 0 0 20 0 28 0 421143175 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590795803376 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7656] ppid=7637 vsize=28834892 memory=0 CPUtime=0.98 cores=0-7
/proc/7639/task/7656/stat : 7656 (java) S 7637 7637 6647 0 -1 1077944384 6087 0 0 0 96 2 0 0 20 0 28 0 421143175 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590794750832 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7657] ppid=7637 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7657/stat : 7657 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421143176 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590793697504 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7658] ppid=7637 vsize=28834892 memory=100438065 CPUtime=0 cores=0-7
/proc/7639/task/7658/stat : 7658 (java) S 7637 7637 6647 0 -1 1077944384 395 0 0 0 0 0 0 0 20 0 28 0 421143176 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590792645040 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7739] ppid=7637 vsize=28834892 memory=0 CPUtime=5.57 cores=0-7
/proc/7639/task/7739/stat : 7739 (java) R 7637 7637 6647 0 -1 4202560 195 0 0 0 557 0 0 0 20 0 28 0 421143473 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590575320456 140591818829402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7740] ppid=7637 vsize=28834892 memory=4 CPUtime=5.4 cores=0-7
/proc/7639/task/7740/stat : 7740 (java) R 7637 7637 6647 0 -1 4202560 90 0 0 0 540 0 0 0 20 0 28 0 421143473 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590571119016 140591819472220 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7741] ppid=7637 vsize=28834892 memory=0 CPUtime=5.04 cores=0-7
/proc/7639/task/7741/stat : 7741 (java) R 7637 7637 6647 0 -1 4202560 487 0 0 0 503 1 0 0 20 0 28 0 421143473 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590577429152 140591821935178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7742] ppid=7637 vsize=28834892 memory=2209 CPUtime=5.43 cores=0-7
/proc/7639/task/7742/stat : 7742 (java) R 7637 7637 6647 0 -1 4202560 231 0 0 0 543 0 0 0 20 0 28 0 421143473 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590790128296 140591819727969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7743] ppid=7637 vsize=28834892 memory=48740 CPUtime=5.48 cores=0-7
/proc/7639/task/7743/stat : 7743 (java) R 7637 7637 6647 0 -1 4202560 155 0 0 0 548 0 0 0 20 0 28 0 421143473 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590580585464 140591817068571 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7744] ppid=7637 vsize=28834892 memory=8112282956445269571 CPUtime=5.48 cores=0-7
/proc/7639/task/7744/stat : 7744 (java) R 7637 7637 6647 0 -1 4202560 130 0 0 0 548 0 0 0 20 0 28 0 421143473 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590579531912 140591819473721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7745] ppid=7637 vsize=28834892 memory=168766444935671 CPUtime=5.22 cores=0-7
/proc/7639/task/7745/stat : 7745 (java) R 7637 7637 6647 0 -1 4202560 297 0 0 0 521 1 0 0 20 0 28 0 421143473 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590578479352 140591819473798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7746] ppid=7637 vsize=28834892 memory=168878114085367 CPUtime=0 cores=0-7
/proc/7639/task/7746/stat : 7746 (java) S 7637 7637 6647 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 421143474 29526929408 67158 33554432000 4194304 4196468 140723628379008 140590576378704 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
Current children cumulated CPU time: 59.29 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 270084 KiB

[startup+9.20118 s]
/proc/loadavg: 6.25 6.78 7.16 9/220 7746
/proc/meminfo: memFree=25383188/32770624 swapFree=67004764/67108860
[pid=7637] ppid=7634 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7637/stat : 7637 (xcsp3-exec) S 7634 7637 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421143169 115843072 363 33554432000 4194304 5098028 140727690706640 140727690704744 140703383073404 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32342016 140727690707830 140727690708073 140727690708073 140727690710986 0
/proc/7637/statm: 28282 363 305 221 0 87 0
[pid=7639] ppid=7637 vsize=28834892 memory=268116 CPUtime=62.09 cores=0-7
/proc/7639/stat : 7639 (java) S 7637 7637 6647 0 -1 1077944320 62464 0 0 0 6175 34 0 0 20 0 28 0 421143170 29526929408 67029 33554432000 4194304 4196468 140723628379008 140723628361552 140592204586743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
/proc/7639/statm: 7208723 67029 3528 1 0 7169825 0
[pid=7639/tid=7640] ppid=7637 vsize=28834892 memory=8243114992657236055 CPUtime=0.68 cores=0-7
/proc/7639/task/7640/stat : 7640 (java) S 7637 7637 6647 0 -1 1077944384 9404 0 0 0 64 4 0 0 20 0 28 0 421143170 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592208827520 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7641] ppid=7637 vsize=28834892 memory=288283394117478361 CPUtime=0.04 cores=0-7
/proc/7639/task/7641/stat : 7641 (java) S 7637 7637 6647 0 -1 1077944384 1127 0 0 0 3 1 0 0 20 0 28 0 421143171 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592157206800 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7642] ppid=7637 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/7639/task/7642/stat : 7642 (java) S 7637 7637 6647 0 -1 1077944384 177 0 0 0 3 0 0 0 20 0 28 0 421143171 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592156154256 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7643] ppid=7637 vsize=28834892 memory=8836 CPUtime=0.01 cores=0-7
/proc/7639/task/7643/stat : 7643 (java) S 7637 7637 6647 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 28 0 421143171 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592155101712 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7644] ppid=7637 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/7639/task/7644/stat : 7644 (java) S 7637 7637 6647 0 -1 1077944384 43 0 0 0 3 0 0 0 20 0 28 0 421143171 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592154049168 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7645] ppid=7637 vsize=28834892 memory=7019467088040638007 CPUtime=0.02 cores=0-7
/proc/7639/task/7645/stat : 7645 (java) S 7637 7637 6647 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 28 0 421143171 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592152996624 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7646] ppid=7637 vsize=28834892 memory=7079773316970467408 CPUtime=0.02 cores=0-7
/proc/7639/task/7646/stat : 7646 (java) S 7637 7637 6647 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 28 0 421143171 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592151944080 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7647] ppid=7637 vsize=28834892 memory=5939800847191467365 CPUtime=0.04 cores=0-7
/proc/7639/task/7647/stat : 7647 (java) S 7637 7637 6647 0 -1 1077944384 157 0 0 0 4 0 0 0 20 0 28 0 421143171 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592150891536 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7648] ppid=7637 vsize=28834892 memory=7589249721041774949 CPUtime=0.03 cores=0-7
/proc/7639/task/7648/stat : 7648 (java) S 7637 7637 6647 0 -1 1077944384 50 0 0 0 3 0 0 0 20 0 28 0 421143171 29526929408 67029 33554432000 4194304 4196468 140723628379008 140592149838992 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7649] ppid=7637 vsize=28834892 memory=7668314510904095075 CPUtime=0.01 cores=0-7
/proc/7639/task/7649/stat : 7649 (java) S 7637 7637 6647 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 28 0 421143172 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590802118640 140592204597890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7650] ppid=7637 vsize=28834892 memory=5792262887553650768 CPUtime=0 cores=0-7
/proc/7639/task/7650/stat : 7650 (java) S 7637 7637 6647 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 421143173 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590801064864 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7651] ppid=7637 vsize=28834892 memory=7157735280280622695 CPUtime=0 cores=0-7
/proc/7639/task/7651/stat : 7651 (java) S 7637 7637 6647 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 421143173 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590800012272 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7652] ppid=7637 vsize=28834892 memory=7019467087990241079 CPUtime=0 cores=0-7
/proc/7639/task/7652/stat : 7652 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421143175 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590798960848 140592204605339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7653] ppid=7637 vsize=28834892 memory=0 CPUtime=2.52 cores=0-7
/proc/7639/task/7653/stat : 7653 (java) S 7637 7637 6647 0 -1 1077944384 6882 0 0 0 249 3 0 0 20 0 28 0 421143175 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590797908464 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7654] ppid=7637 vsize=28834892 memory=2372 CPUtime=3.5 cores=0-7
/proc/7639/task/7654/stat : 7654 (java) S 7637 7637 6647 0 -1 1077944384 26537 0 0 0 343 7 0 0 20 0 28 0 421143175 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590796855920 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7655] ppid=7637 vsize=28834892 memory=0 CPUtime=2.53 cores=0-7
/proc/7639/task/7655/stat : 7655 (java) S 7637 7637 6647 0 -1 1077944384 6462 0 0 0 250 3 0 0 20 0 28 0 421143175 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590795803376 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7656] ppid=7637 vsize=28834892 memory=0 CPUtime=0.98 cores=0-7
/proc/7639/task/7656/stat : 7656 (java) S 7637 7637 6647 0 -1 1077944384 6087 0 0 0 96 2 0 0 20 0 28 0 421143175 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590794750832 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7657] ppid=7637 vsize=28834892 memory=5938671644370823017 CPUtime=0 cores=0-7
/proc/7639/task/7657/stat : 7657 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421143176 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590793697504 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7658] ppid=7637 vsize=28834892 memory=7367994820054245965 CPUtime=0 cores=0-7
/proc/7639/task/7658/stat : 7658 (java) S 7637 7637 6647 0 -1 1077944384 395 0 0 0 0 0 0 0 20 0 28 0 421143176 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590792645040 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7739] ppid=7637 vsize=28834892 memory=0 CPUtime=5.96 cores=0-7
/proc/7639/task/7739/stat : 7739 (java) R 7637 7637 6647 0 -1 4202560 195 0 0 0 596 0 0 0 20 0 28 0 421143473 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590575320320 140592189828013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7740] ppid=7637 vsize=28834892 memory=0 CPUtime=5.79 cores=0-7
/proc/7639/task/7740/stat : 7740 (java) R 7637 7637 6647 0 -1 4202560 91 0 0 0 579 0 0 0 20 0 28 0 421143473 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590571119120 140591818701094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7741] ppid=7637 vsize=28834892 memory=0 CPUtime=5.43 cores=0-7
/proc/7639/task/7741/stat : 7741 (java) R 7637 7637 6647 0 -1 4202560 487 0 0 0 542 1 0 0 20 0 28 0 421143473 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590577426448 140591821547916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7742] ppid=7637 vsize=28834892 memory=0 CPUtime=5.83 cores=0-7
/proc/7639/task/7742/stat : 7742 (java) R 7637 7637 6647 0 -1 4202560 232 0 0 0 583 0 0 0 20 0 28 0 421143473 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590790128368 140591817568204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7743] ppid=7637 vsize=28834892 memory=0 CPUtime=5.87 cores=0-7
/proc/7639/task/7743/stat : 7743 (java) R 7637 7637 6647 0 -1 4202560 156 0 0 0 587 0 0 0 20 0 28 0 421143473 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590580585464 140591817569564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7744] ppid=7637 vsize=28834892 memory=0 CPUtime=5.87 cores=0-7
/proc/7639/task/7744/stat : 7744 (java) R 7637 7637 6647 0 -1 4202560 130 0 0 0 587 0 0 0 20 0 28 0 421143473 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590579532496 140591818063025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7745] ppid=7637 vsize=28834892 memory=0 CPUtime=5.62 cores=0-7
/proc/7639/task/7745/stat : 7745 (java) R 7637 7637 6647 0 -1 4202560 297 0 0 0 561 1 0 0 20 0 28 0 421143473 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590578481376 140591819473580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7746] ppid=7637 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/7639/task/7746/stat : 7746 (java) S 7637 7637 6647 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 421143474 29526929408 67029 33554432000 4194304 4196468 140723628379008 140590576378704 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
Current children cumulated CPU time: 62.09 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 269568 KiB

[startup+9.30126 s]
/proc/loadavg: 6.25 6.78 7.16 9/220 7746
/proc/meminfo: memFree=25383188/32770624 swapFree=67004764/67108860
[pid=7637] ppid=7634 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7637/stat : 7637 (xcsp3-exec) S 7634 7637 6647 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 421143169 115843072 363 33554432000 4194304 5098028 140727690706640 140727690704744 140703383073404 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32342016 140727690707830 140727690708073 140727690708073 140727690710986 0
/proc/7637/statm: 28282 363 305 221 0 87 0
[pid=7639] ppid=7637 vsize=28834892 memory=268360 CPUtime=62.77 cores=0-7
/proc/7639/stat : 7639 (java) S 7637 7637 6647 0 -1 1077944320 63184 0 0 0 6243 34 0 0 20 0 28 0 421143170 29526929408 67090 33554432000 4194304 4196468 140723628379008 140723628361552 140592204586743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
/proc/7639/statm: 7208723 67090 3528 1 0 7169825 0
[pid=7639/tid=7640] ppid=7637 vsize=28834892 memory=256764 CPUtime=0.68 cores=0-7
/proc/7639/task/7640/stat : 7640 (java) R 7637 7637 6647 0 -1 4202560 9510 0 0 0 64 4 0 0 20 0 28 0 421143170 29526929408 67090 33554432000 4194304 4196468 140723628379008 140592208827608 140592185231654 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7641] ppid=7637 vsize=28834892 memory=280441366588632 CPUtime=0.04 cores=0-7
/proc/7639/task/7641/stat : 7641 (java) S 7637 7637 6647 0 -1 1077944384 1127 0 0 0 3 1 0 0 20 0 28 0 421143171 29526929408 67090 33554432000 4194304 4196468 140723628379008 140592157206800 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7642] ppid=7637 vsize=28834892 memory=34985394309354 CPUtime=0.03 cores=0-7
/proc/7639/task/7642/stat : 7642 (java) S 7637 7637 6647 0 -1 1077944384 177 0 0 0 3 0 0 0 20 0 28 0 421143171 29526929408 67090 33554432000 4194304 4196468 140723628379008 140592156154256 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7643] ppid=7637 vsize=28834892 memory=1452 CPUtime=0.01 cores=0-7
/proc/7639/task/7643/stat : 7643 (java) S 7637 7637 6647 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 28 0 421143171 29526929408 67073 33554432000 4194304 4196468 140723628379008 140592155101712 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7644] ppid=7637 vsize=28834892 memory=267100 CPUtime=0.03 cores=0-7
/proc/7639/task/7644/stat : 7644 (java) S 7637 7637 6647 0 -1 1077944384 43 0 0 0 3 0 0 0 20 0 28 0 421143171 29526929408 67073 33554432000 4194304 4196468 140723628379008 140592154049168 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7645] ppid=7637 vsize=28834892 memory=0 CPUtime=0.02 cores=0-7
/proc/7639/task/7645/stat : 7645 (java) S 7637 7637 6647 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 28 0 421143171 29526929408 67073 33554432000 4194304 4196468 140723628379008 140592152996624 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7646] ppid=7637 vsize=28834892 memory=267096 CPUtime=0.02 cores=0-7
/proc/7639/task/7646/stat : 7646 (java) S 7637 7637 6647 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 28 0 421143171 29526929408 67073 33554432000 4194304 4196468 140723628379008 140592151944080 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7647] ppid=7637 vsize=28834892 memory=260740 CPUtime=0.04 cores=0-7
/proc/7639/task/7647/stat : 7647 (java) S 7637 7637 6647 0 -1 1077944384 157 0 0 0 4 0 0 0 20 0 28 0 421143171 29526929408 67073 33554432000 4194304 4196468 140723628379008 140592150891536 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7648] ppid=7637 vsize=28834880 memory=-6367910140453282919 CPUtime=0.03 cores=0-7
/proc/7639/task/7648/stat : 7648 (java) S 7637 7637 6647 0 -1 1077944384 50 0 0 0 3 0 0 0 20 0 28 0 421143171 29526917120 67073 33554432000 4194304 4196468 140723628379008 140592149838992 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7649] ppid=7637 vsize=28834892 memory=8913 CPUtime=0.01 cores=0-7
/proc/7639/task/7649/stat : 7649 (java) S 7637 7637 6647 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 28 0 421143172 29526929408 67073 33554432000 4194304 4196468 140723628379008 140590802118640 140592204597890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7650] ppid=7637 vsize=28834892 memory=4420 CPUtime=0 cores=0-7
/proc/7639/task/7650/stat : 7650 (java) S 7637 7637 6647 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 421143173 29526929408 67056 33554432000 4194304 4196468 140723628379008 140590801064864 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7651] ppid=7637 vsize=28834892 memory=6628 CPUtime=0 cores=0-7
/proc/7639/task/7651/stat : 7651 (java) S 7637 7637 6647 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 421143173 29526929408 67056 33554432000 4194304 4196468 140723628379008 140590800012272 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7652] ppid=7637 vsize=28834892 memory=8836 CPUtime=0 cores=0-7
/proc/7639/task/7652/stat : 7652 (java) S 7637 7637 6647 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421143175 29526929408 67037 33554432000 4194304 4196468 140723628379008 140590798960848 140592204605339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7653] ppid=7637 vsize=28834892 memory=0 CPUtime=2.52 cores=0-7
/proc/7639/task/7653/stat : 7653 (java) S 7637 7637 6647 0 -1 1077944384 6884 0 0 0 249 3 0 0 20 0 25 0 421143175 29526929408 67003 33554432000 4194304 4196468 140723628379008 140590797908464 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7654] ppid=7637 vsize=28834892 memory=247 CPUtime=3.5 cores=0-7
/proc/7639/task/7654/stat : 7654 (java) S 7637 7637 6647 0 -1 1077944384 26539 0 0 0 343 7 0 0 20 0 23 0 421143175 29526929408 66986 33554432000 4194304 4196468 140723628379008 140590796855920 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7655] ppid=7637 vsize=28834892 memory=345 CPUtime=2.53 cores=0-7
/proc/7639/task/7655/stat : 7655 (java) S 7637 7637 6647 0 -1 1077944384 6464 0 0 0 250 3 0 0 20 0 22 0 421143175 29526929408 66969 33554432000 4194304 4196468 140723628379008 140590795803376 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7656] ppid=7637 vsize=28834892 memory=252 CPUtime=0.98 cores=0-7
/proc/7639/task/7656/stat : 7656 (java) R 7637 7637 6647 0 -1 4202560 6150 0 0 0 96 2 0 0 20 0 21 0 421143175 29526929408 66969 33554432000 4194304 4196468 140723628379008 140590794751128 140592184773609 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7657] ppid=7637 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/7639/task/7657/stat : 7657 (java) S 7637 7637 6647 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 421143176 29526929408 66969 33554432000 4194304 4196468 140723628379008 140590793697504 140592204596949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7658] ppid=7637 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/7639/task/7658/stat : 7658 (java) S 7637 7637 6647 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 21 0 421143176 29526929408 66969 33554432000 4194304 4196468 140723628379008 140590792645040 140592204597890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
[pid=7639/tid=7744] ppid=7637 vsize=28834892 memory=55 CPUtime=5.97 cores=0-7
/proc/7639/task/7744/stat : 7744 (java) R 7637 7637 6647 0 -1 4202560 169 0 0 0 597 0 0 0 20 0 21 0 421143473 29526929408 66969 33554432000 4194304 4196468 140723628379008 140590579538624 140592196838284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21012480 140723628381162 140723628381334 140723628381334 140723628384207 0
Current children cumulated CPU time: 62.77 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 269812 KiB

Child status: 0
Real time (s): 9.31627
CPU time (s): 62.802
CPU user time (s): 62.4424
CPU system time (s): 0.359645
CPU usage (%): 674.111
Max. virtual memory (cumulated for all children) (KiB): 28950152
Max. memory (cumulated for all children) (KiB): 270084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.4424
system time used= 0.359645
maximum resident set size= 271196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6307
involuntary context switches= 1091


# summary of solver processes directly reported to runsolver:
#   pid: 7637
#   total CPU time (s): 62.802
#   total CPU user time (s): 62.4424
#   total CPU system time (s): 0.359645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075996 second user time and 0.172048 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-14 10:11:56
IDJOB=4393856
IDBENCH=141371
IDSOLVER=2841
FILE ID=node126/4393856-1568448754
RUNJOBID= node126-1568443229-6674
PBS_JOBID= 21702346
Free space on /tmp= 55748 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393856-1568448754/watcher-4393856-1568448754 -o /tmp/evaluation-result-4393856-1568448754/solver-4393856-1568448754 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568443229-6674 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 919814661 HOME/instance-4393856-1568448754.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=919814661

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25638500 kB
MemAvailable:   31861160 kB
Buffers:          168556 kB
Cached:          6304484 kB
SwapCached:         2880 kB
Active:          2768152 kB
Inactive:        3712352 kB
Active(anon):       4016 kB
Inactive(anon):    44688 kB
Active(file):    2764136 kB
Inactive(file):  3667664 kB
Unevictable:      107980 kB
Mlocked:          107980 kB
SwapTotal:      67108860 kB
SwapFree:       67004764 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:        245236 kB
Mapped:            45112 kB
Shmem:             32816 kB
Slab:             243476 kB
SReclaimable:     213392 kB
SUnreclaim:        30084 kB
KernelStack:        3888 kB
PageTables:         5988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55724 MiB
End job on node126 at 2019-09-14 10:12:05