Trace number 4394427

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 parallelOPT310 221.565 37.4032

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-3.xml
MD5SUM486402128da484f7cb4aeca2fb99213d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark310
Best CPU time to get the best result obtained on this benchmark32.8706
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size410
Distribution of domain sizes[{"size":5,"count":50},{"size":410,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4394427-1568418652.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394427-1568418652.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.53/0.76	c solve instance...
5.68/1.31	o 404 
7.11/1.57	o 380 
7.84/1.65	o 360 
9.33/1.82	o 354 
9.33/1.84	o 351 
10.04/1.96	o 343 
11.72/2.25	o 342 
13.92/2.59	o 340 
14.69/2.68	o 339 
18.25/3.19	o 331 
19.43/3.39	o 330 
23.86/3.91	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (29/36)
23.86/3.91		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
23.86/3.91		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
23.86/3.91		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
23.86/3.91		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
23.86/3.91		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
23.86/3.91	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (29/36)
23.86/3.91		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
23.86/3.91		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
23.86/3.91		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
23.86/3.91		at org.chocosolver.solver.Solver.repair(Solver.java:443)
23.86/3.91		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
23.86/3.91		at org.chocosolver.solver.Solver.solve(Solver.java:262)
23.86/3.91		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
23.86/3.91		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
23.86/3.91		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
23.86/3.91		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
23.86/3.91		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
23.86/3.91		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
23.86/3.91		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
23.86/3.91		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
23.86/3.91		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
23.86/3.91		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
23.86/3.91	o 325 
27.67/4.66	o 323 
29.91/5.01	o 321 
38.71/7.30	o 320 
40.03/7.54	o 319 
40.91/7.78	o 318 
43.42/8.30	o 317 
44.19/8.56	o 316 
50.85/9.41	o 315 
80.80/13.44	o 314 
147.72/27.46	o 313 
157.61/28.79	o 312 
166.54/30.26	o 311 
177.33/31.82	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/45)
177.33/31.82		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
177.33/31.82		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
177.33/31.82		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
177.33/31.82		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
177.33/31.82		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
177.33/31.82	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/45)
177.33/31.82		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
177.33/31.82		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
177.33/31.82		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
177.33/31.82		at org.chocosolver.solver.Solver.repair(Solver.java:443)
177.33/31.82		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
177.33/31.82		at org.chocosolver.solver.Solver.solve(Solver.java:262)
177.33/31.82		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
177.33/31.82		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
177.33/31.82		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
177.33/31.82		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
177.33/31.82		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
177.33/31.82		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
177.33/31.82		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
177.33/31.82		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
177.33/31.82		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
177.33/31.82		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
177.33/31.82	o 310 
220.87/37.38	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
220.87/37.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
220.87/37.38		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
220.87/37.38		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
220.87/37.38		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
220.87/37.38		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
220.87/37.38	Caused by: java.lang.ArrayIndexOutOfBoundsException
220.87/37.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
220.87/37.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
220.87/37.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
220.87/37.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
220.87/37.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
220.87/37.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
220.87/37.38		... 4 more
220.87/37.38	Caused by: java.lang.ArrayIndexOutOfBoundsException
220.87/37.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
220.87/37.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
220.87/37.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
220.87/37.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
220.87/37.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
220.87/37.38		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
220.87/37.38		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
220.87/37.38		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
220.87/37.38		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
220.87/37.38		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
220.87/37.38		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
220.87/37.38		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
220.87/37.38		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
220.87/37.38		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
220.87/37.38		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
220.87/37.38		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
220.87/37.38		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
220.87/37.38		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
220.87/37.38	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
220.87/37.38		at org.chocosolver.solver.propagation.PropagationEngine$DynPropagators.removeAt(PropagationEngine.java:489)
220.87/37.38		at org.chocosolver.solver.propagation.PropagationEngine$DynPropagators.remove(PropagationEngine.java:480)
220.87/37.38		at org.chocosolver.solver.propagation.PropagationEngine$DynPropagators.addOrUpdate(PropagationEngine.java:473)
220.87/37.38		at org.chocosolver.solver.propagation.PropagationEngine.propagateOnBacktrack(PropagationEngine.java:401)
220.87/37.38		at org.chocosolver.solver.constraints.Propagator.forcePropagationOnBacktrack(Propagator.java:566)
220.87/37.38		at org.chocosolver.sat.PropNogoods.addLearnt(PropNogoods.java:543)
220.87/37.38		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:88)
220.87/37.38		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
220.87/37.38		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
220.87/37.38		at org.chocosolver.solver.Solver.restart(Solver.java:596)
220.87/37.38		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
220.87/37.38		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:84)
220.87/37.38		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
220.87/37.38		at org.chocosolver.solver.Solver.extend(Solver.java:421)
220.87/37.38		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
220.87/37.38		at org.chocosolver.solver.Solver.solve(Solver.java:262)
220.87/37.38		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
220.87/37.38		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
220.87/37.38		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
220.87/37.38		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
220.87/37.38		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
220.87/37.38		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
220.87/37.38		... 4 more
220.87/37.38	s OPTIMUM FOUND
220.87/37.38	v <instantiation>
220.87/37.38	v 	<list>s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] </list>
220.87/37.38	v 	<values>0 66 119 218 268 0 81 117 195 266 0 81 135 230 305 3 88 120 184 227 2 97 134 217 229 303 310 310 306 310 66 31 64 45 35 66 36 78 71 44 81 53 91 75 5 77 25 60 38 79 93 37 83 12 81 0 3 2 1 4 3 2 0 4 1 2 1 3 0 4 1 0 4 2 3 4 3 1 0 2 0 218 119 66 268 117 266 81 0 195 230 81 0 135 305 88 3 184 227 120 217 134 229 97 2 </values>
220.87/37.38	v </instantiation>

Verifier Data

OK	310

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

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

solver pid=8188, runsolver pid=8185

[startup+0.100155 s]*
/proc/loadavg: 7.16 6.63 4.23 2/212 8209
/proc/meminfo: memFree=31518616/32770624 swapFree=66995524/67108860
[pid=8188] ppid=8185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8188/stat : 8188 (xcsp3-exec) S 8185 8188 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418116645 115843072 363 33554432000 4194304 5098028 140725223055408 140725223053512 140055621321340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33341440 140725223060341 140725223060585 140725223060585 140725223063498 0
/proc/8188/statm: 28282 363 304 221 0 87 0
[pid=8190] ppid=8188 vsize=28227388 memory=29920 CPUtime=0.12 cores=0-7
/proc/8190/stat : 8190 (java) S 8188 8188 7170 0 -1 1077944320 5960 0 0 0 11 1 0 0 20 0 20 0 418116645 28904845312 7480 33554432000 4194304 4196468 140729730088240 140729730070784 139778014346999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
/proc/8190/statm: 7056847 7480 3117 1 0 7019032 0
[pid=8190/tid=8191] ppid=8188 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/8190/task/8191/stat : 8191 (java) R 8188 8188 7170 0 -1 4202560 3868 0 0 0 8 0 0 0 20 0 20 0 418116645 28904845312 7480 33554432000 4194304 4196468 140729730088240 139778018580272 139778014368925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8192] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8192/stat : 8192 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777966967184 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8193] ppid=8188 vsize=28227388 memory=13987206879852184 CPUtime=0 cores=0-7
/proc/8190/task/8193/stat : 8193 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777565120784 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8194] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8194/stat : 8194 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777564068496 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8195] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8195/stat : 8195 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777563015696 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8196] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8196/stat : 8196 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777561963408 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8197] ppid=8188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8190/task/8197/stat : 8197 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777560910608 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8198] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8198/stat : 8198 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777559858320 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8199] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8199/stat : 8199 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777558805520 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8200] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8200/stat : 8200 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116648 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777399093360 139778014358146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8201] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8201/stat : 8201 (java) S 8188 8188 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418116648 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777398039328 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8202] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8202/stat : 8202 (java) S 8188 8188 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418116648 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777396986992 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8203] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8203/stat : 8203 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777395935312 139778014365595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8204] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8204/stat : 8204 (java) S 8188 8188 7170 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777394883184 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8205] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8205/stat : 8205 (java) R 8188 8188 7170 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777393830384 139778014358146 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8206] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8206/stat : 8206 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777392778096 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8207] ppid=8188 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/8190/task/8207/stat : 8207 (java) R 8188 8188 7170 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 20 0 418116651 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777391725296 139777993221010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8208] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8208/stat : 8208 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777390672224 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8209] ppid=8188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8190/task/8209/stat : 8209 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 7480 33554432000 4194304 4196468 140729730088240 139777389619504 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31372 KiB

[startup+0.210201 s]*
/proc/loadavg: 7.16 6.63 4.23 2/212 8209
/proc/meminfo: memFree=31505732/32770624 swapFree=66995524/67108860
[pid=8188] ppid=8185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8188/stat : 8188 (xcsp3-exec) S 8185 8188 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418116645 115843072 363 33554432000 4194304 5098028 140725223055408 140725223053512 140055621321340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33341440 140725223060341 140725223060585 140725223060585 140725223063498 0
/proc/8188/statm: 28282 363 304 221 0 87 0
[pid=8190] ppid=8188 vsize=28227388 memory=41076 CPUtime=0.34 cores=0-7
/proc/8190/stat : 8190 (java) S 8188 8188 7170 0 -1 1077944320 9515 0 0 0 31 3 0 0 20 0 20 0 418116645 28904845312 10269 33554432000 4194304 4196468 140729730088240 140729730070784 139778014346999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
/proc/8190/statm: 7056847 10269 3261 1 0 7019032 0
[pid=8190/tid=8191] ppid=8188 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8190/task/8191/stat : 8191 (java) R 8188 8188 7170 0 -1 4202560 6685 0 0 0 18 2 0 0 20 0 20 0 418116645 28904845312 10269 33554432000 4194304 4196468 140729730088240 139778018580704 139777998427486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8192] ppid=8188 vsize=28227388 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/8190/task/8192/stat : 8192 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777966967184 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8193] ppid=8188 vsize=28227388 memory=15119703856461464 CPUtime=0 cores=0-7
/proc/8190/task/8193/stat : 8193 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777565120784 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8194] ppid=8188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8190/task/8194/stat : 8194 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777564068496 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8195] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8195/stat : 8195 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777563015696 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8196] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8196/stat : 8196 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777561963408 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8197] ppid=8188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8190/task/8197/stat : 8197 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777560910608 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8198] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8198/stat : 8198 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777559858320 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8199] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8199/stat : 8199 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777558805520 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8200] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8200/stat : 8200 (java) S 8188 8188 7170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418116648 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777399093360 139778014358146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8201] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8201/stat : 8201 (java) S 8188 8188 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418116648 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777398039328 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8202] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8202/stat : 8202 (java) S 8188 8188 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418116648 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777396986992 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8203] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8203/stat : 8203 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777395935312 139778014365595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8204] ppid=8188 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8190/task/8204/stat : 8204 (java) S 8188 8188 7170 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 20 0 418116651 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777394883184 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8205] ppid=8188 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/8190/task/8205/stat : 8205 (java) S 8188 8188 7170 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 20 0 418116651 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777393830384 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8206] ppid=8188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8190/task/8206/stat : 8206 (java) S 8188 8188 7170 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777392778096 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8207] ppid=8188 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/8190/task/8207/stat : 8207 (java) R 8188 8188 7170 0 -1 4202560 726 0 0 0 8 0 0 0 20 0 20 0 418116651 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777391725296 139777993030560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8208] ppid=8188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8208/stat : 8208 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777390672224 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8209] ppid=8188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8190/task/8209/stat : 8209 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116651 28904845312 10269 33554432000 4194304 4196468 140729730088240 139777389619504 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42528 KiB

[startup+0.309551 s]*
/proc/loadavg: 7.16 6.63 4.23 5/212 8209
/proc/meminfo: memFree=31499956/32770624 swapFree=66995524/67108860
[pid=8188] ppid=8185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8188/stat : 8188 (xcsp3-exec) S 8185 8188 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418116645 115843072 363 33554432000 4194304 5098028 140725223055408 140725223053512 140055621321340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33341440 140725223060341 140725223060585 140725223060585 140725223063498 0
/proc/8188/statm: 28282 363 304 221 0 87 0
[pid=8190] ppid=8188 vsize=28231644 memory=49840 CPUtime=0.52 cores=0-7
/proc/8190/stat : 8190 (java) S 8188 8188 7170 0 -1 1077944320 10826 0 0 0 48 4 0 0 20 0 20 0 418116645 28909203456 12460 33554432000 4194304 4196468 140729730088240 140729730070784 139778014346999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
/proc/8190/statm: 7057911 12460 3320 1 0 7019032 0
[pid=8190/tid=8191] ppid=8188 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/8190/task/8191/stat : 8191 (java) R 8188 8188 7170 0 -1 4202560 7800 0 0 0 27 2 0 0 20 0 20 0 418116645 28909203456 12492 33554432000 4194304 4196468 140729730088240 139778018578112 139777998427486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8192] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8192/stat : 8192 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777966967184 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8193] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8193/stat : 8193 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418116646 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777565120784 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8194] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8194/stat : 8194 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777564068496 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8195] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8195/stat : 8195 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777563015696 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8196] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8196/stat : 8196 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777561963408 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8197] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8197/stat : 8197 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777560910608 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8198] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8198/stat : 8198 (java) S 8188 8188 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418116646 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777559858320 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8199] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8199/stat : 8199 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777558805520 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8200] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8200/stat : 8200 (java) S 8188 8188 7170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418116648 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777399093360 139778014358146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8201] ppid=8188 vsize=28231644 memory=279491775765888 CPUtime=0 cores=0-7
/proc/8190/task/8201/stat : 8201 (java) S 8188 8188 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418116648 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777398039328 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8202] ppid=8188 vsize=28231644 memory=279491775770496 CPUtime=0 cores=0-7
/proc/8190/task/8202/stat : 8202 (java) S 8188 8188 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418116648 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777396986992 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8203] ppid=8188 vsize=28231644 memory=279491775775104 CPUtime=0 cores=0-7
/proc/8190/task/8203/stat : 8203 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116651 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777395935312 139778014365595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8204] ppid=8188 vsize=28231644 memory=279491775779712 CPUtime=0.03 cores=0-7
/proc/8190/task/8204/stat : 8204 (java) R 8188 8188 7170 0 -1 4202560 626 0 0 0 3 0 0 0 20 0 20 0 418116651 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777394873568 139777999464048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8205] ppid=8188 vsize=28231644 memory=279491775784320 CPUtime=0.03 cores=0-7
/proc/8190/task/8205/stat : 8205 (java) S 8188 8188 7170 0 -1 1077944384 228 0 0 0 3 0 0 0 20 0 20 0 418116651 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777393830384 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8206] ppid=8188 vsize=28231644 memory=279491775788928 CPUtime=0.01 cores=0-7
/proc/8190/task/8206/stat : 8206 (java) S 8188 8188 7170 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 20 0 418116651 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777392778096 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8207] ppid=8188 vsize=28231644 memory=279491775793536 CPUtime=0.12 cores=0-7
/proc/8190/task/8207/stat : 8207 (java) S 8188 8188 7170 0 -1 1077944384 815 0 0 0 12 0 0 0 20 0 20 0 418116651 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777391725296 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8208] ppid=8188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8208/stat : 8208 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418116651 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777390672224 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8209] ppid=8188 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/8190/task/8209/stat : 8209 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116651 28909203456 12492 33554432000 4194304 4196468 140729730088240 139777389619504 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51292 KiB

[startup+0.700811 s]
/proc/loadavg: 7.16 6.63 4.23 5/212 8209
/proc/meminfo: memFree=31483084/32770624 swapFree=66995524/67108860
[pid=8188] ppid=8185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8188/stat : 8188 (xcsp3-exec) S 8185 8188 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418116645 115843072 363 33554432000 4194304 5098028 140725223055408 140725223053512 140055621321340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33341440 140725223060341 140725223060585 140725223060585 140725223063498 0
/proc/8188/statm: 28282 363 304 221 0 87 0
[pid=8190] ppid=8188 vsize=28233768 memory=84632 CPUtime=1.53 cores=0-7
/proc/8190/stat : 8190 (java) S 8188 8188 7170 0 -1 1077944320 14830 0 0 0 146 7 0 0 20 0 20 0 418116645 28911378432 21158 33554432000 4194304 4196468 140729730088240 140729730070784 139778014346999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
/proc/8190/statm: 7058442 21158 3450 1 0 7019544 0
[pid=8190/tid=8191] ppid=8188 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/8190/task/8191/stat : 8191 (java) R 8188 8188 7170 0 -1 4202560 9461 0 0 0 64 4 0 0 20 0 20 0 418116645 28911378432 21158 33554432000 4194304 4196468 140729730088240 139778018581296 139777651511895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8192] ppid=8188 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8192/stat : 8192 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28911378432 21158 33554432000 4194304 4196468 140729730088240 139777966967184 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8193] ppid=8188 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8193/stat : 8193 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418116646 28911378432 21158 33554432000 4194304 4196468 140729730088240 139777565120784 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8194] ppid=8188 vsize=28233768 memory=8556 CPUtime=0 cores=0-7
/proc/8190/task/8194/stat : 8194 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418116646 28911378432 21158 33554432000 4194304 4196468 140729730088240 139777564068496 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0

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

[pid=8190/tid=8418] ppid=8188 vsize=28901456 memory=1000 CPUtime=3.24 cores=0-7
/proc/8190/task/8418/stat : 8418 (java) R 8188 8188 7170 0 -1 4202560 181 0 0 0 324 0 0 0 20 0 30 0 418119827 29595090944 115692 33554432000 4194304 4196468 140729730088240 139777373048952 139777653309585 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8419] ppid=8188 vsize=28901456 memory=14008 CPUtime=0 cores=0-7
/proc/8190/task/8419/stat : 8419 (java) S 8188 8188 7170 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 30 0 418119829 29595090944 115692 33554432000 4194304 4196468 140729730088240 139777378316944 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
Current children cumulated CPU time: 204.16 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 464220 KiB

[startup+36.8022 s]
/proc/loadavg: 6.44 6.50 4.27 9/222 8419
/proc/meminfo: memFree=31089252/32770624 swapFree=66995524/67108860
[pid=8188] ppid=8185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8188/stat : 8188 (xcsp3-exec) S 8185 8188 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418116645 115843072 363 33554432000 4194304 5098028 140725223055408 140725223053512 140055621321340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33341440 140725223060341 140725223060585 140725223060585 140725223063498 0
/proc/8188/statm: 28282 363 304 221 0 87 0
[pid=8190] ppid=8188 vsize=28901456 memory=456160 CPUtime=216.89 cores=0-7
/proc/8190/stat : 8190 (java) S 8188 8188 7170 0 -1 1077944320 113220 0 0 0 21604 85 0 0 20 0 30 0 418116645 29595090944 114040 33554432000 4194304 4196468 140729730088240 140729730070784 139778014346999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
/proc/8190/statm: 7225364 114040 3549 1 0 7186466 0
[pid=8190/tid=8191] ppid=8188 vsize=28901456 memory=1452 CPUtime=0.79 cores=0-7
/proc/8190/task/8191/stat : 8191 (java) S 8188 8188 7170 0 -1 1077944384 10744 0 0 0 75 4 0 0 20 0 30 0 418116645 29595090944 114040 33554432000 4194304 4196468 140729730088240 139778018587776 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8192] ppid=8188 vsize=28901456 memory=1452 CPUtime=0.16 cores=0-7
/proc/8190/task/8192/stat : 8192 (java) S 8188 8188 7170 0 -1 1077944384 366 0 0 0 12 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777966967184 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8193] ppid=8188 vsize=28901456 memory=462768 CPUtime=0.15 cores=0-7
/proc/8190/task/8193/stat : 8193 (java) S 8188 8188 7170 0 -1 1077944384 318 0 0 0 12 3 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777565120784 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8194] ppid=8188 vsize=28901456 memory=4104 CPUtime=0.16 cores=0-7
/proc/8190/task/8194/stat : 8194 (java) S 8188 8188 7170 0 -1 1077944384 1357 0 0 0 12 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777564068496 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8195] ppid=8188 vsize=28901456 memory=8112282956445269571 CPUtime=0.17 cores=0-7
/proc/8190/task/8195/stat : 8195 (java) S 8188 8188 7170 0 -1 1077944384 1292 0 0 0 13 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777563015696 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8196] ppid=8188 vsize=28901456 memory=455224 CPUtime=0.16 cores=0-7
/proc/8190/task/8196/stat : 8196 (java) S 8188 8188 7170 0 -1 1077944384 942 0 0 0 12 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777561963408 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8197] ppid=8188 vsize=28901456 memory=456652 CPUtime=0.16 cores=0-7
/proc/8190/task/8197/stat : 8197 (java) S 8188 8188 7170 0 -1 1077944384 348 0 0 0 12 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777560910608 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8198] ppid=8188 vsize=28901456 memory=6943526294502006880 CPUtime=0.17 cores=0-7
/proc/8190/task/8198/stat : 8198 (java) S 8188 8188 7170 0 -1 1077944384 1016 0 0 0 13 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777559858320 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8199] ppid=8188 vsize=28901456 memory=7308050747703386451 CPUtime=0.18 cores=0-7
/proc/8190/task/8199/stat : 8199 (java) S 8188 8188 7170 0 -1 1077944384 1108 0 0 0 14 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777558805520 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8200] ppid=8188 vsize=28901456 memory=7235999711963533674 CPUtime=0.05 cores=0-7
/proc/8190/task/8200/stat : 8200 (java) S 8188 8188 7170 0 -1 1077944384 2208 0 0 0 4 1 0 0 20 0 30 0 418116648 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777399093360 139778014358146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8201] ppid=8188 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8201/stat : 8201 (java) S 8188 8188 7170 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 30 0 418116648 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777398039328 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8202] ppid=8188 vsize=28901456 memory=451472 CPUtime=0 cores=0-7
/proc/8190/task/8202/stat : 8202 (java) S 8188 8188 7170 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 30 0 418116648 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777396986992 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8203] ppid=8188 vsize=28901456 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/8190/task/8203/stat : 8203 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777395935312 139778014365595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8204] ppid=8188 vsize=28901456 memory=1452 CPUtime=4.38 cores=0-7
/proc/8190/task/8204/stat : 8204 (java) S 8188 8188 7170 0 -1 1077944384 17016 0 0 0 434 4 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777394883184 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8205] ppid=8188 vsize=28901456 memory=451604 CPUtime=4.81 cores=0-7
/proc/8190/task/8205/stat : 8205 (java) S 8188 8188 7170 0 -1 1077944384 21807 0 0 0 476 5 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777393830384 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8206] ppid=8188 vsize=28901456 memory=440348 CPUtime=4.94 cores=0-7
/proc/8190/task/8206/stat : 8206 (java) S 8188 8188 7170 0 -1 1077944384 22553 0 0 0 487 7 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777392778096 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8207] ppid=8188 vsize=28901456 memory=279491776559232 CPUtime=1.23 cores=0-7
/proc/8190/task/8207/stat : 8207 (java) S 8188 8188 7170 0 -1 1077944384 10055 0 0 0 121 2 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777391725296 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8208] ppid=8188 vsize=28901456 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8190/task/8208/stat : 8208 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777390672224 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8209] ppid=8188 vsize=28901456 memory=304556170453188919 CPUtime=0.01 cores=0-7
/proc/8190/task/8209/stat : 8209 (java) S 8188 8188 7170 0 -1 1077944384 2129 0 0 0 0 1 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777389619504 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8406] ppid=8188 vsize=28901456 memory=14136632290839084 CPUtime=6.21 cores=0-7
/proc/8190/task/8406/stat : 8406 (java) R 8188 8188 7170 0 -1 4202560 124 0 0 0 621 0 0 0 20 0 30 0 418119671 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777371996176 139777656136292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8408] ppid=8188 vsize=28901456 memory=7378140155714228820 CPUtime=6.39 cores=0-7
/proc/8190/task/8408/stat : 8408 (java) R 8188 8188 7170 0 -1 4202560 137 0 0 0 639 0 0 0 20 0 30 0 418119671 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777374102024 139777656136229 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8412] ppid=8188 vsize=28901456 memory=7379258384674148456 CPUtime=4.84 cores=0-7
/proc/8190/task/8412/stat : 8412 (java) R 8188 8188 7170 0 -1 4202560 267 0 0 0 484 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777376206328 139777995753316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8413] ppid=8188 vsize=28901456 memory=5936703527164011623 CPUtime=4.92 cores=0-7
/proc/8190/task/8413/stat : 8413 (java) R 8188 8188 7170 0 -1 4202560 245 0 0 0 492 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777377260024 139777660631167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8414] ppid=8188 vsize=28901456 memory=8514701219781834910 CPUtime=4.8 cores=0-7
/proc/8190/task/8414/stat : 8414 (java) R 8188 8188 7170 0 -1 4202560 1186 0 0 0 479 1 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777368838344 139777653309775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8415] ppid=8188 vsize=28901456 memory=7306636646380955751 CPUtime=4.76 cores=0-7
/proc/8190/task/8415/stat : 8415 (java) R 8188 8188 7170 0 -1 4202560 217 0 0 0 476 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777369891576 139777658293127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8416] ppid=8188 vsize=28901456 memory=7810486836532564306 CPUtime=4.8 cores=0-7
/proc/8190/task/8416/stat : 8416 (java) R 8188 8188 7170 0 -1 4202560 456 0 0 0 479 1 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777375157568 139777655414888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8417] ppid=8188 vsize=28901456 memory=7810486836532564306 CPUtime=0.14 cores=0-7
/proc/8190/task/8417/stat : 8417 (java) S 8188 8188 7170 0 -1 1077944384 27 0 0 0 14 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777370949008 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8418] ppid=8188 vsize=28901456 memory=7236270191704887907 CPUtime=4.83 cores=0-7
/proc/8190/task/8418/stat : 8418 (java) R 8188 8188 7170 0 -1 4202560 247 0 0 0 483 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777373048416 139777657518876 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8419] ppid=8188 vsize=28901456 memory=7810761705496142696 CPUtime=0 cores=0-7
/proc/8190/task/8419/stat : 8419 (java) S 8188 8188 7170 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 30 0 418119829 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777378316944 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
Current children cumulated CPU time: 216.89 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 457612 KiB

[startup+37.2022 s]
/proc/loadavg: 6.44 6.50 4.27 9/222 8419
/proc/meminfo: memFree=31091676/32770624 swapFree=66995524/67108860
[pid=8188] ppid=8185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8188/stat : 8188 (xcsp3-exec) S 8185 8188 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418116645 115843072 363 33554432000 4194304 5098028 140725223055408 140725223053512 140055621321340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33341440 140725223060341 140725223060585 140725223060585 140725223063498 0
/proc/8188/statm: 28282 363 304 221 0 87 0
[pid=8190] ppid=8188 vsize=28901456 memory=456160 CPUtime=220.07 cores=0-7
/proc/8190/stat : 8190 (java) S 8188 8188 7170 0 -1 1077944320 113394 0 0 0 21922 85 0 0 20 0 30 0 418116645 29595090944 114040 33554432000 4194304 4196468 140729730088240 140729730070784 139778014346999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
/proc/8190/statm: 7225364 114040 3549 1 0 7186466 0
[pid=8190/tid=8191] ppid=8188 vsize=28901456 memory=14136632290839084 CPUtime=0.79 cores=0-7
/proc/8190/task/8191/stat : 8191 (java) S 8188 8188 7170 0 -1 1077944384 10744 0 0 0 75 4 0 0 20 0 30 0 418116645 29595090944 114040 33554432000 4194304 4196468 140729730088240 139778018587776 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8192] ppid=8188 vsize=28901456 memory=3976731467529740371 CPUtime=0.16 cores=0-7
/proc/8190/task/8192/stat : 8192 (java) S 8188 8188 7170 0 -1 1077944384 366 0 0 0 12 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777966967184 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8193] ppid=8188 vsize=28901456 memory=2321377116508732000 CPUtime=0.15 cores=0-7
/proc/8190/task/8193/stat : 8193 (java) S 8188 8188 7170 0 -1 1077944384 318 0 0 0 12 3 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777565120784 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8194] ppid=8188 vsize=28901456 memory=4206453785643608681 CPUtime=0.16 cores=0-7
/proc/8190/task/8194/stat : 8194 (java) S 8188 8188 7170 0 -1 1077944384 1357 0 0 0 12 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777564068496 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8195] ppid=8188 vsize=28901456 memory=4206453785643608681 CPUtime=0.17 cores=0-7
/proc/8190/task/8195/stat : 8195 (java) S 8188 8188 7170 0 -1 1077944384 1292 0 0 0 13 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777563015696 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8196] ppid=8188 vsize=28901456 memory=4206453785643608681 CPUtime=0.16 cores=0-7
/proc/8190/task/8196/stat : 8196 (java) S 8188 8188 7170 0 -1 1077944384 942 0 0 0 12 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777561963408 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8197] ppid=8188 vsize=28901456 memory=4206453785643608681 CPUtime=0.16 cores=0-7
/proc/8190/task/8197/stat : 8197 (java) S 8188 8188 7170 0 -1 1077944384 348 0 0 0 12 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777560910608 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8198] ppid=8188 vsize=28901456 memory=2321377116508732000 CPUtime=0.17 cores=0-7
/proc/8190/task/8198/stat : 8198 (java) S 8188 8188 7170 0 -1 1077944384 1016 0 0 0 13 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777559858320 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8199] ppid=8188 vsize=28901456 memory=3473182660519751273 CPUtime=0.18 cores=0-7
/proc/8190/task/8199/stat : 8199 (java) S 8188 8188 7170 0 -1 1077944384 1108 0 0 0 14 4 0 0 20 0 30 0 418116646 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777558805520 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8200] ppid=8188 vsize=28901456 memory=0 CPUtime=0.05 cores=0-7
/proc/8190/task/8200/stat : 8200 (java) S 8188 8188 7170 0 -1 1077944384 2208 0 0 0 4 1 0 0 20 0 30 0 418116648 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777399093360 139778014358146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8201] ppid=8188 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8201/stat : 8201 (java) S 8188 8188 7170 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 30 0 418116648 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777398039328 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8202] ppid=8188 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/8190/task/8202/stat : 8202 (java) S 8188 8188 7170 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 30 0 418116648 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777396986992 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8203] ppid=8188 vsize=28901456 memory=1452 CPUtime=0 cores=0-7
/proc/8190/task/8203/stat : 8203 (java) S 8188 8188 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777395935312 139778014365595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8204] ppid=8188 vsize=28901456 memory=456160 CPUtime=4.38 cores=0-7
/proc/8190/task/8204/stat : 8204 (java) S 8188 8188 7170 0 -1 1077944384 17016 0 0 0 434 4 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777394883184 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8205] ppid=8188 vsize=28901456 memory=0 CPUtime=4.81 cores=0-7
/proc/8190/task/8205/stat : 8205 (java) S 8188 8188 7170 0 -1 1077944384 21930 0 0 0 476 5 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777393830384 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8206] ppid=8188 vsize=28901456 memory=3976731467529740371 CPUtime=4.94 cores=0-7
/proc/8190/task/8206/stat : 8206 (java) S 8188 8188 7170 0 -1 1077944384 22553 0 0 0 487 7 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777392778096 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8207] ppid=8188 vsize=28901456 memory=4862657614830523733 CPUtime=1.23 cores=0-7
/proc/8190/task/8207/stat : 8207 (java) S 8188 8188 7170 0 -1 1077944384 10055 0 0 0 121 2 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777391725296 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8208] ppid=8188 vsize=28901456 memory=-7313217705584451941 CPUtime=0 cores=0-7
/proc/8190/task/8208/stat : 8208 (java) S 8188 8188 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777390672224 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8209] ppid=8188 vsize=28901456 memory=8414074075373934941 CPUtime=0.01 cores=0-7
/proc/8190/task/8209/stat : 8209 (java) S 8188 8188 7170 0 -1 1077944384 2129 0 0 0 0 1 0 0 20 0 30 0 418116651 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777389619504 139778014358146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8406] ppid=8188 vsize=28901456 memory=7893295687695688210 CPUtime=6.6 cores=0-7
/proc/8190/task/8406/stat : 8406 (java) R 8188 8188 7170 0 -1 4202560 125 0 0 0 660 0 0 0 20 0 30 0 418119671 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777371996176 139777656136491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8408] ppid=8188 vsize=28901456 memory=7066839153879201916 CPUtime=6.78 cores=0-7
/proc/8190/task/8408/stat : 8408 (java) R 8188 8188 7170 0 -1 4202560 139 0 0 0 678 0 0 0 20 0 30 0 418119671 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777374102024 139777656136292 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8412] ppid=8188 vsize=28901456 memory=4498404016631593315 CPUtime=5.23 cores=0-7
/proc/8190/task/8412/stat : 8412 (java) R 8188 8188 7170 0 -1 4202560 278 0 0 0 523 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777376206328 139777998685781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8413] ppid=8188 vsize=28901456 memory=4268969938927715385 CPUtime=5.32 cores=0-7
/proc/8190/task/8413/stat : 8413 (java) R 8188 8188 7170 0 -1 4202560 247 0 0 0 532 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777377260024 139777654269987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8414] ppid=8188 vsize=28901456 memory=1329904169539632281 CPUtime=5.2 cores=0-7
/proc/8190/task/8414/stat : 8414 (java) R 8188 8188 7170 0 -1 4202560 1211 0 0 0 519 1 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777368838344 139777659719510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8415] ppid=8188 vsize=28901456 memory=-7383042036389101202 CPUtime=5.16 cores=0-7
/proc/8190/task/8415/stat : 8415 (java) R 8188 8188 7170 0 -1 4202560 217 0 0 0 516 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777369891576 139777657239209 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8416] ppid=8188 vsize=28901456 memory=-7240599207525694261 CPUtime=5.2 cores=0-7
/proc/8190/task/8416/stat : 8416 (java) R 8188 8188 7170 0 -1 4202560 462 0 0 0 519 1 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777375157568 139777655413362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8417] ppid=8188 vsize=28901456 memory=-5153075247754915967 CPUtime=0.14 cores=0-7
/proc/8190/task/8417/stat : 8417 (java) S 8188 8188 7170 0 -1 1077944384 27 0 0 0 14 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777370949008 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8418] ppid=8188 vsize=28901456 memory=4268969938927715385 CPUtime=5.23 cores=0-7
/proc/8190/task/8418/stat : 8418 (java) R 8188 8188 7170 0 -1 4202560 251 0 0 0 523 0 0 0 20 0 30 0 418119827 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777373048416 139777653370789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
[pid=8190/tid=8419] ppid=8188 vsize=28901456 memory=1329904169539632281 CPUtime=0 cores=0-7
/proc/8190/task/8419/stat : 8419 (java) S 8188 8188 7170 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 30 0 418119829 29595090944 114040 33554432000 4194304 4196468 140729730088240 139777378316944 139778014357205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12255232 140729730089962 140729730090134 140729730090134 140729730093007 0
Current children cumulated CPU time: 220.07 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 457612 KiB

[startup+37.4014 s]
/proc/loadavg: 6.44 6.50 4.27 9/222 8419
/proc/meminfo: memFree=31091676/32770624 swapFree=66995524/67108860
[pid=8188] ppid=8185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8188/stat : 8188 (xcsp3-exec) S 8185 8188 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418116645 115843072 363 33554432000 4194304 5098028 140725223055408 140725223053512 140055621321340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33341440 140725223060341 140725223060585 140725223060585 140725223063498 0
/proc/8188/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 37.4032
CPU time (s): 221.565
CPU user time (s): 220.689
CPU system time (s): 0.875671
CPU usage (%): 592.368
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 464220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.689
system time used= 0.875671
maximum resident set size= 465336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10465
involuntary context switches= 3951


# summary of solver processes directly reported to runsolver:
#   pid: 8188
#   total CPU time (s): 221.565
#   total CPU user time (s): 220.689
#   total CPU system time (s): 0.875671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.346387 second user time and 0.4611 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 01:50:07
IDJOB=4394427
IDBENCH=115848
IDSOLVER=2843
FILE ID=node102/4394427-1568418652
RUNJOBID= node102-1568416723-7197
PBS_JOBID= 21702264
Free space on /tmp= 59328 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394427-1568418652/watcher-4394427-1568418652 -o /tmp/evaluation-result-4394427-1568418652/solver-4394427-1568418652 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1786624715 HOME/instance-4394427-1568418652.xml

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=1786624715

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31536720 kB
MemAvailable:   31919972 kB
Buffers:          166408 kB
Cached:           509808 kB
SwapCached:         9668 kB
Active:           338220 kB
Inactive:         349144 kB
Active(anon):       8140 kB
Inactive(anon):    33848 kB
Active(file):     330080 kB
Inactive(file):   315296 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995524 kB
Dirty:             26188 kB
Writeback:             4 kB
AnonPages:        111472 kB
Mapped:            34648 kB
Shmem:             22540 kB
Slab:             135832 kB
SReclaimable:     107420 kB
SUnreclaim:        28412 kB
KernelStack:        3376 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59304 MiB
End job on node102 at 2019-09-14 01:50:44